aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/OSPF/Joshua_Johnson/ccnp_route_lab_manual_ospf_frame-relay/tclsh.txt
blob: dcc004d49a57a244c952ee659397f4fe3a7d8ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
tclsh
foreach address {
10.1.1.1
10.1.2.1
10.1.3.1
10.1.123.1
10.1.123.2
10.1.123.3
} {
ping $address }
exit