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> sync-map <sync-map-name>

Specifies the synchronization map that is used to define the standby system configuration.

set system config-sync remote-router addr sync-map sync-map-name
delete system config-sync remote-router addr sync-map
show system config-sync remote-router addr sync-map
addr
Multi-node. The IPv4 address of the standby system.
sync-map-name
The name of a synchronization map.

Configuration mode


system {
    config-sync {
        remote-router addr {
            sync-map sync-map-name 
       }
    }
}

Use this command to specify a synchronization map that is used to define the subset of the local configuration to be synchronized with the standby system. Only one sync-map can be defined per remote-router.

Use the set form of the command to specify a synchronization map.

Use the delete form of the command to remove a synchronization map.

Use the show form of the command to display a synchronization map.