DLGDS1-MIB

File: DLGDS1-MIB.mib (38726 bytes)

Imported modules

RFC1155-SMI DLGC-GLOBAL-REG

Imported symbols

Counter Gauge OBJECT-TYPE
TRAP-TYPE dlgTransmissions

Defined Types

Dsx1AlarmType  
INTEGER detectedNoAlarm(100), detectedRed(101), detectedBlue(102), detectedYellow(103), detectedE1Alarm(104)    

Boolean  
INTEGER true(1), false(0)    

DisplayString  
OCTET STRING Size(0..255)    

DlgDsx1ConfigEntry  
SEQUENCE    
  dlgDsx1LineIndex INTEGER
  dlgDsx1HiIdentIndex INTEGER
  dlgDsx1TimeElapsed INTEGER
  dlgDsx1ValidIntervals INTEGER
  dlgDsx1LineType INTEGER
  dlgDsx1LineCoding INTEGER
  dlgDsx1SendCode INTEGER
  dlgDsx1CircuitIdentifier DisplayString
  dlgDsx1LoopbackConfig INTEGER
  dlgDsx1LineStatus INTEGER
  dlgDsx1SignalMode INTEGER
  dlgDsx1TransmitClockSource INTEGER

DlgDsx1CurrentEntry  
SEQUENCE    
  dlgDsx1CurrentIndex INTEGER
  dlgDsx1CurrentESs Gauge
  dlgDsx1CurrentSESs Gauge
  dlgDsx1CurrentSEFSs Gauge
  dlgDsx1CurrentUASs Gauge
  dlgDsx1CurrentCSSs Gauge
  dlgDsx1CurrentPCVs Gauge
  dlgDsx1CurrentLESs Gauge
  dlgDsx1CurrentBESs Gauge
  dlgDsx1CurrentDMs Gauge
  dlgDsx1CurrentLCVs Gauge

DlgDsx1IntervalEntry  
SEQUENCE    
  dlgDsx1IntervalIndex INTEGER
  dlgDsx1IntervalNumber INTEGER
  dlgDsx1IntervalESs Gauge
  dlgDsx1IntervalSESs Gauge
  dlgDsx1IntervalSEFSs Gauge
  dlgDsx1IntervalUASs Gauge
  dlgDsx1IntervalCSSs Gauge
  dlgDsx1IntervalPCVs Gauge
  dlgDsx1IntervalLESs Gauge
  dlgDsx1IntervalBESs Gauge
  dlgDsx1IntervalDMs Gauge
  dlgDsx1IntervalLCVs Gauge

DlgDsx1TotalEntry  
SEQUENCE    
  dlgDsx1TotalIndex INTEGER
  dlgDsx1TotalESs Gauge
  dlgDsx1TotalSESs Gauge
  dlgDsx1TotalSEFSs Gauge
  dlgDsx1TotalUASs Gauge
  dlgDsx1TotalCSSs Gauge
  dlgDsx1TotalPCVs Gauge
  dlgDsx1TotalLESs Gauge
  dlgDsx1TotalBESs Gauge
  dlgDsx1TotalDMs Gauge
  dlgDsx1TotalLCVs Gauge

DlgDsx1AlarmEntry  
SEQUENCE    
  dlgDsx1AlarmIndex INTEGER
  dlgDsx1AlarmType Dsx1AlarmType

DlgDsx1SwEvtMskEntry  
SEQUENCE    
  dlgDsx1SwEvtMskIndex INTEGER
  dlgDsx1SwEvtMskAlwchgmsk Boolean
  dlgDsx1SwEvtMskValue INTEGER

Defined Values

dlgDs1 1.3.6.1.4.1.3028.3.1.1
OBJECT IDENTIFIER    

dlgDsx1ConfigTable 1.3.6.1.4.1.3028.3.1.1.6
The DS1 Configuration table. This table is a list of entries Containing configuration information for all the digital interfaces managed by this system
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgDsx1ConfigEntry

dlgDsx1ConfigEntry 1.3.6.1.4.1.3028.3.1.1.6.1
An entry containing configuration information for all the digital interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgDsx1ConfigEntry  

dlgDsx1LineIndex 1.3.6.1.4.1.3028.3.1.1.6.1.1
This object is the unique identifier of a Digital Network Interface on a managed device, the unique identifier is the Dialogic Digital Front End (DTI)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..7fffffff  

