network synchronization
Use this command to enable IGP synchronization for BGP static network routes.
Use this no parameter with this command to disable synchronization of BGP static routes.
Command Syntax
network synchronization
no network synchronization
Parameters
None
Default
By default, network synchronization is disabled
Command Mode
Address Family mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The following example enables IGP synchronization of BGP static network routes in the router configuration mode.
#configure terminal
(config)#router bgp 11
(config-router)#address-family ipv4 unicast
(config-router-af)#network synchronization
The following example enables IGP synchronization of BGP static network routes in the IPv6 unicast address-family mode.
#configure terminal
(config)#router bgp 11
(config)#address-family ipv6 unicast
(config-router-af)#network synchronization
Last modified date: 07-13-2023