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> action <action>

Specifies an action for a rule.

set system config-sync sync-map sync-map-name rule rule-num action action
delete system config-sync sync-map sync-map-name rule rule-num action
show system config-sync sync-map sync-map-name rule rule-num action
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.
action action
Specifies the action to be taken:
  • include: Include the configuration node specified by the location parameter in the configuration synchronization.
  • exclude: Exclude the configuration node specified by the location parameter from the configuration synchronization.

Configuration mode


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

Use this command to specify an action for a rule.

Use the set form of the command to specify the action for a rule.

Use the delete form of the command to remove the action for a rule.

Use the show form of the command to display the action for a rule.