beautypg.com

Allied Telesis AT-S83 User Manual

Page 164

background image

Chapter 8: Simple Network Management Protocol (SNMP) Commands

164

write

Specifies the view that the user is allowed to read and

write.

VIEWNAME

Indicates a name of a view defined with
the SNMP-SERVER VIEW command.

Description

Use the SNMP-SERVER GROUP command to define the access rights
for an SNMP group that you created with the SNMP-SERVER USER
command. The SNMP-SERVER GROUP command assigns a security
model and a security level to a group.

Use the no form of this command to remove an SNMP group.

Command Mode

Configuration Terminal mode

Example

The following command creates an SNMPv1 group named “marcom” with
write access to a view called “internet”:

switch#snmp-server group marcom v1 write 1.3.6.1

The following command creates an SNMPv1 group named “group1” with
access to a view called “nview” with notify permission:

switch#snmp-server group group1 v1 notify nview

The following command creates an SNMPv2c group named “group2” with
access to a view called “wview” with write permission and a view called
“nview” with notify permission:

switch#snmp-server group group2 v2c write wview notify
nview

The following command creates an SNMPv3 group named “group3” with
MD5 and SHA packet authentication enabled. This group also has access
to view called “wview” with write permission and a view called “nview” with
notify permission:

switch#snmp-server group group3 v3 auth read rview
write wview notify nview

Related Commands

“SHOW RUNNING-CONFIG” on page 64

“SNMP-SERVER VIEW” on page 170