lldp management-ipv6-address
Syntax
lldp management-ipv6-address <IPV6-ADDR>
no lldp management-ipv6-address
Description
Defines the IPv6 management address of the switch. The management address is encapsulated in the management address TLV.
If no management address is specified, LLDP uses the IP address of the management interface, and if this the management interface is not defined, the chassis ID.
Theno
form of this command removes the IPv6 management address of the switch.
Command context
config
Parameters
<IPV6-ADDR>
Specifies an IP address in IPv6 format (
xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
), wherex
is a hexadecimal number from 0 to F. You can use two colons (::) to represent consecutive zeros (but only once), remove leading zeros, and collapse a hextet of four zeros to a single 0. For example, this address2222:0000:3333:0000:0000:0000:4444:0055
becomes2222:0:3333::4444:55
.
Authority
Administrators
Examples
Setting the management address to 2001:db8:85a3::8a2e:370:7334:
switch(config)# lldp management-ipv6-address 2001:0db8:85a3::8a2e:0370:7334
Removing the management address:
switch(config)# no lldp management-ipv6-address