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

Specifies the default action for the read operation.

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

By default, the read operation is allowed.

allow
Allows the operation.
deny
Denies the operation.

Configuration mode


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

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

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

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