Skip to content

[BUG] bgp.as_list breaks BGP confederations #3144

Description

@ipspace

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions