-
Notifications
You must be signed in to change notification settings - Fork 743
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 multiple vrf support #1553
Merged
jvanderaa
merged 11 commits into
networktocode:master
from
tom0010:add_multiple_vrf_support
Oct 30, 2023
Merged
Add multiple vrf support #1553
jvanderaa
merged 11 commits into
networktocode:master
from
tom0010:add_multiple_vrf_support
Oct 30, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…xos_show_bgp_vrf_all_ipv4_unicast_neighbors_routes, change NETWORK to PREFIX and PREFIX_LENGTH
…o accommodate for the correct commands, support multiple VRFs
…o support correct commands. Replace NETWORK with PREFIX and PREFIX_LENGTH
tom0010
requested review from
itdependsnetworks,
jmcgill298 and
jvanderaa
as code owners
October 23, 2023 15:04
…unicast neighbors routes
jvanderaa
approved these changes
Oct 30, 2023
mjbear
pushed a commit
to mjbear/ntc-templates
that referenced
this pull request
Jan 7, 2024
* Add vrf support for arista eos show ip bgp detail * Update tests for arista eos show ip bgp detail * Add vrf support for cisco nxos show ip bgp neighbors * Update tests for cisco nxos show ip bgp neighbors * Add vrf, local_as, and router_id support for arista eos show ip bgp * Update tests for arista eos show ip bgp * Renamed cisco_nxos_show_bgp_vrf_all_ipv4_unicast_neighbors to cisco_nxos_show_bgp_vrf_all_ipv4_unicast_neighbors_routes, change NETWORK to PREFIX and PREFIX_LENGTH * Change index for cisco nxos show bgp vrf all ipv4 unicast neighbors to accommodate for the correct commands, support multiple VRFs * Rename tests for cisco nxos show bgp vrf all ipv4 unicast neighbors to support correct commands. Replace NETWORK with PREFIX and PREFIX_LENGTH * Remove redundant folder * Add missing tests due to rename for cisco nxos show bgp vrf all ipv4 unicast neighbors routes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cisco_nxos_show_bgp_vrf_all_ipv4_unicast_neighbors
tocisco_nxos_show_bgp_vrf_all_ipv4_unicast_neighbors_routes
as the template was referencing an incorrect command/templateindex
to properly supportroutes/advertised-routes/received-routes
forcisco_nxos_show_bgp_vrf_all_ipv4_unicast_neighbors_routes
index
to support specific vrf names forcisco_nxos_show_bgp_vrf_all_ipv4_unicast_neighbors_routes
arista_eos_show_ip_bgp_detail
arista_eos_show_ip_bgp
cisco_nxos_show_ip_bgp_neighbors
cisco_nxos_show_bgp_vrf_all_ipv4_unicast_neighbors_routes
router_id
andlocal_as
support forarista_eos_show_ip_bgp
cisco_nxos_show_bgp_vrf_all_ipv4_unicast_neighbors_routes
network
withprefix
andprefix_length
to adhere to NTC Templates 4.0 release forcisco_nxos_show_bgp_vrf_all_ipv4_unicast_neighbors_routes
arista_eos_show_ip_bgp_detail
arista_eos_show_ip_bgp
cisco_nxos_show_ip_bgp_neighbors
cisco_nxos_show_bgp_vrf_all_ipv4_unicast_neighbors