Snmp-server group – Enterasys Networks X-Pedition XSR CLI User Manual
Page 35
snmp-server Commands
XSR CLI Reference Guide 1-21
Mode
Global configuration:
XSR(config)#
Example
The following example specifies the Engine ID:
XSR(config)#snmp-server engineID local 00020AF100
results in an engine ID of 0x800015F80500020AF100
snmp-server group
This command configures a new SNMP group to associate SNMP users with views.
Syntax
snmp-server group group-name {v1 | v2c | v3 {auth | noauth | priv}} [read readview]
[write writeview][access access-list]
Syntax of the “no” Form
Use the no form of this command to remove a specified SNMP group:
no snmp-server group group-name {v1 | v2c | v3}{auth | noauth | priv}}
Mode
Global configuration:
XSR(config)#
Example
This example specifies the v3auth SNMP group with auth security, the v3 view for read and write
access, and is matched with an ACL written earlier:
XSR(config)#snmp-server group v3auth v3 auth read v3view write v3view access 88
group
Defines a User Security Model (USM) group.
group-name
Name of the group.
v1
v1 security model (least secure) used.
v2c
v2 security model (next to least secure) used.
v3
v3 security model (most secure) used.
auth
authNoPriv security level used.
noauth
noAuthNoPriv security level used.
priv
authPriv security level used.
read
Specifies a read view for the group.
readview
The read view name.
write
Specifies a write view for the group.
writeview
The write view name.
access
Access‐list associated with this group.
access-list
Standard IP access‐list allowing access with this group.