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

Specifies the portions of the configuration to be synchronized with the standby system.

set system config-sync sync-map sync-map-name
delete system config-sync sync-map sync-map-name
show system config-sync sync-map sync-map-name
sync-map-name
Multi-node. The name of a synchronization map.

Configuration mode


system {
    config-sync {
        sync-map sync-map-name {}
    }
}

Use this command to specify a synchronization map that defines the portions of the configuration to be synchronized with the standby system. Multiple configuration nodes can be specified to identify multiple synchronization maps. Only one synchronization map can be assigned to the standby system at one time.

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.