beautypg.com

49 neighbor collide-established, 50 neighbor default-originate, Neighbor collide – PLANET XGS3-24040 User Manual

Page 536: Established, Neighbor default, Originate

background image


35-249

35.49 neighbor collide-established

Command: neighbor {|} collide-established

no neighbor {|} collide-established

Function: Enable the collision check and settlement in the TCP connection collision. The “no neighbor

{|} collide-established” command disables the TCP connection collision

settlement.

Parameter: : Neighbor IP address.

: Name of the peer.

Default: Disabled and Unavailable.

Command Mode: route mode and address family mode

Usage Guide: This command is for settling the problem that multi-connection among peers due to TCP

connection collision. Connections created with this option on will always be check even at established

state. And it will be checked if local side IP is larger than partner IP when collides. If yes, the original

connection will be deleted, and if not the option will be configured to only checks when the connection

originated from local side at open sent and open confirm state.

Example:

Switch(config-router)#neighbor 10.1.1.64 collide-established

35.50 neighbor default-originate

Command: neighbor {|} default-originate [route-map ]

no neighbor {|} default-originate [route-map ]

Function: Configures whether enables transmitting default route to the specific neighbor. The “no

neighbor {|} default-originate [route-map ]” command configures not

sending default route to neighbors.

Parameter: : IP address of the neighbor.

: Name of the peer.

: Name of route map.

Default: Not sending default route.

Command Mode: BGP route mode and address-family mode

Usage Guide: With this option, the default route of local side will be transmitted to partner, or else not.

It supplies with options of which one to supply the default route. if several neighbors of the partner supply

default route, the best one will be elected according to path selecting principles. According to route mirror,

it can be chosen when to send the default route.

Example: Set to transmit the local default route to neighbor 10.1.1.64

Switch(config-router)#neighbor 10.1.1.64 default-originate

Switch(config-router)#

Relevant Commands: route-map