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 group <groupname> mode <mode>

Defines the read/write access for an SNMPv3 user group.

set service snmp v3 group groupname mode mode
delete service snmp v3 group groupname mode
show service snmp v3 group groupname mode

The default mode is ro.

groupname
The name of an SNMPv3 user group.
mode
The mode for user group access rights. The mode is as follows:
ro
This mode allows users in the user group to view system information, but not change it.
rw
This mode provides users in the user group with read-write privileges.

The default mode is ro.

Configuration mode


service {
	snmp {
		v3 {
			group groupname {
				mode mode 
			}
		}
	}
}

Use this command to specify the read/write access for an SNMPv3 user group.

Use the set form of this command to specify the read/write access for an SNMPv3 user group.

Use the delete form of this command to remove the read/write access for an SNMPv3 user group.

Use the show form of this command to view the read/write access for an SNMPv3 user group.