aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/EIGRP/Joshua_Johnson/ccnp_route_lab_manual_eigrp_2-6/tclsh.txt
blob: 308c7ae7c7501c83acef8af1d0f21794de01492b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
tclsh
foreach address {
172.16.1.1
172.16.2.1
172.16.3.1
172.16.3.33
172.16.3.65
172.16.3.97
172.16.4.1
172.16.4.33
172.16.4.65
172.16.4.97
172.16.12.1
172.16.12.2
172.16.23.2
172.16.23.3
172.16.34.3
172.16.34.4
} {
ping $address }
exit