PEA-EQUIPMENT-IPDSLAM: View SNMP OID List / Download MIB

VENDOR: ERICSSON AB


 Home MIB: PEA-EQUIPMENT-IPDSLAM
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 peaEquipmentIpDslam 1.3.6.1.4.1.193.72.300.1
The IP DSLAM software supports a number of standard and proprietary MIBs. This MIB module defines objects for reading out system specific information about the IP DSLAM and the control entries for restarting the IP DSLAM, for setting the alarm filter and for controlling the LEDs.
     peaEquipmentIpDslamObjects 1.3.6.1.4.1.193.72.300.1.1
         cfgVersion 1.3.6.1.4.1.193.72.300.1.1.1 unsigned32 read-write
The CfgVersion will initially be zero, but is set to the version number defined in the configuration file received from the tftp server at system start-up. The management system may use this version number to verify that the unit contains the correct configuration parameter values. The management system may update the version number when configuration parameters are modified.
         restartModemPool 1.3.6.1.4.1.193.72.300.1.1.2 integer read-write
When set to 'restart' the IP DSLAM restarts, which includes loading the SW image and configuration data from the server. In this way a new SW version can be loaded and/or the configu- ration data can be updated. All the ADSL lines will be out of service while the IP DSLAM restarts. Enumeration: 'restart': 1.
         temperatureControlStatus 1.3.6.1.4.1.193.72.300.1.1.3
             temperatureControlState 1.3.6.1.4.1.193.72.300.1.1.3.1 integer read-only
The state of the temperature control can be: 0 - Low 1 - Normal 2 - High 3 - TooHigh Enumeration: 'high': 2, 'tooHigh': 3, 'low': 0, 'normal': 1.
             temperatureValue 1.3.6.1.4.1.193.72.300.1.1.3.2 integer32 read-only
The temperature value in the IP DSLAM in grade Celsius.
             fansStatus 1.3.6.1.4.1.193.72.300.1.1.3.3
                 fanGreenStatus 1.3.6.1.4.1.193.72.300.1.1.3.3.1 integer read-only
The status of the fan which is placed closest to the green LED. Enumeration: 'failed': 0, 'working': 1.
                 fanRedStatus 1.3.6.1.4.1.193.72.300.1.1.3.3.2 integer read-only
The status of the fan which is placed closest to the red LED. Enumeration: 'failed': 0, 'working': 1.
                 fanGreenSpeed 1.3.6.1.4.1.193.72.300.1.1.3.3.3 unsigned32 read-only
The speed of the fan which is placed closest to the green LED measured in rpm (rotations per minute).
                 fanRedSpeed 1.3.6.1.4.1.193.72.300.1.1.3.3.4 unsigned32 read-only
The speed of the fan which is placed closest to the red LED measured in rpm (rotations per minute).
         ledControl 1.3.6.1.4.1.193.72.300.1.1.4
             ledsAlternativeBlink 1.3.6.1.4.1.193.72.300.1.1.4.1 integer read-write
When the ledsAlternativeBlink is set to ON(1) the LEDs will start to blink alternatively. Enumeration: 'on': 1, 'off': 0.
         onlyShowEthernetInterface 1.3.6.1.4.1.193.72.300.1.1.5 integer read-write
When set to ON(1) only the Ethernet interface is visible (RFC1233/RFC2233). When is set to OFF(0) the ATM and software loop back interfaces are also visible. Enumeration: 'on': 1, 'off': 0.
         mainProcessor 1.3.6.1.4.1.193.72.300.1.1.7
             mpProcessorLoad 1.3.6.1.4.1.193.72.300.1.1.7.1 unsigned32 read-only
The percentage of time that the main processor was not idle. Average over 10 seconds. (almost like hrProcessorLoad in RFC1514).
             mpMemFree 1.3.6.1.4.1.193.72.300.1.1.7.2 unsigned32 read-only
The amount of free memory on main processor in percent.
             mpMemFreeBytes 1.3.6.1.4.1.193.72.300.1.1.7.3 unsigned32 read-only
The amount of free memory on main processor in bytes.
             mpMemBuffersUsed 1.3.6.1.4.1.193.72.300.1.1.7.4 unsigned32 read-only
The total number of memory buffers currently used (Ethernet, ATM & local IP-stack).
         systemIdentification 1.3.6.1.4.1.193.72.300.1.1.8 displaystring read-only
This value includes the full name and version identification of the IP DSLAM software.
         alarmFilter 1.3.6.1.4.1.193.72.300.1.1.9
             communicationsAlarmFilter 1.3.6.1.4.1.193.72.300.1.1.9.1 integer read-write
This alarm filter will filter out all communication alarms with lower severity than the selected. E.g. Selecting minor (1) would filter out all alarms with warning (0) severity. Enumeration: 'major': 2, 'warning': 0, 'critical': 3, 'minor': 1.
             environmentAlarmFilter 1.3.6.1.4.1.193.72.300.1.1.9.2 integer read-write
