Skip to content

Commit

Permalink
Fix template IOS show int status - added new interface status (networ…
Browse files Browse the repository at this point in the history
…ktocode#1023)

Add suspended as choice on Cisco IOS show interfaces status.
  • Loading branch information
ZamElek authored Nov 17, 2021
1 parent 53f7999 commit a82648b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Value PORT (\S+)
Value NAME (.+?)
Value STATUS (err-disabled|disabled|connected|notconnect|inactive|up|down|monitoring)
Value STATUS (err-disabled|disabled|connected|notconnect|inactive|up|down|monitoring|suspended)
Value VLAN (\S+)
Value DUPLEX (\S+)
Value SPEED (\S+)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gi1/0/3 John's Office notconnect 1 auto auto 10/100/1000Ba
Gi1/0/4 SingleName connected 1 a-full a-100 10/100/1000BaseTX
Gi1/0/5 Dashed-Name connected 1000 a-full a-1000 10/100/1000BaseTX
Gi1/0/6 Spaced Example connected 8 a-full a-100 10/100/1000BaseTX
Gi1/0/7 Trunk Example connected trunk a-full a-1000 1000BaseSX SFP
Gi1/0/7 Trunk Example suspended trunk a-full a-1000 1000BaseSX SFP
Gi1/0/8 SFP Not Present notconnect 1 auto auto Not Present
Gi1/0/9 SFP Not Present notconnect 1 auto auto Not Present
Gi1/0/10 Management notconnect routed auto auto 10/100BaseTX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ parsed_sample:
fc_mode: ""
- port: "Gi1/0/7"
name: "Trunk Example"
status: "connected"
status: "suspended"
vlan: "trunk"
duplex: "a-full"
speed: "a-1000"
Expand Down

0 comments on commit a82648b

Please sign in to comment.