ERI-DNX-DS0-DP-MIB: View SNMP OID List / Download MIB

VENDOR: EASTERN RESEARCH INC.


 Home MIB: ERI-DNX-DS0-DP-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
         dnxDS0DP 1.3.6.1.4.1.644.2.4.2.6
             dnxDS0DPEnterprise 1.3.6.1.4.1.644.2.4.2.6.0
ERI DNX DS0DP Enterprise for Alarms/Events
                 ds0DpPortConfigTrap 1.3.6.1.4.1.644.2.4.2.6.0.1
This trap is used to notify a NMS that a user has updated the Port configuration for a given DS0-DP Port entry.
                 ds0DpClockConfigTrap 1.3.6.1.4.1.644.2.4.2.6.0.2
This trap is used to notify a NMS that a user has updated the Clock configuration for the specified DS0-DP Device.
             ds0DpConfig 1.3.6.1.4.1.644.2.4.2.6.1
                 ds0DpPortConfigTable 1.3.6.1.4.1.644.2.4.2.6.1.1 no-access
This is the DS0-DP Configuration table which consists of an entry for each of the DS0-DP card's 8 links (ports). The total number of entries depends on the number of DS0-DP cards in the nest. Changes to the Port Configuration must be made on a record or row by row basis. This means that any use of the Set command on writable fields must include the ds0DPCfgCmdStatus field with a value of 'update' as the last variable in the SET PDU.
                     ds0DpPortConfigEntry 1.3.6.1.4.1.644.2.4.2.6.1.1.1 no-access
The conceptual row of the DS0-DP Port Configuration table. A row in this table cannot be added or deleted, only modified using the ds0DpCfgCmdStatus field with a value of 'update' as the last variable in the SET PDU. The ds0DpCfgCmdStatus field must be included as the last variable in a SET PDU for the action to take effect. If the ds0DpCfgCmdStatus is missing from the SET PDU, the GET RESPONSE will contain the SNMP error status of 'genErr' for and an error index equal to the last variable.
                         ds0DpCfgPortAddr 1.3.6.1.4.1.644.2.4.2.6.1.1.1.1 linkportaddress read-only
This number uniquely identifies a DS0-Dp Port resource. This number will be used throughout the system to identify a unique port. The format is represented using an IP address syntax (4 byte string). Note that the maximum valid port number will vary depending on the specified device. The 1st byte represents the Nest Number (0-7) The 2nd byte represents the Slot Number (1-11) The 3rd byte represents the Port Number (1-32) The 4th byte is reserved for future use.
                         ds0DpCfgResource 1.3.6.1.4.1.644.2.4.2.6.1.1.1.2 integer32 read-only
Uniquely identifies a DS0-DP port in the system. This number is provided as key to allow the manager to map this entry to a corresponding Resource Table entry.
                         ds0DpCfgPortName 1.3.6.1.4.1.644.2.4.2.6.1.1.1.3 displaystring read-write
This is the user-defined text name to identify the port.
                         ds0DpCfgStatus 1.3.6.1.4.1.644.2.4.2.6.1.1.1.4 portstatus read-write
Dictates the current status of the port, in-service or out-of-service.
                         ds0DpCfgRate 1.3.6.1.4.1.644.2.4.2.6.1.1.1.5 integer read-write
The DS0-DP port's configured transfer rate. Enumeration: 'r56K': 1, 'r64K': 0.
                         ds0DpCfgZeroCodeEnf 1.3.6.1.4.1.644.2.4.2.6.1.1.1.6 functionswitch read-write
Determines the Zero Code Signal enforcement setting.
                         ds0DpCfgLoopDetect 1.3.6.1.4.1.644.2.4.2.6.1.1.1.7 functionswitch read-write
Determines current Loop detection setting. A channel bank can turn certain loopback codes into a dropside loop or network loop, depending upon direction (local, remote DS0, remote CSU, or remote OCU). If disabled, the DS0-DP device is transparent to loop commands and does not respond.
                         ds0DpCfgCmdStatus 1.3.6.1.4.1.644.2.4.2.6.1.1.1.8 integer read-write
