lldp receive
Syntax
lldp receive
no lldp receive
Description
Enables reception of LLDP information on an interface. By default, LLDP reception is enabled on all active interfaces, including the OOBM interface.
Theno
form of this command disables reception of LLDP information on an interface.
Command context
config-if
Authority
Administrators or local user group members with execution rights for this command.
Examples
On the 6400 Switch Series, interface identification differs.
Enabling LLDP reception on interface 1/1/1:
switch(config)# interface 1/1/1 switch(config-if)# lldp receive
Disabling LLDP reception on interface 1/1/1:
switch(config)# interface 1/1/1 switch(config-if)# no lldp receive
Enabling LLDP reception on the OOBM interface:
switch(config)# interface mgmt switch(config-if)# lldp receive
Disabling LLDP reception on the OOBM interface:
switch(config)# interface mgmt switch(config-if)# no lldp receive