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

Defines a BGP MD5 password.

set protocols bgp asn peer-group name password password
delete protocols bgp asn peer-group name password
show protocols bgp asn peer-group name password
asn
The number for the AS in which this router resides. The number ranges from 1 through 4294967295.
name
The peer group name.
pwd
A password to be used to generate an MD5 digest.

Configuration mode


protocols {
    bgp asn {
        peer-group name {
            password pwd
        }
    }
}

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

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.