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> view <viewname>

Associates a view with an SNMPv3 user group.

set service snmp v3 group groupname view viewname
delete service snmp v3 group groupname view
show service snmp v3 group groupname view
groupname

The name of an SNMPv3 user group.

viewname

The name of a view to be associated with the SNMPv3 user group. Only alphanumeric characters for a view name are allowed.

Configuration mode


service {
	snmp {
		v3 {
			group groupname {
				view viewname
			}
		}
	}
}

Use this command to associate a view with an SNMPv3 user group. The view must first be defined by using the service snmp v3 view viewname command.

Use the set form of this command to associate a view with an SNMPv3 user group.

Use the delete form of this command to remove the association between the view and an SNMPv3 user group.

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