a3sysMemType
A3Com-System-r8-MIB ·
.1.3.6.1.4.1.43.2.13.3.1.1.3
Object
column mandatory
Enumeration
This object identifies the type of the memory component.
Context
- MIB
- A3Com-System-r8-MIB
- OID
.1.3.6.1.4.1.43.2.13.3.1.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- a3sysMemEntry
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 'A3Com-System-r8-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-System-r8-MIB::a3sysMemType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3Com-System-r8-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-System-r8-MIB::a3sysMemType.<a3sysMemSlotIndex>.<a3sysMemIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-System-r8-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-System-r8-MIB::a3sysMemType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ram-instruction |
3 | ram-data |
4 | ram-shared |
5 | rom-fprom |
6 | rom-eeprom |
7 | ram-total |