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.

Confirm address-family

To confirm the address-family, use the following command in operational mode:

vyatta@R1# show protocols bgp
 bgp 1 {
     neighbor 2001:db8:2::2 {
         address-family {
             ipv6-unicast {
             }
         }
           remote-as 2
     }
 }
[edit]