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

Fix(cisco_xr): Add local number to bgp vrf all ipv4 unicast summary #52

Closed

Conversation

guillaume-mbali
Copy link

No description provided.

jvanderaa and others added 30 commits May 22, 2022 14:48
* 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]>
* 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]>
…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
…ng messages are added (networktocode#1196)

Fix `system routerboard print` corner case.
…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
PavloSkliarenko and others added 20 commits October 27, 2023 07:30
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
Update ntc_templates/templates/cisco_s300_show_interfaces_description.textfsm
@elavaud elavaud force-pushed the fix-cisco-xr-bgp-vrf-all-ipv4-unicast-summary branch from 280722f to d6cfa58 Compare November 10, 2023 06:44
@elavaud
Copy link

elavaud commented Nov 10, 2023

Official PR: networktocode#1561

@elavaud 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 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
@k-ribot k-ribot closed this Jun 20, 2024
@k-ribot k-ribot deleted the fix-cisco-xr-bgp-vrf-all-ipv4-unicast-summary branch June 20, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MERGED IN MASTER Merged in official master Released In 4.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.