All MIBs › RAD-MIB › ds1RemoteMultiframeAlarmTrap
ds1RemoteMultiframeAlarmTrap
Module: RAD-MIB
OID (symbolic): RAD-MIB::ds1RemoteMultiframeAlarmTrap
OID (numeric): 1.3.6.1.4.1.164.3.1.6.4.0.2
Node type: NOTIFICATION-TYPE
Description:
This trap indicates that the far end (remote) unit, connected to the user E1 interface, reports Loss of Multiframe Alignment.
What is ds1RemoteMultiframeAlarmTrap?
This OID is an alarm notification indicating that a remote E1 telecommunications interface has lost synchronization with the framing pattern needed for data transmission. It signals a serious connection problem on the far end. A telecom engineer would respond to this alert by checking the remote equipment's cables and power, as this indicates the remote unit cannot maintain the data signal.
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> '' RAD-MIB::ds1RemoteMultiframeAlarmTrap snmptrap -v2c -c public <manager> '' 1.3.6.1.4.1.164.3.1.6.4.0.2
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]:51726->[192.168.30.10]:162]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (434725390) 50 days, 7:34:13.90 SNMPv2-MIB::snmpTrapOID.0 = OID: RAD-MIB::ds1RemoteMultiframeAlarmTrap
SNMPv3 example:
snmptrap -v3 -l authPriv -u snmpv3user -a SHA -A "AuthPass1" -x AES -X "PrivPass1" <manager> '' RAD-MIB::ds1RemoteMultiframeAlarmTrap
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.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.3 | radWan | DACS-MIB |
| 1.3.6.1.4.1.164.3.1 | wanGen | DACS-MIB |
| 1.3.6.1.4.1.164.3.1.6 | diverseIfWanGen | DACS-MIB |
| 1.3.6.1.4.1.164.3.1.6.4 | ds1Interface | RAD-DS1-MIB |
| 1.3.6.1.4.1.164.3.1.6.4.0 | prtDS1Events | RAD-DS1-MIB |
| 1.3.6.1.4.1.164.3.1.6.4.0.2 | ds1RemoteMultiframeAlarmTrap | RAD-MIB |