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 bestpath igp-metric-ignore

Ignores Interior Gateway Protocol (IGP) metrics during BGP best-path selection.

set protocols bgp asn parameters bestpath igp-metric-ignore
delete protocols bgp asn parameters bestpath igp-metric-ignore

By default, the router considers IGP metrics during best-path selection.

asn
Number of the AS in which this router resides. Number ranges from 1 through 4294967294. Subrange of 64512 through 65534 is reserved for private AS.

Configuration mode


protocols {
    bgp asn {
        parameters {
            bestpath {
                igp-metric-ignore
            }
        }
    }
}

Use the set form of this command to disable IGP metrics during BGP best-path selection.

Use the delete form of this command to accept IGP metrics during the behavior of default best-path selection.