All MIBs › SNMP-USER-BASED-SM-MIB › usmUserSpinLock
usmUserSpinLock
Module: SNMP-USER-BASED-SM-MIB
OID (symbolic): SNMP-USER-BASED-SM-MIB::usmUserSpinLock
OID (numeric): 1.3.6.1.6.3.15.1.2.1
Node type: OBJECT-TYPE
Type: TestAndIncr
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.
What is usmUserSpinLock?
This is a TestAndIncr advisory lock value, read-write, that multiple cooperating SNMPv3 Command Generator applications use to serialize changes to the secrets in usmUserTable. An admin's tool reads the current lock value, includes it in the SET that also changes a user's clone-from row or keys, and the SET only succeeds if the value still matches, preventing two management stations from racing to modify the same user. For example, two provisioning scripts both trying to add a new SNMPv3 user at once will have one SET fail because the spin lock value changed between its read and write.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.6.3.15.1.2.1 snmpwalk -v2c -c public <target> SNMP-USER-BASED-SM-MIB::usmUserSpinLock
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.6.3.15.1.2.1.1 snmpget -v2c -c public <target> SNMP-USER-BASED-SM-MIB::usmUserSpinLock.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.6.3.15.1.2.1.1 s <value>
Start monitoring vendor-neutral, standards-based MIB, any device or host running an SNMPv3 agent (USM user credentials/security-violation counters) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the SNMP-USER-BASED-SM-MIB::usmUserSpinLock OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, any device or host running an SNMPv3 agent (USM user credentials/security-violation counters) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.6 | snmpV2 | DASAN-DHCP-MIB |
| 1.3.6.1.6.3 | snmpModules | RAPID-CITY |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.6.3.15 | snmpUsmMIB | SNMP-USER-BASED-SM-MIB |
| 1.3.6.1.6.3.15.1 | usmMIBObjects | SNMP-USER-BASED-SM-MIB |
| 1.3.6.1.6.3.15.1.2 | usmUser | SNMP-USER-BASED-SM-MIB |
| 1.3.6.1.6.3.15.1.2.1 | usmUserSpinLock | SNMP-USER-BASED-SM-MIB |