dlgDsx1HiIdentIndex 1.3.6.1.4.1.3028.3.1.1.6.1.2
This OID provides a way to identify the Dialogic board that hosts the interface referenced in the DS1 configuration table entry. The value of this object is equivalent to the value of the dlgHiIdentIndex that references the board in which the interface resides (dlgHiIdentIndex is in the dlghwinf MIB). For example, to identify the board hosting the network interface that generated an alarm, retrieve the value of this OID for the interface in question and then insert this value in the dlgHiIdentIndex OID in the dlghwinf MIB; the board corresponding to the dlgHiIdentIndex value is the one on which the network interface that generated the alarm resides
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..7fffffff  

dlgDsx1TimeElapsed 1.3.6.1.4.1.3028.3.1.1.6.1.3
The number of seconds that have elapsed since the beginning of the current error-measurement period .The length of the current error-measurement period will be 15 Minutes ( 900 seconds)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..899  

dlgDsx1ValidIntervals 1.3.6.1.4.1.3028.3.1.1.6.1.4
The number of previous intervals for which valid data was collected. The value will be 96 unless the interface was brought on-line within the last 24 hours, in which case the value will be the number of complete 15-minute intervals, since interface has been online. 'On-line' means both the SNMP and the Dialogic service are on that particular Interface to provide valid data
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..96  

dlgDsx1LineType 1.3.6.1.4.1.3028.3.1.1.6.1.5
This variable indicates the variety of DS1 Line implementing this circuit. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. 1- other 2 - dlgDsx1D4---------->AT&T D4 format Digital signal 1 3 - dlgDsx1E1-CRC------>Consultive Committee on International Telegraphy and Telephony Recommendation G.704 (Table 4b)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), dlgDsx1D4(2), dlgDsx1E1-CRC(3)  

dlgDsx1LineCoding 1.3.6.1.4.1.3028.3.1.1.6.1.6
This variable describes the variety of Zero Code Suppression used on the link, which in turn affects a number of its characteristics. 1 - dlgDsx1JBZS--------->refers to the Jammed Bit Zero Suppression, in which the AT&T specification of at least one pulse every 8 bit periods is literally implemented by forcing a pulse in bit 8 of each channel. Thus, only seven bits per channel, or 1.344 Mbps, is available for data. 2 - dlgDsx1B8ZS--------->refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 3 - dlgDsx1InvertedHDLC->refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer provides data that meets or exceeds the pulse density requirements, such as inverting High level Data Link Control data. 4 - dlgDsx1TRAN -------->refers to transparent code suppression, which means that no code suppression is present
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dlgDsx1JBZS(1), dlgDsx1B8ZS(2), dlgDsx1InvertedHDLC(3), dlgDsx1TRAN(4)  

dlgDsx1SendCode 1.3.6.1.4.1.3028.3.1.1.6.1.7
The springware boards of dialogic are not capable of sending any code, where as the DM3 family of dialogic boards might
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER dlgDsx1NoSendCode(1)  

dlgDsx1CircuitIdentifier 1.3.6.1.4.1.3028.3.1.1.6.1.8
This OID enables you to specify a string by which to identify the trunk connected to the interface referenced in the DS1 configuration table entry. For example, the two interfaces on a D/240SC-2T1 might be connected to trunks supplied by two different vendors; this OID can be set to the name of the vendor supplying the trunk. This OID's default value is 'Dialogic'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

dlgDsx1LoopbackConfig 1.3.6.1.4.1.3028.3.1.1.6.1.9
This variable represents the loop back configuration of the Digital Network interface. The values mean: 1 - dlgDsx1Normal------->This is the board mode if the Digital Network Interface Remote loop back test switch is turned off. 2 - dlgDsx1PayloadLoop-->The received signal at this interface is Looped through the device. Typically the received signal is looped back for retransmission after it has passed through the device's framing function. This mode is used for the Digital Network Interface testing . 3 - dlgDsx1LineLoop----->The received signal at this interface does not go through the device (minimum penetration) but is looped back out. This loop back is generally used by the network for network testing . 4 - dlgDsx1localLoop---->The line interface unit is in local loop back mode ( used generally for Digital Network Interface testing
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dlgDsx1Normal(1), dlgDsx1PayloadLoop(2), dlgDsx1LineLoop(3), dlgDsx1LocalLoop(4)  

