All MIBs › SESSION-MIB › tLock
tLock
Module: SESSION-MIB
OID (symbolic): SESSION-MIB::tLock
OID (numeric): 1.3.6.1.4.1.1038.201.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Number of minutes for which a write session is active on the equipment. When the value of this variable is 0, the equipment is not locked. When a SNMP manager (iONOSANMSupervisor and Operator) start a write session, tLock can be set to a value by the manager (up to 30 minutes, so it has time to configure the equipment). Each time an action is done under the equipment tLock is set again to its value. tLock is a decremental counter; when the value of tLock return to 0, the write session is ended and the equipment is unlocked. The SNMP manager can choose to unlock the equipment by setting the value of tLock to 0 before it reach this value itself.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1038.201.1 snmpwalk -v2c -c public <target> SESSION-MIB::tLock
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1038.201.1.1 snmpget -v2c -c public <target> SESSION-MIB::tLock.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1038.201.1.1 i <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.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.1038 | sagemDr | SAGEM-DR-MIB |
| 1.3.6.1.4.1.1038.201 | session | SESSION-MIB |
| 1.3.6.1.4.1.1038.201.1 | tLock | SESSION-MIB |