Sunday, 7 February 2021

Broadcast Ping !!!! From Router

This article we are going to see how we can use Broadcast Ping from Router to ping all the networks/subnets configured on  the routers .!!!!!!

This command will definitely help lot of Network Engineer who check status of all the links in one command.

Brodcast Ping from Router


 

R1#sh ip int brief | ex una
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            12.1.1.1        YES NVRAM  up                    up
FastEthernet0/1            13.1.1.1        YES manual up                    up

The Router have 2 Wan interfaces !!!!

R1#ping 255.255.255.255

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 255.255.255.255, timeout is 2 seconds:

Reply to request 0 from 12.1.1.2, 12 ms
Reply to request 0 from 13.1.1.3, 12 ms

Reply to request 1 from 12.1.1.2, 112 ms
Reply to request 1 from 13.1.1.3, 148 ms
Reply to request 2 from 12.1.1.2, 72 ms
Reply to request 2 from 13.1.1.3, 144 ms
Reply to request 3 from 13.1.1.3, 60 ms
Reply to request 3 from 12.1.1.2, 68 ms

Thanks for Reading

amartechstuff


 


 

No comments:

Post a Comment