Snmp-server group – Allied Telesis AT-S95 CLI (AT-8000GS Series) User Manual
Page 244
Page 244
Allied Telesis
AT-8000GS Command Line Interface User’s Guide
snmp-server group
The snmp-server group Global Configuration mode command configures a new Simple Management Protocol
(SNMP) group or a table that maps SNMP users to SNMP views. Use the no form of this command to remove a
specified SNMP group.
Syntax
snmp-server group groupname {v1 | v2 | v3 {noauth | auth | priv} [notify notifyview ] } [read readview] [write
writeview]
no snmp-server group groupname {v1 | v2 | v3 [noauth | auth | priv]}
Parameters
•
groupname — Specifies the name of the group.
•
v1 — Indicates the SNMP Version 1 security model.
•
v2 — Indicates the SNMP Version 2 security model.
•
v3 — Indicates the SNMP Version 3 security model.
•
noauth — Indicates no authentication of a packet. Applicable only to the SNMP Version 3 security model.
•
auth — Indicates authentication of a packet without encrypting it. Applicable only to the SNMP Version 3
security model.
•
priv — Indicates authentication of a packet with encryption. Applicable only to the SNMP Version 3 security
model.
•
readview — Specifies a string that is the name of the view that enables only viewing the contents of the
agent. If unspecified, all objects except for the community-table and SNMPv3 user and access tables are
available.
•
writeview — Specifies a string that is the name of the view that enables entering data and configuring the
contents of the agent. If unspecified, nothing is defined for the write view.
•
notifyview — Specifies a string that is the name of the view that enables specifying an inform or a trap. If
unspecified, nothing is defined for the notify view. Applicable only to the SNMP Version 3 security model.
Default Configuration
No group entry exists.
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example attaches a group called user-group to SNMPv3 and assigns to the group the privacy
security level and read access rights to a view called user-view.
console(config)# snmp-server group user-group v3 priv read user-view