ERI-DNX-APS-MIB: View SNMP OID List / Download MIB
VENDOR: EASTERN RESEARCH INC.
Home | MIB: ERI-DNX-APS-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).
|
|||
Object Name | OID | Type | Access | Info |
apsConfigTrap | 1.3.6.1.4.1.644.2.4.0.11 |
This trap is used to notify a NMS that a user has updated the configuration for a given APS Device entry. |
||
dnxAPS | 1.3.6.1.4.1.644.2.4.1.12.2 | |||
apsConfigTable | 1.3.6.1.4.1.644.2.4.1.12.2.1 | no-access |
This is the APS Configuration table which consists of an entry for each STM1/STM1X or OC3/OC3X card in the system. The total number of entries depends on the number of STM1/OC3 cards in the Node. Changes to the APS 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 apsCfgCmdStatus field with a value of 'update' as the last variable in the SET PDU. |
|
1.3.6.1.4.1.644.2.4.1.12.2.1.1 | no-access |
The conceptual row of the APS Configuration table. A row in this table cannot be added or deleted, only modified using the apsCfgCmdStatus field with a value of 'update' as the last variable in the SET PDU. The apsCfgCmdStatus field must be included as the last variable in a SET PDU for the action to take effect. If the apsCfgCmdStatus 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. |
||
apsCfgAddr | 1.3.6.1.4.1.644.2.4.1.12.2.1.1.1 | nestslotaddress | read-only |
This number uniquely identifies Nest/Slot configured location of the APS Device card. The format is represented using an IP address syntax (4 byte string). Note that the maximum valid slot number will vary depending on the specified Nest type: DNX11 or DNX4. The 1st byte represents the Nest Number (0-7) The 2nd byte represents the Slot Number (1-11) The 3rd byte is reserved for future use The 4th byte is reserved for future use |
apsCfgResource | 1.3.6.1.4.1.644.2.4.1.12.2.1.1.2 | integer32 | read-only |
Uniquely identifies an APS Device in the system. This number is provided as key to allow the manager to map this entry to a corresponding Resource Table entry. |
apsCfgCardType | 1.3.6.1.4.1.644.2.4.1.12.2.1.1.3 | integer | read-only |
Identifies the APS Device as an STM1, OC3, STM1X, or OC3X module. Enumeration: 'stm1X': 2, 'oc3': 1, 'stm1': 0, 'oc3X': 3. |
apsCfgSfThreshold | 1.3.6.1.4.1.644.2.4.1.12.2.1.1.4 | integer32 | read-write |
The configured Signal Failure Threshold. The negated value of this number is used as the exponent of 10 for computing the threshold value for the Bit Error Rate(BER). For example, a value of 5 indicates a BER threshold of 10^-5. |
apsCfgSdThreshold | 1.3.6.1.4.1.644.2.4.1.12.2.1.1.5 | integer32 | read-write |
The configured Signal Degrade Threshold. The negated value of this number is used as the exponent of 10 for computing the threshold value for the Bit Error Rate(BER). For example, a value of 5 indicates a BER threshold of 10^-5. |
apsCfgRdiSfCriteria | 1.3.6.1.4.1.644.2.4.1.12.2.1.1.6 | functionswitch | read-write |
Enables or Disables switchover on Remote Defect Indication. |
apsCfgCmdStatus | 1.3.6.1.4.1.644.2.4.1.12.2.1.1.7 | integer | read-write |
The command status for this link 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 APS Cfg Commands used in SET Command (1..199) update-config(1), Change existing APS Configuration APS Cfg Response States used in GET RESPONSE Command (100..199) update-successful (201) Device data has been successfully changed APS Config Error Codes used in GET RESPONSE Command (400..799) err-general-aps-config-error (400) Unknown APS configuration error occurred err-invalid-asp-threshold (401) Unrecognized APS SD or SF threshold number err-invalid-rdi-criteria (402) Unrecognized APS RDI setting err-invalid-aps-dev-command (403) Unrecognized APS device command-action err-aps-not-applicable (404) APS cannot be configured for this device 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-aps-dev-command': 403, 'err-aps-not-applicable': 404, 'err-general-aps-config-error': 400, 'update-successful': 101, 'err-data-locked-by-another-user': 450, 'err-invalid-snmp-var-size': 502, 'err-snmp-parse-failed': 500, 'err-invalid-asp-threshold': 401, 'ready-for-command': 0, 'update-config': 1, 'err-invalid-rdi-criteria': 402. |
apsStatusTable | 1.3.6.1.4.1.644.2.4.1.12.2.2 | no-access |
This is the APS Status table which consists of an entry for each STM1/STM1X or OC3/OC3X card in the system. The total number of entries depends on the number of STM1/OC3 cards in the Node. Changes to the APS 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 apsCfgCmdStatus field with a value of 'update' as the last variable in the SET PDU. |
|
1.3.6.1.4.1.644.2.4.1.12.2.2.1 | no-access |
The conceptual row of the APS Status table. A row in this table cannot be added or deleted, only modified using the apsCfgCmdStatus field with a value of 'update' as the last variable in the SET PDU. The apsCfgCmdStatus field must be included as the last variable in a SET PDU for the action to take effect. If the apsCfgCmdStatus 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. |
||
apsStatusAddr | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.1 | nestslotaddress | read-only |
This number uniquely identifies Nest/Slot configured location of the APS Device card. The format is represented using an IP address syntax (4 byte string). Note that the maximum valid slot number will vary depending on the specified Nest type: DNX11 or DNX4. The 1st byte represents the Nest Number (0-7) The 2nd byte represents the Slot Number (1-11) The 3rd byte is reserved for future use The 4th byte is reserved for future use |
apsStatusResource | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.2 | integer32 | read-only |
Uniquely identifies an APS Device in the system. This number is provided as key to allow the manager to map this entry to a corresponding Resource Table entry. |
apsStatusCardType | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.3 | integer | read-only |
Identifies the Type of APS Device module. Enumeration: 'oc3Working': 3, 'oc3XWorking': 7, 'stm1Working': 1, 'oc3XProtection': 8, 'stm1Protection': 2, 'oc3Protection': 4, 'stm1XWorking': 5, 'stm1XProtection': 6. |
apsStatusCardState | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.4 | integer | read-only |
Identifies the current APS Device Card State. Enumeration: 'standby': 1, 'busError': 5, 'offline': 3, 'defective': 4, 'online': 2. |
apsRedundancyState | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.5 | integer | read-only |
Identifies the current APS Device Redundancy State. Enumeration: 'failed': 2, 'detected': 0, 'notDetected': 1. |
apsSignalFailure | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.6 | dataswitch | read-only |
Identifies the current APS SF State. |
apsSignalDegrade | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.7 | dataswitch | read-only |
Identifies the current APS SD State. |
apsLineRxK1Byte | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.8 | onebytefield | read-only |
Displays the SONET K1 byte APS protocol field. Bits are numbered from left to right. Bits 1-4 of the K1 byte indicate a request. 1111 Lockout of Protection 1110 Forced Switch 1101 SF - High Priority 1100 SF - Low Priority 1011 SD - High Priority 1010 SD - Low Priority 1001 not used 1000 Manual Switch 0111 not used 0110 Wait-to-Restore 0101 not used 0100 Exercise 0011 not used 0010 Reverse Request 0001 Do Not Revert 0000 No Request Bits 5-8 of the K1 byte indicate the channel associated with the request defined in bits 1-4. 0000 is the Null channel. 1-14 are working channels. 15 is the extra traffic channel |
apsLineRxK2Byte | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.9 | onebytefield | read-only |
Displays the SONET K2 byte APS protocol field. Bits are numbered from left to right. Bits 1-4 of the K2 byte indicate a channel. The channel is defined with the same syntax as K1 Bits 5-8. 0000 is the Null channel. 1-14 are working channels. 15 is the extra traffic channel Bit 5 of the K2 byte indicates the architecture. 0 if the architecture is 1+1 1 if the architecture is 1:n Bits 6-8 of the K2 byte indicates the mode. 000 - 011 are reserved for future use 100 indicates the mode is unidirectional 101 indicates the mode is bidirectional 110 RDI-L 111 AIS-L |
apsSysRxReqCode | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.10 | apsswitchrequestcode | read-only |
Identifies the last APS Protocol Request received by this APS Device. |
apsSysTxReqCode | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.11 | apsswitchrequestcode | read-only |
Identifies the last User APS Protocol Pending Request transmitted by this APS Device. |
apsUserPendingReq | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.12 | apsswitchrequestcode | read-only |
Identifies the current User APS Protocol Pending Request. |
apsSwitchCmdStatus | 1.3.6.1.4.1.644.2.4.1.12.2.2.1.13 | integer | read-write |
This is the command/status value for the APS Status Row. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. These commands can only be SET in the Working APS Device. Default Response State used in GET RESPONSE Command readyForRequest (0) initial default status for a row APS Requests used in SET Command (1..99) manualSwitchReq (8) Manually Switches the specified working device to the protection device. forceSwitchReq (14) Switches the specified working device to the protection device. clearRequest (31) Clears all of the switch commands for the specified APS device. Response States used in GET RESPONSE Command (100..199) manual-successful (108) Manual Switch command has been successfully processed force-successful (114) Forced Switch command has been successfully processed clear-successful (131) Switch commands been successfully cleared Error Codes used in GET RESPONSE Command (400..799) err-gen-aps-req-error (400) Unknown APS request error occurred err-invalid-aps-card-type (402) Requests cannot be processed by the protection card err-field-cannot-be-set (406) Read-only field was included in SET request err-invalid-aps-command (408) Invalid APS request 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-field-cannot-be-set': 406, 'err-invalid-snmp-type': 501, 'manualSwitchReq': 8, 'manual-successful': 108, 'clear-successful': 131, 'err-gen-aps-req-error': 400, 'err-invalid-aps-command': 408, 'force-successful': 114, 'clearRequest': 31, 'err-snmp-parse-failed': 500, 'err-invalid-aps-card-type': 402, 'readyForRequest': 0, 'err-invalid-snmp-var-size': 502, 'forceSwitchReq': 14. |
eriDNXApsMIB | 1.3.6.1.4.1.644.3.13 |
The ERI Enterprise MIB Module for the Automatic Protection Switching. |