ip irdp

Syntax

ip irdp [broadcast | multicast] no ip irdp

描述

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

The没有form of this command disables IRDP on an interface.

Command context

config如果

Parameters

广播

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.

权威

Administrators or local user group members with execution rights for this command.

Examples

On the 6400 Switch Series, interface identification differs.

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

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

Enabling IRDP on interface1/1/1with packet type set to广播.

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

Disabling IRDP.

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