How To Ping From Source To Destination In Cisco Router?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To ping from source to destination in a Cisco router, you can use the following command:
ping <destination_ip_address> source <source_ip_address>
Where <destination_ip_address> is the IP address of the destination you are pinging and <source_ip_address> is the IP address of the source router.
To ping from a source to a destination in a Cisco router, you can use the “ping“ command. For example, if you want to ping a host with IP address 192.168.1.100 from a router, you can use the command:
router# ping 192.168.1.100
Once you enter the command, the router will send ICMP (Internet Control Message Protocol) packets to the host, and will wait for a response. If the host responds with an echo reply packet, then the ping was successful.