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 synchronization

Enables BGP synchronization for an IPv4 unicast address family.

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

BGP 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 {
                    synchronization
                }
            }
        }
    }
}

BGP synchronization applies to dynamic BGP routes that are learned from sources other than a static configuration.

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

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

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