Configuring SNMP 141The comm-string can be up to 32 alphanumeric characters long, with nospaces. You can configure up to 10 community strings.The access level specifies the read-write privileges of the communitystring: read-only—An SNMP management application using the string canget (read) object values on the switch but cannot set (write) them. Thisis the default. read-notify—An SNMP management application using the string canget object values on the switch but cannot set them. The switch canuse the string to send notifications. notify-only—The switch can use the string to send notifications. read-write—An SNMP management application using the string canget and set object values on the switch. notify-read-write—An SNMP management application using thestring can get and set object values on the switch. The switch can usethe string to send notifications.To clear an SNMP community string, use the following command:clear snmp community name comm-stringThe following command configures community string switchmgr1 withaccess level notify-read-write:WX1200# set snmp community name switchmgr1 notify-read-writesuccess: change accepted.Creating a USM Userfor SNMPv3To create a USM user for SNMPv3, use the following command:set snmp usm usm-usernamesnmp-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-phrasestring | encrypt-key hex-string}To clear a USM user, use the following command:clear snmp usm usm-username