D-Link DGS-510 Reference Manual page 373

Gigabit ethernet smartpro switch
Table of Contents

Advertisement

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
When no optional address is specified along with the command lldp management-address, the
Switch will find least one IPv4 and IPv6 address of the VLAN with the smallest VLAN ID. If no
applicable IPv4/IPv6 address exists, then no management address TLV will be advertised. Once the
administrator configures an address, both of the default IPv4 and IPv6 management address will
become inactive and won't be sent. The default IPv4 or IPv6 address will be active again when all the
configured addresses are removed. Multiple IPv4/IPv6 management addresses can be configured by
using this command multiple times.
Use the no lldp management-address command without a management address to disable the
management address adverted in LLDPDUs. If there is no effective management address in the list,
no Management Address TLV will be sent.
Example
This example shows how to enable eth3/0/1 and eth3/0/2 for setting the management address entry
(IPv4).
Switch# configure terminal
Switch(config)# interface range eth3/0/1-3/0/2
Switch(config-if-range)# lldp management-address 10.1.1.1
Switch(config-if-range)#
This example shows how to enable eth3/0/3 and eth3/0/4 for setting the management address entry
(IPv6).
Switch# configure terminal
Switch(config)# interface range eth3/0/3-3/0/4
Switch(config-if-range)# lldp management-address FE80::250:A2FF:FEBF:A056
Switch(config-if-range)#
This example shows how to delete the management address 10.1.1.1 from eth3/0/1 and eth3/0/2. If
10.1.1.1 is the last one, no Management Address TLV will be sent.
Switch# configure terminal
Switch(config)# interface range eth3/0/1-3/0/2
Switch(config-if-range)# no lldp management-address 10.1.1.1
Switch(config-if-range)#
This example shows how to delete the management address FE80::250:A2FF:FEBF:A056 from
eth3/0/3. and eth3/0/4.
Switch# configure terminal
Switch(config)# interface range eth3/0/3-3/0/4
Switch(config-if-range)# no lldp management-address FE80::250:A2FF:FEBF:A056
Switch(config-if-range)#
This example shows how to delete all management addresses from eth3/0/5 and then no
Management Address TLV will be sent on eth3/0/5.
Switch# configure terminal
Switch(config)# interface eth3/0/5
Switch(config-if)# no lldp management-address
Switch(config-if)#
43-8
lldp med-tlv-select
This command is used to specify which optional LLDP-MED TLV will be transmitted and encapsulated
in the LLDPDUs and sent to neighbor devices. Use the no form of this command to disable the
transmission of the TLVs.
370

Advertisement

Table of Contents
loading

Table of Contents