aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/Redistribution/Joshua_Johnson/ccnp_route_lab_manual_redistribution_4-2/tclsh.txt
blob: 816c3abe2148c06f4e4420a9a274dd8506e6e4d8 (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
26
27
tclsh
foreach address {
172.16.1.1
172.16.12.1
172.16.2.1
172.16.12.2
172.16.23.2
172.16.23.3
172.16.3.1
172.16.100.1
192.168.8.1
192.168.9.1
192.168.10.1
192.168.11.1
192.168.48.1
192.168.49.1
192.168.50.1
192.168.51.1
192.168.70.1
192.168.20.1
192.168.25.1
192.168.30.1
192.168.35.1
192.168.40.1
} {
ping $address }
exit