All MIBs › SNMPv2-MIB › snmpSetSerialNo
snmpSetSerialNo
Module: SNMPv2-MIB
OID (symbolic): SNMPv2-MIB::snmpSetSerialNo
OID (numeric): 1.3.6.1.6.3.1.1.6.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 the SNMP set operation.
This object is used for coarse-grain coordination. To achieve fine-grain coordination, one or more similar objects might be defined within each MIB group, as appropriate.
What is snmpSetSerialNo?
This is a number that acts as a coordination lock for multiple monitoring tools trying to change device settings at the same time. Operators can read and write it to synchronize configuration changes. Without it, two tools might accidentally overwrite each other's updates.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.6.3.1.1.6.1 snmpwalk -v2c -c public <target> SNMPv2-MIB::snmpSetSerialNo
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.6.3.1.1.6.1.1 snmpget -v2c -c public <target> SNMPv2-MIB::snmpSetSerialNo.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.6.3.1.1.6.1.1 s <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.6 | snmpV2 | DASAN-DHCP-MIB |
| 1.3.6.1.6.3 | snmpModules | RAPID-CITY |
| 1.3.6.1.6.3.1 | snmpMIB | RAPID-CITY |
| 1.3.6.1.6.3.1.1 | snmpMIBObjects | RAPID-CITY |
| 1.3.6.1.6.3.1.1.6 | snmpSet | SNMPv2-MIB |
| 1.3.6.1.6.3.1.1.6.1 | snmpSetSerialNo | SNMPv2-MIB |