ip neighbor-flood
Syntax
ip neighbor-flood
Description
Enables VLAN flooding for the specified VLAN interface when a neighbor link goes down.
The
no
form of this command disables VLAN flooding for the specified VLAN interface.
Command context
config-if-vlan
Authority
Administrators or local user group members with execution rights for this command.
Examples
Enabling IP Neighbor Flood on a VLAN interface:
switch(config)# interface vlan 3 switch(config-if-vlan)# ip neighbor-flood
Disabling IP Neighbor Flood on a VLAN interface.
switch(config)# interface vlan 3 switch(config-if-vlan)# no ip neighbor-flood