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.

system config-sync remote-router <addr> password <password>

Specifies the password to be used to access the standby system.

set system config-sync remote-router addr password password
delete system config-sync remote-router addr password
show system config-sync remote-router addr password
addr
Multi-node. The IPv4 address of the standby system.
password
The password to use (with a username) to access the standby system.

Configuration mode


system {
    config-sync {
        remote-router addr {
            password password
        }
    }
}

Use this command to specify the password to use to access the standby system for automated configuration synchronization.

Use the set form of the command to specify the password.

Use the delete form of the command to remove the password.

Use the show form of the command to display the password.