Specifications
RoamAbout Mobility System Software Command Line Reference 7-61
Defaults
NoSNMPv3usersareconfiguredbydefault.WhenyouconfigureanSNMPv3user,thedefault
accessisread‐only,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.
auth‐type{none|
md5|sha}
{auth‐pass‐phrase
string|auth‐key
hex‐string}
Specifiestheauthenticationtypeusedtoauthenticatecommunicationswith
theremoteSNMPengine.Youcanspecifyoneofthefollowing:
• none—Noauthenticationisused.
• md5—Message‐digestalgorithm 5isused.
• sha—SecureHashingAlgorithm
(SHA)isused.
Iftheauthenticationtypeismd5orsha,youcanspecifyapassphraseora
hexadecimalkey.
•Tospecifyapassphrase,usetheauth‐pass‐phrasestringoption.The
stringcanbefrom8to32alphanumericcharacterslong,withnospaces.
•Tospecifyakey,usethe
auth‐keyhex‐stringoption.
encrypt‐type
{none|des|3des
|aes}{encrypt‐
pass‐phrasestring
|encrypt‐key 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 encrypt‐pass‐phrasestringoption.The
stringcan
befrom8to32alphanumericcharacterslong,withnospaces.
•Tospecifyakey,usetheencrypt‐keyhex‐stringoption.