Last active
October 13, 2019 15:53
-
-
Save D4R4/a27fc02c8ad7cf0493f4a798ea05d6c1 to your computer and use it in GitHub Desktop.
Ping sweep on Cisco IOS, usefull to fill ARP table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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