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> address-family ipv4-unicast peer-group <group-name>

Assigns a neighbor as a member of the specified peer group.

set protocols bgp asn neighbor id address-family ipv4-unicast peer-group group-name
delete protocols bgp asn neighbor id address-family ipv4-unicast peer-group group-name
show protocols bgp asn neighbor id address-family ipv4-unicast peer-group

By default, peer group members inherit all configured peer group settings.

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.
group-name
A string identifying a BGP peer group.

Configuration mode


protocols {
    bgp asn {
        neighbor id {
            address-family {
                ipv4-unicast {
                    peer-group group-name
                }
            }
        }
    }
}

Refer to Peer groups for information about peer groups.

Use the set form of this command to assign this BGP neighbor to a peer-group.

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

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