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

Enables BGP network synchronization for an IPv6 unicast address family.

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

BGP network synchronization is disabled by default.

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

Configuration mode


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

When BGP network synchronization is enabled, the system checks its own routing table to see whether it has learned an iBGP route from IGP before it advertises the route to eBGP peers.

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 IPv6 unicast address family.

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

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