PDN-HEALTHANDSTATUS-MIB

File: PDN-HEALTHANDSTATUS-MIB.mib (8701 bytes)

Imported modules

RFC1213-MIB RFC1155-SMI RFC-1212
PDN-HEADER-MIB ENTITY-MIB RFC-1215

Imported symbols

DisplayString ifIndex IpAddress
OBJECT-TYPE pdn-devStatus entPhysicalIndex
TRAP-TYPE

Defined Types

DevSNMPSetStatusEntry  
SEQUENCE    
  devSNMPSetReqId INTEGER
  devSNMPSetStatus DisplayString

DevSelfTestResultEntry  
SEQUENCE    
  devSelfTestResult DisplayString

Defined Values

devStatus 1.3.6.1.4.1.1795.2.24.2.4.1
OBJECT IDENTIFIER    

devHealthAndStatus 1.3.6.1.4.1.1795.2.24.2.4.1.1
Health and Status of the device. Health & Status is represented as a concatenation of health and status message strings, where each message string is separated by a semi-colon. Refer to device-specific user documentation for a complete description of the Health and Status codes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

devSelfTestResults 1.3.6.1.4.1.1795.2.24.2.4.1.2
Self-test results. Self-test (or power-up test) results summarizes the test results of each CCA, where each CCA test result is separated by a semi-colon. Refer to device-specific user documentation for a complete description of the self test codes and messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

devAbortStatus 1.3.6.1.4.1.1795.2.24.2.4.1.3
Abort Status. The devAbortStatus object is used to retrieve the latest abort status that is stored in the agent. The agent will need to save the latest abort information in non-volatile memory so that it will be available immediately after a fatal reset. How long the latest failure information is remembered after this point is an implementation issue. Refer to device-specific user documentation for a complete description of the abort codes and/or messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

devSNMPSetStatusTable 1.3.6.1.4.1.1795.2.24.2.4.1.4
A table containing SNMP Set command Statuses when an error occurs. It contains maximum of 5 entries. Oldest entry is pushed out when the table is full and a new entry is added.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DevSNMPSetStatusEntry

devSNMPSetStatusEntry 1.3.6.1.4.1.1795.2.24.2.4.1.4.1
The information regarding each SNMP Set command Status when en error occurs. Each entry is index by a request ID generated by the client and attached to the UDP when the Set command is sent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DevSNMPSetStatusEntry  

devSNMPSetReqId 1.3.6.1.4.1.1795.2.24.2.4.1.4.1.1
The Request ID which identifies the SNMP Set command in error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

devSNMPSetStatus 1.3.6.1.4.1.1795.2.24.2.4.1.4.1.2
Indicates the error message string associated with the Set command of this row in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

devAuthenticationFailureIpAddress 1.3.6.1.4.1.1795.2.24.2.4.1.5
Authentication Failure Ip Address is used when a authenticationFailure trap is generated. The single varbind represents the ip address causing the error. If the ip address is not known, 0.0.0.0 is used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

devLastTrapString 1.3.6.1.4.1.1795.2.24.2.4.1.6
This object contains a textual description of the last trap that was processed by the device. The exact text in the description is device specific and should be contained user documentation outside of this MIB. It is recommended that the important information is contained within the first 100 characters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

devFailureStatus 1.3.6.1.4.1.1795.2.24.2.4.1.7
Device Failure status. Conditions that cause failure are further described in the device documentation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

devStatusTrapEnable 1.3.6.1.4.1.1795.2.24.2.4.1.8
This object provides ability to enable or disable individual enterprise traps. The object is bit map represented as a sum. The bit positions are: 1 deviceSelfTestFailure 2 deviceFailure
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

devSelfTestResultTable 1.3.6.1.4.1.1795.2.24.2.4.1.9
A table containing results of power on selftest for the whole unit.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DevSelfTestResultEntry

devSelfTestResultEntry 1.3.6.1.4.1.1795.2.24.2.4.1.9.1
The information regarding each SelfTest on each unit.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DevSelfTestResultEntry  

devSelfTestResult 1.3.6.1.4.1.1795.2.24.2.4.1.9.1.1
Self-test results. Self-test (or power-up test) results summarizes the test results of each interface, where each CCA test result is separated by a semi-colon. Refer to device-specific user documentation for a complete description of the self test codes and messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

devSelfTestFailure 1
This trap signifies that the sending protocol's device has failed self test. The variable binding for this trap would be the selfTest devSelfTestResults object of the Health and Status MIB. The exact format of this display string will be well-documented in the Operational Specifications of the device.
TRAP-TYPE    

deviceFailure 2
This trap signifies that the sending protocol's device has failed and the failure was not a result of a device test.
TRAP-TYPE