ip irdp

Syntax

ip irdp [broadcast | multicast]

no ip irdp

Description

Enables IRDP on an interface and specifies the packet type that is used to send advertisements. By default, the packet type is set to multicast. IRDP is only supported on layer 3 interfaces.

The no form of this command disables IRDP on an interface.

Command context

config-if

Parameters

broadcast

Advertisements are sent as broadcast packets to IP address 255.255.255.255.

multicast

Advertisements are sent as multicast packets to the multicast group with IP address 24.0.0.1. Default.

Authority

Administrators

Examples

Enabling IRDP on interface 1/1/1 with packet type set to the default value (multicast).

switch(config)# interface 1/1/1
switch(config-if)# ip irdp

Enabling IRDP on interface 1/1/1 with packet type set to broadcast.

switch(config)# interface 1/1/1
switch(config-if)# ip irdp broadcast

Disabling IRDP.

switch(config)# interface 1/1/1
switch(config-if)# no ip irdp