set snmp access
Enterasys D-Series CLI Reference 7-17
set snmp access
UsethiscommandtosetanSNMPaccessconfiguration.
Syntax
set snmp access groupname security-model {v1 | v2c | usm} [noauthentication |
authentication | privacy] [context context] [exact | prefix] [read read] [write
write] [notify notify] [volatile | nonvolatile]
Parameters
Security level Security level applied to this group. Valid levels are:
• noAuthNoPrivacy (no authentication required)
• AuthNoPrivacy (authentication required)
• authPriv (privacy -- most secure level)
Read View Name of the view that allows this group to view SNMP MIB objects.
Write View Name of the view that allows this group to configure the contents of the
SNMP agent
.
Notify View Name of the view that allows this group to send an SNMP trap message.
Context match Whether or not SNMP context match must be exact (full context name
match) or a partial match with a given prefix.
Storage type Whether access entries for this group are stored in volatile, nonvolatile
or read-only memory.
Row status Status of this entry: active, notInService, or notReady.
Table 7-17 show snmp access Output Details (Continued)
Output Field What It Displays...
groupname SpecifiesanameforanSNMPv3group.
security‐modelv1|
v2c|usm
SpecifiesSNMPversion1,2cor3(usm).
noauthentication|
authentication|
privacy
(Optional)AppliesSNMPsecuritylevelasnoauthentication,
authentication(withoutprivacy)orprivacy.Privacyspecifiesthat
messagessentonbehalfoftheuserareprotected
fromdisclosure.
contextcontextexact
|prefix
(Optional)Setsthecontextforthisaccessconfigurationandspecifiesthat
thematchmustbeexact(matchingthewholecontextstring)oraprefix
matchonly.ContextisasubsetofmanagementinformationthisSNMP
groupwillbeallowedtoaccess.Validvaluesarefull
orpartialcontext
names.Toreviewallcontextsconfiguredforthedevice,usetheshow
snmpcontextcommandasdescribedin“showsnmpcontext”on
page 7‐20.
readread (Optional)Specifies areadaccessview.
writewrite (Optional)Specifies awriteaccessview.
notifynotify (Optional)Specifiesanotifyaccessview.
volatile
|
nonvolatile|read‐
only
(Optional)StoresassociatedSNMPentriesastemporaryorpermanent,or
read‐only.