Configuring ICMP Tasks
You can enable the following ICMP features:
- ICMP Router Discovery Protocol (IRDP)
- ICMP netmask reply
- Sending of IP redirects
- Generation of ICMP unreachable messages
![]() | Note:
|
To configure the ICMP features:
- Enable IRDP processing on an interface.host1(config-if)#ip irdp
Use the no version to disable the function.
- Enable ICMP netmask reply.host1(config-if)#ip mask-reply
Use the no version to disable the function.
- Enable the sending of redirect messages if software is
forced to resend a packet through the same interface on which it was
received.host1(config-if)#ip redirects
Use the no version to disable the sending of redirect messages.
- Enable the generation of an ICMP unreachable message when
a packet is received that the router cannot deliver.host1(config-if)#ip unreachables
Use the no version to disable the function.