cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
665
Views
0
Helpful
4
Replies

How to ping address to router?

I was given these numbers to ping and I'm not sure how to do it, its for a project we're working on. 

 

I need to ping these numbers, can someone help?

 

thanks

 

WIN_20180208_09_50_58_Pro.jpg

4 Replies 4

Joseph W. Doherty
Hall of Fame
Hall of Fame
Unclear whether you're to ping the next hop IPs for those networks, or all possible IPs on those networks. Assuming the former, most devices would accept "ping x.x.x.x" in your case, the IP would be the last column of IP addresses.

I'm in cisco pinging a router in CLI it says IOS Command Line Interface

On a Cisco CLI, you can type ping and the IP and, on later Cisco devices, add some options, if you want. Or, you can just type ping, and you'll be prompted for ping parameters.

Hi, If you are using Windows, from the from the command prompt (cmd) you can do.

ping 172.23.3.1

ping 172.23.0.1

....

there are some options that allowed you to get more information. e.g (- t, -a, - l)

 

ping -t 172.23.3.1 

 

HTH

Regards