aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/Redistribution/Joshua_Johnson/ccnp_route_lab_manual_redistribution_4-1/tclsh.txt
blob: fcc09fbbc929cf5aff1970880402c3bd416df795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
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