home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols bgp <asn> parameters scan-time <seconds>

Sets the scanning interval for the router.

set protocols bgp asn parameters scan-time seconds
delete protocols bgp asn parameters scan-time seconds
show protocols bgp asn parameters scan-time

Scans take place every 15 seconds.

asn
The number of the AS in which this router resides. The numbers range from 1 through 4294967294. The subrange, 64512 through 65534, is reserved for private AS.
seconds
The interval, in seconds, at which the router scans for BGP routing information. The numbers range from 5 through 60. The default is 15.

Configuration mode


protocols {
    bgp asn {
        parameters {
            scan-time seconds
        }
    }
}

Use the set form of this command to set the interval at which the router scans for BGP routing information.

Use the delete form of this command to reset the scanning interval to the default.

Use the show form of this command to view global BGP configuration settings.