Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At this point, you can enter mininet commands like pingall (all-to-all ping test) and or help (to find out about Mininet CLI commands.)

...

What software switch does this use?

By default, it uses Open vSwitch. onos.py replaces the Mininet's default switch with a new switch class called ONOSOVSSwitch or --switch onosovs. This switch class knows how to connect to an ONOS cluster with multiple IP addresses.

...