forked from networktocode/ntc-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template for "show ip eigrp neighbors" on Cisco IOS (networktocod…
- Loading branch information
1 parent
7808799
commit 541581e
Showing
3 changed files
with
145 additions
and
22 deletions.
There are no files selected for viewing
40 changes: 18 additions & 22 deletions
40
tests/cisco_ios/show_ip_eigrp_neighbors/cisco_ios_show_ip_eigrp_neighbors.parsed
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,24 +1,20 @@ | ||
--- | ||
|
||
parsed_sample: | ||
|
||
|
||
- as: "1" | ||
address: "192.168.1.2" | ||
interface: "Gi0/0" | ||
hold: "10" | ||
uptime: "00:12:45" | ||
srtt: "19" | ||
rto: "100" | ||
q_cnt: "0" | ||
seq_num: "11" | ||
|
||
- as: "1" | ||
address: "192.168.2.2" | ||
interface: "Gi0/1" | ||
hold: "12" | ||
uptime: "00:11:24" | ||
srtt: "14" | ||
rto: "100" | ||
q_cnt: "0" | ||
seq_num: "10" | ||
- as: "1" | ||
address: "192.168.1.2" | ||
interface: "Gi0/0" | ||
hold: "10" | ||
uptime: "00:12:45" | ||
srtt: "19" | ||
rto: "100" | ||
q_cnt: "0" | ||
seq_num: "11" | ||
- as: "1" | ||
address: "192.168.2.2" | ||
interface: "Gi0/1" | ||
hold: "12" | ||
uptime: "00:11:24" | ||
srtt: "14" | ||
rto: "100" | ||
q_cnt: "0" | ||
seq_num: "10" |
110 changes: 110 additions & 0 deletions
110
tests/cisco_ios/show_ip_eigrp_neighbors/cisco_ios_show_ip_eigrp_neighbors2.parsed
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,110 @@ | ||
--- | ||
parsed_sample: | ||
- as: "10" | ||
address: "10.1.1.122" | ||
interface: "Tu15" | ||
hold: "44" | ||
uptime: "1d01h" | ||
srtt: "114" | ||
rto: "684" | ||
q_cnt: "0" | ||
seq_num: "21930" | ||
- as: "10" | ||
address: "10.1.1.34" | ||
interface: "Tu117" | ||
hold: "38" | ||
uptime: "1w6d" | ||
srtt: "157" | ||
rto: "942" | ||
q_cnt: "0" | ||
seq_num: "7449" | ||
- as: "10" | ||
address: "10.1.1.142" | ||
interface: "Tu12" | ||
hold: "35" | ||
uptime: "2w5d" | ||
srtt: "141" | ||
rto: "846" | ||
q_cnt: "0" | ||
seq_num: "3728" | ||
- as: "10" | ||
address: "10.1.1.194" | ||
interface: "Tu11" | ||
hold: "38" | ||
uptime: "4w3d" | ||
srtt: "145" | ||
rto: "870" | ||
q_cnt: "0" | ||
seq_num: "10023" | ||
- as: "10" | ||
address: "10.1.1.182" | ||
interface: "Tu13" | ||
hold: "43" | ||
uptime: "13w3d" | ||
srtt: "124" | ||
rto: "744" | ||
q_cnt: "0" | ||
seq_num: "25875" | ||
- as: "10" | ||
address: "10.1.1.230" | ||
interface: "Tu14" | ||
hold: "36" | ||
uptime: "14w2d" | ||
srtt: "93" | ||
rto: "558" | ||
q_cnt: "0" | ||
seq_num: "5719" | ||
- as: "10" | ||
address: "192.168.1.239" | ||
interface: "Gi0/0/2" | ||
hold: "11" | ||
uptime: "1y17w" | ||
srtt: "1" | ||
rto: "100" | ||
q_cnt: "0" | ||
seq_num: "1915033" | ||
- as: "10" | ||
address: "192.168.2.239" | ||
interface: "Gi0/0/1" | ||
hold: "12" | ||
uptime: "1y17w" | ||
srtt: "1" | ||
rto: "100" | ||
q_cnt: "0" | ||
seq_num: "1915035" | ||
- as: "10" | ||
address: "192.168.2.247" | ||
interface: "Gi0/0/1" | ||
hold: "12" | ||
uptime: "2y33w" | ||
srtt: "5" | ||
rto: "100" | ||
q_cnt: "0" | ||
seq_num: "1290079" | ||
- as: "10" | ||
address: "192.168.1.247" | ||
interface: "Gi0/0/2" | ||
hold: "13" | ||
uptime: "2y33w" | ||
srtt: "4" | ||
rto: "100" | ||
q_cnt: "0" | ||
seq_num: "1290080" | ||
- as: "10" | ||
address: "192.168.1.248" | ||
interface: "Gi0/0/2" | ||
hold: "14" | ||
uptime: "3y20w" | ||
srtt: "10" | ||
rto: "100" | ||
q_cnt: "0" | ||
seq_num: "1290726" | ||
- as: "10" | ||
address: "192.168.2.248" | ||
interface: "Gi0/0/1" | ||
hold: "12" | ||
uptime: "3y20w" | ||
srtt: "7" | ||
rto: "100" | ||
q_cnt: "0" | ||
seq_num: "1290724" |
17 changes: 17 additions & 0 deletions
17
tests/cisco_ios/show_ip_eigrp_neighbors/cisco_ios_show_ip_eigrp_neighbors2.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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Load for five secs: 4%/0%; one minute: 1%; five minutes: 0% | ||
Time source is NTP, 12:08:56.318 JST Sat Aug 27 2016 | ||
EIGRP-IPv4 Neighbors for AS(10) | ||
H Address Interface Hold Uptime SRTT RTO Q Seq | ||
(sec) (ms) Cnt Num | ||
11 10.1.1.122 Tu15 44 1d01h 114 684 0 21930 | ||
9 10.1.1.34 Tu117 38 1w6d 157 942 0 7449 | ||
10 10.1.1.142 Tu12 35 2w5d 141 846 0 3728 | ||
8 10.1.1.194 Tu11 38 4w3d 145 870 0 10023 | ||
7 10.1.1.182 Tu13 43 13w3d 124 744 0 25875 | ||
6 10.1.1.230 Tu14 36 14w2d 93 558 0 5719 | ||
5 192.168.1.239 Gi0/0/2 11 1y17w 1 100 0 1915033 | ||
3 192.168.2.239 Gi0/0/1 12 1y17w 1 100 0 1915035 | ||
4 192.168.2.247 Gi0/0/1 12 2y33w 5 100 0 1290079 | ||
1 192.168.1.247 Gi0/0/2 13 2y33w 4 100 0 1290080 | ||
2 192.168.1.248 Gi0/0/2 14 3y20w 10 100 0 1290726 | ||
0 192.168.2.248 Gi0/0/1 12 3y20w 7 100 0 1290724 |