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

Allow API operations to be executed against a peer group #1106

Open
enag11 opened this issue Jul 14, 2022 · 2 comments
Open

Allow API operations to be executed against a peer group #1106

enag11 opened this issue Jul 14, 2022 · 2 comments
Assignees

Comments

@enag11
Copy link

enag11 commented Jul 14, 2022

Exabgp api allows route requests on the API to target individual neighbors using a syntax like:

,Tue, 12 Jul 2022 20:32:21 | INFO | 1 | processes | Command from process api-inject-routes : neighbor 198.18.21.62 announce flow route anonymous { match { source beef:f00d::/64; destination 2a02:29b8:1925::2b69/128; } then { extended-community [0x8006000000000000]; } }

This request is to allow API operations to be executed against a peer group, so that it would not have to be repeated for each member of the group. Tried substituting the IP address of the neighbor in API requests for the peer template and it resulted in an error.

@thomas-mangin
Copy link
Member

There is currently no concept of peer-group. I can see how it would be useful and will consider this feature request.

@enag11
Copy link
Author

enag11 commented Jul 26, 2022

Thanks for considering

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

No branches or pull requests

2 participants