Due to a ransomware attack, the wiki was reverted to a July 2022 version. . We apologize for the lack of a more recent valid backup.
...
- The transmission frequency of packet_in
We suggest the packet_in interval is 50ms, that is 20 copies of packet_in messages are send in one second, and this can be configured in IxNetwork. - How to shutdown the controller(ONOS)
Active approach
Code Block onos> system:shutdown
Passive approach
Code Block $ sudo killall -9 java
Preparation
- Cluster formed
3 mode
$ $ONOS_INSTALL_DIR/bin/onos-form-cluster OC1 OC2 OC35 mode
$ $ONOS_INSTALL_DIR/bin/onos-form-cluster OC1 OC2 OC3 OC4 OC57 mode
$ $ONOS_INSTALL_DIR/bin/onos-form-cluster OC1 OC2 OC3 OC4 OC5 OC6 OC7
Features install
onos> feature:install onos-driversonos> feature:install onos-openflowonos> feature:install onos-openflow-baseonos> feature:install onos-app-fwd