10-04-2007 09:02 AM - edited 03-03-2019 07:02 PM
Networkers
pinging to own serial interface takes more time than pinging to other side ip of serial link.
Ex:-
Router-A#sho ip int brie
......
Serial5/0/5 172.22.1.138 YES NVRAM up up
.......
Router-A#ping 172.22.1.138
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.22.1.138, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/36 ms
Router-A#ping 172.22.1.137
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.22.1.137, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/17/20 ms
Router-A#
I tried with diff router ...got same result...Can some one help me to understand this??
TIA
Shri
Solved! Go to Solution.
10-04-2007 09:13 AM
The reason is simple. When you ping the other guy, you send a ping, and he sends you a "pong" response.
When you ping yourself (on a point-to-point) you send a ping out on the line and the other end sends it back to you. You then generate a "pong" response and send it out on the line, and the other guy sends it back to you.
Kevin Dorrell
Luxembourg
10-04-2007 09:13 AM
The reason is simple. When you ping the other guy, you send a ping, and he sends you a "pong" response.
When you ping yourself (on a point-to-point) you send a ping out on the line and the other end sends it back to you. You then generate a "pong" response and send it out on the line, and the other guy sends it back to you.
Kevin Dorrell
Luxembourg
10-04-2007 09:17 AM
I echo Kevin's response and one suggestion for the future, when you don't understand something, try turning debug. You will be amazed of the things you can see under the hood with debug.
Of course, I can only recommend this for 'lab' environment.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide