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

Assigns an SNMPv3 user to a user group.

set service snmp v3 user username group groupname
delete service snmp v3 user username group
show service snmp v3 user username group
username
The name of an SNMPv3 user.
groupname
The name of a user group.

Configuration mode

service {
    snmp {
        v3 {
            user username {
                group groupname
            }
        }
    }
}

Use this command to assign an SNMPv3 user to a user group. The user group must first be created by using the service snmp v3 group groupname command.

Use the set form of this command to assign an SNMPv3 user to a user group.

Use the delete form of this command to remove an SNMPv3 user from a user group.

Use the show form of this command to view the user group to which an SNMPv3 user is assigned.