mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-14 21:11:38 +01:00
Note: If you're using optical devices currently in "default" driver bundle,
(LINC-OE, Calient fiber switch, ECI devices, OpLink ROADM)
you'll need to load the driver/app "drivers.optical" in adition to default drivers
e.g.,
a) Add to cell definition
export ONOS_APPS=${ONOS_APPS},drivers.optical
b) Activate after starting ONOS
onos> app activate org.onosproject.drivers.optical
Change-Id: I126c09bebc816d11b4700a80e7a36a8e6c3e1b49
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
# Optical use-case VirtualBox-based single ONOS instance & ONOS mininet box
|
|
|
|
export ONOS_NIC=192.168.56.*
|
|
export OC1="192.168.56.101"
|
|
export OCN="192.168.56.103"
|
|
|
|
export ONOS_APPS="drivers,drivers.optical,openflow,fwd,proxyarp,mobility,optical"
|