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>

Defines a BGP peer group.

set protocols bgp asn peer-group name
delete protocols bgp asn peer-group name
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
Multi-node. The peer group name.

Configuration mode


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

Configuring a peer group simplifies configuration for neighbors with similar update policies. Once a peer group is created, it can be configured using the same commands for configuring individual BGP neighbors. Each member of the peer group inherits the peer group's update policies unless overridden by explicit configuration of the individual peer. This also makes update calculation more efficient.

All members of a peer group must share identical outbound routing policies—that is, they must have identified distribute lists, filter lists, prefix lists, and route maps applied. They need not have identical settings for default-originate, as this is always processed on a per-peer basis. Inbound update routing policies may vary per peer group member.

Use the set form of this command to define a BGP peer group.

Use the delete form of this command to remove a BGP peer group.

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