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.

protocols bgp <asn> neighbor <id> description <description>

Provides a brief description for a BGP neighbor.

set protocols bgp asn neighbor id description description
delete protocols bgp asn neighbor id description [ description ]
show protocols bgp asn neighbor id description
asn
The number for the AS in which this router resides. The number ranges from 1 through 4294967295.
id
The IPv4 or IPv6 address of a BGP neighbor.
description
A description of up to 80 characters for the neighbor. If spaces are included, the description must be enclosed in quotes.

Configuration mode


protocols {
    bgp asn {
        neighbor id {
            description description
        }
    }
}

Use the set form of this command to enter a description for this BGP neighbor.

Use the delete form of this command to delete the neighbor's description.

Use the show form of this command to view BGP neighbor configuration settings.