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> peer-group <name> description <description>

Provides a brief description for a BGP peer group.

set protocols bgp asn peer-group name description description
delete protocols bgp asn peer-group name description
show protocols bgp asn peer-group name
asn
The number for the AS in which this router resides. The number ranges from 1 through 4294967295.
name
The peer group name.
description
A description of up to 80 characters for the peer group. If spaces are included, the description must be enclosed in quotes.

Configuration mode


protocols {
    bgp asn {
        peer-group name {
            description description
        }
    }
}

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

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

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