Command Groups
A-68
•ThecommandpromptsforthefollowinginformationtoconfigureanSNMPv3user:
UserNameistheuserdefinedstringfortheSNMPuser.(32charactersmaximum)
GroupNameisthenameoftheSNMPgrouptowhichtheuserisassigned(32characters
maximum).Therearethreepredefinedgroups:RO,RWAuth,orRWPriv.
Authtypeistheauthenticationtypeusedforuserauthentication:“md5”or“none.”
Passphraseistheuserpasswordrequiredwhenauthenticationordataencryptionisused
(8–32characters).
PrivacyistheencryptiontypeusedforSNMPdataencryption:“des”or“none.”
Example
RoamAbout 3000#configure
Enter configuration commands, one per line. End with CTRL/Z
RoamAbout 3000(config)#snmp-server user
User Name<1-32> :dave
Group Name<1-32> :RWPriv
md5(Auth) Passphrase<8-32>:davepass1
des(Priv) Passphrase<8-32>:davepass2
RoamAbout 3000(config)#