ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1882
COMMAND USAGE
This command sets the time to wait before attempting to reconnect to a
BGP neighbor after having failed to connect. During the idle time specified
by the Connect Retry timer, the remote BGP peer can actively establish a
BGP session with the local router.
EXAMPLE
Console(config-router)#neighbor 10.1.1.66 timers connect 100
Console(config-router)#
neighbor
unsuppress-map
This command allows routes suppressed by the aggregate-address
(summary-only option) to be advertised to specified neighbors. Use the no
form to remove this configuration entry.
SYNTAX
[no] neighbor {ip-address | group-name} unsuppress-map
map-name
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.
map-name – Name of the route map. The route map can be used to
filter the networks to advertise. (Range: 1-80 characters)
COMMAND MODE
Router Configuration
DEFAULT SETTING
No exceptions
COMMAND USAGE
This command is used to leak routes suppressed by the aggregate-address
command (with summary-only option) to specified neighbors. Other routes
that meet the route map conditions, but have not been suppressed, will
still be sent.
EXAMPLE
Console(config-router)#neighbor 10.1.1.66 unsuppress-map rmp
Console(config-router)#