Skip to content

Start ONOS

Phil Huang edited this page Jun 13, 2016 · 6 revisions

Check cell settings by cell command

$ cell sdnds-tw
ONOS_CELL=sdnds-tw
OCI=10.0.2.15
OC1=10.0.2.15
OCN=10.0.2.15
ONOS_APPS=drivers,openflow
ONOS_GROUP=root
ONOS_SCENARIOS=/root/onos/tools/test/scenarios
ONOS_USER=root
ONOS_USE_SSH=true
ONOS_WEB_PASS=sdndstw
ONOS_WEB_USER=sdndstw
  • IPs of OCI, OC1 and OCN are depend on your configuration on VM instances

Start ONOS

$ ok clean

In ONOS console, start proxyarp and fwd app

onos> app activate org.onosproject.proxyarp
onos> app activate org.onosproject.sdnip

Push SDN-IP network config

$ onos-netcfg $OCI sdndstw-sdnip.json

Next: Start mininet topology

Clone this wiki locally