Open spangoli-arista opened 1 year ago
This issue is stale because it has been open 90 days with no activity. The issue will be reviewed by a maintainer and may be closed
I'm also interested in this functionality. Another way to do it would be the ability to create a BGP peer-group and use it in the p2p_link configuration (and in p2p_links_profile). Route_map would be very helpful too.
This issue is stale because it has been open 90 days with no activity. The issue will be reviewed by a maintainer and may be closed
Enhancement summary
I would need a way to configure BGP authentication and route_map_out for a BGP speaker using the l3_edge model.
Right now (avd-4.3.0), the only BGP paramenter you can set is the peer AS; the new peer is then placed into the underlay peer group.
I would need to be able to configure BGP authentication and route_map_out for this specific edge peer.
There are several scenarios where this could be useful:
(It might be worth using different peer groups for these edge peering points).
Which component of AVD is impacted
eos_designs
Use case example
Two DCs with a DCI managed by a third party; the authentication and BGP settings on the DCI link may be different from the BGP settings in the fabric underlay. Would need a way to model this type of situation.
Describe the solution you would like
in the l3_edge model, at the p2p_link level, I would like to be able to define a key for the BGP authentication password, and two keys for inbound and outbound route maps; something like this:
Describe alternatives you have considered
It is still possible to use custom structured configs, but - since this is a common scenario - it would be really good to have it covered in l3_edge natively.
Additional context
No response
Contributing Guide