The command status for this port configuration row/record. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row DS0-DP Port Commands used in SET Command (1..99) update(1) Change existing Port Configuration inServiceAll (7) Change Link Status to in-service for all 8 ports. copyToAll (9) Copy DS0-DP Port configuration to all other ports within the same device outOfServiceAll (12) Change Link Status to out-of-service for all 8 ports. Response States used in GET RESPONSE Command (100..199) update-successful (101) DS0-DP Port data has been successfully changed insvc-successful (107) All Ports have been successfully placed In Service copy-successful (109) DS0-DP Port data has been successfully copied to other ports oos-successful (112) All Ports have been successfully placed Out of Service DS0DP Port Error Codes used in GET RESPONSE Command (200..699) err-general-config-error (400) Unknown DS0-DP port configuration error occurred err-invalid-port-status (401) Unrecognized DS0-DP port status setting err-invalid-port-command (403) Unrecognized DS0-DP port command-action err-invalid-zero-code (406) Unrecognized zero code enforcement setting err-invalid-port-rate (407) Unrecognized DS0-DP Rate err-invalid-network-loop (410) Unrecognized loop detect setting setting err-data-locked-by-another-user (450) Another administrative user is making changes to this part of the system via a terminal session. Check Event Log for user name err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too big Enumeration: 'err-invalid-snmp-type': 501, 'err-invalid-port-command': 403, 'oos-successful': 112, 'err-invalid-network-loop': 410, 'err-invalid-zero-code': 406, 'outOfServiceAll': 12, 'update': 1, 'err-invalid-port-rate': 407, 'inServiceAll': 7, 'err-invalid-snmp-var-size': 502, 'err-snmp-parse-failed': 500, 'copyToAll': 9, 'err-data-locked-by-another-user': 450, 'update-successful': 101, 'err-general-config-error': 400, 'ready-for-command': 0, 'err-invalid-port-status': 401, 'insvc-successful': 107, 'copy-successful': 109.
                 ds0DpClockConfigTable 1.3.6.1.4.1.644.2.4.2.6.1.2 no-access
This is the DS0-DP Composite Clock Configuration table which consists of an entry for each DS0-DP card in the node. The total number of entries depends on the number of DS0-DP cards in the node. Changes to the Clock Configuration must be made on a record or row by row basis. This means that any use of the Set command on writable fields must include the ds0DpCompClockCmdStatus field with a value of 'update' as the last variable in the SET PDU.
                     ds0DpClockConfigEntry 1.3.6.1.4.1.644.2.4.2.6.1.2.1 no-access
The conceptual row of the DS0-DP Composite Clock Configuration table. A row in this table cannot be added or deleted, only modified using the ds0DpCompClockCmdStatus field with a value of 'update' as the last variable in the SET PDU. The ds0DpCompClockCmdStatus field must be included as the last variable in a SET PDU for the action to take effect. If the ds0DpCompClockCmdStatus is missing from the SET PDU, the GET RESPONSE will contain the SNMP error status of 'genErr' for and an error index equal to the last variable.
                         ds0DpCompClockAddr 1.3.6.1.4.1.644.2.4.2.6.1.2.1.1 linkportaddress read-only
This number uniquely identifies a DS0-DP Clock resource. This number will be used throughout the system to identify a unique port. The format is represented using an IP address syntax (4 byte string). Note that the maximum valid port number will vary depending on the specified device. The 1st byte represents the Nest Number (0-7) The 2nd byte represents the Slot Number (1-11) The 3rd byte represents the Clock Port Number (9) The 4th byte is reserved for future use.
                         ds0DpCompClockResource 1.3.6.1.4.1.644.2.4.2.6.1.2.1.2 integer32 read-only
Uniquely identifies a DS0-DP composite clock port in the system. This number is provided as key to allow the manager to map this entry to a corresponding Resource Table entry.
                         ds0DpCompClockStatus 1.3.6.1.4.1.644.2.4.2.6.1.2.1.3 functionswitch read-write
Displays current Composite Clock setting and allows user to enable or disable it.
                         ds0DpCompClockCmdStatus 1.3.6.1.4.1.644.2.4.2.6.1.2.1.4 integer read-write
