All MIBs › FLARION-TRAP-MIB › dspStatusOos
dspStatusOos
Module: FLARION-TRAP-MIB
OID (symbolic): FLARION-TRAP-MIB::dspStatusOos
OID (numeric): 1.3.6.1.4.1.8603.10.2.0.19
Node type: NOTIFICATION-TYPE
Description:
DSP has transitioned into the Out of Service state.
What is dspStatusOos?
This notification alert is generated when a Digital Signal Processor (DSP) in a Flarion device transitions to an Out of Service (OOS) state. A DSP is a specialized processor used for signal processing in wireless base stations, and when it fails or becomes unavailable, the device cannot process traffic on that component. Network operators rely on this trap to immediately detect DSP failures and trigger failover mechanisms or maintenance procedures to restore service.
Examples
Send this trap to an SNMP manager — replace <manager> with the IP or hostname of your monitoring server (SNMPv2c):
snmptrap -v2c -c public <manager> '' FLARION-TRAP-MIB::dspStatusOos snmptrap -v2c -c public <manager> '' 1.3.6.1.4.1.8603.10.2.0.19
Listen for incoming traps on the manager host (-f keeps it in the foreground, -Lo prints to stdout — useful for testing):
snmptrapd -f -Lo -c /dev/null authCommunity log public
Example snmptrapd log entry:
zoo11-linux.zoo [UDP: [192.168.30.111]:63812->[192.168.30.10]:162]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (51063620) 5 days, 21:50:36.20 SNMPv2-MIB::snmpTrapOID.0 = OID: FLARION-TRAP-MIB::dspStatusOos
SNMPv3 example:
snmptrap -v3 -l authPriv -u snmpv3user -a SHA -A "AuthPass1" -x AES -X "PrivPass1" <manager> '' FLARION-TRAP-MIB::dspStatusOos
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.8603 | flarion | FLARION-MIB |
| 1.3.6.1.4.1.8603.10 | flarionTraps | FLARION-TRAP-MIB |
| 1.3.6.1.4.1.8603.10.2 | flaTraps | FLARION-TRAP-MIB |
| 1.3.6.1.4.1.8603.10.2.0 | flaTrapPrefix | FLARION-TRAP-MIB |
| 1.3.6.1.4.1.8603.10.2.0.19 | dspStatusOos | FLARION-TRAP-MIB |