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> seclevel <seclevel>

Defines the security level to apply to the users within an SNMPv3 user group.

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

The name of an SNMPv3 user group.

seclevel
The security level for user group. The security level is as follows:
auth
This security level requires users in the user group to use authentication as the security protocol to apply to the SNMP messages sent between an SNMP agent and SNMP manager
priv
This security level requires users in the user group to use encryption as the security protocol to apply to the SNMP messages sent between an SNMP agent and SNMP manager.

Configuration mode


service {
	snmp {
		v3 {
			group groupname {
				seclevel seclevel				 
			}
		}
	}
}

Use this command to specify the security level to apply to an SNMPv3 user group.

Use the set form of this command to specify the security level to apply to an SNMPv3 user group.

Use the delete form of this command to remove the security level specified for an SNMPv3 user group.

Use the show form of this command to view the security level for an SNMPv3 user group.