43 neighbor advertisement-interval, 44 neighbor allowas-in, Neighbor advertisement – PLANET XGS3-24042 User Manual

Page 647: Interval, Neighbor allowas

Advertising
background image


37-286

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:

Configure to exchange the unicast route with neighbor 2002::2.

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)#

37.43 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:

Set the route update interval as 20s with neighbor 10.1.1.64.

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

37.44 neighbor allowas-in

Command:

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

Advertising