ntc-templates
ntc-templates copied to clipboard
TextFSM templates for parsing show commands of network devices
Not caused by #1469 as that PR had not been merged when issue #1453 came in. :sweat_smile: Based off of #1469 and its modified capture group names so this PR...
Normalization across several "discovery protocols", largely CDP and LLDP (though I did find broadcom_icos had ISDP as well). This huge effort started as a comment on #1405 and includes numerous...
normalize capture group, by replacing ROUTE with NETWORK in cisco_ios_show_ip_eigrp_topology breaking change due to capture group changes
##### ISSUE TYPE - Template Issue with error and raw data - Bug Report with the library ##### TEMPLATE USING ```textfsm Value INTERFACE (\S+/\S+) Value MANUFACTURER (\S+) Value TYPE (.+)...
Create the new match case to version 6.4 Fortinet.
##### ISSUE TYPE - Bug Report ##### TEMPLATE USING ``` Value NEIGHBOR (\S+) Value LOCAL_INTERFACE (\S+) Value NEIGHBOR_INTERFACE (\S+) Start ^Device.*ID -> LLDP LLDP ^${NEIGHBOR}\s??$$ ^${NEIGHBOR}\s+${LOCAL_INTERFACE}\s+\d+\s+(\w??\s)+\s+${NEIGHBOR_INTERFACE} -> Record ^\s+${LOCAL_INTERFACE}\s+\d+\s+(\w??\s)+\s+${NEIGHBOR_INTERFACE} ->...
##### ISSUE TYPE - Bug Report ##### TEMPLATE USING ``` Value Required NEIGHBOR (\S+) Value Required LOCAL_INTERFACE (\S+) Value Required NEIGHBOR_INTERFACE (\S+) Value CHASSIS_ID (\w+?\.\w+?\.\w+?) Value MGMT_ADDRESS (\d+?\.\d+?\.\d+?\.\d+?|\w+?\.\w+?\.\w+?) Value SYSTEM_DESCRIPTION...
Cisco Nexus 3048 switch configured with "dot1q-tunnel mode" (QinQ) ``` show running-config interface Ethernet1/22 interface Ethernet1/22 description ** Some QinQ ** no cdp enable switchport mode dot1q-tunnel switchport access vlan...
For values less than 1 day this regex is incorrect for cisco_nxos_show_ip_bgp_neighbors.textfsm: ``` Value UPTIME (\w+) Value LAST_RESET (\w+) Value LAST_PEER_RESET (\w+) ``` It is HH:MM:SS for values less than...
Template Issue with error and raw data Value Required LOCAL_PORT (\S+) Value Required CHASSIS_ID (\S+) Value CHASSIS_NAME (\S+) Value CHASSIS_DESC (.+) Value CAPABILITIES (.+) Value CAPABILITIES_ENABLED (.+) Value MGMT_ADDR (\S+)...