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>

Specifies the name of an SNMPv3 user group.

set service snmp v3 group groupname
delete service snmp v3 group
show service snmp v3 group
groupname
The name of an SNMPv3 user group. Only alphanumeric characters are supported.

Configuration mode

service {
    snmp {
        v3 {
            group groupname
        }
    }
}

Use this command to specify the name of an SNMPv3 user group. Use the service snmp v3 user username engineid engineid command to assign a user to a user group.

Use the set form of this command to specify the name of an SNMPv3 user group.

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

Use the show form of this command to view the name of an SNMPv3 user group.