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

Defines parameters for controlling VPNv4 unicast routes.

set protocols bgp asn address-family vpnv4-unicast
delete protocols bgp asn address-family vpnv4-unicast
show protocols bgp asn address-family vpnv4-unicast
asn
The number of the AS in which this router resides.

Configuration mode


protocols {
    bgp asn {
        address-family {
            vpnv4-unicast {
            }
        }
    }
}

Use the set form of this command to define the parameters for VPNv4 unicast.

Use the delete form of this command to delete the parameters for VPNv4 unicast.

Use the show form of this command to view the parameters for VPNv4 unicast.