Enabling LLDP on a port
To enable LLDP MED on a port, set the LLDP status to receive-only, transmit-only, or receive and transmit. The default value is TX/RX.
Using the GUI:
- Go to Switch > Port > Physical.
- Select a port and select Edit.
- Select TX/RX, RX Only, TX Only, or Disable for the LLDP-MED status.
- Select an LLDP profile.
- Select Update.
Using the CLI:
config switch physical-port
edit <port>
set lldp-status (rx-only | tx-only | tx-rx | disable)
set lldp-profile <profile name>
next
end