FW 08.01.00 McDATA E/OS SNMP Support Manual (620-000131-630, November 2005)

G
SNMPv3 MIB
G-9
SNMPv3 MIB
Description The total number of packets received by the SNMP engine which
were dropped because they could not be decrypted.
Sequence
::= { usmStats 6 }
The usmUser Group
usmUserSpinLock
Syntax TestAndIncr
Status current
Max Access read-write
Description An advisory lock used to allow several cooperating Command
Generator Applications to coordinate their use of facilities to alter
secrets in the usmUserTable.
Sequence
::= { usmUser 1 }
The following are the table of valid users for the User-based Security
Model:
usmUserTable
Syntax SEQUENCE OF UsmUserEntry
Status current
Max Access not-accessible
Description The table of users configured in the SNMP engine's Local
Configuration Datastore (LCD).
To create a new user (i.e., to instantiate a new conceptual row in this
table), it is recommended to follow this procedure:
GET(usmUserSpinLock.0) and save in sValue.
SET(usmUserSpinLock.0=sValue,
usmUserCloneFrom=templateUser,
usmUserStatus=createAndWait)
You should use a template user to clone from which has the proper
auth/priv protocol defined.
usmUser OBJECT IDENTIFIER ::= { usmMIBObjects 2}