ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1848
bgp scan-time This command sets the interval at which to validate next hop information
for BGP routes. Use the no form to restore the default setting.
SYNTAX
bgp scan-time scan-time
no bgp scan-time
scan-time – Next hop validation interval. (Range: 5-60 seconds)
COMMAND MODE
Router Configuration
DEFAULT SETTING
60 seconds
COMMAND USAGE
This command sets the interval at which to check the validity of the next
hop for all routes in the routing information database. During the interval
between scan cycles, IGP instability or other network problems may cause
black holes or routing loops to form.
EXAMPLE
Console(config-router)#bgp scan-time 30
Console(config-router)#
network This command specifies a network to advertise. Use the no form to stop
advertising a network.
SYNTAX
network ip-address [netmask] [route-map map-name | [backdoor]
pathlimit ttl]
no network ip-address [netmask]
ip-address – IP address of a to advertise.
netmask – Network mask for the route. This mask identifies the
network address bits used for the associated routing entries.
map-name – Name of the route map. The route map can be used to
filter the networks to advertise. (Range: 1-80 characters)
backdoor – Specifies a backdoor route to a BGP border router that
provides better information about the network.
pathlimit ttl – Maximum number of hops allowed in an AS path.
(Range: 0-255)
COMMAND MODE
Router Configuration