componentType
RITTAL-RIZONE-MIB ·
.1.3.6.1.4.1.2606.6.4.1.2.1.4
Object
column mandatory
Enumeration
Type of component (1) Component removed (2) Project domain (3) Location (4) Building (5) Room (6) Rackrow (7) Rack (8) Device represent by driver (9) Rackitem
Context
- MIB
- RITTAL-RIZONE-MIB
- OID
.1.3.6.1.4.1.2606.6.4.1.2.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- riZoneComponentEntry
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 'RITTAL-RIZONE-MIB' -M '/opt/observium/mibs/rittal:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RITTAL-RIZONE-MIB::componentType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RITTAL-RIZONE-MIB' -M '/opt/observium/mibs/rittal:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RITTAL-RIZONE-MIB::componentType.<componentIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RITTAL-RIZONE-MIB' -M '/opt/observium/mibs/rittal:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RITTAL-RIZONE-MIB::componentType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | removed |
2 | domain |
3 | location |
4 | building |
5 | room |
6 | rackrow |
7 | rack |
8 | device |
9 | rackitem |