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> rule <rule-num>

Specifies a synchronization map rule.

set system config-sync sync-map sync-map-name rule rule-num
delete system config-sync sync-map sync-map-name rule rule-num
show system config-sync sync-map sync-map-name rule rule-num
sync-map-name
Multi-node. The name of a synchronization map.
rule-num
Multi-node. The numeric identifier for a rule. The identifier ranges from 1 through 1024.

Configuration mode


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

Use this command to specify a synchronization map rule that defines the portions of the configuration to be synchronized with the standby system. Multiple configuration nodes can be specified to identify multiple synchronization map rules. The rule number specifies the order of evaluation with respect to other rules. The first match of a configuration element stops further comparisons.

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

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

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