44 neighbor advertisement-interval, 45 neighbor allowas-in, Neighbor advertisement – PLANET XGS3-24040 User Manual

Page 533: Interval, Neighbor allowas

Advertising
background image


35-246

address-family is switched under address-family mode. If this option on any side between local side and

partner is not enabled, the address-family route will not be acquired by the partner even if the

corresponding address family routes acquired before will be cancelled after this option is disabled.

Example:

Switch(config-router)#neighbor 2002::2 activate

Switch(config-router)#address-family ipv4

Switch(config-router-af)#no neighbor 2002::2 activate

Switch(config-router-af)#

35.44 neighbor advertisement-interval

Command: neighbor {<ip-address>|<TAG>} advertisement-interval <0-600>

no neighbor {<ip-address>|<TAG>} advertisement-interval [<0-600>]

Function: Configure the update interval of specific neighbor route. The “no neighbor

{<ip-address>|<TAG>} advertisement-interval [<0-600>]” command restores to default.

Parameter: <ip-address>: IP address of the neighbor.

<TAG>: Name of the peer group.

<0-600>: Advertise interval, in seconds.

Default: Default IBGP is 5s, default EBGP is 30s.

Command Mode: BGP route mode and address-family mode

Usage Guide: Reduce this value will improve the route updating speed while also consumes more

bandwidth.

Example:

Switch(config-router)#neighbor 10.1.1.64 advertisement-interval 20

Switch(config-router)#no neighbor 10.1.1.64 advertisement-interval

Switch(config-router)#

35.45 neighbor allowas-in

Command: neighbor {<ip-address>|<TAG>} allowas-in [<1-10>]

no neighbor {<ip-address>|<TAG>} allowas-in

Function: Configure the counts same AS is allowed to appear in the neighbor route AS table. The “no

neighbor {<ip-address>|<TAG>} allowas-in” restores to not allow any repeat.

Parameter: <ip-address>: IP address of the neighbor.

<TAG>: Name of the peer group.

<1-10>: Allowed count of same AS number.

Default: In default conditions AS is not allowed repeating in the same route, and when set the repeat

Advertising