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

Specifies the action to be taken for a specified ACM rule set.

set system acm ruleset rule number action { allow | deny }
delete system acm ruleset rule number action { allow | deny }
show system acm ruleset rule number action
allow
Allows the operation.
deny
Denies the operation.

Configuration mode


system {
    acm {
        ruleset {
            rule number {
                action {
                    allow
                    deny
                }
            }
       }
    }
}

Use the set form of this command to specify the action to be taken for a specified rule set.

Use the delete form of this command to delete the specified action for an ACM rule set.

Use the show form of this command to display the actions settings for an ACM rule set.