Releases: networktocode/ntc-templates
Releases · networktocode/ntc-templates
v2.3.2
2.3.2 (2021-09-13)
Bugfixes
- cisco_ios_show_ip_bgp_summary Account for dotted ASN notation #987 (thomasbridge74)
- cisco_nxos_show_interface_status Account for blank type #980 (Kani999)
- cisco_ios_show_interfaces Account for
App Interface
#968 (a-finocchiaro)
v2.3.1
2.3.1 (2021-08-30)
Closed issues:
- cisco_ios_show_ip_access-lists Account for singluar match #972 (mitchell-foxworth)
Merged pull requests:
- ntc_templates/templates/cisco_ios_show_ip_access-lists.textfsm #973 (mitchell-foxworth)
v2.3.0
2.3.0 (2021-08-27)
Closed issues:
Merged pull requests:
- ntc_templates/templates/aruba_aoscx_show_aaa_authentication_port-access_interface_all_client-status.textfsm #927 (scetron)
New Templates:
- aruba_aoscx_show_aaa_authentication_port-access_interface_all_client-status.textfsm
- aruba_aoscx_show_arp_all-vrfs.textfsm
- aruba_aoscx_show_bfd_all-vrfs.textfsm
- aruba_aoscx_show_bgp_all-vrfs_all_summary.textfsm
- aruba_aoscx_show_bgp_all_all-vrfs_summary.textfsm
- aruba_aoscx_show_interface.textfsm
- aruba_aoscx_show_interface_dom_detail.textfsm
- aruba_aoscx_show_ip_route_all-vrfs.textfsm
- aruba_aoscx_show_lldp_neighbors-info_detail.textfsm
- aruba_aoscx_show_mac-address-table.textfsm
- aruba_aoscx_show_ntp_associations.textfsm
- aruba_aoscx_show_vsf_detail.textfsm
v2.2.2
v2.2.1
v2.2.0
2.2.0 (2021-08-02)
Closed issues:
- cisco_ios_show_ip_access-lists template needs updated to include precedence and tos in *_PORT_MATCH #954
- cisco_nxos_show_interface_transceiver transceiver template failure #952
Merged pull requests:
- cisco_ios_show_version: Cisco IOS uptime parsing more granular (days, hours, etc.) #944 (joewesch)
- New Template: cisco_ios_show_crypto_session_details #947 (h4ndzdatm0ld)
- cisco_ios_show_vrf.texfsm: Parse a vrf with no interfaces #918 (dpnetca)
- cisco_ios_show_interfaces_switchport: Modified Trunk state to handle multiline trunking lists #907 (mickyhale)
- Fix nxos_show_interface_transceiver failure #953 (chipn)
- Updated cisco_ios_show_ip_access-lists.textfsm to include the SRC_PORT_MATCH and DST_PORT_MATCH values for precedence and tos #955 (nsnelson402)
v2.1.0
2.1.0 (2021-06-24)
Implemented enhancements:
- Move to Poetry for dependency and publishing #729
Closed issues:
- cisco_nxos_show_cdp_neighbors_detail 'str' object has no attribute 'seek'. #936
- show int status returns error (seems template error) for particular switch for other switches it does work (iOS). #922
- IPinfusuion OCNOS support request #913
- cisco_ios_show_interfaces_status.textfsm (no interface in monitoring state) #878
- Arista_eos: show ip bgp summary Error #844
- arista_eos_show_ip_route parse exception #811
- cisco nxos show interface status issue when FC ports are present #788
- cisco_asa_show_running_cryprom_map does not parse crypto maps without "set security association lifetime" #784
- Cisco ASA show vpn-sessiondb invalid and not returning data after ASA SW update #773
- cannot import name 'clitable' from 'textfsm' #731
Merged pull requests:
- Adding Restarted to show version template for cisco ios #940 (ksrattani)
- cisco_nxos add f-path vlan type #937 (JargeZ)
- Fix issue #929 #934 (matt852)
- New Template: Alcatel, sh router ospf int #931 (h4ndzdatm0ld)
- New Template: SROS "show system cpu" #930 (h4ndzdatm0ld)
- Adds monitoring port for show interfaces status #928 (jvanderaa)
- New Template: All BGP VPNv4 Neighbors #911 (markh0338)
- Added Known Issues section to document Micah's finding/issue #902 (FragmentedPacket)
- Added deploy option to auto deploy on tags #901 (FragmentedPacket)
- sros, new template - sh router interface, -vrf # optional #898 (h4ndzdatm0ld)
- Add end of line for matching empty lines #897 (jmcgill298)
- New Template: ruckus_fastiron, show mac-address #896 (QuasarKid)
- New Template: ruckus_fastiron, show version #894 (QuasarKid)
- New Template: alcatel_sros, sh router mpls lsp #893 (h4ndzdatm0ld)
- New Template: alcatel_sros, sap-using #892 (h4ndzdatm0ld)
- New Template: alcatel_sros, sdp-using #891 (h4ndzdatm0ld)
- add new template show port-security interface #885 (jeffkala)
- Bugfix: Type for cisco_nxos_show_interface_status #880 (FragmentedPacket)
Release 2.0.0
Migrate to Poetry for packaging and distribution.
The templates
directory has moved to ntc_templates/templates
.
Release 1.7.0
Changes to existing template fields:
arista_eos_show_ip_route:
NEXT_HOP and INTERFACE are now lists
cisco_asa_show_vpn-sessiondb:
VPN_SESSION_NAME, VPN_SESSION_ACTIVE, VPN_SESSION_CUMULATIVE, VPN_SESSION_PEAK_CONCURRENT, VPN_SESSION_INACTIVE , TUNNELS_SUMMARY_NAME, TUNNELS_SUMMARY_ACTIVE, TUNNELS_SUMMARY_CUMULATIVE, TUNNELS_SUMMARY_PEAK_CONCURRENT are now lists
Release 1.6.0
v1.6.0 Release 1.6.0 (#807)