-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The BGP confederation information is not copied into BGP-enabled nodes when the bgp.as_list is defined.
Lab topology
---
defaults.device: frr
provider: clab
module: [ bgp ]
bgp.confederation:
300:
members: [ 301 ]
bgp:
as_list:
100:
members: [ r1 ]
301:
members: [ r3a ]
nodes:
r1:
r3a:
links: [ r1-r3a ]
More information
Removing bgp.as_list and defining BGP as numbers on nodes results in bgp.confederation information on r3a.
Either bgp.as_list is applied too late or bgp.confederation is applied too early.
Reactions are currently unavailable
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working