aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/Redistribution/Joshua_Johnson/ccnp_route_lab_manual_redistribution_4-4/tclsh.txt
blob: b3d5ae977580011397a1ab9837892936835a8e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
tclsh
foreach address {
209.165.200.238
209.165.200.242
209.165.200.241
209.165.200.225
209.165.200.226
209.165.202.129
} {
ping $address source 192.168.1.1 }
exit