Specifications

Table Of Contents
Multiprotocol Label Switching Commands
bgp scan-time
MP-17
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
Examples In the following router configuration example, the scanning interval for next hop validation of IPv4
unicast routes for BGP routing tables is set to 20 seconds:
router bgp 100
no synchronization
bgp scan-time 20
In the following address family configuration example, the scanning interval for next hop validation of
address family VPNv4 unicast routes for BGP routing tables is set to 45 seconds:
router bgp 150
address-family vpn4 unicast
bgp scan-time 45
In the following address family configuration example, the scanning interval for importing address
family VPNv4 routes into IP routing tables is set to 30 seconds:
router bgp 150
address-family vpnv4 unicast
bgp scan-time import 30
Related Commands Command Description
address-family vpnv4 Places the router in address family configuration mode for configuring
rou
ting sessions such as BGP, RIP, or static routing sessions that use standard
VPNv4 address prefixes.