dlgDsx1LineStatus 1.3.6.1.4.1.3028.3.1.1.6.1.10
This variable indicates the Line Status of the interface. It contains loop back, failure, received 'alarm' and transmitted 'alarm' information .The dlgDsx1LineStatus is a bit map represented as a sum , therefore, it can represent multiple failures alarms) and a LoopbackState simultaneously. The various bit positions are: 1 - dlgDsx1NoAlarm----------->No Alarm Present 2 - dlgDsx1RcvFarEndLOF------>Far end LossOfFrame(Yellow Alarm) 16 - dlgDsx1XmtAIS----------->Near end sending AlarmIndicationSignal 32 - dlgDsx1LossOfFrame------>Near end LossOfFrame (Red Alarm) 64 - dlgDsx1LossOfSignal----->Near end Loss Of Signal 128 - dlgDsx1LoopbackState--->Near end is looped 256 - dlgDsx1T16AIS---------->E1 TimeSlot16alarmIndicationSignal 512 - dlgDsx1RcvFarEndLOMF--->Far End Sending TimeSlot16 LossOfMultiFrame 1024 -dlgDsx1XmtFarEndLOMF--->Near End Sending TimeSlot16 LossOfMultiFrame 4096 - dlgDsx1OtherFailure--->Any line status not defined here
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..8191  

dlgDsx1SignalMode 1.3.6.1.4.1.3028.3.1.1.6.1.11
1 - 'dlgDsx1None'------->indicates that no bits are reserved for Signaling on this channel. 2 - 'dlgDsx1RobbedBit'--->indicates that T1 Robbed Bit Signaling is in use. 3 - 'dlgDsx1BitOriented'->indicates that E1 Channel Associated Signaling is in use. 4 - 'dlgDsx1Isdn'-------->indicates that dialogic supported Isdn protocol is in use. For more information on the protocol Query the dlgR4ISDNProtocol Oid(1.3.6.1.4.1.3028.2.1.1.2.4.1.2)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER dlgDsx1None(1), dlgDsx1RobbedBit(2), dlgDsx1BitOriented(3), dlgDsx1Isdn(4)  

dlgDsx1TransmitClockSource 1.3.6.1.4.1.3028.3.1.1.6.1.12
The source of Transmit Clock. This is not the Clock source which you can set form the Dialogic Configuration Manager 1 - 'loopTiming'----->indicates that the recovered receive clock is used as the transmit clock, the recovered clock is from the network. 2 - 'localTiming'---->indicates that a local or independent clock Source is used, 1.544MhzforT1 or 2.048Mhz for E1. 3 - 'No Timing'------>indicates that no clock source is used on this interface. The set request with this value will set the clock On this interface to No clock.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER loopTiming(1), localTiming(2), noOrExternalTiming(3)  

dlgDsx1CurrentTable 1.3.6.1.4.1.3028.3.1.1.7
A list of entries containing the current 15 minute interval status information for all the Digital network interfaces managed by this system
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgDsx1CurrentEntry

dlgDsx1CurrentEntry 1.3.6.1.4.1.3028.3.1.1.7.1
An entry containing the current status information for a particular Digital network interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgDsx1CurrentEntry  

dlgDsx1CurrentIndex 1.3.6.1.4.1.3028.3.1.1.7.1.1
The index value which uniquely identifies the Digital Network interface to which this entry is applicable. The interface identified by a particular value of this index ,is the same interface as identified by the same value as a dlgDsx1LineIndex object instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..7fffffff  

dlgDsx1CurrentESs 1.3.6.1.4.1.3028.3.1.1.7.1.2
The number of Error Seconds, encountered by a Digital Network interface in the current 15 minute interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1CurrentSESs 1.3.6.1.4.1.3028.3.1.1.7.1.3
The number of Severely Error Seconds encountered by a Digital Network interface in the current 15 minute interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1CurrentSEFSs 1.3.6.1.4.1.3028.3.1.1.7.1.4
The number of Severely Error Framing Seconds encountered by a Digital Network interface in the current 15 minute interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1CurrentUASs 1.3.6.1.4.1.3028.3.1.1.7.1.5
The number of Unavailable Seconds encountered by a Digital Network interface in the current 15 minute interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1CurrentCSSs 1.3.6.1.4.1.3028.3.1.1.7.1.6
The number of Controlled Slip Seconds encountered by a Digital Network interface in the current 15 minute interval. Not supported by the dialogic SpringWare (Return value will be -1)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1CurrentPCVs 1.3.6.1.4.1.3028.3.1.1.7.1.7
The number of Path Coding Violations encountered by a Digital Network interface in the current 15 minute interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1CurrentLESs 1.3.6.1.4.1.3028.3.1.1.7.1.8
The number of Line Error Seconds encountered by a Digital Network interface in the current 15 minute interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1CurrentBESs 1.3.6.1.4.1.3028.3.1.1.7.1.9
The number of Bursty Error Seconds (BESs) encountered by a Digital Network interface in the current 15 minute interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1CurrentDMs 1.3.6.1.4.1.3028.3.1.1.7.1.10
The number of Degraded Minutes (DMs) encountered by a Digital network interface in the current 15 minute interval. Not implemented in the SpringWare (return value -1)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1CurrentLCVs 1.3.6.1.4.1.3028.3.1.1.7.1.11
The number of Line Code Violations (LCVs) encountered by a Digital Network interface in the current 15 minute interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1IntervalTable 1.3.6.1.4.1.3028.3.1.1.8
The DS1 Interval table. This table contains various statistics collected by each Digital network Interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minutes interval. The completed intervals mean both the dialogic service and the SNMP were running during that period
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgDsx1IntervalEntry