The command status for this port configuration row/record. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row DS0-DP Clock Commands used in SET Command (1..99) update (1) Change existing Composite Clock setting Response States used in GET RESPONSE Command (100..199) update-successful (101) DS0-DP Composite Clock data has been successfully changed DS0DP Clock Error Codes used in GET RESPONSE Command (200..699) err-general-clock-config-error (400) Unknown DS0-DP port configuration error occurred err-invalid-clock-status (401) Unrecognized DS0-DP composite clock setting err-invalid-clock-command (403) Unrecognized DS0-DP clock command-action err-data-locked-by-another-user (450) Another administrative user is making changes to this part of the system via a terminal session. Check Event Log for user name err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too big Enumeration: 'err-invalid-snmp-type': 501, 'err-data-locked-by-another-user': 450, 'err-general-clock-config-error': 400, 'update': 1, 'err-invalid-snmp-var-size': 502, 'err-invalid-clock-status': 401, 'err-snmp-parse-failed': 500, 'update-successful': 101, 'ready-for-command': 0, 'err-invalid-clock-command': 403.
             ds0DpDiag 1.3.6.1.4.1.644.2.4.2.6.2
                 ds0dpPortDiagTable 1.3.6.1.4.1.644.2.4.2.6.2.1 no-access
This is the DS0DP Port Diagnostic table which consists of a single entry for each card's Framer Display. The total number of entries depends on the number of DS0DP cards in the nest.
                     ds0dpPortDiagEntry 1.3.6.1.4.1.644.2.4.2.6.2.1.1 no-access
The conceptual row of the DS0DP Port table. A row in this table cannot be added or deleted, only modified.
                         ds0dpDiagAddr 1.3.6.1.4.1.644.2.4.2.6.2.1.1.1 linkportaddress read-only
This number uniquely identifies a DS0-Dp Port resource. This number will be used throughout the system to identify a unique port. The format is represented using an IP address syntax (4 byte string). Note that the maximum valid port number will vary depending on the specified device. The 1st byte represents the Nest Number (0-7) The 2nd byte represents the Slot Number (1-11) The 3rd byte represents the Port Number (1-32) The 4th byte is reserved for future use.
                         ds0dpDiagResource 1.3.6.1.4.1.644.2.4.2.6.2.1.1.2 integer32 read-only
This number uniquely identifies a DS0DP Port resource. This number is provided as key to allow the manager to map this entry to a corresponding Resource Table Entry.
                         ds0dpDiagState 1.3.6.1.4.1.644.2.4.2.6.2.1.1.3 integer read-only
Determines the current line condition status of the Port. ok (0) - No Alarm net-loop (8), - loopback code on the network side drop-loop (16), - loopback code on the STP drop side los (64), - Loss of Signal oos (65535), - Inactive errors (2147483647)- Multiple Errors displays raw bit field value Enumeration: 'errors': 2147483647, 'ok': 0, 'net-loop': 8, 'los': 64, 'drop-loop': 16, 'oos': 65535.
                         ds0dpDiagErrSecs 1.3.6.1.4.1.644.2.4.2.6.2.1.1.4 counter32 read-only
This is the total number of errored seconds that have occurred since the port has been activated.
                         ds0dpDiagDropLoop 1.3.6.1.4.1.644.2.4.2.6.2.1.1.5 integer read-write
Determines the current latching DS0 Dataport loopback code on the STP drop side (4 wire anolog side) for this port. In order to turn on a loop, the port must be configured In Service with a Connection. off (0) - indicates drop side loopback is disabled ocu (40) - triggers the DS0DP to send a standard DDS OCU loop code towards the drop side. csu (41) - triggers the DS0DP to send a standard DDS CSU loop code towards the drop side. ds0ToDrop (42) - loops the DS0 data towards the drop side. local (43) - the STP/PATCH PANEL output data enters the DS0DP and is looped back toward the four-wire drop. Also, the DS0-DP sends the DDS Mux-Out-Of-Sync-Code in place of the four-wire loop data towards the network. ds0FromDrop (49) - loops the DS0 data from the drop side. Enumeration: 'off': 0, 'local': 43, 'ds0FromDrop': 49, 'ds0ToDrop': 42, 'cs': 41, 'oc': 40.
                         ds0dpDiagNetLoop 1.3.6.1.4.1.644.2.4.2.6.2.1.1.6 integer read-write