This alarm filter will filter out all environment alarms with lower severity than the selected. E.g. Selecting minor (1) would filter out all alarms with warning (0) severity. Enumeration: 'major': 2, 'warning': 0, 'critical': 3, 'minor': 1.
             equipmentAlarmFilter 1.3.6.1.4.1.193.72.300.1.1.9.3 integer read-write
This alarm filter will filter out all equipment alarms with lower severity than the selected. E.g. Selecting minor (1) would filter out all alarms with warning (0) severity. Enumeration: 'major': 2, 'warning': 0, 'critical': 3, 'minor': 1.
             processingAlarmFilter 1.3.6.1.4.1.193.72.300.1.1.9.4 integer read-write
This alarm filter will filter out all processing alarms with lower severity than the selected. E.g. Selecting minor (1) would filter out all alarms with warning (0) severity. Enumeration: 'major': 2, 'warning': 0, 'critical': 3, 'minor': 1.
             qualityOfServiceAlarmFilter 1.3.6.1.4.1.193.72.300.1.1.9.5 integer read-write
This alarm filter will filter out all quality alarms with lower severity than the selected. E.g. Selecting minor (1) would filter out all alarms with warning (0) severity. Enumeration: 'major': 2, 'warning': 0, 'critical': 3, 'minor': 1.
         identificationData 1.3.6.1.4.1.193.72.300.1.1.10
               ipdslamIdData 1.3.6.1.4.1.193.72.300.1.1.10.1
                   productNumberMP 1.3.6.1.4.1.193.72.300.1.1.10.1.1 displaystring read-only
Index number that identifies the IP DSLAM hardware unit.
                   revisionStateMP 1.3.6.1.4.1.193.72.300.1.1.10.1.2 displaystring read-only
Revision State or 'R-state' declaring minor versions. E.g. different types of components or new boot SW.
                   functionDesignationMP 1.3.6.1.4.1.193.72.300.1.1.10.1.3 displaystring read-only
Number with reference to the handling and use of the product.
                   dateOfProductionMP 1.3.6.1.4.1.193.72.300.1.1.10.1.4 octet string read-only
Manufacturing date, describing when the unit has been manufactured, in terms of a year, month and a day, as described below: Year code(0000 ..9999) - 2 bytes (LSB,MSB) Month (1..12)- 1 byte Day (1 ..31)- 1 byte. For example, Wednesday June 12, 2002 would be displayed as: h'02, h'14, h'06, h'0C.
                   dateOfRepairMP 1.3.6.1.4.1.193.72.300.1.1.10.1.5 octet string read-only
Repair date, declaring the year, month and day of the latest repair. The format is described below: Year code(0000 ..9999) - 2 bytes (LSB,MSB) Month (1..12)- 1 byte Day (1 ..31)- 1 byte. For example, Wednesday June 12, 2002 would be displayed as: h'02, h'14, h'06, h'0C.
                   productionSerialNumberMP 1.3.6.1.4.1.193.72.300.1.1.10.1.6 displaystring read-only
Unique serial number, describing the product in terms of a manufacturing site code and a sequence number.
                   layoutVersionCodeMP 1.3.6.1.4.1.193.72.300.1.1.10.1.7 octet string read-only
The data layout version that allows the possibility to interpret stored data differently.
                   idCheckSumMP 1.3.6.1.4.1.193.72.300.1.1.10.1.8 octet string read-only
CRC32 Checksum of identification data structure of the IP DSLAM.
               dupBoardIdData 1.3.6.1.4.1.193.72.300.1.1.10.2
                   productNumberDUP 1.3.6.1.4.1.193.72.300.1.1.10.2.1 displaystring read-only
Index number that identifies the DUP board.
                   revisionStateDUP 1.3.6.1.4.1.193.72.300.1.1.10.2.2 displaystring read-only
Revision State or 'R-state' declaring minor versions. E.g. different types of components or new boot SW.
                   functionDesignationDUP 1.3.6.1.4.1.193.72.300.1.1.10.2.3 displaystring read-only
Number with reference to the handling and use of the product.
                   dateOfProductionDUP 1.3.6.1.4.1.193.72.300.1.1.10.2.4 octet string read-only
Manufacturing date, describing when the unit has been manufactured, in terms of a year, month and a day, as described below: Year code(0000 ..9999) - 2 bytes (LSB,MSB) Month (1..12)- 1 byte Day (1 ..31)- 1 byte. For example, Wednesday June 12, 2002 would be displayed as: h'02, h'14, h'06, h'0C.
                   dateOfRepairDUP 1.3.6.1.4.1.193.72.300.1.1.10.2.5 octet string read-only
Repair date, declaring the year, month and day of the latest repair. he format is described below: Year code(0000 ..9999) - 2 bytes (LSB,MSB) Month (1..12)- 1 byte Day (1 ..31)- 1 byte. For example, Wednesday June 12, 2002 would be displayed as: h'02, h'14, h'06, h'0C.
                   productionSerialNumberDUP 1.3.6.1.4.1.193.72.300.1.1.10.2.6 displaystring read-only
