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 ipv6-unicast peer-group <group-name>

Specifies the IPv6 peer group for this peer.

set protocols bgp asn neighbor id address-family ipv6-unicast peer-group group-name
delete protocols bgp asn neighbor id address-family ipv6-unicast peer-group group-name
show protocols bgp asn neighbor id address-family ipv6-unicast peer-group
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
Name of an IPv6 peer group for the peer to join.

Configuration mode


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

This command specifies the IPv6 peer group for the peer. Refer to Peer groups for information about peer groups.

Use the set form of this command to specify the IPv6 peer group for the peer.

Use the delete form of this command to remove the IPv6 peer group for the peer.

Use the show form of this command to view the IPv6 peer group for the peer.