What happens when you ping your own IP interface?
According to this .pdf, when you ping your own interface with point-to-point links you are successful, but with Frame Relay links which aren't mapped you don't get success.
http://www.ciscokits.com/frame_relay/1.pdf <
Good FAQ on Frame-Relay
On my windows box, if I ping my own IP address the gateway is 127.0.0.1, which is the loopback or the TCP/IP stack correct?
So on a Cisco router when you ping your own IP address, assuming you use the default ping command(not extended ping) the router sends an ICMP echo to another destination? That is what the article said. I'm kind of confused why the router would do something like this. I mean, if the source is the same as the destination wouldn't the router just ping the local IP stack without sending traffic over the link. I guess my understanding of ICMP is not as good as I thought.
Thanks for help

-Ciscopimpenator