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 interface <interface> location elin <phone-num>

Records an emergency line identification number (ELIN) for an LLDP-enabled device.

set service lldp interface interface location elin phone-num
delete service lldp interface interface location elin
show service lldp interface interface location elin
interface
An interface to which the configured information applies. The name of any IEEE 802.1-compatible interface or the all keyword, where all refers to all 802.1-compatible interfaces.
phone-num
An emergency line identification number. The number is a 10-to-25-digit phone number. A phone number with fewer than 10 digits must be padded with zeros; for example, 911 must be represented as 0000000911.

Configuration mode


service {
    lldp {
        interface interface {
            location {
                elin phone-num
            }
        }
    }
}

Use this command to specify an emergency call service ELIN.

Use the set form of this command to record an ELIN.

Use the delete form of this command to remove the ELIN.

Use the show form of this command to display the ELIN.