forked from networktocode/ntc-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix(cisco_xr): Add local number to bgp vrf all ipv4 unicast summary #52
Closed
guillaume-mbali
wants to merge
528
commits into
v3.3.0-unyc
from
fix-cisco-xr-bgp-vrf-all-ipv4-unicast-summary
Closed
Fix(cisco_xr): Add local number to bgp vrf all ipv4 unicast summary #52
guillaume-mbali
wants to merge
528
commits into
v3.3.0-unyc
from
fix-cisco-xr-bgp-vrf-all-ipv4-unicast-summary
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
…1097) Co-authored-by: Edouard Lavaud <[email protected]>
* fix for 1051 * aruba_os_show_ap_radio-database * aruba_os_show_ap_database_long Co-authored-by: Jeff Hagley <[email protected]>
* interface ethernet monitor (name) once * ip arp print without-paging * ip firewall filter print all without-paging * ip dhcp-server lease print without paging * ip firewall nat print all without-paging * snmp community print without-paging * ip route print without-paging * system routerboard print Co-authored-by: Edouard Lavaud <[email protected]>
add new value BOOT_OPTIMIZATION fix capture of CONFIG_DOWNLOAD_DHCP_NEXT_BOOT Co-authored-by: Pieter E Smit <[email protected]>
…etworktocode#1123) * fixed metric width when it is wider than 6 chars * fix linting * new line added Co-authored-by: Jacob McGill <[email protected]> Co-authored-by: Viktor Kertesz <[email protected]> Co-authored-by: Jacob McGill <[email protected]>
…tric is wider than 6 chars (networktocode#1124) * fixed metric width when it is wider than 6 chars * fix linting * new line added Co-authored-by: Jacob McGill <[email protected]> Co-authored-by: Viktor Kertesz <[email protected]> Co-authored-by: Jacob McGill <[email protected]>
Co-authored-by: Edouard Lavaud <[email protected]>
…sical (networktocode#1064) Co-authored-by: Edouard Lavaud <[email protected]>
* add zyxel_os_sys_atsh * Add Zyxel OS cfg_firewall_acl_get * Add Zyxel cfg intf group get * Add Zyxel cfg lan get --Name name * Add Zyxel cfg lan get * Add Zyxel cfg lanhosts get * Add Zyxel cfg nat addr map get * Add Zyxel cfg snmp get * Add Zyxel cfg static dhcp get * Add Zyxel cfg static_route get * Add Zyxel cfg wlan get * Add zyxel zycli Ethctl media-type Co-authored-by: Edouard Lavaud <[email protected]>
Co-authored-by: Edouard Lavaud <[email protected]>
Add Cisco XR show ipv4 int
…ocode#1177) Add Cisco NX-OS "show ip dhcp snooping statistics" template
* Added new template and tests for EIGRP Interfaces Detail
Arista updates: * Update `show ip bgp summary` to support description column * Update `show ip ospf neighbor` to support instance column * Update `show vrf` to support line card interfaces, subinterfaces and an alternate header * Add support for `show ip ospf interface brief` * Add support for `show pim ipv4 interface` * Add support for `show pim ipv4 neighbor` * Add support for `show ip ospf summary`
* Added new template and tests. * Created cisco_ios_show_snmp_group.textfsm template. Co-authored-by: Nicholas Nelson - 10105570 <[email protected]>
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.3.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added new template and tests. * Fixed changelog Co-authored-by: Nicholas Nelson - 10105570 <[email protected]>
* Migrates CI from Travis to GitHub Actions * Removes python 3.6 from testing matrix
* Added new template and tests for show crypto ipsec sa detail
Add linux templates
…ng messages are added (networktocode#1196) Fix `system routerboard print` corner case.
…Pv6 (networktocode#1152) Fix flags on ip route print mikrotik
Co-authored-by: Edouard Lavaud <[email protected]>
…code#1207) * Fix show arp template to allow presense of 'RP' in CPU when Mgmt interface is in use * Fix show arp template to allow presense of 'RP' in CPU when Mgmt interface is in use
Co-authored-by: pskliarenko <“[email protected]”>
* 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
* Added Cisco IOS show ap cdp neighbors template
* Add new platform 'extreme' + 6 templates (without tests)
* Add new platform 'extreme' + 6 templates (without tests) * Fix template for 'show ipconfig' and add tests * Fix template for 'show ports description' and add tests * Fix template for 'show ports information' and add tests * rebase show ports description * Fix template for 'show sharing' and add tests * Fix template for 'show vlan description' and add tests * Fix template for 'show ports information detail' and add tests * Update ntc_templates/templates/extreme_show_ports_description.textfsm Co-authored-by: Josh VanDeraa <[email protected]> * Update ntc_templates/templates/extreme_show_ports_information.textfsm Co-authored-by: Josh VanDeraa <[email protected]> * Update ntc_templates/templates/extreme_show_vlan_description.textfsm Co-authored-by: Josh VanDeraa <[email protected]> * Update ntc_templates/templates/extreme_show_ports_information_detail.textfsm Co-authored-by: Josh VanDeraa <[email protected]> * Fix value names --------- Co-authored-by: pskliarenko <“[email protected]”> Co-authored-by: Maxim Shpak <[email protected]> Co-authored-by: Josh VanDeraa <[email protected]>
* Add untagged vlan parsing * Change untagged vlan value name
* Fix value names due to new Data model
Update ntc_templates/templates/cisco_s300_show_interfaces_description.textfsm
* add show_interface case
…add local as number
elavaud
force-pushed
the
fix-cisco-xr-bgp-vrf-all-ipv4-unicast-summary
branch
from
November 10, 2023 06:44
280722f
to
d6cfa58
Compare
Official PR: networktocode#1561 |
elavaud
added
PR created
Wait official release
Already cherry-picked on custom release but not released in official repository
labels
Nov 10, 2023
k-ribot
added
MERGED IN MASTER
Merged in official master
Released In 4.3.0
and removed
Wait official release
Already cherry-picked on custom release but not released in official repository
PR created
labels
Mar 4, 2024
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.
No description provided.