57 neighbor override-capability, 58 neighbor passive – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 316

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 316 of 855

16.57 neighbor override-capability

Use this command to override a capability negotiation result.
Use the no parameter with this command to disable this function

Command Syntax

(no) neighbor NEIGHBORID override-capability
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

Examples

Switch# configure terminal
Switch(config)# router bgp 12
Switch(config-router)# neighbor 10.10.10.10 override-capability

16.58 neighbor passive

Use this command to set a BGP neighbor as passive.
Use the no parameter with this command to disable this function

Command Syntax

(no) neighbor NEIGHBORID passive
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

Examples

Advertising