snmp-server Commands
XSR CLI Reference Guide 1-21
Mode
Globalconfiguration:XSR(config)#
Example
ThefollowingexamplespecifiestheEngineID:
XSR(config)#snmp-server engineID local 00020AF100
resultsinanengineIDof0x800015F80500020AF100

snmp-server group

ThiscommandconfiguresanewSNMPgrouptoassociateSNMPuserswithviews.
Syntax
snmp-server group group-name { v1 | v2c | v3 {auth | noauth | priv}} [read readview]
[write writeview][access access-list]
Syntax of the “no” Form
UsethenoformofthiscommandtoremoveaspecifiedSNMPgroup:
no snmp-server group group-name {v1 | v2c | v3}{auth | noauth | priv}}
Mode
Globalconfiguration:XSR(config)#
Example
Thisexamplespecifiesthev3authSNMPgroupwithauthsecurity,thev3viewforreadandwrite
access,andismatchedwithanACLwrittenearlier:
XSR(config)#snmp-server group v3auth v3 auth read v3view write v3view access 88
group DefinesaUserSecurityModel(USM)group.
group-name Nameofthegroup.
v1 v1securitymodel(leastsecure)used.
v2c v2securitymodel(nexttoleastsecure)used.
v3 v3securitymodel(mostsecure)used.
auth authNoPrivsecuritylevelused.
noauth noAuthNoPrivsecuritylevelused.
priv authPrivsecuritylevelused.
read Specifiesareadviewforthegroup.
readview Thereadviewname.
write Specifiesawriteviewforthegroup.
writeview Thewriteviewname.
access Accesslistassociatedwiththisgroup.
access-list StandardIPaccesslistallowingaccesswiththisgroup.