Previous Topic

Next Topic

Book Contents

Router Discovery Protocol Commands

This section describes the commands you use to view and configure Router Discovery Protocol settings on the switch. The Router Discovery Protocol enables a host to discover the IP address of routers on the subnet.

ip irdp

This command enables Router Discovery on an interface or range of interfaces.

no ip irdp

This command disables Router Discovery on an interface.

ip irdp address

This command configures the address that the interface uses to send the router discovery advertisements. The valid values for ipaddr are 224.0.0.1, which is the all-hosts IP multicast address, and 255.255.255.255, which is the limited broadcast address.

no ip irdp address

This command configures the default address used to advertise the router for the interface.

ip irdp holdtime

This command configures the value, in seconds, of the holdtime field of the router advertisement sent from this interface. The holdtime range is the value of maxadvertinterval to 9000 seconds.

no ip irdp holdtime

This command configures the default value, in seconds, of the holdtime field of the router advertisement sent from this interface.

ip irdp maxadvertinterval

This command configures the maximum time, in seconds, allowed between sending router advertisements from the interface. The range for maxadvertinterval is 4 to 1800 seconds.

no ip irdp maxadvertinterval

This command configures the default maximum time, in seconds.

ip irdp minadvertinterval

This command configures the minimum time, in seconds, allowed between sending router advertisements from the interface. The range for minadvertinterval is three to the value of maxadvertinterval.

no ip irdp minadvertinterval

This command sets the default minimum time to the default.

ip irdp multicast

This command configures the destination IP address for router advertisements. If no destination IP address is configured, router advertisements are forwarded to 224.0.0.1 by default. You can also configure the IP address as 255.255.255.255 (or use the no form of the command) to instead send router advertisements to the limited broadcast address.

no ip irdp multicast

By default, router advertisements are sent to 224.0.0.1. To instead send router advertisements to the limited broadcast address, 255.255.255.255, use the no form of this command.

ip irdp preference

This command configures the preferability of the address as a default router address, relative to other router addresses on the same subnet.

no ip irdp preference

This command configures the default preferability of the address as a default router address, relative to other router addresses on the same subnet.

show ip irdp

This command displays the router discovery information for all interfaces, or a specified interface.

See also

Routing Commands

Address Resolution Protocol (ARP) Commands

IP Routing Commands

Virtual LAN Routing Commands

Virtual Router Redundancy Protocol Commands

DHCP and BOOTP Relay Commands

IP Helper Commands

Open Shortest Path First (OSPF) Commands

Routing Information Protocol (RIP) Commands

ICMP Throttling Commands