
202
no neighbor {<ip-address>|<TAG>} collide-established
Function:
Enable the collision check and settlement in the TCP connection collision. The “
no
neighbor {<ip-address>|<TAG>} collide-established
” command disables the TCP connection
collision settlement.
Parameter: <ip-address>
: Neighbor IP address.
<TAG>
: 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
1.8.3.44 neighbor default-originate
Command: neighbor {<ip-address>|<TAG>} default-originate [route-map <WORD>]
no neighbor {<ip-address>|<TAG>} default-originate [route-map <WORD>]
Function:
Configures whether enables transmitting default route to the specific neighbor. The
“
no neighbor {<ip-address>|<TAG>} default-originate [route-map <WORD>]
” command
configures not sending default route to neighbors.
Parameter: <ip-address>
: IP address of the neighbor.
<TAG>
: Name of the peer.
<WORD>
: 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
Relevant Commands: route-map.
1.8.3.45 neighbor description
Command: neighbor {<ip-address>|<TAG>} description <.LINE>
no neighbor {<ip-address>|<TAG>} description
Function:
Configure the description string of the peer or peer group. The “
no neighbor