Specifications

Configuring SNMP
RoamAbout Mobility System Software Configuration Guide 6-3
notifyreadwrite—AnSNMPmanagementapplicationusingthestringcangetandsetobject
valuesontheswitch.Theswitchcanusethestringtosendnotifications.
Examples
ToclearanSNMPcommunitystring,usethefollowingcommand:
clearsnmpcommunitynamecommstring
Thefollowingcommandconfigurescommunitystringswitchmgr1withaccesslevel
notifyreadwrite:
set snmp community name switchmgr1 notify-read-write
success: change accepted.
Creating a USM User for SNMPv3
TocreateaUSMuserforSNMPv3,usethefollowingcommand:
set snmp usm usm-username
snmp-engine-id {ip ip-addr | local | hex hex-string}
access {read-only | read-notify | notify-only | read-write | notify-read-write}
auth-type {none | md5 | sha} {auth-pass-phrase string | auth-key hex-string}
encrypt-type {none | des | 3des | aes} {encrypt-pass-phrase string |
encrypt-key hex-string}
ToclearaUSMuser,usethefollowingcommand:
clearsnmpusmusmusername
Theusmusernamecanbeupto32alphanumericcharacterslong,withnospaces.Youcan
configureupto20SNMPv3users.
ThesnmpengineidoptionspecifiesauniqueidentifierforaninstanceofanSNMPengine.
To
sendinforms,youmustspecifytheengineIDofthe informreceiver.Tosendtrapsandtoallowget
andsetoperationsandsoon,specifylocalastheengineID.
hexhexstring—IDisahexadecimalstring.
ipipaddr—IDisbasedontheIPaddressof
thestationrunningthemanagementapplication.
EntertheIPaddressofthestation.MSScalculatestheengineIDbasedontheaddress.
local—Usesthevaluecomputedfromtheswitch’ssystemIPaddress.
Theaccessoptionspecifiestheaccessleveloftheuser.Theoptionsarethesameasthe
access
optionsforcommunitystrings.(SeeConfiguringCommunityStrings(SNMPv1andSNMPv2c
Only)onpage 6 2.)Thedefaultisreadonly.
Theauthtypeoptionspecifiestheauthenticationtypeusedtoauthenticatecommunicationswith
theremoteSNMPengine.Youcanspecifyoneofthefollowing:
none—Noauthenticationisused.
Thisisthedefault.
md5—Messagedigestalgorithm 5isused.
sha—SecureHashingAlgorithm(SHA)isused.
Iftheauthenticationtypeismd5orsha,youcanspecifyapassphraseorahexadecimalkey.
•Tospecifyapassphrase,usetheauthpassphrasestringoption.Thestringcanbefrom8
to32
alphanumericcharacterslong,withnospaces.