Specifications

RoamAbout Mobility System Software Command Line Reference 7-61
Defaults
NoSNMPv3usersareconfiguredbydefault.WhenyouconfigureanSNMPv3user,thedefault
accessisreadonly,andthedefaultauthenticationandencryptiontypesarebothnone.
Mode
Enabled.
Examples
ThefollowingcommandcreatesUSMusersnmpmgr1,associatedwiththelocalSNMPengineID.
Thisusercansendtrapstonotificationreceivers.
RBT-8100# set snmp usm snmpmgr1 snmp-engine-id local
success: change accepted.
ThefollowingcommandcreatesUSMusersecuresnmpmgr1,whichusesSHAa uthenticationand
3DESencryptionwithpassphrases.Thisusercansendinformstothenotificationreceiverthathas
engineID192.168.40.2.
RBT-8100# set snmp usm securesnmpmgr1 snmp-engine-id ip 192.168.40.2 auth-type
sha auth-pass-ph
rase myauthpword encrypt-type 3des encrypt-pass-phrase
mycryptpword
success: change accepted.
authtype{none|
md5|sha}
{authpassphrase
string|authkey
hexstring}
Specifiestheauthenticationtypeusedtoauthenticatecommunicationswith
theremoteSNMPengine.Youcanspecifyoneofthefollowing:
none—Noauthenticationisused.
md5—Messagedigestalgorithm 5isused.
sha—SecureHashingAlgorithm
(SHA)isused.
Iftheauthenticationtypeismd5orsha,youcanspecifyapassphraseora
hexadecimalkey.
•Tospecifyapassphrase,usetheauthpassphrasestringoption.The
stringcanbefrom8to32alphanumericcharacterslong,withnospaces.
•Tospecifyakey,usethe
authkeyhexstringoption.
encrypttype
{none|des|3des
|aes}{encrypt
passphrasestring
|encryptkey hex
string}
SpecifiestheencryptiontypeusedforSNMPtraffic.Youcanspecifyoneof
thefollowing:
none—Noencryptionisused.Thisisthedefault.
des—DataEncrypti on
Standard(DES)encryptionisused.
3des—TripleDESencryptionisused.
aes—AdvancedEncryptionStandard(AES)encryptionisused.
Iftheencryptiontypeisdes, 3des, oraes,youcanspecifyapassphraseora
hexadecimalkey.
•Tospecifyapassphrase,usethe encryptpassphrasestringoption.The
stringcan
befrom8to32alphanumericcharacterslong,withnospaces.
•Tospecifyakey,usetheencryptkeyhexstringoption.