cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
662
Views
0
Helpful
6
Replies

ICMP Requests

jerrydurden
Level 1
Level 1

I am trying to configure a Cisco 2600 series router with the ability to respond to ping requests no matter if the devices are online or not. I would like the person performing the ping request to believe that the devices are alive on our end--that each IP in the entire subnet range should reply back. Is this possible?

6 Replies 6

Mohamad Qayoom
Level 3
Level 3

I don't think that a device can reply to ICMP requests when it's offline.

I understand that a device can't reply if its offline. I simply want any ping request to be replied to regardless if the device is online. Thanks for the reply.

Jerry,

You are probably confusing people with what you are saying. Can you please clarify? Are you trying to get responses like "Destination host unreachable" or "request timed out"? Because you won't get any other responses from what you are requesting to do.

I think I understand your end result. What he wants to do is have the router respond to icmp packets like the device is online. So, if someone pings 1.1.1.5, and 1.1.1.5 doesn't really exist, he wants them to THINK it's a live host.

I'm not sure this can be done though, but I'm going to follow this thread to see if it can.

John

HTH, John *** Please rate all useful posts ***

Yes, this is exactly what I'd like to happen. Thanks.

Jerry wants to positively reply pings on behalf of other devices, while leaving their other functionality unchanged.

I haven't tried that but with an extended ACL it might be doable.

ip nat inside source list 101 x.x.x.x

ip nat inside source list 102 x.x.x.x

ip access-list extended 102 permit icmp echo-request ...

These are not the exact commands, just to give an idea of where to look.

Review Cisco Networking products for a $25 gift card