madgeVersionType
MADGEBOX-MIB ·
.1.3.6.1.4.1.494.10.5.1.1.5
Object
column mandatory
Enumeration
The type of object that this table entry contains version information for.
Context
- MIB
- MADGEBOX-MIB
- OID
.1.3.6.1.4.1.494.10.5.1.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- madgeVersionEntry
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 'MADGEBOX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MADGEBOX-MIB::madgeVersionType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MADGEBOX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MADGEBOX-MIB::madgeVersionType.<madgeVersionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MADGEBOX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MADGEBOX-MIB::madgeVersionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | flash |
2 | boot-fixed |
3 | boot-updateable |
4 | hardware-fixed |
5 | hardware-upgradeable |
6 | other |