home

Supported platforms

Vyatta NOS documentation

Learn how to install, configure, and operate Vyatta Network Operating System (Vyatta NOS), which helps to drive our virtual networking and physical platforms portfolio.

system acm exec-default

Specifies the default action for the execute operation.

set system acm exec-default { allow | deny }
delete system acm exec-default { allow | deny }
show system acm exec-default

By default, the execute operation is allowed.

allow
Allows the operation.
deny
Denies the operation.

Configuration mode


system {
    acm {
        exec-default
         allow
         deny
     }
}

Use the set form of this command to specify the default action for the execute operation.

Use the delete form of this command remove the default action for the execute operation.

Use the show form of this command display default action for the execute operation.