dlgDsx1IntervalEntry 1.3.6.1.4.1.3028.3.1.1.8.1
An entry in the DS1 Interval table, which consist of the statistics for all the valid intervals (intervals for which the statistical data is collected) of all the Digital network interfaces managed by this system
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgDsx1IntervalEntry  

dlgDsx1IntervalIndex 1.3.6.1.4.1.3028.3.1.1.8.1.1
The index value which uniquely identifies the Digital Network interface to which this entry is applicable. The interface identified by a particular Value of this index is the same interface as Identified by the same value as a dlgDsx1LineIndex Object instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..7fffffff  

dlgDsx1IntervalNumber 1.3.6.1.4.1.3028.3.1.1.8.1.2
A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid). The intervals will be valid if both the Dialogic and the SNMP service were running for that period of time
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..96  

dlgDsx1IntervalESs 1.3.6.1.4.1.3028.3.1.1.8.1.3
The number of Error Seconds encountered by a Digital Network interface in one of the previous 96, individual 15 minute, intervals.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1IntervalSESs 1.3.6.1.4.1.3028.3.1.1.8.1.4
The number of Severely Error Seconds encountered by a Digital Network interface in one of the previous 96, individual 15 minute, intervals.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1IntervalSEFSs 1.3.6.1.4.1.3028.3.1.1.8.1.5
The number of Severely Error Framing Seconds encountered by a Digital network interface in one of the previous 96, individual 15 minute, intervals.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1IntervalUASs 1.3.6.1.4.1.3028.3.1.1.8.1.6
The number of Unavailable Seconds encountered by a Digital Network interface in one of the previous 96,individual 15 minute, intervals.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1IntervalCSSs 1.3.6.1.4.1.3028.3.1.1.8.1.7
The number of Controlled Slip Seconds encountered by a Digital Network interface in one of the previous 96, individual 15 minute, intervals. Not supported in Springware( return value -1 )
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1IntervalPCVs 1.3.6.1.4.1.3028.3.1.1.8.1.8
The number of Path Coding Violations encountered by a Digital network interface in one of the previous 96, individual 15 minute, intervals.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1IntervalLESs 1.3.6.1.4.1.3028.3.1.1.8.1.9
The number of Line Error Seconds encountered by a Digital network interface in one of the previous 96,individual 15 minute, intervals.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1IntervalBESs 1.3.6.1.4.1.3028.3.1.1.8.1.10
The number of Bursty Error Seconds (BESs) encountered by a Digital Network interface in one of the previous 96, individual 15 minute, intervals.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1IntervalDMs 1.3.6.1.4.1.3028.3.1.1.8.1.11
The number of Degraded Minutes (DMs) encountered by a Digital Network interface in one of the previous 96, individual 15 minute, intervals. This is not supported in Springware(return value -1 )
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1IntervalLCVs 1.3.6.1.4.1.3028.3.1.1.8.1.12
The number of Line Code Violations (LCVs) encountered by a Digital Network interface in one of the previous 96, individual 15 minute, intervals.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1TotalTable 1.3.6.1.4.1.3028.3.1.1.9
A list of entries containing the total statistics (cumulative sum of the various statistics) for the 24 hour period preceding the current interval. The value of the current interval will be the value provided by the dlgDsx1IntervalNumber (OID 1.3.6.1.4.1.3028.3.1.1.8.1.2).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgDsx1TotalEntry

dlgDsx1TotalEntry 1.3.6.1.4.1.3028.3.1.1.9.1
An entry in the DS1 Total table containing the total statistical information of all the digital network interfaces managed by this system
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgDsx1TotalEntry  

