Skip to content

v1.4

v1.4.2 (2020-05-26)

Full Changelog

Fixed bugs:

  • cisco_ios "show ip ospf database router" fails if OSPF domain includes an ASBR or an ABR #690
  • Arista EOS show ip route parse error #668
  • cisco_ios_show_ip_interface does not deal with ip address negotiated on Tunnel interface #644

Closed issues:

  • Cisco IOS - textfsm.parser.TextFSMError: State Error raised. Rule Line: 17. #718
  • show mac address-table Error: State Error raised. Rule Line: 41. #715
  • show mac address-table no dictionary in response #714
  • Having trouble with alcatel_sros templates #698
  • Cisco show cdp neighbor details leaves whitespace in capabilities field #683
  • cisco_ios neighbor summary per address family new request. #664
  • cisco_ios BGP neighbor advertised and received routes request. #663
  • Ciena naming doesn’t conform to Netmiko #662
  • Problem to add or install ntc-templates: #658
  • show_vlan template for cisco ios does not return more than 60 interfaces #653
  • Unable to parse data by using "cisco_ios_show_ip_route_summary.textfsm" #643
  • template request: show ip bgp neighbors x.x.x.x advertised-routes #639

Merged pull requests:

v1.4.1 (2020-04-23)

Full Changelog

Closed issues:

  • cisco_ios_show_mac-address-table.textfsm "N/A" in vlan field. #657
  • platform="cisco_ios", command="sh ip route summary" returning an empty array. #655
  • Beginning of output for cisco_ios "show ip ospf database \<lsa-type>" may or may not be a space character #649
  • Cisco ASA show_route parsing for alternative multiline format #646
  • Cisco ASA AnyConnect Errors with Tunnel Group on different line #630
  • Create Template for Cisco ASA - show vpn-sessiondb anyconnect #624
  • Juniper Junos add fpc:X, {master:X} for many commans stdout #621

Merged pull requests:

v1.4.0 (2020-03-09)

Full Changelog

Implemented enhancements:

  • Testing that test cases exist has an exception for 4 templates that need to be rectified #550
  • Huawei - display lldp neighbor formatting #396
  • Adding vlan name to access vlan and native vlan on NXOS #612 (daanvdsanden)
  • Enhancement: cisco_nxos_show_vlan: Added interfaces #604 (FragmentedPacket)
  • Enhancement: IOS lldp neighbors - add capabilities capture group #553 (ewmanthei)
  • Enhancement: Use ".textfsm" extension for IDEs #543 (jmcgill298)
  • YAMLLINT: Add yamllint to tox testing #406 (jmcgill298)

Fixed bugs:

  • parse_output returns empty after interface has been modified by first run of script #613
  • arista_eos_show_ip_route.textfsm fails on vrrp route display #588
  • ASA show failover bug when using IPS module #547
  • cisco_nxos_show_version does not display N5K platform #545
  • Fix regex: Update VyOS template to match addresses without netmask de… #608 (sliddjur)
  • Fixed regex for fortinet bgp template and added new template standards #592 (corvese)
  • BugFix: Cisco show switch detail with mac persistency wait time #584 (msom)

Closed issues:

  • cisco_nxos_show_vlan does not show ports, thank god cisco_ios_show_vlan works #601
  • regex to match whitespace, words, or mix of both, and cut off trailing whitespace? #566
  • Bug: Alcatel SROS show service id index issue #556
  • Cisco IOS Show MAC Address-Table Errors on Last Line #544
  • Cisco IOS Show Run Template #469
  • show ip route IOS vs NXOS #382
  • Add tests for index file to Travis #207
  • Using the .textfsm extension for templates #171

Merged pull requests: