DLGR4DEV-MIB: View SNMP OID List / Download MIB

VENDOR: DIALOGIC CORPORATION


 Home MIB: DLGR4DEV-MIB
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
 dlgR4ResObj 1.3.6.1.4.1.3028.2.1.1
     dlgR4MibRev 1.3.6.1.4.1.3028.2.1.1.1
         dlgR4MibRevMajor 1.3.6.1.4.1.3028.2.1.1.1.1 integer read-only
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.
         dlgR4MibRevMinor 1.3.6.1.4.1.3028.2.1.1.1.2 integer read-only
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.
     dlgR4DeviceInfo 1.3.6.1.4.1.3028.2.1.1.2
         dlgR4DeviceTable 1.3.6.1.4.1.3028.2.1.1.2.1 no-access
Table of Attributes common to all Release 4 style port level devices. This covers devices like the Voice Channel, DTI Timeslot, ISDN line device, MSI station set device, etc.
             dlgR4DeviceEntry 1.3.6.1.4.1.3028.2.1.1.2.1.1 no-access
A description of the attributes common to all Release 4 style port level devices. This covers devices like the Voice Channel, DTI Timeslot, ISDN line device, MSI station set device, etc.
                 dlgR4DeviceIndex 1.3.6.1.4.1.3028.2.1.1.2.1.1.1 integer read-only
A unique value for each Release 4 device contained by the host. The value for each Release 4 device must remain constant at least from one re-initialization of the agent to the next re-initialization.
                 dlgR4DeviceName 1.3.6.1.4.1.3028.2.1.1.2.1.1.2 displaystring read-only
Release 4 Device Name. This is the name the application will use when opening the device (e.g. dxxxB1C1, dtiB1T1, msiB1C1)
                 dlgR4DeviceType 1.3.6.1.4.1.3028.2.1.1.2.1.1.3 integer read-only
An indication of the type of the device. other(1) - some other type of device unknown to the agent. voice(2) - A voice channel device. An entry exits in the dlgR4VoiceTable for this device. dti(3) - A DTI timeslot device. An entry exits in the dlgR4DTITable for this device. isdn(4) - An ISDN B-Channel device. An entry exits in the dlgR4ISDNTable for this device. msi(5) - An MSI station set device. An entry exits in the dlgR4MSITable for this device. Enumeration: 'unknown': 1, 'dti': 3, 'voice': 2, 'msi': 5, 'isdn': 4.
                 dlgR4DeviceHiIdentIndex 1.3.6.1.4.1.3028.2.1.1.2.1.1.4 integer read-only
Index into the Hardware information table for the board to which the Release 4 device is bound to. This can be used to determine the relationship between a release 4 device and the hardware platform on which the corresponding firmware implementing the resource is resident. For example, if this value is a 1, then performing a get of the table entry dlgHiIdentTable columnar objects with index 1 will retrieve the physical hardware identification information
                 dlgR4DeviceOpenCount 1.3.6.1.4.1.3028.2.1.1.2.1.1.5 gauge read-only
An indication of how many instances of this device is currently opened
                 dlgR4DeviceXmitCTbusSlot 1.3.6.1.4.1.3028.2.1.1.2.1.1.6 integer read-only
An indication of which timeslot on the CTbus this device is currently transmitting on.
                 dlgR4DeviceRcvrCTbusSlot 1.3.6.1.4.1.3028.2.1.1.2.1.1.7 integer read-only
An indication of which timeslot on the CTbus this device is currently receiving from (listening to). A value of -1 indicates this information is not available
         dlgR4VoiceTable 1.3.6.1.4.1.3028.2.1.1.2.2 no-access
Table of Attributes for Release 4 voice channel devices. This tables 'augments' the R4DeviceTable by sharing a common index
             dlgR4VoiceEntry 1.3.6.1.4.1.3028.2.1.1.2.2.1 no-access
A description of the attributes for Release 4 voice channel devices.
                 dlgR4VoiceChannelIndex 1.3.6.1.4.1.3028.2.1.1.2.2.1.1 integer read-only
A unique value for each Release 4 voice device contained by the host. This is the same as dlgR4DeviceIndex in the device table
                 dlgR4VoiceChannelStatus 1.3.6.1.4.1.3028.2.1.1.2.2.1.2 integer read-only
Indicates current activity status on the channel: idle(1) - Channel not active playing(2) - Playing Audio Data recording(3) - Recording Audio Data dialing(4) - Dialing Digits gettingDigits(5) - Collecting DTMF digits playTone(6) - Playing a tone sendingFax(8) - Sending a FAX (VFX boards) receivingFax(9) - Receiving a FAX (VFX boards) betweenFAXPages(10) - Between FAX pages (VFX boards) hookState(11) - Changing hook status to onhook or offhook winking(12) - Performing a wink callProgess(13) - Performing Call progress analysis gettingR2MF(14) - retrieving R2MF digits blocked(16) - Blocked Enumeration: 'winking': 12, 'sendingFax': 8, 'playTone': 6, 'receivingFax': 9, 'callProgess': 13, 'gettingDigits': 5, 'gettingR2MF': 14, 'dialing': 4, 'recording': 3, 'idle': 1, 'betweenFAXPages': 10, 'hookState': 11, 'playing': 2, 'blocked': 16.
                 dlgR4VoiceLineStatus 1.3.6.1.4.1.3028.2.1.1.2.2.1.3 integer read-write
Indicates current line status of the channel unknown(0) - indicates no analog frontend or status unknown onhook(1) - indicates channel is onhook. Setting the variable to this value will initiate putting the channel onhook offhook(2) - indicates channel is offhook. Setting the variable to this value initiates setting the channel offhook. lcDetected(3)- indicates loop current detected and the channel is offhook. Enumeration: 'unknown': 0, 'lcDetected': 3, 'onhook': 1, 'offhook': 2.
                 dlgR4VoiceNumberOfDigits 1.3.6.1.4.1.3028.2.1.1.2.2.1.4 integer read-only
Indicates number of uncollected digits in this channel's digit queue.
                 dlgR4VoiceE2PROMFeatures 1.3.6.1.4.1.3028.2.1.1.2.2.1.5 integer read-only
Indicates some static features for this channel enabled in the E2PROM. This value is actually a bit mask as follows where a value of 1 indicates the feature is present: 0x0001 - Not used 0x0002 - Call Progress 0x0004 - MF Digit Detection/Generation 0x0008 - Not used 0x0010 - Not used 0x0020 - Dial Pulse Digit Detection 0x0040 - reserved bit 0x0080 - Echo Cancellation Resource
         dlgR4DTITable 1.3.6.1.4.1.3028.2.1.1.2.3 no-access
Table of Attributes for Release 4 DTI timeslot devices. This tables 'augments' the R4DeviceTable by sharing a common index
             dlgR4DTIEntry 1.3.6.1.4.1.3028.2.1.1.2.3.1 no-access
A description of the attributes for Release 4 DTI timeslot devices.
                 dlgR4DTITimeslotIndex 1.3.6.1.4.1.3028.2.1.1.2.3.1.1 integer read-only
A unique value for each Release 4 DTI device contained by the host. This is the same as dlgR4DeviceIndex in the device table
                 dlgR4DTIProtocol 1.3.6.1.4.1.3028.2.1.1.2.3.1.2 displaystring read-only
Indicates active protocol on this timeslot T-1 - indicates T1 protocol E-1 - indicates E1 protocol
                 dlgR4DTITimeslotStatus 1.3.6.1.4.1.3028.2.1.1.2.3.1.3 integer read-only
Indicates current activity status on the timeslot idle(0) - no DTI multitasking function active dialing(1) - Dialing digits using dt_dial() function. winking(2) - performing a wink using dt_xmitwink() function. waitingForCall(3) - waiting for a call using dt_mtfcn(..,DEMT_WTCALL ..) Enumeration: 'waitingForCall': 3, 'idle': 0, 'winking': 2, 'dialing': 1.
                 dlgR4DTIRcvSigBits 1.3.6.1.4.1.3028.2.1.1.2.3.1.4 integer read-only
Indicates current state of the Receive signaling bits Bit 0 (0x01) - A Receive signaling bit Bit 1 (0x02) - B Receive signaling bit Bit 2 (0x04) - C Receive signaling bit Bit 3 (0x08) - D Receive signaling bit
                 dlgR4DTIXmitSigBits 1.3.6.1.4.1.3028.2.1.1.2.3.1.5 integer read-write
