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> ebgp-multihop <ttl>

Allows eBGP neighbors not on directly connected networks.

set protocols bgp asn peer-group name ebgp-multihop ttl
delete protocols bgp asn peer-group name ebgp-multihop [ ttl ]
show protocols bgp asn peer-group name ebgp-multihop

Only directly connected neighbors are allowed.

asn
The number for the AS in which this router resides. The number ranges from 1 through 4294967295.
name
The peer group name.
ttl
The time-to-live, or maximum number of hops allowed. The numbers range from 1 through 255.

Configuration mode


protocols {
    bgp asn {
        peer-group name {
            ebgp-multihop ttl
        }
    }
}

Use the set form of this command to allow connections to eBGP peers residing on networks that are not directly connected.

Use the delete form of this command to restrict connections to directly connected peers.

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