invRelationType

LUM-INVENTORY-MIB · .1.3.6.1.4.1.8708.2.3.2.5.1.1.4

Object

column Enumeration
Indicates how entity 2 is related to entity 1.
              
containedIn - Physical containment. Entity 2 is
physically contained within entity 1.
              
dependsOn - The correct function of entity 2
depends on the function of entity 1.

Context

MIB
LUM-INVENTORY-MIB
OID
.1.3.6.1.4.1.8708.2.3.2.5.1.1.4
Type
column
Access
readonly
Status
current
Parent
invRelationEntry
Groups
1

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 'LUM-INVENTORY-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-INVENTORY-MIB::invRelationType'
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::invRelationType.<invRelationIndex>'
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::invRelationType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0undefined
1containedIn
2dependsOn

Conformance