ā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; }
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
Log in to Community