-
Notifications
You must be signed in to change notification settings - Fork 732
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update extreme_exos_show_iparp to support output format change (#1926)
- Loading branch information
Showing
3 changed files
with
50 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
VR Destination Mac Age Static VLAN VID Port | ||
VR-Default 10.128.32.4 00:d0:59:17:74:83 20 NO bluered 4092 1:25 | ||
VR-Default 10.128.32.8 00:01:30:ba:6a:a0 7 NO Default 4095 | ||
|
||
Dynamic Entries : 4 Static Entries : 0 | ||
Pending Entries : 0 | ||
|
||
ARP address check: Enabled ARP refresh : Enabled | ||
Timeout : 20 minutes ARP Sender-Mac Learning : Disabled | ||
Locktime : 1000 milliseconds | ||
Retransmit Time : 1000 milliseconds | ||
Reachable Time : 900000 milliseconds (Auto) | ||
Fast Convergence : Off | ||
|
||
ARP Global Settings | ||
Max Entries : 12288 | ||
Max Pending Entries : 256 | ||
Max Proxy Entries : 256 |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
parsed_sample: | ||
- age: "20" | ||
destination: "10.128.32.4" | ||
mac_address: "00:d0:59:17:74:83" | ||
port: "1:25" | ||
static: "NO" | ||
vid: "4092" | ||
vlan: "bluered" | ||
vr: "VR-Default" | ||
- age: "7" | ||
destination: "10.128.32.8" | ||
mac_address: "00:01:30:ba:6a:a0" | ||
port: "" | ||
static: "NO" | ||
vid: "4095" | ||
vlan: "Default" | ||
vr: "VR-Default" |