invPhysClass
LUM-INVENTORY-MIB ·
.1.3.6.1.4.1.8708.2.3.2.1.1.1.5
Object
column PhysicalClass
An indication of the general hardware type of
the physical entity.
An agent should set this object to the standard
enumeration value which most accurately indicates
the general class of the physical entity, or the
primary class if there is more than one.
If no appropriate standard registration
identifier exists for this physical entity, then
the value 'other(1)' is returned. If the value
is unknown by this agent, then the value
'unknown(2)' is returned.
Context
- MIB
- LUM-INVENTORY-MIB
- OID
.1.3.6.1.4.1.8708.2.3.2.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- invPhysEntry
- Groups
- 5
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 'LUM-INVENTORY-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-INVENTORY-MIB::invPhysClass'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-INVENTORY-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-INVENTORY-MIB::invPhysClass.<invPhysIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-INVENTORY-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-INVENTORY-MIB::invPhysClass'
Syntax
- Source
- PhysicalClass
- Base type
Enumeration
Values & Constraints
Type Values
0 | undefined |
1 | other |
2 | unknown |
3 | chassis |
4 | backplane |
5 | container |
6 | powerSupply |
7 | fan |
8 | sensor |
9 | module |
10 | port |
11 | stack |