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 mpls-ldp neighbors neighbor md5-password

Configures the specified MD5 password for the corresponding neighbor.

set protocols mpls-ldp neighbors neighbor ip address md5-password text
delete protocols mpls-ldp neighbors neighbor ip address md5-password text
show protocols mpls-ldp neighbors neighbor ip address md5-password text
ip address
The IP address of the neighbor LSR.
text
The MD5 password.

Configuration mode


protocols {
    mpls-ldp {
        neighbors  {
            neighbor <ip address> {
                md5-password <text> 
            }
        }
    }
}

Use this command to configure the specified MD5 password for the corresponding neighbor so that when any mismatching TCP segments that are received are then rejected from the neighbor.

Use the set form of this command to configure the specified MD5 password for the corresponding neighbor.

Use the delete form of this command to delete the configuration of the specified MD5 password for the corresponding neighbor.

Use the show form of this command to display the configuration of the specified MD5 password for the corresponding neighbor.

Example

The following example show how to configure pwtext as the MD5 password for the neighbor at IP address 192.166.3.2.

vyatta@R1# set protocols mpls-ldp neighbors neighbor 192.166.3.2 md5-password pwtext