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.

service snmp v3 user <username> mode <mode>

Specifies the mode for user access rights.

set service snmp v3 user username mode mode
delete service snmp v3 user username mode
show service snmp v3 user username mode

The default mode is ro.

username

The name of an SNMPv3 user.

mode
The mode for user access rights. The mode is as follows:
ro
This mode allows a user to view system information, but not change it.
rw
This mode provides a user with read-write privileges.

The default mode is ro.

Configuration mode

Use this command to specify the mode for user access rights.

Use the set form of this command to specify the mode for user access rights.

Use the delete form of this command to remove the mode for user access rights.

Use the show form of this command to view the mode for user access rights.

service {
    snmp {
        v3 {
            user username {
                mode mode
            }
        }
    }
}