memoryType
OBS ✓
BIANCA-BRICK-MIBRES-MIB ·
.0.2.1.1
Object
column Enumeration
Type of memory: flash (1) : Non volatile memory dram (2) : Dynamic memory dpool (3) : Dynamic pool
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Memory
Explore Observium network monitoring
Context
- MIB
- BIANCA-BRICK-MIBRES-MIB
- OID
.0.2.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- memoryEntry
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 'BIANCA-BRICK-MIBRES-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-MIBRES-MIB::memoryType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-MIBRES-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-MIBRES-MIB::memoryType.<memoryType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-MIBRES-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-MIBRES-MIB::memoryType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | flash |
2 | dram |
3 | dpool |