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 create-default

Specifies the default action for the create operation.

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

By default, the create operation is denied.

allow
Allows the operation.
deny
Denies the operation.

Configuration mode


acm {
    create-default {
        allow
        deny
     }
}

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

Use the delete form of this command to delete the specified default action for the create operation.

Use the show form of this command to display the specified default action for the create operation.