Ivan Pepelnjak
Ivan Pepelnjak
The 'import' and 'export' thingies are Route Target extended BGP communities (introduced in MPLS/VPN, now also used in EVPN), not the standard BGP communities set by BGP peers. The CE...
I had the same problem with CL containers when trying to build an MPLS-based BGP-free core. In the end, I used FRR containers. If you use **mpls** module with **frr**...
I know you got unnumbered EBGP sessions working, and IPv4 AF running over it with RFC 8950, but I don't remember what you did to get that to work. Anyway,...
Revisiting this old idea: what if we have a setting that would specify what needs to be copied into Ansible 'all' group under 'system' dictionary and use that setting when...
The 'mpls.vlans' attribute will be 'evpn.vlans' (which VLANs should EVPN care about), and then the EVPN module should figure out what transport to use.
> `evpn:` is required to enable EVPN for the vlan, you could have scenarios in which only a subset of vlans is extended So you list only those in `evpn.vlans`...
EVPN module was rewritten in the meantime. Depending on what you want to do, one of the scenarios in https://github.com/ipspace/netlab/tree/dev/tests/integration/evpn might be what you're looking for.
We're effectively saying the same thing. I'm saying "generate error if there's the URL pointing to the build documentation", you're saying "generate error if there's a flag". I would like...
(Edited your comment to remove the quoted email -- GitHub is doing a poor job these days) I checked the SR Linux configuration for 02-ibgp-ebgp-session and 03-ibgp-rr. In the IBGP/EBGP...
FWIW, the weird error in the validation log was caused by FRR validation plugin crashing when trying to report that the next hop is wrong. Fixed in 63047f07