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> address-family

Defines an address family for a BGP peer group.

set protocols bgp asn peer-group name address-family
delete protocols bgp asn peer-group name address-family
show protocols bgp asn peer-group name address-family
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 {
            address-family {
            }
        }
    }
}

Use the set form of this command to define an address family for a BGP peer group.

Use the delete form of this command to delete an address family from a BGP peer group.

Use the show form of this command to display an address family for a BGP peer group.