Unique serial number, describing the product in terms of a manufacturing site code and a sequence number.
                   layoutVersionCodeDUP 1.3.6.1.4.1.193.72.300.1.1.10.2.7 octet string read-only
The data layout version that allows the possibility to interpret stored data differently.
                   idCheckSumDUP 1.3.6.1.4.1.193.72.300.1.1.10.2.8 octet string read-only
CRC32 Checksum of identification data structure for the DUP board.
               dafeBoardIdData 1.3.6.1.4.1.193.72.300.1.1.10.3
                   productNumberDAFE 1.3.6.1.4.1.193.72.300.1.1.10.3.1 displaystring read-only
Index number that identifies the DAFE board.
                   revisionStateDAFE 1.3.6.1.4.1.193.72.300.1.1.10.3.2 displaystring read-only
Revision State or 'R-state' declaring minor versions. E.g. different types of components or new boot SW.
                   functionDesignationDAFE 1.3.6.1.4.1.193.72.300.1.1.10.3.3 displaystring read-only
Number with reference to the handling and use of the product.
                   dateOfProductionDAFE 1.3.6.1.4.1.193.72.300.1.1.10.3.4 octet string read-only
Manufacturing date, describing when the unit has been manufactured, in terms of a year, month and a day, as described below: Year code(0000 ..9999) - 2 bytes (LSB,MSB) Month (1..12)- 1 byte Day (1 ..31)- 1 byte. For example, Wednesday June 12, 2002 would be displayed as: h'02, h'14, h'06, h'0C.
                   dateOfRepairDAFE 1.3.6.1.4.1.193.72.300.1.1.10.3.5 octet string read-only
Repair date, declaring the year, month and day of the latest repair. The format is described below: Year code(0000 ..9999) - 2 bytes (LSB,MSB) Month (1..12)- 1 byte Day (1 ..31)- 1 byte. For example, Wednesday June 12, 2002 would be displayed as: h'02, h'14, h'06, h'0C.
                   productionSerialNumberDAFE 1.3.6.1.4.1.193.72.300.1.1.10.3.6 displaystring read-only
Unique serial number, describing the product in terms of a manufacturing site code and a sequence number.
                   layoutVersionCodeDAFE 1.3.6.1.4.1.193.72.300.1.1.10.3.7 octet string read-only
The data layout version that allows the possibility to interpret stored data differently.
                   idCheckSumDAFE 1.3.6.1.4.1.193.72.300.1.1.10.3.8 octet string read-only
CRC32 Checksum of identification data structure for the DAFE board.
               ddcBoardIdData 1.3.6.1.4.1.193.72.300.1.1.10.4
                   productNumberDDC 1.3.6.1.4.1.193.72.300.1.1.10.4.1 displaystring read-only
Index number that identifies the DDC board.
                   revisionStateDDC 1.3.6.1.4.1.193.72.300.1.1.10.4.2 displaystring read-only
Revision State or 'R-state' declaring minor versions. E.g. different types of components or new boot SW.
                   functionDesignationDDC 1.3.6.1.4.1.193.72.300.1.1.10.4.3 displaystring read-only
Number with reference to the handling and use of the product.
                   dateOfProductionDDC 1.3.6.1.4.1.193.72.300.1.1.10.4.4 octet string read-only
Manufacturing date, describing when the unit has been manufactured, in terms of a year, month and a day, as described below: Year code(0000 ..9999) - 2 bytes (LSB,MSB) Month (1..12)- 1 byte Day (1 ..31)- 1 byte. For example, Wednesday June 12, 2002 would be displayed as: h'02, h'14, h'06, h'0C.
                   dateOfRepairDDC 1.3.6.1.4.1.193.72.300.1.1.10.4.5 octet string read-only
Repair date, declaring the year, month and day of the latest repair. The format is described below: Year code(0000 ..9999) - 2 bytes (LSB,MSB) Month (1..12)- 1 byte Day (1 ..31)- 1 byte. For example, Wednesday June 12, 2002 would be displayed as: h'02, h'14, h'06, h'0C.
                   productionSerialNumberDDC 1.3.6.1.4.1.193.72.300.1.1.10.4.6 displaystring read-only
Unique serial number, describing the product in terms of a manufacturing site code and a sequence number.
                   layoutVersionCodeDDC 1.3.6.1.4.1.193.72.300.1.1.10.4.7 octet string read-only
The data layout version that allows the possibility to interpret stored data differently.
                   idCheckSumDDC 1.3.6.1.4.1.193.72.300.1.1.10.4.8 octet string read-only
CRC32 Checksum of identification data for the DDC board.
               difBoardIdData 1.3.6.1.4.1.193.72.300.1.1.10.5
                   productNumberDIF 1.3.6.1.4.1.193.72.300.1.1.10.5.1 displaystring read-only
Index number that identifies the DIF board.
                   revisionStateDIF 1.3.6.1.4.1.193.72.300.1.1.10.5.2 displaystring read-only
