mapsConfigValueType
BROCADE-MAPS-MIB ·
.1.3.6.1.4.1.1588.3.1.4.1.8
Object
scalar Enumeration
It indicates the value type which could be integer, float or string. The main purpose of this object to help NMS applications to interpret the data easily.
Context
- MIB
- BROCADE-MAPS-MIB
- OID
.1.3.6.1.4.1.1588.3.1.4.1.8- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- mapsConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BROCADE-MAPS-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BROCADE-MAPS-MIB::mapsConfigValueType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BROCADE-MAPS-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BROCADE-MAPS-MIB::mapsConfigValueType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | int32 |
2 | uint32 |
3 | float |
4 | string |