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 Antctl commands #6209

Open
4 tasks
Tracked by #6189
rajnkamr opened this issue Apr 10, 2024 · 0 comments
Open
4 tasks
Tracked by #6189

BGP Antctl commands #6209

rajnkamr opened this issue Apr 10, 2024 · 0 comments
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.

Comments

@rajnkamr
Copy link
Contributor

rajnkamr commented Apr 10, 2024

antctl agent command to -

  • get effective BGPPolicy name.
    It is nice to also have some basic info about it like LocalASN, RouterID, ListenPort.
    antctl get bgppolicy(or get bp)

  • get ASN, RouterID and ListenPort directly from local BGP server corresponding to effective BGPPolicy.
    It can be helpful in debugging when BGP server is not running properly or its configuration is different from effective BGPPolicy due to some unknown reason.
    antctl get bgpserver(or get bs)

  • get BGP Peers(known by their Address) added to effective BGPPolicy.
    It is nice to also have ASN and State of each BGP Peer which can be unknown, idle, active, established etc.
    antctl get bgppeers

  • get routes advertised by effective BGPPolicy.
    It is nice to also have Advertisement type for each advertised routes. AdvertisementType can be egress, service, pod or all (default all)
    antctl get bgproutes --type <AdvertisementType>

@rajnkamr rajnkamr changed the title To provide Antctl commands specific to BGP BGP Antctl commands Apr 29, 2024
@Atish-iaf Atish-iaf added area/component/antctl Issues or PRs releated to the command line interface component area/transit/bgp Issues or PRs related to BGP support. labels May 7, 2024
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.
Projects
None yet
Development

No branches or pull requests

2 participants