Specifications

7-60 IP Services Commands
set snmp usm
CreatesaUSMuserforSNMPv3.
Syntax
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}
Parameters
Note: This command does not apply to SNMPv1 or SNMPv2c. For these SNMP versions, use the
set snmp community command to configure community strings.
usmusername NameoftheSNMPv3user.Specifybetween1and32alphanumeric
characters,withnospaces.
snmpengineid
{ipipaddr|local
|hexhexstring}
SpecifiesauniqueidentifierfortheSNMPengine.
Tosendinforms,youmustspecifytheengineIDoftheinformreceiver.To
sendtrapsandtoallowgetandsetoperationsandsoon,specifylocalasthe
engineID.
hexhexstring—IDisahexadecimalstring.
ipipaddr—IDisbasedontheIPaddressofthestationrunningthe
managementapplication.EntertheIPaddressofthestation.MSS
calculatestheengineIDbasedontheaddress.
local—Usesthevaluecomputedfromtheswitch’ssystemIPaddress.
access{readonly
|readnotify|
notifyonly|
readwrite|
notifyreadwrite}
Specifiestheaccessleveloftheuser:
readonly—AnSNMPmanagementapplicationusingthe
stringcanget
(read)objectvaluesontheswitchbutcannotset(write)them.
readnotify—AnSNMPmanagementapplicationusingthestringcan
getobjectvaluesontheswitchbutcannotsetthem.Theswitchcanuse
thestringtosendnotifications.
notifyonly—Theswitchcanusethestring
tosendnotifications.
readwrite—AnSNMPmanagementapplicationusingthestringcan
getandsetobjectvaluesontheswitch.
notifyreadwrite—AnSNMPmanagementapplicationusingthestring
cangetandsetobjectvaluesontheswitch.Theswitchcanusethestring
tosendnotifications.