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

Add support for Metal Gateway BGP Dynamic Neighbors #413

Closed
displague opened this issue Dec 15, 2023 · 1 comment · Fixed by #433
Closed

Add support for Metal Gateway BGP Dynamic Neighbors #413

displague opened this issue Dec 15, 2023 · 1 comment · Fixed by #433
Assignees
Labels
enhancement New feature or request

Comments

@displague
Copy link
Member

What problem are you facing?

For complete Metal Gateway support (#205) there are a few new features of Metal Gateway yet to be implemented. Among them is BGP Dynamic Neighbors. This also ties to VRF (#268) as the features are closely associated.

https://github.com/equinix-labs/metal-go/blob/main/docs/VRFsApi.md

Method HTTP request Description
BgpDynamicNeighborsIdGet Get /bgp-dynamic-neighbors/{id} Retrieve a BGP Dynamic Neighbor
CreateBgpDynamicNeighbor Post /metal-gateways/{id}/bgp-dynamic-neighbors Create a VRF BGP Dynamic Neighbor range
DeleteBgpDynamicNeighborById Delete /bgp-dynamic-neighbors/{id} Delete a VRF BGP Dynamic Neighbor
GetBgpDynamicNeighbors Get /metal-gateways/{id}/bgp-dynamic-neighbors List BGP Dynamic Neighbors

How could the Equinix Metal CLI help solve this problem?

metal gateway list-bgp-dynamic-neighbors --id <gateway_id>
metal gateway create-bgp-dynamic-neighbors --id <gateway_id>
metal gateway delete-bgp-dynamic-neighbors --bgp_dynamic_neighbor_id <bgp_dynamic_neighbor_id>
metal gateway get-bgp-dynamic-neighbors --bgp_dynamic_neighbor_id <bgp_dynamic_neighbor_id>

These command names are wordy, open to suggestions.

@displague displague added the enhancement New feature or request label Dec 15, 2023
@aayushrangwala
Copy link
Contributor

/assign @aayushrangwala

ctreatma pushed a commit that referenced this issue Jan 31, 2024
…eway (#433)

Fixes: #413

---------

Signed-off-by: Ayush Rangwala <[email protected]>
Signed-off-by: Chris Privitere <[email protected]>
Co-authored-by: Chris Privitere <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants