575
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 routing mode.
Default:
The default weight acquired from other routers is 0. The default weight on the
local static configuration is 32768
Usage Guide:
The path selecting can be affected through the configuration of the weight.
The weight is only relevant to the router which is not an attribute transmittable to outside.
Example:
Switch(config-router)#neighbor 10.1.1.66 weight 500
14.8.3.78 network (BGP)
Command: network <ip-address/M> [route-map <WORD>] [backdoor]
no network <ip-address/M> [route-map <WORD>] [backdoor]
Function:
Configure the BGP managed network, the route map specified in network
application, or set the “back door” for the network. the “
no network <ip-address/M>
[route-map <WORD>] [backdoor]
” command cancels this configuration
Parameter: <ip-address/M>
: Network prefix identifier
<WORD>
: Name of route-map
Default:
None
Command Mode:
BGP routing mode.
Usage Guide:
As for BGP routes, specify the route through which the BGP
advertisements go. With the network defined by this command, the peer will be spreaded
into the route map of the neighbor even if there is no route locally. Using the attribute
specified in the network application through route map, when specifying the route comes
from EBGP or inside the network through back door parameters, the inside route will be
the optimized route even if the external route is of shorter distance.
Example:
Switch(config-router)# network 172.16.0.0/16
14.8.3.79 redistribute (BGP)
Command: redistribute <ROUTES> [route-map <WORD>]
no redistribute <ROUTES> [route-map <WORD>]
Function:
Set the BGP to redistribute route from other modes into BGO. The “
no