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

Support BIRD syntax for BGP AS Path & Communities #150

Closed
jb3 opened this issue Jun 18, 2021 · 0 comments
Closed

Support BIRD syntax for BGP AS Path & Communities #150

jb3 opened this issue Jun 18, 2021 · 0 comments
Labels
feature New feature or request

Comments

@jb3
Copy link

jb3 commented Jun 18, 2021

Feature Description

Communities

BIRD represents BGP communities as a tuple of integers, for example the community 64511:1 is represented as (64511, 1). To fetch all routes matching this a query such as show route where (65517, 1) ~ bgp_community all. It would be nice to be able to translate colon notation for BGP communities into these bird queries.

AS Path

Similarly, to find all routes where the specified ASN is present in the AS-Path, the bird query looks like sh ro where 15169 ~ bgp_path all. Translation from syntax such as _15169$, _15169_, $15169_ and so on would be a nice feature to have.

Environment & Use Case

This feature request only applies to having BIRD as a NOS.

@jb3 jb3 added the feature New feature or request label Jun 18, 2021
jsenecal pushed a commit to jsenecal/hyperglass that referenced this issue Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant