Skip to content

Commit

Permalink
Update cisco_ios_show_ip_interface_brief (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
averhaven authored Jan 7, 2025
1 parent 33f4faa commit 9e26cc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Value INTERFACE (\S+)
Value IP_ADDRESS (\S+)
Value STATUS (up|down|administratively down)
Value STATUS (up|down|administratively down|deleted)
Value PROTO (up|down)

Start
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES NVRAM up up
Ethernet0/0.11 10.0.1.38 YES NVRAM up up
Ethernet0/0.100 unassigned YES NVRAM deleted down
Ethernet0/1 1.1.1.1 YES NVRAM up up
Ethernet0/2 unassigned YES NVRAM administratively down down
Ethernet0/3 unassigned YES NVRAM administratively down down
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ parsed_sample:
ip_address: "10.0.1.38"
proto: "up"
status: "up"
- interface: "Ethernet0/0.100"
ip_address: "unassigned"
proto: "down"
status: "deleted"
- interface: "Ethernet0/1"
ip_address: "1.1.1.1"
proto: "up"
Expand Down

0 comments on commit 9e26cc0

Please sign in to comment.