dlgDsx1TotalIndex 1.3.6.1.4.1.3028.3.1.1.9.1.1
The index value which uniquely identifies the Digital Network interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a dlgDsx1LineIndex object instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..7fffffff  

dlgDsx1TotalESs 1.3.6.1.4.1.3028.3.1.1.9.1.2
The number of Error Seconds encountered by a Digital network interface in the previous 24 hour interval
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1TotalSESs 1.3.6.1.4.1.3028.3.1.1.9.1.3
The number of Severely Error Seconds encountered by a Digital Network interface in the previous 24 hour interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1TotalSEFSs 1.3.6.1.4.1.3028.3.1.1.9.1.4
The number of Severely Error Framing Seconds encountered by a Digital Network interface in the previous 24 hour interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1TotalUASs 1.3.6.1.4.1.3028.3.1.1.9.1.5
The number of Unavailable Seconds encountered by a Digital Network interface in the previous 24 hour interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1TotalCSSs 1.3.6.1.4.1.3028.3.1.1.9.1.6
The number of Controlled Slip Seconds encountered by a Digital Network interface in the previous 24 hour interval. Not supported in Springware(return value -1 )
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1TotalPCVs 1.3.6.1.4.1.3028.3.1.1.9.1.7
The number of Path Coding Violations encountered by a Digital Network interface in the previous 24 hour interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1TotalLESs 1.3.6.1.4.1.3028.3.1.1.9.1.8
The number of Line Error Seconds encountered by a Digital network interface in the previous 24 hour interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1TotalBESs 1.3.6.1.4.1.3028.3.1.1.9.1.9
The number of Bursty Error Seconds (BESs) encountered by a Digital Network interface in the previous 24 hour interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1TotalDMs 1.3.6.1.4.1.3028.3.1.1.9.1.10
The number of Degraded Minutes (DMs) encountered by a Digital Network interface in the previous 24 hour interval. Not supported in Springware (return value -1 )
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1TotalLCVs 1.3.6.1.4.1.3028.3.1.1.9.1.11
The number of Line Code Violations (LCVs) encountered by a Digital Network interface in the current 15 minute interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgDsx1AlarmTable 1.3.6.1.4.1.3028.3.1.1.10
A table of all currently active alarms on all the Digital network interfaces managed by this system. This table is list of entries containing the alarm information for all the digital network interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgDsx1AlarmEntry

dlgDsx1AlarmEntry 1.3.6.1.4.1.3028.3.1.1.10.1
An entry containing the alarm information for all the digital network interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgDsx1AlarmEntry  

dlgDsx1AlarmIndex 1.3.6.1.4.1.3028.3.1.1.10.1.1
The index value which uniquely identifies the Digital Network interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a dlgDsx1LineIndex object instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dlgDsx1AlarmType 1.3.6.1.4.1.3028.3.1.1.10.1.2
Identifies an alarm that's currently outstanding on this line 0 - No Alarm.------->The signal(carrier) is available before the Dialogic board is downloaded and service is started. 100 - No Alarm.---->The signal is provided to the Dialogic board after it is downloaded and started. 101 - Red Alarm 102 - Blue Alarm 103 - Yellow Alarm 104 - E1 Alarm
Status: mandatory Access: read-only
OBJECT-TYPE    
  Dsx1AlarmType  

dlgDsx1SwEvtMskTable 1.3.6.1.4.1.3028.3.1.1.11
A table to manage the Functioning of Event Mask on all the Digital network interfaces of dialogic spring ware boards managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgDsx1SwEvtMskEntry

dlgDsx1SwEvtMskEntry 1.3.6.1.4.1.3028.3.1.1.11.1
An entry in the Spring Ware Event mask table which contains the springware event mask information for all the springware digital Network interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgDsx1SwEvtMskEntry  

dlgDsx1SwEvtMskIndex 1.3.6.1.4.1.3028.3.1.1.11.1.1
The index value which uniquely identifies the Digital Network interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a dlgDsx1LineIndex object instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dlgDsx1SwEvtMskAlwchgmsk 1.3.6.1.4.1.3028.3.1.1.11.1.2
This variable gives the permission to change the spring ware event value from the agent implementing this MIB. The permission granted here doesn't have control over other applications from changing/modifying the Springware event mask. True(1) ---->Permission granted to change/modify the springware event mask. False(0)---->Permission denied to change/modify the springware event mask.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

dlgDsx1SwEvtMskValue 1.3.6.1.4.1.3028.3.1.1.11.1.3
The events enabled by the SpringWare event mask are sent not only to the BoardWatch agents, but also to all processes that read from and write to a Dialogic digital network interface device in the system. Before enabling events through the event mask, it must be determined that these processes have the ability to receive the enabled events .The value of this Object gives the Spring Ware Event Mask present on a particular digital network interface. The set request for this Object will check the value of dlgDsx1SwevtmskAlwchgmsk Object; if it is set to true then only further action will take place. Below is the detailed description : Value Action AllAlarmevtmsk (1)--------------->enables all the Alarm Events.Applicable to T1&E1 T1RedAlarmevtmsk (2)------------->Adds Red Alarm Event to the Existingevents. Applicable to T1 T1BlueAlarmevtmsk (3)------------>Adds Blue Alarm Event to the Existing events. Applicable to T1 T1YellowAlarmevtmsk (4)---------->Adds Yellow Alarm Event to the Existing events. Applicable to T1 T1OutOfFrameAlarmevtmsk (5)------>Adds Out of frame alarm event to the existing events.Applicable to T1 LossOfSignalAlarmevtmsk (6)------>Adds Loss of signal alarm event to the existing events.Applicable to T1&E1 BipolarViolationAlarmevtmsk (7)-->Adds bipolar violation alarm Event to the existing events.Applicable to T1&E1 E1LossofSynchronizationmsk (8)--->Adds Loss of synchronization Event to the existing events.Applicable to E1 E1ReceivedUnframedAllOnesmsk (9)->Adds Received unframed all ones Event to the existing events.Applicable to E1 E1FrameSyncErrormsk (10)--------->Adds Frame synchronization error Event to the existing events.Applicable to E1 E1MultiFrameSyncErrormsk (11)---->Adds Multi Frame Synchronization Error event to the existing Events.Applicable to E1 ComboAlarmevtmsk(12)------------->No action .This is a value Provided for the SNMP get and GetNext request
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER allAlarmevtmsk(1), t1RedAlarmevtmsk(2), t1BlueAlarmevtmsk(3), t1YellowAlarmevtmsk(4), t1OutOfFrameAlarmevtmsk(5), lossOfSignalAlarmevtmsk(6), bipolarViolationAlarmevtmsk(7), e1LossofSynchronizationmsk(8), e1ReceivedUnframedAllOnesmsk(9), e1FrameSyncErrormsk(10), e1MultiFrameSyncErrormsk(11), comboAlarmevtmsk(12)  

dlgDsx1MibRev 1.3.6.1.4.1.3028.3.1.1.12
OBJECT IDENTIFIER    

dlgDsx1MibRevMajor 1.3.6.1.4.1.3028.3.1.1.12.1
The Major Revision level .A change in the major revision level represents a major change in the architecture of the MIB. A change in the major revision level may indicate a significant change in the information supported and/or the meaning of the supported information, correct interpretation of data may require a MIB document with the same major revision level. The current major revision number is 2
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

dlgDsx1MibRevMinor 1.3.6.1.4.1.3028.3.1.1.12.2
The Minor Revision level. A change in the minor revision level may represent some minor additional support, no changes to any pre-existing information has occurred. Its being advice to look at the associated major revision number along with this level number. The current minor number is 0 for the current major revision number 2
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

dlgDsx1MibCondition 1.3.6.1.4.1.3028.3.1.1.12.3
The overall condition. This object represents the overall status of the Dialogic Ds1 Agent represented by this MIB. Other(1) ----->For all the conditions except those defined here Ok(2) -------->For all the conditions where is Agent associated with this Mib is providing valid and correct information . Degraded(3) -->For the following conditions or the combination of the following conditions: 1) Springware event mask is not set to all for the R4 boards. 2) API failure to provide the statistical information on either the R4 or the Dm3 cards. Failed(4)------>For the following conditions or combination of the following conditions: 1) If the system runs out of memory to support the agent implementing this Mib. 2) If the system fails to unallocate the memory, allocated by the agent implementing this mib 3) When the critical API calls to collect the statistics fails, for both the R4 and the Dm3 cards paralyzing agent with any valid data
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

dlgDsx1Alarm 3001
Indicates a change in the alarm condition.
TRAP-TYPE    

dlgDsx1SwEvtMskTrap 3002
Indicates the change in the Event Mask. The value in this trap is the value with which the Set request was sent to the Agent on the object dlgDsx1SwEvtMskValue (OID 1.3.6.1.4.1.3028.3.1.1.11.1.3)
TRAP-TYPE