Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BGP Confederation support in antctl #6963

Open
2 tasks
rajnkamr opened this issue Jan 30, 2025 · 1 comment
Open
2 tasks

BGP Confederation support in antctl #6963

rajnkamr opened this issue Jan 30, 2025 · 1 comment
Assignees
Labels
area/component/antctl Issues or PRs releated to the command line interface component area/transit/bgp Issues or PRs related to BGP support. kind/design Categorizes issue or PR as related to design.

Comments

@rajnkamr
Copy link
Contributor

rajnkamr commented Jan 30, 2025

Describe what you are trying to solve

  • Add confederation identifier in antctl get bgppolicy

  • Add new command for bgp confederations member ASNs antctl get bgpconfederations

Describe the solution you have in mind

$ antctl get bgppolicy

NAME                              ROUTER-ID    LOCAL-ASN   LISTEN-PORT    CONFEDERATION-IDENTIFIER
example-bgp-policy                172.18.0.2   64512       179            65000

If BGP Confederation is not configured, then confederation identifier can be 0 or NONE.


$ antctl get bgppolicy

NAME                             ROUTER-ID         LOCAL-ASN    LISTEN-PORT    CONFEDERATION-IDENTIFIER
example-bgp-policy               172.18.0.2        64512        179            <NONE>
$ antctl get bgpconfederationmembers

MEMBER-ASN
64513
64514

Should MEMBER-ASN include LOCAL-ASN 64512 as well ? because 64512 is also a member of the confederation 65000. Assuming that a bgp policy is applied with local asn 64512, bgp confederation identifier 65000 and member asn 64513 and 64514.

Describe how your solution impacts user flows

N/A
Describe the main design/architecture of your solution

N/A
Alternative solutions that you considered

N/A
Test plan

N/A
Additional context

@rajnkamr rajnkamr added the kind/design Categorizes issue or PR as related to design. label Jan 30, 2025
@rajnkamr rajnkamr added the area/transit/bgp Issues or PRs related to BGP support. label Jan 30, 2025
@Atish-iaf Atish-iaf added the area/component/antctl Issues or PRs releated to the command line interface component label Jan 30, 2025
@Atish-iaf
Copy link
Contributor

cc @antoninbas @hongliangl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/component/antctl Issues or PRs releated to the command line interface component area/transit/bgp Issues or PRs related to BGP support. kind/design Categorizes issue or PR as related to design.
Projects
None yet
Development

No branches or pull requests

2 participants