67 neighbor soft-reconfiguration inbound, 68 neighbor strict-capability-match – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 323

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 323 of 855

Switch(config)# router bgp 10
Switch(config-router)# neighbor 10.10.0.72 shutdown

16.67 neighbor soft-reconfiguration inbound

Use this command to configure the zebos software to start storing updates.
Use the no parameter with this command to disable this function.

Command Syntax

(no) neighbor NEIGHBORID soft-reconfiguration inbound
NEIGHBORID = A.B.C.D|X:X::X:X|TAG
A.B.C.D Specifies the address of the BGP neighbor in IPv4 format.
X:X::X:X Specifies the address of the BGP neighbor in IPv6 format.

TAG Name of an existing peer-group. For information on how to create peer groups, refer to the
neighbor peer-group and neighbor remote-as commands. When this parameter is used with a
command, the command applies on all peers in the specified group.

Command Mode

Router mode and Address Family mode

Usage

Use this command to store updates for inbound soft reconfiguration. Soft-reconfiguration may be used in lieu
of BGP route refresh capability. Using this command enables local storage of all the received routes and their
attributes. This requires additional memory. When a soft reset (inbound) is done on this neighbor, the locally
stored routes are reprocessed according to the inbound policy. The BGP neighbor connection is not affected.

Examples

Switch# configure terminal
Switch(config)# router bgp 12
Switch(config-router)# neighbor 10.10.10.10 soft-reconfiguration inbound

16.68 neighbor strict-capability-match

Use this command to close the BGP connection if capability value does not completely match to remote peer.
Use the no parameter with this command to disable this function

Command Syntax

(no) neighbor NEIGHBORID strict-capability-match
NEIGHBORID = A.B.C.D|X:X::X:X|TAG
A.B.C.D Specifies the address of the BGP neighbor in IPv4 format.
X:X::X:X Specifies the address of the BGP neighbor in IPv6 format.

Advertising