1698
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
LLDP C
OMMANDS
LLDP
MANAGEMENT
-
ADDRESS
lldp management-address
Overview
This command sets the IPv4 address to be advertised to neighbors (in the
Management Address TLV) via the specified ports. This address will override the
default address for these ports.
The
no
variant of this command clears the user-configured management IP
address advertised to neighbors via the specified ports. The advertised address
reverts to the default.
Syntax
lldp management-address <
ipaddr
>
no lldp management-address
Default
The local loopback interface primary IPv4 address if set, else the primary IPv4
interface address of the lowest numbered VLAN the port belongs to, else the MAC
address of the device’s baseboard if no VLAN IP addresses are configured for the
port.
Mode
Interface Configuration
Usage
To see the management address that will be advertised, use the
show lldp
interface
command or
show lldp local-info
command.
Examples
To set the management address advertised by ports 1.0.1 and 1.06, to be
192.168.1.6, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1,port1.0.6
awplus(config-if)#
lldp management-address 192.168.1.6
To clear the user-configured management address advertised by ports 1.0.1 and
1.0.6, and revert to using the default address, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1,port1.0.6
awplus(config-if)#
no lldp management-address
Related
Commands
show lldp interface
show lldp local-info
Parameter
Description
<
ipaddr
>
The IPv4 address to be advertised to neighbors, in dotted
decimal format. This must be one of the IP addresses already
configured on the device.