Determines the current latching DS0 Dataport loopback code on the network side (T1 digital line side) for this port. In order to turn on a loop, the port must be configured In Service with a Connection. off (0) - indicates network loopback is disabled local (5) - the incoming DS0 data from the far end enters the DS0DP and is looped back towards the far end. Also, the DS0DP sends the DDS Mux-Out-Of-Sync-Code in place of the DS0 data from the network towards the drop. ocu (45)- triggers the DS0DP to send a standard DDS OCU loop code towards the far end. csu (46)- triggers the DS0DP to send a standard DDS CSU loop code towards the far end. ds0ToNet (47) - loops the DS0 data towards the network side. ds0FromNet(48) - loops the DS0 data from the network side. Enumeration: 'ds0FromNet': 48, 'off': 5, 'oc': 45, 'cs': 46, 'local': 44, 'ds0ToNet': 47.
                         ds0dpDiagBertState 1.3.6.1.4.1.644.2.4.2.6.2.1.1.7 integer read-write
This indicates the current BERT test running and can be used to start and stop a desired Test Period. In order to turn on a bert, the port must be configured In Service. bertOff (51) - indicates BERT test is not running dropAllOnes (93) - sends All Ones Bert pattern to Drop drop511 (94) - sends 511 Bert pattern to Drop drop2047 (95) - sends 2047 Bert pattern to Drop dropQRSS (96) - sends QRSS Bert pattern to Drop netAllOnes (97) - sends All Ones Bert pattern to Network net511 (98) - sends 511 Bert pattern to Network net2047 (99) - sends 2047 Bert pattern to Network netQRSS (100) - sends QRSS Bert pattern to Network Enumeration: 'netQRSS': 100, 'drop2047': 95, 'dropQRSS': 96, 'bertOff': 51, 'net511': 98, 'dropAllOnes': 93, 'net2047': 99, 'drop511': 94, 'netAllOnes': 97.
                         ds0dpDiagTestDuration 1.3.6.1.4.1.644.2.4.2.6.2.1.1.8 counter32 read-only
This the total number of seconds the test data has been collected.
                         ds0dpDiagBertErrSecs 1.3.6.1.4.1.644.2.4.2.6.2.1.1.9 counter32 read-only
This is the total number of errored seconds that have occurred on the local port since the Test has been turned on. This Errored Second is defined as a one second period in which one or more bits are in error.
                         ds0dpDiagBpvErrSecs 1.3.6.1.4.1.644.2.4.2.6.2.1.1.10 counter32 read-only
This is the number of seconds a Bi-polar violation was detected.
                         ds0dpDiagInsErrMode 1.3.6.1.4.1.644.2.4.2.6.2.1.1.11 integer read-write
Determines the status of the current Insert Error mode associated with the framer. In order to insert an error, the ds0dpPortDiagCmdStatus must be sent in a SET PDU with a value of 'insertError'. Enumeration: 'bert-error': 1, 'bpv': 2.
                         ds0dpDiagCmdStatus 1.3.6.1.4.1.644.2.4.2.6.2.1.1.12 integer read-write
This is the command status for the DS0DP Port Row. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row DS0DP Action Commands used in SET Command (1..99) update (1) Can be used optionally when inserting errors in order to get status code back in response clearErrors (14) Resets all error counters and bert test time to zero insertError (16) Inserts the current invalid bit pattern as indicated by the value of ds0dpPortDiagInsErrMode. Response States used in GET RESPONSE Command (100..199) update-successful (101) Action has been successfully performed clear-successful (114) Error counts have been successfully cleared insert-successful (116) Errored bits have been successfully inserted The Error Codes used in GET RESPONSE Command (200..799) err-general-diag-error (200) Unknown request error occurred. err-invalid-loop (202) Unrecognized loop Command requested err-invalid-bert (203) Unrecognized Bert Command requested err-test-in-progress (205) Requested action cannot be performed during bert err-field-cannot-be-set (206) Read-only field was included in SET request err-invalid-command (208) Unrecognized framer Command requested err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too big Enumeration: 'insertError': 16, 'clearErrors': 14, 'err-invalid-loop': 202, 'err-field-cannot-be-set': 206, 'err-general-diag-error': 200, 'err-test-in-progress': 205, 'err-invalid-command': 208, 'update': 1, 'err-invalid-bert': 203, 'clear-successful': 114, 'err-snmp-parse-failed': 500, 'err-link-out-of-service': 201, 'update-successful': 101, 'ready-for-command': 0, 'insert-successful': 116, 'err-invalid-snmp-type': 501, 'err-invalid-snmp-var-size': 502.
 eriDNXDs0dpMIB 1.3.6.1.4.1.644.3.10
The ERI Enterprise MIB Module for the DNX DS0DP Device.