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> password <password>

Defines a BGP MD5 password.

set protocols bgp asn neighbor id password password
delete protocols bgp asn neighbor id password
show protocols bgp asn neighbor id password
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.
password
A password to be used to generate an MD5 digest.

Configuration mode


protocols {
    bgp asn {
        neighbor id {
            password password
        }
    }
}

Use this command to specify a password-like string for generating an MD5 authentication string. This string is used for verification by the BGP neighbor. If the MD5 digest generated by the neighbor does not match the MD5 digest generated by the local router, any communication is silently discarded by the neighbor.

Use the set form of this command to specify or modify the BGP MD5 password.

Use the delete form of this command to remove the BGP MD5 password.

Use the show form of this command to view BGP MD5 password configuration.