Revision State or 'R-state' declaring minor versions. E.g. different types of components or new boot SW.
                   functionDesignationDIF 1.3.6.1.4.1.193.72.300.1.1.10.5.3 displaystring read-only
Number with reference to the handling and use of the product.
                   dateOfProductionDIF 1.3.6.1.4.1.193.72.300.1.1.10.5.4 octet string read-only
Manufacturing date, describing when the unit has been manufactured, in terms of a year, month and a day, as described below: Year code(0000 ..9999) - 2 bytes (LSB,MSB) Month (1..12)- 1 byte Day (1 ..31)- 1 byte. For example, Wednesday June 12, 2002 would be displayed as: h'02, h'14, h'06, h'0C.
                   dateOfRepairDIF 1.3.6.1.4.1.193.72.300.1.1.10.5.5 octet string read-only
Repair date, declaring the year, month and day of the latest repair. The format is described below: Year code(0000 ..9999) - 2 bytes (LSB,MSB) Month (1..12)- 1 byte Day (1 ..31)- 1 byte. For example, Wednesday June 12, 2002 would be displayed as: h'02, h'14, h'06, h'0C.
                   productionSerialNumberDIF 1.3.6.1.4.1.193.72.300.1.1.10.5.6 displaystring read-only
Unique serial number, describing the product in terms of a manufacturing site code and a sequence number.
                   layoutVersionCodeDIF 1.3.6.1.4.1.193.72.300.1.1.10.5.7 octet string read-only
The data layout version that allows the possibility to interpret stored data differently.
                   idCheckSumDIF 1.3.6.1.4.1.193.72.300.1.1.10.5.8 octet string read-only
CRC32 Checksum of identification data for the DIF board.
         configurationData 1.3.6.1.4.1.193.72.300.1.1.11
               localMacAddrMP 1.3.6.1.4.1.193.72.300.1.1.11.1 macaddress read-only
Unique MAC address of the IP DSLAM.
               phyModeMP 1.3.6.1.4.1.193.72.300.1.1.11.2 phymodetype read-write
Ethernet PHY Mode setting. The Phy Mode is coded as a bitfield: * Bit 0: Auto-negotiation. If set, auto-negotiation is OFF else ON. * Bit 2: Full Duplex control. If set, full duplex operation is NOT allowed. * Bit 3: 100 Mbit/s control. If set, 100 Mbit/s operation is NOT allowed. * Bit 4: Half Duplex control. If set, half duplex operation is NOT allowed * Bit 5: 10 Mbit/s control. If set, 10 Mbit/s operation is NOT allowed. Examples of PHY Mode values: * 0x00: Full auto-negotiation. * 0x20: 100 Mbit/s only. Auto-negotiation between half & full duplex. * 0x31: Fixed 100 Mbit/s, full duplex only operation. * 0x25: Fixed 100 Mbit/s, half duplex only operation
               watchDogEnableMP 1.3.6.1.4.1.193.72.300.1.1.11.3 integer read-only
Enabling of the HW Watchdog. If 0 (zero), the watchdog is OFF, else the watchdog is ON. Enumeration: 'on': 1, 'off': 0.
               vlanIdMP 1.3.6.1.4.1.193.72.300.1.1.11.5 unsigned32 read-write
The VLAN ID setting for the management VLAN.
               vlanPrioMP 1.3.6.1.4.1.193.72.300.1.1.11.6 unsigned32 read-write
Specifies the IEEE 802.1Q priority used for the management VLAN.
               vlanTaggingMP 1.3.6.1.4.1.193.72.300.1.1.11.7 integer read-write
If 0, VLAN tagging is off, meaning that VLAN is not used. If 1, VLAN tagging is used, with the given ID and Prio. Enumeration: 'on': 1, 'off': 0.
               bootStringMP 1.3.6.1.4.1.193.72.300.1.1.11.8 octet string read-only
Text commands for the bootloader.
         bootSwIdentification 1.3.6.1.4.1.193.72.300.1.1.12 displaystring read-only
This value includes the full name and version identification of the BOOT software.
         productDescription 1.3.6.1.4.1.193.72.300.1.1.13
               numberOfLines 1.3.6.1.4.1.193.72.300.1.1.13.1 unsigned32 read-only
Number of subscriber lines supported by this IP DSLAM.
         remoteStorage 1.3.6.1.4.1.193.72.300.1.1.14
               remoteStorageFTPServerIPMP 1.3.6.1.4.1.193.72.300.1.1.14.1 ipaddress read-write
The IP Address of FTP server to be used with the remote storage area. The value can be any IP address
               remoteStorageFilePathMP 1.3.6.1.4.1.193.72.300.1.1.14.2 displaystring read-write
