SVI in EBGP-sessions. #28
Replies: 4 comments 15 replies
-
That's interesting. Somehow netlab decides every router has BGP neighbors in a VRF (technically true, accessible over the VLAN) and sets up the sessions. I have to figure out why that happens (as I haven't seen it before), and then either to fix it or to give you a workaround. It will definitely take me a few days. |
Beta Was this translation helpful? Give feedback.
-
Setting
The BGP sessions were established because the routers in the same VLAN had different AS numbers. I have to build a smaller topology to test the details, but it looks like you get the unwanted sessions only if the VLANs are in a VRF (which you want to have to test EVPN-driven IRB). Admittedly, we never tested this particular combination. Thanks a million for uncovering this problem and reporting it. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick answers :) I tried to disable BGP for VRF by removing VLAN from it (otherwise an error occurs when generating configs), but in this case SVI sessions "moved" to the main BGP configuration. I can send such a configuration option and the resulting config, if it is informative. |
Beta Was this translation helpful? Give feedback.
-
FWIW, you can straighten the lines in the graph if you add "splines=false" graph attribute to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm trying to write a topology in .yml for evpn-vxlan, I'd really like to do without additional configs.
There was a problem: bgp-session for SVI is generated automatically. For my topology they need to be disabled. How can this be done?
I give an topology.txt, example of expected config and result_config.
If I do something wrong in my configuration, please point it out.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions