networktocode / ntc-templates

TextFSM templates for parsing show commands of network devices
https://ntc-templates.readthedocs.io/
Other
1.12k stars 730 forks source link

cisco_nxos_show_ip_bgp does not function with "all" #1319

Closed chuckysap closed 5 months ago

chuckysap commented 1 year ago

Proposed Functionality

It would be ideal if this template would work with show ip bgp vrf all and not just a specific VRF like so show ip bgp vrf <VRF_NAME>. Is it possible to integrate this?

jvanderaa commented 1 year ago

Should be no problem to do so.

mjbear commented 10 months ago

@chuckysap Might you be able to share example output so this can be worked on?

(Note: I'm a community volunteer, but happy to work with you if I can get information.)

https://github.com/networktocode/ntc-templates/blob/master/ntc_templates/templates/cisco_nxos_show_ip_bgp.textfsm https://github.com/networktocode/ntc-templates/tree/master/tests/cisco_nxos/show_ip_bgp https://github.com/networktocode/ntc-templates/blob/master/ntc_templates/templates/index#L379

mjbear commented 9 months ago

@chuckysap If you'd like to test, please pull down a copy of my changes and test.

PR #1628 has been submitted

ryanmerolle commented 5 months ago

This has been merged. Can we please close?