ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1859
Neighbor Configuration
neighbor activate This command enables the exchange of routing information with a
neighboring router or peer group. Use the no form to disable the exchange
of routing information.
SYNTAX
[no] neighbor {ip-address | group-name} activate
ip-address – IP address of a neighbor.
group-name – A BGP peer group containing a list of neighboring
routers configured with the neighbor peer-group command.
COMMAND MODE
Router Configuration
DEFAULT SETTING
Enabled
COMMAND USAGE
After a connection is opened with a neighboring router, this command is
used to enable the exchange of information with the neighbor.
The exchange of information is enabled by default for each routing
session configured with the neighbor remote-as command.
EXAMPLE
Console(config-router)#neighbor 10.1.1.64 activate
Console(config-router)#
neighbor
advertisement-
interval
This command configures the interval between sending update messages
to a neighbor. Use the no form to restore the default setting.
SYNTAX
neighbor ip-address advertisement-interval interval
no neighbor ip-address advertisement-interval
ip-address – IP address of a neighbor.
interval – The minimum interval between sending routing updates
to the specified neighbor. (Range: 0-600 seconds)
COMMAND MODE
Router Configuration
DEFAULT SETTING
iBGP: 5 seconds
eBGP: 30 seconds