commonRoleSupportedOperation

CISCO-COMMON-ROLES-MIB · .1.3.6.1.4.1.9.9.361.1.1.2.1.2

Object

column Bits
Operations supported by the access method.
clear     - Clear operation
config    - Config/Set operation
debug     - Debug operation
show      - Show/Get operation
exec      - Exec/Set Operation
read      - Read operation
readWrite - Read/Write operation
.

Context

MIB
CISCO-COMMON-ROLES-MIB
OID
.1.3.6.1.4.1.9.9.361.1.1.2.1.2
Type
column
Access
readonly
Status
current
Parent
commonRoleSupportedOperEntry
Groups
2

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 'CISCO-COMMON-ROLES-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-COMMON-ROLES-MIB::commonRoleSupportedOperation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-COMMON-ROLES-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-COMMON-ROLES-MIB::commonRoleSupportedOperation.<commonRoleAccessMethod>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-COMMON-ROLES-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-COMMON-ROLES-MIB::commonRoleSupportedOperation'

Syntax

Bits

Values & Constraints

Enumerated Values
0clear
1config
2debug
3show
4exec
5read
6readWrite

Conformance

Member of
Compliance refinements
Values: read(5), readWrite(6)
Only 'read', 'readWrite' need to be supported.
Values: clear(0), config(1), debug(2), show(3), exec(4)
Only 'clear', 'config', 'debug', 'show' and 'exec'
need to be supported.