You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case you have an l3leaf attached to uplink switches with different AS numbers you would advertise routes learned by one uplink switch to the other uplink switch and it would accept it because the BGP AS is different. This might cause a routing loop. This is applicable for the underlay and for the overlay.
Which component of AVD is impacted
eos_designs
Use case example
l3leaf attached to l3leafs which are working in multihoming (different AS).
l3leaf attached to spines with different AS numbers.
Describe the solution you would like
Today we have the following knobs which are working for the case when the uplink switches have the same AS number:
Enhancement summary
In case you have an l3leaf attached to uplink switches with different AS numbers you would advertise routes learned by one uplink switch to the other uplink switch and it would accept it because the BGP AS is different. This might cause a routing loop. This is applicable for the underlay and for the overlay.
Which component of AVD is impacted
eos_designs
Use case example
l3leaf attached to l3leafs which are working in multihoming (different AS).
l3leaf attached to spines with different AS numbers.
Describe the solution you would like
Today we have the following knobs which are working for the case when the uplink switches have the same AS number:
evpn_prevent_readvertise_to_server: true
underlay_filter_peer_as: true
When these knobs are enabled it will generate config like this (which will not be sufficient for the case of different AS on the uplink switches):
I image two new knobs like this:
evpn_prevent_readvertise_to_server_as_include_all: true
underlay_filter_peer_as_include_all: true
The outcome of this should be something like this:
or it should be also possible to assign this new route-map to the BGP peer-groups:
Describe alternatives you have considered
I worked around it with structured_config:
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: