ntc-templates
ntc-templates copied to clipboard
TextFSM templates for parsing show commands of network devices
Template + test
Template + test
Adding additional version parsing to this template, the original template is based on ArubaOS version 8.9.0.0 or later as shown here: [show ap bss-table](https://www.arubanetworks.com/techdocs/CLI-Bank/Content/aos8/sh-ap-bss-table.htm). This adds the ability to parse...
Enchanced template to encompass different cisco WLC models output for show ap summary (tested on 9800, 2500, 5500, 5520)
##### ISSUE TYPE - Template Issue with error and raw data ##### TEMPLATE USING cisco_nxos_show_interface_brief.textfsm, latest ##### SAMPLE COMMAND OUTPUT ``` nxos-sw1# show int brief -------------------------------------------------------------------------------- Port VRF Status IP...
While trying to parse cisco_asa show route getting this error: ``` textfsm.parser.TextFSMError: State Error raised. Rule Line: 12. Input Line: Codes: L - local, C - connected, S - static,...
##### ISSUE TYPE - Template Issue with error and raw data ##### TEMPLATE USING ``` Value Filldown,Required SESSION_TYPE (\S+) Value Filldown CONNECTION (\d+\.\d+\.\d+\.\d+) Value Filldown INDEX (\d+) Value Filldown IP_ADDRESS...
##### ISSUE TYPE - Template Issue with error and raw data ##### TEMPLATE USING ``` Value PORT (\S+) Value NAME (.+?) Value STATUS (err-disabled|disabled|connected|notconnect|inactive|up|down|monitoring|suspended) Value VLAN (\S+) Value DUPLEX (\S+)...