-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from networktocode/clean
Cleanup
- Loading branch information
Showing
12 changed files
with
78 additions
and
81 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,11 +1,11 @@ | ||
Value Filldown OSPF_PID (\d+) | ||
Value Filldown VRF (\S+) | ||
Value NEIGHBOR_IPADDR (\d+\.\d+\.\d+\.\d+) | ||
Value STATE (\S+.\/.\S+) | ||
Value STATE (\S+.\/.\S+) | ||
Value UPTIME (\S+) | ||
Value LOCAL_IPADDR (\d+\.\d+\.\d+\.\d+) | ||
Value Required INTERFACE (\S+) | ||
|
||
Start | ||
^\s+\w+\s+\w+\s+\w+\s+${OSPF_PID}\s+[Vv][Rr][Ff]\s+${VRF} -> Record | ||
^\s+${NEIGHBOR_IPADDR}\s+\d+\s+${STATE}\s+${UPTIME}\s+${LOCAL_IPADDR}\s+${INTERFACE}.+ -> Record | ||
^\s+${NEIGHBOR_IPADDR}\s+\d+\s+${STATE}\s+${UPTIME}\s+${LOCAL_IPADDR}\s+${INTERFACE} -> Record |
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
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
8 changes: 4 additions & 4 deletions
8
tests/brocade_fastiron/show_monitor/brocade_fastiron_show_monitor.raw
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,6 +1,6 @@ | ||
Monitored Port 10 | ||
Input mirrored by : 18 | ||
Output mirrored by : 18 | ||
Input mirrored by : 18 | ||
Output mirrored by : 18 | ||
Monitored Port 16 | ||
Input mirrored by : 18 | ||
Output mirrored by : 18 | ||
Input mirrored by : 18 | ||
Output mirrored by : 18 |
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
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
16 changes: 8 additions & 8 deletions
16
tests/brocade_netiron/show_monitor_actual/brocade_netiron_show_monitor.raw
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,12 +1,12 @@ | ||
Monitored Port 1/10 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Monitored Port 1/11 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Monitored Port 2/10 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Monitored Port 2/11 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 |
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
16 changes: 8 additions & 8 deletions
16
tests/brocade_netiron/show_monitor_config/brocade_netiron_show_monitor.raw
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,12 +1,12 @@ | ||
Monitored Port 1/10 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Monitored Port 1/11 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Monitored Port 2/10 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Monitored Port 2/11 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 | ||
Input traffic mirrored to: 1/13 | ||
Output traffic mirrored to: 1/13 |
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