Versions Compared

Key

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

...

Now our external router r4 has advertised a new route to our SDN network. Now we're done with the xterm window, so you can close it. Let's go back to our ONOS terminal and see if ONOS has received itthe new route.

Code Block
onos> routes
prefix=192.168.1.0/24, nexthop=10.0.1.1
prefix=192.168.2.0/24, nexthop=10.0.2.1
prefix=192.168.3.0/24, nexthop=10.0.3.1
prefix=192.168.4.0/24, nexthop=10.0.4.1

...