Versions Compared

Key

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

...

Code Block
titleExample of the basic intent commands - intents summary and detailed intents view
onos> intents -s
onos> intents

If ping works, it's time to check if BGP sessions are up and routes propagated. Routes should be advertised from the external routers to the BGP speaker, and from the BGP speaker advertised to SDN-IP. Checking if BGP sessions are up and routes propagated -and eventually checking the configuration of the routers changes from router to router. In general, you should make sure of the following:

Are all the BGP sessions between the external routers and the BGP speakers up? To be either checked from the external routers or from the BGP speakers

Are

Has SDN-IP received the routes?

Code Block
titleCheck if SDN-IP received the routes from the BGP speaker
onos> intents -s
onos> intents

If you don't see any multi-point-to-single-point intent 

Next, check that the internal BGP speakers are peering with ONOS correctly:

...