ā10-21-2016 02:45 AM
How to configure below IOS script on IOS XE router
foreach data {0000 1000 8080 ffff 5555} {ping x.x.x.x source x.x.x.x data $data size 500 repeat 1000 df}
ā10-22-2016 08:21 AM
You probably want:
Router#tclsh
Router(tcl)#foreach data {0000 1000 8080 ffff 5555} {set output [exec "ping x.x.x.x source x.x.x.x data $data size 500 repeat 1000 df"] ; puts $output; }
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: