Chapter 29
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 974 –
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)#