56 neighbor next-hop-self, 57 neighbor override-capability – CANOGA PERKINS 9175 Command Reference User Manual

Page 282

Advertising
background image

CanogaOS Command Reference

16-37

Switch(config-router)# neighbor 10.10.0.72 maximum-prefix 1244 warning-only

16.56 neighbor next-hop-self

Use this command to configure the router as the next hop for a BGP-speaking neighbor or peer group.

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

Command Syntax

(no) neighbor NEIGHBORID next-hop-self

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

This command allows a BGP router to change the nexthop information that is sent to the iBGP peer. The

nexthop information is set to the IP address of the interface used to communicate with the neighbor.

Examples

Switch# configure terminal

Switch(config)# router bgp 10

Switch(config-router)# neighbor 10.10.0.72 remote-as 100

Switch(config-router)# neighbor 10.10.0.72 next-hop-self

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

Advertising