Skip to content

Commit

Permalink
Bugfix: cisco_ios_show_interfaces_switchport.textfsm: Account for App…
Browse files Browse the repository at this point in the history
… Interface line (#968)
  • Loading branch information
a-finocchiaro authored Sep 13, 2021
1 parent 1745614 commit bfd8df6
Show file tree
Hide file tree
Showing 5 changed files with 2,257 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Start
^\s*Protected
^\s*Unknown\s+(unicast|multicast)
^\s*Vepa\s+Enabled
^\s*App\s+Interface
^\s*Appliance\s+trust
^\s*Operational\s+Dot1q\s+Ethertype
^\s*$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,35 @@ Protected: false
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled
Appliance trust: none

Name: Gi1/0/1
Switchport: Enabled
Administrative Mode: static access
Operational Mode: static access
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: native
Negotiation of Trunking: Off
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: disabled
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk Native VLAN tagging: enabled
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk associations: none
Administrative private-vlan trunk mappings: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL

Protected: false
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled
Vepa Enabled: false
App Interface: false
Appliance trust: none
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,14 @@ parsed_sample:
voice_vlan: "none"
trunking_vlans:
- "ALL"
- interface: "Gi1/0/1"
switchport: "Enabled"
switchport_monitor: ""
switchport_negotiation: "Off"
mode: "static access"
admin_mode: "static access"
access_vlan: "1"
native_vlan: "1"
voice_vlan: "none"
trunking_vlans:
- "ALL"
Loading

0 comments on commit bfd8df6

Please sign in to comment.