41 neighbor activate, 42 neighbor advertisement-interval – Accton Technology ES4626 User Manual
Page 543

543
Example:
Switch(config)# mpls disable-all-interfaces
13.8.3.41 neighbor activate
Command: neighbor {<ip-address>|<TAG>} activate
no neighbor {<ip-address>|<TAG>} activate
Function:
Configure the address family routing which do or do not switch specific
address-family with BGP neighbors. The “no neighbor {<ip-address>|<TAG>} activate”
command is for setting the route which do not switch the specified address family
Parameter: <ip-address>
: IP address of the neighbor
<TAG>
: Name of peer group
Default:
Enable the routing switch of IP unicast address-family, and disable other
address-families
Command Mode:
BGP route mode and address-family mode
Usage Guide:
IP unicast is configured under BGP route mode. Configure whether
specific 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 10.1.1.64 activate
Switch(config-router)#address-family ipv4
Switch(config-router-af)#no neighbor 10.1.1.64 activate
Switch(config-router-af)#
13.8.3.42 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: