D-Link DGS-3100 Switch User Manual


 
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
20
4
config lldp ports
Purpose To define LLDP management address advertisement on a port or
ports.
Syntax
config lldp ports [<portlist>|all] mgt_addr [enable | disable]
Description The config lldp mgt_addr command defines if lldp will advertise the
switch’s IP address the command is per port on the switch.
Parameters ports – ports.
Mgt_addr – defines wether the management address (IP address)
advertisement will be enabled or disabled
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To configure LLDP management address advertisement
DGS3100# config lldp ports 1 mgt_addr enable
Success.
DGS3100#
config lldp ports
Purpose To define LLDP management basic TLVs advertisement on a port or
ports.
Syntax
config lldp ports [<portlist>|all] basic_tlvs [all |
{port_description | system_name | system_description |
system_capabilities}] [enable | disable]
Description The config lldp basic TLVs command defines if lldp will advertise
the switch’s basic TLVs the command is per port on the switch.
Parameters ports – ports.
Basic TLVs
All – Advertisement of all the basic TLVs
Port description – Advertisement of Port description
System name – Advertisement of system name
System description – Advertisement of System description
System capabilities – Advertisement of system capabilities
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To configure LLDP Basis TLVs
DGS3100# config lldp ports 1 basic_tlvs all enable
Success.
DGS3100#
config lldp ports