Skip to content

Instantly share code, notes, and snippets.

@D4R4
Last active October 13, 2019 15:53
Show Gist options
  • Save D4R4/a27fc02c8ad7cf0493f4a798ea05d6c1 to your computer and use it in GitHub Desktop.
Save D4R4/a27fc02c8ad7cf0493f4a798ea05d6c1 to your computer and use it in GitHub Desktop.
Ping sweep on Cisco IOS, usefull to fill ARP table
R1#tclsh
R1(tcl)#for {set i 1} {$i < 31} {incr i} { ping 192.168.0.$i repeat 1 timeout 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment