Install guide

Link Layer Discovery Protocol (LLDP) disable lldp port 13
disable lldp port
Syntax DISable LLDP POrt={ALL|port-list} [{TX|RX|TXRX}]
Description This command disables the specified LLDP actions on the specified ports,
either tx (transmission), rx (reception), or txrx (both). By default, all LLDP
actions are disabled for all ports.
Examples To stop the switch from transmitting LLDPDUs from all ports, use the
command:
dis lldp po tx
To stop the switch from both transmitting and receiving LLDPDUs on ports
1 to 3, use one of the commands:
dis lldp po=1-3
dis lldp po=1-3 txrx
See Also enable lldp port
purge lldp
reset lldp
show lldp
Parameter Description
POrt The ports for which to disable the specified LLDP actions, either a
list of ports or all ports.
port-list can be any/all of the following:
a single switch port number. Port numbers start at 1 and end
at m, where m is the highest numbered port.
a range of switch port numbers (specified as n-m).
a comma-separated list of switch port numbers and/or ranges.
a single Ethernet interface (specified as ethn).
a comma-separated list of Ethernet interfaces. Ethernet port
numbers start at eth0 and end at ethn, where n is the highest
numbered Ethernet port.
the Ethernet interface eth0.
Default: all
TX|RX|TXRX Specify: To:
TX Stop the LLDP agent from transmitting
LLDPDUs on the specified ports.
RX Stop the LLDP agent from receiving LLDPDUs
on the specified ports.
TXRX Stop the LLDP agent from both transmitting
and receiving LLDPDUs on the specified ports.
Default: txrx