Versions Compared

Key

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

...

Shows routes received from all BGP peers. Note this is not the final set of routes that gets pushed to the data plane, because these routes first go through the BGP decision process.

routes [-j|--json] [s|

...

--summary]

Shows the routing table of SDN-IP. The routes shown here are the result of running the BGP decision process all received routes.

...

A full running SDN-IP system has a lot of pieces that need to be correct before anything will work. When setting up a system for the first time or when things go wrong, it's best to go step by step to check each piece is in place.

Check SDN-IP is installed:

Code Block
onos> feature:list | grep sdnip
onos-app-sdnip                | 1.0.0            |  x        | onos-1.0.0              | SDN-IP peering application

The little x in the 3rd column means SDN-IP is installed. If it's not there, try install it again.

Check whether the external routers can resolve ARP properly.