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 ipv4-unicast

Defines parameters for controlling IPv4 unicast routes.

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

Configuration mode


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

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

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

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