aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/EIGRP/Joshua_Johnson/ccnp_route_lab_manual_eigrp_2-3/tclsh.txt
blob: d236c0e9b5c7b73340045d77416094ec15ac8f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
tclsh
foreach address {
10.1.1.2
10.1.1.3
10.1.3.1
192.168.100.1
192.168.100.2
192.168.200.1
192.168.200.5
192.168.200.9
192.168.200.13
192.168.200.17
192.168.200.21
192.168.200.25
192.168.1.1
192.168.5.5
192.168.9.9
192.168.13.13
192.168.17.17
192.168.21.21
192.168.25.25
172.16.1.1
} {
ping $address }
exit