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

Specifies the default action for the update operation.

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

By default, the update operation is denied.

allow
Allows the operation.
deny
Denies the operation.

Configuration mode


system {
    acm {
        update-default allow  
        update-default deny
    } 
}

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

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

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