snmpCommunityEntryCommunityViewType
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.9.3.1.4.1.1.6
Object
column mandatory
r/w
Enumeration
Access Level of the SNMPv1 managers. Note this parameter is set for each community. Therefore all three managers in the same community have the same access level.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.9.3.1.4.1.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- snmpCommunityEntry
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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::snmpCommunityEntryCommunityViewType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::snmpCommunityEntryCommunityViewType.<snmpCommunityEntryIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::snmpCommunityEntryCommunityViewType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | read-Traps |
2 | write-Read-Traps |
3 | traps-Only |