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 parameters network-synchronization

Enables BGP network synchronization for an IPv4 unicast address family.

set protocols bgp asn address-family ipv4-unicast parameters network-synchronization
delete protocols bgp asn address-family ipv4-unicast parameters network-synchronization
show protocols bgp asn address-family ipv4-unicast parameters network-synchronization

BGP network synchronization is disabled by default.

asn
The number of the AS in which this router resides. The number ranged from 1 through 4294967294. The subrange, 64512 through 65534, is reserved for a private AS.

Configuration mode


protocols {
    bgp asn {
        address-family {
            ipv4-unicast {
                parameters {
                    network-synchronization
                }
            }
        }
    }
}

BGP network synchronization applies to a static bgp route that is configured using either protocols bgp <asn> address-family ipv4-unicast network <ipv4net> <action> or protocols bgp <asn> address-family ipv6-unicast network <ipv6net>.

Use the set form of this command to enable BGP network synchronization for an IPv4 unicast address family.

Use the delete form of this command to delete BGP network synchronization for an IPv4 unicast address family.

Use the show form of this command to display BGP network synchronization for an IPv4 unicast address family.