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> peer-group <name> med-out igp

Sets the value of a multi-exit discriminator (MED) that is based on the Interior Gateway Protocol (IGP) metric to all peers in a peer group.

set protocols bgp asn peer-group name med-out igp
delete protocols bgp asn peer-group name med-out igp
asn
Mandatory if an ASN other than the parent ASN is to be sent to the neighbor. The number for the AS in which this router resides. The number ranges from 1 through 4294967295.
name
The name of the peer group.

Configuration mode


protocols {
    bgp asn {
        peer-group name {
            med-out igp
        }
    }
}

Use the set form of this command to set the value of a multi-exit discriminator (MED) that is based on the Interior Gateway Protocol (IGP) metric to all peers in a peer group.

Use the delete form of this command to remove the MED.