Skip to content

Commit

Permalink
Merge branch 'cisco_ios_show_interfaces_description' into 'master'
Browse files Browse the repository at this point in the history
Fix template for Cisco IOS command 'show interfaces description'

See merge request bsh-developers/ntc-templates!47
  • Loading branch information
Шпак Максим committed Dec 11, 2023
2 parents 4360e1e + 41a5e1d commit 7372a2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Value PORT (\S+)
Value STATUS (up|down|deleted|admin\s+down)
Value STATUS (up|down|deleted|admin\s+down|reset)
Value PROTOCOL (up|down)
Value DESCRIP (\S.*?)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Interface Status Protocol Description
Vl1 admin down down
Vl1 admin down down
Vl99 up up 10.20.99.0_Switch_mgmt_VLAN
Gi0/1 down down D3 USER
Gi0/2 down down D3 USER
Expand All @@ -9,7 +9,8 @@ Gi0/5 down down D3 USER
Gi0/6 down down D3 USER
Gi0/7 down down D3 USER
Gi0/8 up up MERAKI TEST AP
Gi0/9 admin down down
Gi0/9 admin down down
Gi0/10 up up UPLINK TO TULCCD3S01P
Gi0/10.10 deleted down
Gi0/10.20 up up Carrier VLAN
Gi0/10.30 reset down Garbage
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ parsed_sample:
status: "up"
protocol: "up"
descrip: "Carrier VLAN"
- port: "Gi0/10.30"
status: "reset"
protocol: "down"
descrip: "Garbage"

0 comments on commit 7372a2f

Please sign in to comment.