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
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 '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
0 | clear |
1 | config |
2 | debug |
3 | show |
4 | exec |
5 | read |
6 | readWrite |
Conformance
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.
need to be supported.