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 extended-asn-capability

Enables or disables extended ASN capability.

set protocols bgp asn parameters extended-asn-capability
delete protocols bgp asn parameters extended-asn-capability
show protocols bgp asn parameters extended-asn-capability

Disabled.

asn
The number of the AS in which this router resides. The number ranges from 1 through 4294967294. The subrange 64512 through 65534 is reserved for private AS.
parameters
BGP parameters.

Configuration mode


protocols {
    bgp asn {
        parameters { 
            extended-asn-capability
        }
    }
}

Use the set form of this command to enable extended ASN capability.

Use the delete form of this command to disable extended ASN capability.

Use the show form of this command to view extended ASN capability configuration settings.