rcCommunityToViewPermission
SWITCH-SNMP-MIB ·
.1.3.6.1.4.1.8886.6.1.10.1.1.4
Object
column r/w
Enumeration
DURABLE: { readWrite:all }
This object specifies the type of access allowed. 'readOnly(1)'
allows GET operations (i.e., GET, GET-NEXT, GET-BULK) and
'readWrite(2)' allows both GET and SET operations.
Context
- MIB
- SWITCH-SNMP-MIB
- OID
.1.3.6.1.4.1.8886.6.1.10.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcCommunityToViewEntry
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 'SWITCH-SNMP-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-SNMP-MIB::rcCommunityToViewPermission'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-SNMP-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-SNMP-MIB::rcCommunityToViewPermission.<rcCommunityToViewIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-SNMP-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-SNMP-MIB::rcCommunityToViewPermission'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | readOnly |
2 | readWrite |