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> neighbor <id> advertisement-interval <seconds>

Sets the minimum interval for BGP route updates.

set protocols bgp asn neighbor id advertisement-interval seconds
delete protocols bgp asn neighbor id advertisement-interval [ seconds ]
show protocols bgp asn neighbor id advertisement-interval

The default advertisement interval is 30 seconds for eBGP peers and 5 seconds for iBGP peers.

asn
The number for the AS in which this router resides.The number ranges from 1 through 4294967295.
id
The IPv4 or IPv6 address of a BGP neighbor.
seconds
The minimum interval, in seconds, between BGP routing updates to this neighbor. The numbers range from 0 through 600. The default is 30 for eBGP peers and 5 for iBGP peers.

Configuration mode


protocols {
    bgp asn {
        neighbor id {
            advertisement-interval seconds
        }
    }
}

Use the set form of this command to set the minimum interval between BGP routing advertisements to a BGP neighbor.

Use the delete form of this command to restore the advertisement interval to the default.

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