Replies: 4 comments 4 replies
-
|
For (3), if we set the next hop to the transport address for the IBGP local-as session, the remote would have a route (by definition - else the IBGP session wouldn't exist) Which is what e.g. EOS already does anyway: |
Beta Was this translation helpful? Give feedback.
-
|
The test results are online: https://tests.netlab.tools/_html/coverage.bgp If the results page claims a device passed IBGP local-as test, I did not run the test for that device. I only ran one test per a group of similar devices (IOS, Junos) |
Beta Was this translation helpful? Give feedback.
-
|
Thinking a bit more about the "we need route reflection on the IBGP local-as session", it would probably be easiest to set the rr_client status on both neighbors automatically1. Adding the bgp.rr attribute to the topology would make the router part of the RR full mesh. Footnotes
|
Beta Was this translation helpful? Give feedback.
-
|
Update: this is a total mess. The existing templates are all over the place. IOS has the "we need a RR client" functionality, but the logical condition is wrong (because it was never tested) and EOS has the "we need to set the NH on ingress" part but not the "set NH on egress" one. I will document what needs to be done to make this work, extend the integration test to cover all possible scenarios, and fix the existing templates to the best of my abilities (skipping the Junos one 😜) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The modified IBGP local-as test exposed three problems we ignored so far:
We have to decide what to do now:
Any thoughts @jbemmel @ssasso?
Beta Was this translation helpful? Give feedback.
All reactions