elmntGrpAccess
LUXN-MIB ·
.1.3.6.1.4.1.4253.4.2.8.1.3
Object
column mandatory
Enumeration
The access mode assigned to each element/group entry. Under the given schema, each group may have zero or more MIB elements. Given an element, it may have been contained within one or more groups. The access mode specified here defines what is the granted access mode to the named element contained in this group. Note, the granted access right can never exceed that of the actual MIB access privilege.
Context
- MIB
- LUXN-MIB
- OID
.1.3.6.1.4.1.4253.4.2.8.1.3- Type
- column
- Access
- noaccess
- Status
- mandatory
- Parent
- secElmntGrpEntry
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 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::elmntGrpAccess'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::elmntGrpAccess.<elmntName>.<grpName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUXN-MIB::elmntGrpAccess'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | read |
2 | write |
3 | readWrite |
4 | none |