ibmappnDirType
IBM6611-MIB ·
.1.3.6.1.4.1.2.6.2.13.5.2.1.5
Object
column mandatory
Enumeration
Directory types are:
1 - Home
The LU is in the domain of the local network node
and the LU information has been configured at the
local node.
2 - Cache
The LU has previously been located by a broadcast
search and the location information has been saved.
3 - Register
The LU is at an end node that is in the domain
of the local network node. Registered entries
are registered by the served end node.
Context
- MIB
- IBM6611-MIB
- OID
.1.3.6.1.4.1.2.6.2.13.5.2.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ibmappnDirEntry
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 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM6611-MIB::ibmappnDirType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM6611-MIB::ibmappnDirType.<ibmappnDirLuName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM6611-MIB::ibmappnDirType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | home |
2 | cache |
3 | registered |