The path to the remote storage file. The path should be relatetive to home of the FTP server. (I.e. Files/MPRemoteStorageFiles where the 'Files' directory is can be reached from home through the FTP server.
               remoteStorageFTPUserMP 1.3.6.1.4.1.193.72.300.1.1.14.3 displaystring read-write
The user name which should be used by the IP DSLAM to access the remote storage ftp server.
               remoteStorageFTPPasswordMP 1.3.6.1.4.1.193.72.300.1.1.14.4 displaystring read-write
The password which should be used by the IP DSLAM to access the remote storage ftp server.
               remoteStorageTrafficInfoTimeMP 1.3.6.1.4.1.193.72.300.1.1.14.5 unsigned32 read-write
The time interval for periodically triggering a backup of the remote storage file. All traffic counters will be backed up with remote storage. This includes total number of send bytes, total number of send frames, total number of received bytes and total number of received frames for each PVC. Valid range is 0 - 24 hours. 0 means disabled
               remoteStorageTrafficInfoSizeMP 1.3.6.1.4.1.193.72.300.1.1.14.6 unsigned32 read-write
The size interval for triggering a backup of the remote storage file. Whenever x MBytes has been transfered on any PVC since last backup all traffic counters will be backed up with remote storage. This includes total number of send bytes, total number of send frames, total number of received bytes and total number of received frames for each PVC. Valid range is 50 - 1000 MBytes. 0 means disabled Note: Backup is limited to maximum once every minute
         multilink 1.3.6.1.4.1.193.72.300.1.1.15
               multilinkMode 1.3.6.1.4.1.193.72.300.1.1.15.1 integer read-write
This defines the mode the multiple network-side links operate in. singleLink(1) - only one link is used for active data transfer. This is the only possible value for devices with a single network-side link. linkAggregation(2) - the multiple links are used as one trunk aggregating the traffic. redundantConfiguration(3) - only one of the the multiple links is used for active data transfer, but the other are kept stand by for resilience (uses RSTP protocol). Note: the read value may not match the actual mode during switch over. Enumeration: 'linkAggregation': 2, 'redundantConfiguration': 3, 'singleLink': 1.
               multilinkPreferredInterface 1.3.6.1.4.1.193.72.300.1.1.15.2 integer32 read-write
Shows the index of the interface (link) selected for traffic forwarding whenever there is no other explicit indication on which one to choose. The interface is selected during boot - it is the interface the device was booted from. The value is the same as used for interfaces in the IF-MIB (1-based). This interface will be used in case of multilinkMode is set to redundantConfiguration and the rootID is equal for the links. If the rootIDs are different this value is ignored and the one with highest priority (lowest cost) will be selected.
               multilinkInterfaceTable 1.3.6.1.4.1.193.72.300.1.1.15.3 no-access
This is a table of interfaces (links) on the network-side. The table is indexed by the same interface numbers as used in the IF-MIB (1-based).
                   multilinkInterfaceEntry 1.3.6.1.4.1.193.72.300.1.1.15.3.1 no-access
This is an entry of the multilinkInterfaceTable
                       multilinkInterfaceIndex 1.3.6.1.4.1.193.72.300.1.1.15.3.1.1 interfaceindex no-access
This is the index to the multilinkInterfaceTable. The values are the same as used in the IF-MIB (1-based).
                       multilinkIsForwarding 1.3.6.1.4.1.193.72.300.1.1.15.3.1.2 truthvalue read-only
This shows if the corresponding interface (link) is forwarding traffic - true(1) or not - false(2). An interface that is not forwarding may still carry some service data (e.g. PDUs).
                       multilinkIsUp 1.3.6.1.4.1.193.72.300.1.1.15.3.1.3 truthvalue read-only
This shows if the corresponding interface (link) is up true(1) or down - false(2). The true(1) value is returned if the ifOperState of the corresponding port is up. The false(1) value is returned if the ifOperState of the corresponding port is NOT up (e.g. down, testing, etc.).
               multilinkForceManagementToUsePreferredInterface 1.3.6.1.4.1.193.72.300.1.1.15.4 integer read-write
Setting this value to 'enabled (1)' forces the management traffic to be sent on the interface towards the Active ECN thereby overruling the RSTP protocol for management traffic towards this node. This enables the node controller to stay in contact with the DSLAM, even if the link is switched to the other interface by RSTP. Enumeration: 'disabled': 2, 'enabled': 1.
     peaEquipmentIpDslamTraps 1.3.6.1.4.1.193.72.300.1.2
         traps 1.3.6.1.4.1.193.72.300.1.2.0
             temperatureTooHigh 1.3.6.1.4.1.193.72.300.1.2.0.1
The temperature is too high and has increased above a fixed threshold value. The high temperature value is probably caused by fan failure or high environment temperature. For the IP DSLAM the lines are stopped in order to reduce the power consumption and avoid damage to the device. Corrective Actions: - Check that the fans for the device is working properly. - Check that the environment temperature is acceptable. - For the IPDSLAM it might help to remove some subscibers from the lines. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Critical 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause temperatureUnacceptable 8: Temp control state [Low, Normal, High or TooHigh] 9: Temperature value [Value in degree Celsius] Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.2 # temperatureTooHighCeasing Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.8 # IP DLSAM RestartAlarm
             temperatureTooHighCeasing 1.3.6.1.4.1.193.72.300.1.2.0.2
The too high temperature has ceased and has decreased below a fixed threshold value in the normal working area. For the IP DSLAM the lines are brought into service again, which will lead to increasing power consumption and possibly an increased temperature. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Ceasing 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause ThresholdCrossed 8: Temp control state [Low, Normal, High or TooHigh] 9: Temperature value [Value in degree Celsius]
             stateEventError 1.3.6.1.4.1.193.72.300.1.2.0.4
A state/event SW error has been detected on the device. This trap is seen if the IPDSLAM is discarding a message that it did not know how to handle. This kind of problem is sometimes related to an unforeseen state in the IP DSLAM. Corrective Actions: - Save the alarm information to a file, e.g. using a screenshot. It has to show all the trap parameters. - Give a brief explanation to how the error was provoked. If it can be provoked again, then it is important for the Ericsson support team to know how this is done. - Create a trouble report, which includes the log files, and send it to Ericsson support. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type ProcessingErrorAlarm 7: Probable cause SoftwareError 8: Process name [Name of DMAPI task] 9: Process state [DMAPI task state] 10: File name [The file name from where the alarm was sent] 11: Line no [The line number in the specified file] 12: Sender task [The task name of the task sending the message] 13: Message id [Internal message number] 14: Message data [Message content - hex bytes]
             nonFatalSoftwareError 1.3.6.1.4.1.193.72.300.1.2.0.5
A non-fatal SW error has been detected on the device. This type of software error is normally not fatal for your system, It could be a configuration error or a minor problem in the software, so do not panic if this alarm is seen. Corrective Actions: - Save the alarm information to a file, e.g. using a screenshot. It has to show all the trap parameters. - Give a brief explanation to how the error was provoked. If it can be provoked again, then it is important for the Ericsson support team to know how this is done. - Create a trouble report, which includes the log files, and send it to Ericsson support. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type ProcessingErrorAlarm 7: Probable cause SoftwareError 8: Process name [Name of DMAPI task] 9: Process state [DMAPI task state] 10: File name [The file name from where the alarm was sent] 11: Line no [The line number in the specified file] 12: Error code [Additional error information] 13: Error data [Additional data related to the error - hex bytes]
             fatalSoftwareError 1.3.6.1.4.1.193.72.300.1.2.0.6
A fatal SW error has been detected on your device. The device will now restart in order to recover. This type of error is very serious and if it is seen in your system, then it is important that it is handled right away. Corrective Actions: - Save the alarm information to a file, e.g. using a screenshot. It has to show all the trap parameters. - Give a brief explanation to how the error was provoked. If it can be provoked again, then it is important for the Ericsson support team to know how this is done. - Create a trouble report which includes the log files and send it to Ericsson support. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Critical 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type ProcessingErrorAlarm 7: Probable cause SoftwareError 8: Process name [Name of DMAPI task] 9: Process state [DMAPI task state] 10: File name [The file name from where the alarm was sent] 11: Line no [The line number in the specified file] 12: Error code [Additional error information]
             configurationFileError 1.3.6.1.4.1.193.72.300.1.2.0.7
The configuration file which the device is using failed to pass or load. Corrective Actions: - Check that the device can reach the server where the configuration file is located. - Check that the configuration is physically located on the server. - Check that the configuration file does not contain any syntax errors. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Critical 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type ProcessingErrorAlarm 7: Probable cause FileError 8: Error code [Additional error information] Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.8 # restartAlarm
             modemPoolRestartAlarm 1.3.6.1.4.1.193.72.300.1.2.0.8
The IP DSLAM has restarted. The post mortem information will indicate the reason for the restart. If the device has restarted from an unknown reason, then it is strongly advised that you contact Ericsson support, which will help you do make the necessary logs. A trace is very valuable for the Ericsson support team in case an error correction has to be made. The trace should afterwards be sent for further investigations. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause Other 8: Post mortem info [reason for the restart]
             fanGreenFailure 1.3.6.1.4.1.193.72.300.1.2.0.9
Indicates that the fan located near to the green LED has failed. This means that the fan control cannot secure that the temperature is kept in the normal state in the worst-case scenario (e.g. high environmental temperature, high traffic). Corrective Actions: - Replace the fan. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CoolingFanFailure 8: Fan green status Failed Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.10 # fanGreenCeasing Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.8 # IP DLSAM RestartAlarm
             fanGreenCeasing 1.3.6.1.4.1.193.72.300.1.2.0.10
Indicates the ceasing of the fan, which is located near to the green LED. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Ceasing 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CoolingFanFailure 8: Fan green status Failed
             fanRedFailure 1.3.6.1.4.1.193.72.300.1.2.0.11
Indicates that the fan located near to the red LED has failed, This means that the fan control cannot secure that the temperature is kept in the normal state in the worst-case scenario (e.g. high environmental temperature, high traffic). Corrective Actions: - Replace the fan. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CoolingFanFailure 8: Fan red status Failed Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.12 # redFanCeasing Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.8 # IP DSLAM RestartAlarm
             fanRedCeasing 1.3.6.1.4.1.193.72.300.1.2.0.12
Indicates the ceasing of the fan which is located near to the red LED. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Ceasing 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CoolingFanFailure 8: Fan red status Failed
             idDataReadError 1.3.6.1.4.1.193.72.300.1.2.0.13
This alarm indicates that the identification data the device has in flash memory is corrupted. Identification data could be parameters like 'product number', 'revision state', 'date of repair' in other words data that is loaded to the device when it is manufactured. The 'hwUnitId' parameter in the alarm shows which type of unit that is corrupted in the flash memory. Corrective Actions: - Save the alarm information to a file, e.g. using a screenshot. It has to show all the trap parameters. - Give a brief explanation to how the error was provoked. If it can be provoked again, then it is important for the Ericsson support team to know how this is done. - Send the trouble report and the physical device to Ericsson support for further investigations. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause InformationMissing 8: HwUnit [device, MicroProcessorBoard, FrontAnalogueBoard or ddcBoard]
             cfgDataReadError 1.3.6.1.4.1.193.72.300.1.2.0.14
This alarm indicates that the configuration data it has in flash is corrupted. Configuration data could be parameters like 'local mac address', 'phy mode', 'vlan id', 'vlan tagging' etc. The 'configData' parameter in the alarm shows which data that is corrupted. Corrective Actions: - Give it a valid configuration data and reboot the device. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause InformationMissing 8: CfgData [localMacAddr, phyMode, watchdogEnable, vlanInfo or bootString]
             writeFlashError 1.3.6.1.4.1.193.72.300.1.2.0.15
Indicates that an error occurred during the writing to the flash memory. Corrective Actions: - Try to restart the device and if the error keeps appearing then replace the device with a new unit. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CorruptData 8: idOrCfgData [The configuration item, which failed writing to FLASH]
             bothFansFailure 1.3.6.1.4.1.193.72.300.1.2.0.16
Indicates that both fans on the device have failed. This means that the fan control cannot secure that the temperature is kept in the normal state in the worst-case scenario (e.g. high environmental temperature, high traffic). Corrective Actions: - Replace the fans of the device. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Critical 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CoolingFanFailure 8: Fan green status Failed 9: Fan red status Failed Ceasing OID: 1.3.6.1.4.1.193.72.600.1.2.0.16 # bothFansFailed Ceasing OID: 1.3.6.1.4.1.193.72.600.1.2.0.7 # restartAlarm
             bothFansCeasing 1.3.6.1.4.1.193.72.300.1.2.0.17
Indicates that at least one of the fans is working again. This means that the fan control cannot secure that the temperature is kept in the normal state in the worst-case scenario (e.g. high environmental temperature, high traffic). Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Ceasing 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CoolingFanFailure 8: Fan green status [Failed, Working] 9: Fan red status [Failed, Working]
             modemPoolTypeUnknown 1.3.6.1.4.1.193.72.300.1.2.0.18
Indicates that the device type can not be identified. The product number and revision state are either unkonwn or corrupted. The application software cannot handle its hardware correctly. Corrective Actions: - Reinstall the device in the management system. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Critical 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause Other 8: Product number MP Product number of the device 9: Revision state MP Revision state of the device
             fanGreenLowPerformance 1.3.6.1.4.1.193.72.300.1.2.0.19
Indicates that the fan located near the green LED has a low performance. This means that the fan control cannot secure that the temperature is kept in the normal state in the worst-case scenario (e.g. high environmental temperature, high traffic). Corrective Actions: - Replace the fan next time you get near the device, since it will soon break. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CoolingFanFailure 8: Fan green status [Failed, Working] 9: Fan green speed [The speed of the fan measured in rotations per minute] Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.20 # fanGreenLowPerformanceCeasing Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.8 # IP DSLAM RestartAlarm
             fanGreenLowPerformanceCeasing 1.3.6.1.4.1.193.72.300.1.2.0.20
Indicates that the low performance of the green fan, which is the one located near the green LED, has ceased. If this ceasing alarm is seen frequently on a device in your system, then you should find a way to replace the fan, which causes problems. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Ceasing 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CoolingFanFailure 8: Fan green status Working 9: Fan green speed [The speed of the fan measured in rotations per minute]
             fanRedLowPerformance 1.3.6.1.4.1.193.72.300.1.2.0.21
Indicates that the fan located near the red LED has a low performance. This means that the fan control cannot secure that the temperature is kept in the normal state in the worst-case scenario (e.g. high environmental temperature, high traffic). Corrective Actions: - Replace the fan next time you get near the device, since it will soon break. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CoolingFanFailure 8: Fan red status [Failed, Working] 9: Fan red speed [The speed of the fan measured in rotations per minute] Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.22 # fanRedLowPerformanceCeasing Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.8 # IP DSLAM RestartAlarm
             fanRedLowPerformanceCeasing 1.3.6.1.4.1.193.72.300.1.2.0.22
Indicates that the low performance of the red fan, which is the one located near the red LED, has ceased. If this ceasing alarm is seen frequently on a device in your system, then you should find a way to replace the fan, which causes problems. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Ceasing 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause CoolingFanFailure 8: Fan red status Working 9: Fan red speed [The speed of the fan measured in rotations per minute]
             temperatureCloseToTooHigh 1.3.6.1.4.1.193.72.300.1.2.0.23
Indicates the temperature is close to the too high value. This alarm should be considered as a warning alarm that is received a while before the high temperature is reached. Corrective Actions: - Check that the fans for the device are working properly. - Check that the environment temperature is acceptable. - For the IPDSLAM it might help to remove some subscribers from the line. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Major 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause TemperatureUnacceptable 8: Temperature value [Value in degree Celsius] Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.24 # tempCloseToTooHighCeasing Ceasing OID: 1.3.6.1.4.1.193.72.300.1.2.0.8 # IP DSLAM RestartAlarm
             temperatureCloseToTooHighCeasing 1.3.6.1.4.1.193.72.300.1.2.0.24
Indicates that the temperatureCloseToTooHigh alarm is no longer active. The temperature has been successfully reduced to level where the device can work normal. Deprecated from: EDA 1.1 R2A Parameters 1: Managed object class IPDSLAM 2: Managed object ID [MAC] 3: Sequence number [Alarm sequence number] 4: Perceived severity Ceasing 5: Event time [Timestamp is retrieved from a SNTP server] 6: Event type Equipment 7: Probable cause TemperatureUnacceptable 8: Temperature value [Value in degree Celsius]
         trapsParameters 1.3.6.1.4.1.193.72.300.1.2.1
             processName 1.3.6.1.4.1.193.72.300.1.2.1.1 displaystring no-access
The name of the process which sent the alarm.
             processState 1.3.6.1.4.1.193.72.300.1.2.1.2 unsigned32 no-access
The state of the process which sent the alarm.
             fileName 1.3.6.1.4.1.193.72.300.1.2.1.3 displaystring no-access
The file name from where the alarm was sent
             lineNo 1.3.6.1.4.1.193.72.300.1.2.1.4 unsigned32 no-access
The line number in the file indicated by fileName, from where the alarm was sent
             senderTask 1.3.6.1.4.1.193.72.300.1.2.1.5 displaystring no-access
Indicates the name of the task which sent the message causing a stateEventErrror.
             errorCode 1.3.6.1.4.1.193.72.300.1.2.1.6 displaystring no-access
Additional error information.
             postMortemInformation 1.3.6.1.4.1.193.72.300.1.2.1.7 displaystring no-access
Indicates the reason of the restart.
             errorData 1.3.6.1.4.1.193.72.300.1.2.1.8 octet string no-access
Additional data related to the error.
             messageId 1.3.6.1.4.1.193.72.300.1.2.1.9 unsigned32 no-access
Message ID of the last received message. E.g. the ID of the message causing a state event error.
             messageData 1.3.6.1.4.1.193.72.300.1.2.1.10 octet string no-access
Message content of the last received message. E.g. the content of the message causing a state event error.
             hwUnit 1.3.6.1.4.1.193.72.300.1.2.1.11 integer no-access
Identifies the HW unit which has the identification data corrupted into FLASH. Enumeration: 'modemPool': 1, 'dafeBoard': 3, 'dupBoard': 2, 'ddcBoard': 4.
             cfgData 1.3.6.1.4.1.193.72.300.1.2.1.12 integer no-access
Identifies the corrupted configuration data read from FLASH for the IP DSLAM. Enumeration: 'bootString': 5, 'watchdogEnable': 3, 'localMacAddr': 1, 'phyMode': 2, 'vlanInfo': 4.
             idOrCfgData 1.3.6.1.4.1.193.72.300.1.2.1.13 integer no-access
Identifies during which data writing occured an error. Enumeration: 'bootString': 9, 'localMacAddr': 5, 'vlanInfo': 8, 'watchdogEnable': 7, 'ipdslamIdData': 1, 'dupBoardIdData': 2, 'dafeBoardIdData': 3, 'phyMode': 6, 'ddcBoardIdData': 4.
     peaEquipmentIpDslamObjectsGroups 1.3.6.1.4.1.193.72.300.1.3
         peaEquipmentIpDslamDeprecatedObjectsGroup 1.3.6.1.4.1.193.72.300.1.3.1
Objects for the peaEquipmentIpDslamObjects Group
         peaEquipmentIpDslamCurrentObjectsGroup 1.3.6.1.4.1.193.72.300.1.3.2
Objects for the peaEquipmentIpDslamObjects Group
     peaEquipmentIpDslamTrapsGroups 1.3.6.1.4.1.193.72.300.1.4
         peaEquipmentIpDslamDeprecatedTrapsGroup 1.3.6.1.4.1.193.72.300.1.4.1
Deprecated Notifications Group