75 network synchronization, 76 synchronization – CANOGA PERKINS 9175 Command Reference User Manual

Page 295

Advertising
background image

CanogaOS Command Reference

16-50

natural class boundary, and hence, is

perceived as a host route, that is, 1.2.3.0/32.

Switch(config)#router bgp 1

Switch(config-router)#network 1.2.3.0

Switch#show run

!

router bgp 1

no synchronization

network 1.2.3.0 mask 255.255.255.255

16.75 network synchronization

Use this command to ensure the exact same static network prefix, specified through any of the network

<prefix> commands, is local or has IGP reachability (in the NSM RIB) before being introduced into the BGP

RIB.

Use the no parameter with this command to disable this function.

Command Syntax

(no) network synchronization

Default

Network synchronization is disabled by default.

Command Mode

Router mode

Address Family mode

ipv4 unicast

ipv4 multicast

ipv6 unicast

Examples

The following example enables IGP synchronization of BGP static network routes in the router

configuration mode.

Switch# configure terminal

Switch(config)# router bgp 11

Switch(config-router)# network synchronization

The following example enables IGP synchronization of BGP static network routes

in the IPv6-Unicast address family.

Switch# configure terminal

Switch(config)# router bgp 11

Switch(config)# address-family ipv6 unicast

Switch(config-af)# network synchronization

Advertising