-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BugFix: EOS show ip arp - Allow for N/A in age field (#717)
- Loading branch information
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Value ADDRESS (\d+\.\d+\.\d+\.\d+) | ||
Value AGE (\d+) | ||
Value AGE ((\d+|N\/A)) | ||
Value MAC (\S+) | ||
Value INTERFACE (.*) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Address Age (min) Hardware Addr Interface | ||
172.25.0.2 0 004c.6211.021e Vlan101, Port-Channel2 | ||
172.22.0.1 0 004c.6214.3699 Vlan1000, Port-Channel1 | ||
172.22.0.2 0 004c.6219.a0f3 Ethernet1 | ||
Address Age (min) Hardware Addr Interface | ||
172.25.0.2 0 004c.6211.021e Vlan101, Port-Channel2 | ||
172.22.0.1 0 004c.6214.3699 Vlan1000, Port-Channel1 | ||
172.22.0.2 0 004c.6219.a0f3 Ethernet1 | ||
10.10.1.1 N/A 0002.00ff.0001 Vlan1, not learned |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters