eqlNASApplianceDefaultCIFSLockEnforcement
EQLNAS-MIB ·
.1.3.6.1.4.1.12740.18.1.4.1.13
Object
column r/w
Enumeration
Define the types of locks that the system will enforce, in addition to share locks which are always enforced. Byte range locks allow applications to ensure data integrity. Opportunistic locks (oplocks) increase the efficiency of client machine caching and improve performance. NOTE: This software release does not support changing the locking enforcement policy. Only the default option (all-locks) is supported.
Context
- MIB
- EQLNAS-MIB
- OID
.1.3.6.1.4.1.12740.18.1.4.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- eqlNASApplianceDefaultCfgEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EQLNAS-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLNAS-MIB::eqlNASApplianceDefaultCIFSLockEnforcement'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EQLNAS-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLNAS-MIB::eqlNASApplianceDefaultCIFSLockEnforcement.<eqlApplianceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EQLNAS-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EQLNAS-MIB::eqlNASApplianceDefaultCIFSLockEnforcement'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | all-locks |
1 | share-locks-op-locks |
2 | only-share-locks |