zhoneAdminCommunityAccess

ZHONE-SYSTEM-MIB · .1.3.6.1.4.1.5504.3.1.4.1.1.2

Object

column r/w Enumeration
The Access Rights for this particular community name. An access of read-write-admin
allows access to those tables with a higher level of security such as the
community table. Gets to this table will return E_NOSUCHINSTANCE unless
the accessrights is read-write-admin. 
              
noAccess - this community name does not have any access to this device.
read - allows read access to all fields except admin access fields such
            as this community table.
readAndWrite - allow read and write access to all fields except admin access
            fields such as this community table.
admin - read and write access to all fields on this device.

Context

MIB
ZHONE-SYSTEM-MIB
OID
.1.3.6.1.4.1.5504.3.1.4.1.1.2
Type
column
Access
readwrite
Status
current
Parent
zhoneAdminCommunityEntry
Groups
1

Walk 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 'ZHONE-SYSTEM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-SYSTEM-MIB::zhoneAdminCommunityAccess'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-SYSTEM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-SYSTEM-MIB::zhoneAdminCommunityAccess.<zhoneAdminCommunityName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-SYSTEM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-SYSTEM-MIB::zhoneAdminCommunityAccess'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noAccess
2read
3readAndWrite
4admin

Conformance