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> location <config-path>

Specifies a configuration node to be acted on by a rule.

set system config-sync sync-map sync-map-name rule rule-num location config-path
delete system config-sync sync-map sync-map-name rule rule-num location
show system config-sync sync-map sync-map-name rule rule-num location
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.
config-path
The path to the configuration node. If the configuration node contains more than one character string, the strings should be separated by spaces and the entire string should be enclosed in double quotation marks (for example, “system login user dave”).

Configuration mode


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

Use this command to specify a configuration node to be acted on by a rule.

Use the set form of the command to specify the configuration node to be acted on by a rule.

Use the delete form of the command to remove the location configuration.

Use the show form of the command to view the location configuration.