80 neighbor version 4, 81 neighbor weight, Neighbor version – PLANET XGS3-24040 User Manual

Page 552: Neighbor weight

Advertising
background image


35-265

Default: Not configured, namely use nearest interface.

Command Mode: BGP route mode

Usage Guide: Specified update source is allowed to connect with any available interface which normally

is the loop back interface. The NO forms restores to the nearest interface update source. Improper

update source use may lead to neighbor connection unavailable, while the invalid interface causes

problem which is also the reasons we use loop back interfaces. Note: the loop back interface should be

maintained with its address accessibility to be able to establish connections when as the update source.

Example:

Switch(config-router)#neighbor 10.1.1.66 update-source 192.168.0.1

35.80 neighbor version 4

Command: neighbor {<ip-address>|<TAG>} version 4

Function: Configure the BGP version of the partner.

Parameter: <ip-address>: Neighbor IP address

<TAG>: Name of the peer group

4: Allowed BGP version, 4 only

Default: 4.

Command Mode: BGP route mode

Usage Guide: Only version 4 is supported so far, so whatever the configuration is the version remains at

4.

Example:

Switch(config-router)#neighbor 10.1.1.66 version 4

Switch(config-router)#

35.81 neighbor weight

Command: neighbor {<ip-address>|<TAG>} weight <0-65535>

no neighbor {<ip-address>|<TAG>} weight [<0-65535>]

Function: Configure the route weight sent from the partner. The “no neighbor {<ip-address>|<TAG>}

weight [<0-65535>]” command restores the default value.

Parameter: <ip-address>: Neighbor IP address.

<TAG>: Name of IP address.

<0-65535>: Weight.

Default: The default weight acquired from other routers is 0. The default weight on the local static

configuration is 32768.

Command Mode: BGP route mode

Advertising