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

Specifies the default action for the delete operation.

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

By default, the delete operation is denied.

allow
Allows the operation.
deny
Denies the operation.

Configuration mode


system {
    delete-default {
        allow
        deny
      }
}

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

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

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