eqlAccessGroupPrivacyFlag
EQLACCESS-MIB ·
.1.3.6.1.4.1.12740.24.1.1.1.9
Object
column r/w
Enumeration
This field is used to mark if an access group is public (able to be used by any user) or private (only able to be used by the person who created it or group admin).
Context
- MIB
- EQLACCESS-MIB
- OID
.1.3.6.1.4.1.12740.24.1.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- eqlAccessGroupEntry
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 'EQLACCESS-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLACCESS-MIB::eqlAccessGroupPrivacyFlag'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EQLACCESS-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLACCESS-MIB::eqlAccessGroupPrivacyFlag.<eqlAccessGroupIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EQLACCESS-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EQLACCESS-MIB::eqlAccessGroupPrivacyFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | public |
2 | private |