flapTrapType
RDN-CABLE-SPECTRUM-MIB ·
.1.3.6.1.4.1.4981.6.1.1.4
Object
scalar Enumeration
Reason for flapping
power - The power threshold was exceeded.
ranging - Missing ranging requests went beyond threshold
insertion - Modem re-ranged within insertion time threshold.
This is a place holder for the reason parameter for the modem to go
into flap list. This should return ZERO when read. This just allows us
to include a flapping reason in the modem flap trap varbind.
Context
- MIB
- RDN-CABLE-SPECTRUM-MIB
- OID
.1.3.6.1.4.1.4981.6.1.1.4- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- rdnFlapObjects
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 'RDN-CABLE-SPECTRUM-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-CABLE-SPECTRUM-MIB::flapTrapType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RDN-CABLE-SPECTRUM-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RDN-CABLE-SPECTRUM-MIB::flapTrapType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | power |
2 | ranging |
3 | insertion |