Versions Compared

Key

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

...

At this point, SDN-IP will start up, read its configuration files and install intents in the network to establish connectivity for the BGP peering sessions. Then it will begin to receive routes, which are installed into the network using MultiPointToSinglePoint intents.

SDN-IP CLI commands

SDN-IP includes CLI commands that allow a user to monitor the state of the system. Each command is detailed below.

Code Block
onos> bgp-neibors

 

...

bgp-neighbors [-j|--json] [-n|--neighbor <neighbor>]

Shows the iBGP neighbors that have connected to SDN-IP. Each neighbor is an internal BGP speaker. Can be limited to show a specific neighbor.

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

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.

Troubleshooting