home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service lldp management-address <ipv4>

Records the management address of the system.

set service lldp management-address ipv4
delete service lldp management-address
show service lldp management-address

The system automatically determines which address to advertise as the management address.

ipv4
The IP address of the management system. The address must be an IPv4 address.

Configuration mode


service {
    lldp {
        management-address ipv4
    }
}

Use this command to specify the IP address to be advertised as the management address by LLDP.

Use the set form of this command to set the management address.

Use the delete form of this command to restore the default behavior, that is, the system automatically determines which address to advertise as the management address.

Use the show form of this command to show LLDP management address configuration.