Indicates current state of the Transmit signaling bits Bit 0 (0x01) - A Transmit signaling bit Bit 1 (0x02) - B Transmit signaling bit Bit 2 (0x04) - C Transmit signaling bit Bit 3 (0x08) - D Transmit signaling bit This variable may also be written to using the following bit mask values (multiple values may be OR'ed together). In order to leave a bit unaffected don't specify either the ON or OFF value 0x10 - Turn A Transmit signaling bit off 0x11 - turn A Transmit signaling bit on 0x20 - Turn B Transmit signaling bit off 0x22 - turn B Transmit signaling bit on 0x40 - Turn C Transmit signaling bit off 0x44 - turn C Transmit signaling bit on 0x80 - Turn D Transmit signaling bit off 0x88 - turn D Transmit signaling bit on As an example to turn the A bit off and the B bit on at the same time 'OR' 0x10 with 0x22 to get 0x32. This will turn A off and B on
         dlgR4ISDNTable 1.3.6.1.4.1.3028.2.1.1.2.4 no-access
Table of Attributes for Release 4 ISDN B-channel devices. This tables 'augments' the R4DeviceTable by sharing a common index
             dlgR4ISDNEntry 1.3.6.1.4.1.3028.2.1.1.2.4.1 no-access
A description of the attributes for Release 4 ISDN B-channel devices
                 dlgR4ISDNBChannelIndex 1.3.6.1.4.1.3028.2.1.1.2.4.1.1 integer read-only
A unique value for each Release 4 ISDN device contained by the host. This is the same as dlgR4DeviceIndex in the device table
                 dlgR4ISDNProtocol 1.3.6.1.4.1.3028.2.1.1.2.4.1.2 displaystring read-write
Indicates active protocol on this timeslot
                 dlgR4ISDNBChannelStatus 1.3.6.1.4.1.3028.2.1.1.2.4.1.3 integer read-write
Indicates current B Channel status: inService(0) - B Channel is in service maintenance(1) - B Channel is in maintenance mode outOfService(2) - B Channel is out of service This variable may also be written to. Writing to this variable will fail if the board is not connected to the Central Office. Enumeration: 'outOfService': 2, 'maintenance': 1, 'inService': 0.
         dlgR4MSITable 1.3.6.1.4.1.3028.2.1.1.2.5 no-access
Table of Attributes for Release 4 MSI Station devices. This tables 'augments' the R4DeviceTable by sharing a common index
             dlgR4MSIEntry 1.3.6.1.4.1.3028.2.1.1.2.5.1 no-access
A description of the attributes for Release 4 MSI Station devices.
                 dlgR4MSIStationIndex 1.3.6.1.4.1.3028.2.1.1.2.5.1.1 integer read-only
A unique value for each Release 4 MSI device contained by the host. This is the same as dlgR4DeviceIndex in the device table
                 dlgR4MSIStationLineStatus 1.3.6.1.4.1.3028.2.1.1.2.5.1.2 integer read-only
Indicates current MSI Station line status onhook(0) - Station is onhook (agent not connected) offhook(16) - Station if offhook (agent connected) Enumeration: 'offhook': 16, 'onhook': 0.
     dlgR4SrlInfo 1.3.6.1.4.1.3028.2.1.1.3
         dlgR4SrlTable 1.3.6.1.4.1.3028.2.1.1.3.1 no-access
A Table of attributes related to the Dialogic Standard Runtime Eventing library. This is the library used by many Dialogic based CT applications providing an interface for collecting events from the various CT technologies. Each active process which has the SRL loaded and which have enabled SRL statistics monitoring will have an entry in this table
             dlgR4SrlEntry 1.3.6.1.4.1.3028.2.1.1.3.1.1 no-access
A description of the attributes related to the Dialogic Standard Runtime Eventing library.
                 dlgR4SrlIndex 1.3.6.1.4.1.3028.2.1.1.3.1.1.1 integer read-only
Index into the table. Each process with a copy of the SRL DLL loaded will get a unique index
                 dlgR4SrlApplicationName 1.3.6.1.4.1.3028.2.1.1.3.1.1.2 displaystring read-only
Application or Process Name which the SRL DLL is attached
                 dlgR4SrlNumberOfOpens 1.3.6.1.4.1.3028.2.1.1.3.1.1.3 counter read-only
Total Number of times any Dialogic Release 4 device was opened by the application using the SRL. To calculate the number of currently opened devices subtract the dlgR4SrlNumberOfCloses value from this value.
                 dlgR4SrlNumberOfCloses 1.3.6.1.4.1.3028.2.1.1.3.1.1.4 counter read-only
Total Number of times any Dialogic Release 4 device was closed. To calculate the number of currently opened devices subtract this value from the dlgR4SrlNumberOfOpens value
                 dlgR4SrlEventQSize 1.3.6.1.4.1.3028.2.1.1.3.1.1.5 integer read-only
This is the current size of the Dialogic SRL event Queue
                 dlgR4SrlCurrentEventsOnQ 1.3.6.1.4.1.3028.2.1.1.3.1.1.6 gauge read-only
This is the number of events that are currently on the Queue. If this value keeps growing it indicates that the application is not properly removing events from the Queue. This may occur in applications written using the Synchronous multithreaded programming model
                 dlgR4SrlMaxEventsOnQ 1.3.6.1.4.1.3028.2.1.1.3.1.1.7 gauge read-only
This is the maximum number of events that was ever on the queue at a particular instance while the application using the SRL is running.
                 dlgR4SrlTotalQueuedEvents 1.3.6.1.4.1.3028.2.1.1.3.1.1.8 counter read-only
This indicates the total number of events queued since the agents started gathering statistics for this application
                 dlgR4SrlNumberOfHandlers 1.3.6.1.4.1.3028.2.1.1.3.1.1.9 gauge read-only
This indicates the number of SRL callback event handlers that are currently enabled