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 acm ruleset rule <number> operation <action>

Defines a path operation to match for an ACM rule.

set system acm ruleset rule number operation { create | delete | read | update | * }
delete system acm ruleset rule number operation [ create | delete | read | update | * ]
show system acm ruleset rule number
number
A rule number. The number ranges from 1 through 9999.
create
Specifies a create path operation to match.
read
Specifies a read path operation to match.
update
Specifies an update path operation to match.
delete
Specifies a delete path operation to match.
*
Specifies all paths operations to match.

Configuration mode


system {
    acm {
        ruleset {
                 rule number {
                    operation create
                    operation read
                    operation update
                    operation delete
                    operation *
             }
        }
   }
}

You must have the path configured for the rule to commit this configuration.

Use the set form of this command to define a path operation to match for an ACM rule.

Use the delete form of this command to remove the path operation to match.

Use the show form of this command to display the path operation to match.