HUAWEI-PERFMGMT-MIB

File: HUAWEI-PERFMGMT-MIB.mib (57984 bytes)

Imported modules

HUAWEI-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC INET-ADDRESS-MIB

Imported symbols

hwDatacomm OBJECT-GROUP MODULE-COMPLIANCE
NOTIFICATION-GROUP Integer32 Unsigned32
OBJECT-TYPE MODULE-IDENTITY OBJECT-IDENTITY
NOTIFICATION-TYPE IpAddress RowStatus
TimeStamp DateAndTime InetAddressType
InetAddress

Defined Types

HwPMStatisticsTaskEntry  
SEQUENCE    
  hwPMStatisticsTaskName OCTET STRING
  hwPMStatisticsTaskFileFormat INTEGER
  hwPMStatisticsRecordFileEnable INTEGER
  hwPMStatisticsThresholdEnable INTEGER
  hwPMStatisticsTaskPeriod INTEGER
  hwPMStatisticsTaskTransferPeriod Integer32
  hwPMStatisticsTaskCurrentFileIndex Unsigned32
  hwPMStatisticsTaskRowStatus RowStatus
  hwPMStatisticsTaskSampleInterval INTEGER
  hwPMStatisticsUploadAutoName OCTET STRING
  hwPMStatisticsTaskType INTEGER
  hwPMStatisticsHighPrecisionPeriod Unsigned32
  hwPMStatisticsSampleLevel INTEGER

HwPMStatisticsTaskInstanceEntry  
SEQUENCE    
  hwPMStatisticsTaskInstanceType Unsigned32
  hwPMStatisticsTaskInstanceName OCTET STRING
  hwPMStatisticsTaskInstanceRowStatus RowStatus

HwPMStatisticsTaskIndicatorEntry  
SEQUENCE    
  hwPMStatisticsTaskIndicator Unsigned32
  hwPMStatisticsTaskIndicatorRowStatus RowStatus

HwPMStatisticsTaskThresholdRuleEntry  
SEQUENCE    
  hwPMStatisticsTaskThresholdType INTEGER
  hwPMStatisticsTaskThresholdHighTriggerValue Unsigned32
  hwPMStatisticsTaskThresholdLowTriggerValue Unsigned32
  hwPMStatisticsTaskThresholdHighClearedValue Unsigned32
  hwPMStatisticsTaskThresholdLowClearedValue Unsigned32
  hwPMStatisticsTaskThresholdRuleRowStatus RowStatus

HwPMStatisticsTaskFileEntry  
SEQUENCE    
  hwPMStatisticsTaskFileIndex Unsigned32
  hwPMStatisticsTaskFileName OCTET STRING

HwPMServerEntry  
SEQUENCE    
  hwPMServerName OCTET STRING
  hwPMServerSrcAddrType InetAddressType
  hwPMServerSrcAddr InetAddress
  hwPMServerVpnName OCTET STRING
  hwPMServerHostAddrType InetAddressType
  hwPMServerHostAddr InetAddress
  hwPMServerPort Integer32
  hwPMServerUserName OCTET STRING
  hwPMServerPassword OCTET STRING
  hwPMServerSrcIfName OCTET STRING
  hwPMServerRetryTimes Unsigned32
  hwPMServerDestPath OCTET STRING
  hwPMServerTransferProtocol INTEGER
  hwPMServerRowStatus RowStatus
  hwPMServerVpnType INTEGER

HwPMFileUploadCfgEntry  
SEQUENCE    
  hwPMFileUploadRequestName OCTET STRING
  hwPMFileUploadServerName OCTET STRING
  hwPMFileUploadCfgRowStatus RowStatus

HwPMFileUploadMgmtEntry  
SEQUENCE    
  hwPMFileUploadFileList OCTET STRING
  hwPMFileUploadStatus INTEGER

HwPMHistoryDataEntry  
SEQUENCE    
  hwPMHistoryDataInstanceType Unsigned32
  hwPMHistoryDataInstanceName OCTET STRING
  hwPMHistoryDataIndicatorID Unsigned32
  hwPMHistoryDataIntervalIndex Integer32
  hwPMHistoryDataHighValue Unsigned32
  hwPMHistoryDataLowValue Unsigned32
  hwPMHistoryDataValidFlag INTEGER
  hwPMHistoryDateAndTime DateAndTime

HwPMCurrentDataEntry  
SEQUENCE    
  hwPMCurrentDataInstanceType Unsigned32
  hwPMCurrentDataInstanceName OCTET STRING
  hwPMCurrentDataIndicatorID Unsigned32
  hwPMCurrentDataHighValue Unsigned32
  hwPMCurrentDataLowValue Unsigned32
  hwPMCurrentDataValidFlag INTEGER
  hwPMCurrentDateAndTime DateAndTime

HwPMResetCurrentDataEntry  
SEQUENCE    
  hwPMResetCurrentDataInstanceType Unsigned32
  hwPMResetCurrentDataInstanceName OCTET STRING
  hwPMResetCurrentDataIndicatorID Unsigned32

HwPMIntervalTypeEntry  
SEQUENCE    
  hwPMIntervalType Unsigned32
  hwPMIntervalTypeName OCTET STRING
  hwPMIntervalTypeInterval INTEGER
  hwPMIntervalTypeHistorynum Unsigned32
  hwPMIntervalTypeDelayRange Unsigned32
  hwPMIntervalTypeSampleInterval Unsigned32

HwPMInstanceTypeEntry  
SEQUENCE    
  hwPMInstanceTypeID Unsigned32
  hwPMInstanceTypeName OCTET STRING

HwPMIndicatorEntry  
SEQUENCE    
  hwPMIndicatorID Unsigned32
  hwPMIndicatorName OCTET STRING
  hwPMIndicatorType INTEGER
  hwPMIndicatorCounterType INTEGER

Defined Values

hwPerfMgmt 1.3.6.1.4.1.2011.5.25.190
V4.11 delete MIB nodes .
MODULE-IDENTITY    

hwPMStatisticsMIBInstances 1.3.6.1.4.1.2011.5.25.190.1
OBJECT IDENTIFIER    

hwPMStatisticsEnable 1.3.6.1.4.1.2011.5.25.190.1.1
Enable or disable the statistics data function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwPMStatisticsMaxFilesPerTask 1.3.6.1.4.1.2011.5.25.190.1.2
The maximum number of files reserved for each statistics task.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsMaxTasks 1.3.6.1.4.1.2011.5.25.190.1.3
The maximum number of statistics tasks allowed to be created.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsCurrentTasks 1.3.6.1.4.1.2011.5.25.190.1.4
The current number of statistics tasks configured.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsTaskTable 1.3.6.1.4.1.2011.5.25.190.1.5
The statistics task table, providing create/modify/delete operations. To create a task, you need to create a related record in this table, and add instance nodes in the hwPMTaskInstanceTable. If you delete a task, the related instances in the hwPMTaskInstanceTable will be deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMStatisticsTaskEntry

hwPMStatisticsTaskEntry 1.3.6.1.4.1.2011.5.25.190.1.5.1
The entry of hwStatisticsTaskTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMStatisticsTaskEntry  

hwPMStatisticsTaskName 1.3.6.1.4.1.2011.5.25.190.1.5.1.1
The statistics task name, only letter, digit or underline can be allowed, must begin with letter or digit.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwPMStatisticsTaskFileFormat 1.3.6.1.4.1.2011.5.25.190.1.5.1.2
The statistics task file format, only text(1) can be supported now.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hwPMtxtv1(1), hwPMbinv1(2), hwPM3Gppxmlv1(3)  

hwPMStatisticsRecordFileEnable 1.3.6.1.4.1.2011.5.25.190.1.5.1.3
Enable or disable the record file function.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwPMStatisticsThresholdEnable 1.3.6.1.4.1.2011.5.25.190.1.5.1.4
Enable or disable the threshold function.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwPMStatisticsTaskPeriod 1.3.6.1.4.1.2011.5.25.190.1.5.1.5
The interval of statistics task, in minutes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER five(5), ten(10), fifteen(15), thirty(30), sixty(60), twentyfourhours(1440), invalid(0)  

hwPMStatisticsTaskTransferPeriod 1.3.6.1.4.1.2011.5.25.190.1.5.1.6
The interval of transferring statistics task files to NMS, in times of statistics task period.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..60  

hwPMStatisticsTaskCurrentFileIndex 1.3.6.1.4.1.2011.5.25.190.1.5.1.7
The current file index of statistics task.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4  

hwPMStatisticsTaskRowStatus 1.3.6.1.4.1.2011.5.25.190.1.5.1.16
The row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwPMStatisticsTaskSampleInterval 1.3.6.1.4.1.2011.5.25.190.1.5.1.17
The interval of task sampling, in minutes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER one(1), two(2), three(3), five(5), ten(10), fifteen(15), thirty(30), sixty(60)  

hwPMStatisticsUploadAutoName 1.3.6.1.4.1.2011.5.25.190.1.5.1.18
The object refers to the mib node hwPMFileUploadRequestName,which enables the device to automatically and periodically send statistics files to the server.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..31)  

hwPMStatisticsTaskType 1.3.6.1.4.1.2011.5.25.190.1.5.1.19
The type of statistics task.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER pmStatistics(3), pmSdh(6), monHistory(7), monStatistics(8), sdhShort(10)  

hwPMStatisticsHighPrecisionPeriod 1.3.6.1.4.1.2011.5.25.190.1.5.1.20
The interval of statistics task, in seconds. if taskType is sdhShort , It must be multiple of 5 seconds and less or equal to 900 seconds, else It must be multiple of 30 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 5..86400  

hwPMStatisticsSampleLevel 1.3.6.1.4.1.2011.5.25.190.1.5.1.21
The sample level of statistics task.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER default(0), second(1)  

hwPMStatisticsTaskInstanceTable 1.3.6.1.4.1.2011.5.25.190.1.6
The statistics task instance table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMStatisticsTaskInstanceEntry

hwPMStatisticsTaskInstanceEntry 1.3.6.1.4.1.2011.5.25.190.1.6.1
The entry of hwStatisticsTaskInstanceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMStatisticsTaskInstanceEntry  

hwPMStatisticsTaskInstanceType 1.3.6.1.4.1.2011.5.25.190.1.6.1.1
The instance type of statistics task.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsTaskInstanceName 1.3.6.1.4.1.2011.5.25.190.1.6.1.2
The instance name of statistics task.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..255)  

hwPMStatisticsTaskInstanceRowStatus 1.3.6.1.4.1.2011.5.25.190.1.6.1.3
The row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwPMStatisticsTaskIndicatorTable 1.3.6.1.4.1.2011.5.25.190.1.7
The statistics task indicator table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMStatisticsTaskIndicatorEntry

hwPMStatisticsTaskIndicatorEntry 1.3.6.1.4.1.2011.5.25.190.1.7.1
The entry of hwStatisticsTaskIndicatorTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMStatisticsTaskIndicatorEntry  

hwPMStatisticsTaskIndicator 1.3.6.1.4.1.2011.5.25.190.1.7.1.1
The statistics task indicator.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsTaskIndicatorRowStatus 1.3.6.1.4.1.2011.5.25.190.1.7.1.2
The row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwPMStatisticsTaskThresholdRuleTable 1.3.6.1.4.1.2011.5.25.190.1.8
The threshold rule table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMStatisticsTaskThresholdRuleEntry

hwPMStatisticsTaskThresholdRuleEntry 1.3.6.1.4.1.2011.5.25.190.1.8.1
The entry of hwStatisticsTaskThresholdRuleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMStatisticsTaskThresholdRuleEntry  

hwPMStatisticsTaskThresholdType 1.3.6.1.4.1.2011.5.25.190.1.8.1.1
The threshold type of the threshold rule.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER hightrigger(1), lowtrigger(2)  

hwPMStatisticsTaskThresholdHighTriggerValue 1.3.6.1.4.1.2011.5.25.190.1.8.1.2
The high 32 bit of threshold alarm trigger value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsTaskThresholdLowTriggerValue 1.3.6.1.4.1.2011.5.25.190.1.8.1.3
The low 32 bit of threshold alarm trigger value .
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsTaskThresholdHighClearedValue 1.3.6.1.4.1.2011.5.25.190.1.8.1.4
The high 32 bit of threshold alarm clear value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsTaskThresholdLowClearedValue 1.3.6.1.4.1.2011.5.25.190.1.8.1.5
The low 32 bit of threshold alarm clear value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsTaskThresholdRuleRowStatus 1.3.6.1.4.1.2011.5.25.190.1.8.1.50
The row status of the threshold rule.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwPMStatisticsTaskThresholdEvent 1.3.6.1.4.1.2011.5.25.190.1.9
Definition point for performance threshold notifications.
Status: current Access: read-create
OBJECT-IDENTITY    

hwPMStatisticsTaskThresholdTriggerAlarm 1.3.6.1.4.1.2011.5.25.190.1.9.1
The SNMP trap that is generated when an alarm entry crosses its rising threshold and generates an event that is configured for sending SNMP traps. When alarm is high trigger, hwPMStatisticsTaskThresholdType is 1, when alarm is low trigger, hwPMStatisticsTaskThresholdType is 2.
Status: current Access: read-create
NOTIFICATION-TYPE    

hwPMStatisticsTaskThresholdClearAlarm 1.3.6.1.4.1.2011.5.25.190.1.9.2
The SNMP trap that is generated when an alarm entry crosses its falling threshold and generates an event that is configured for sending SNMP traps. When alarm is high trigger, hwPMStatisticsTaskThresholdType is 1, when alarm is low trigger, hwPMStatisticsTaskThresholdType is 2.
Status: current Access: read-create
NOTIFICATION-TYPE    

hwPMStatisticsTaskIndicateLowValue 1.3.6.1.4.1.2011.5.25.190.1.10
The PM indicator value node.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsTaskIndicateHighValue 1.3.6.1.4.1.2011.5.25.190.1.11
The PM indicator value node.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsTaskFileTable 1.3.6.1.4.1.2011.5.25.190.1.12
The statistics task file table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMStatisticsTaskFileEntry

hwPMStatisticsTaskFileEntry 1.3.6.1.4.1.2011.5.25.190.1.12.1
The entry of hwStatisticsTaskFileTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMStatisticsTaskFileEntry  

hwPMStatisticsTaskFileIndex 1.3.6.1.4.1.2011.5.25.190.1.12.1.1
The statistics task file index.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMStatisticsTaskFileName 1.3.6.1.4.1.2011.5.25.190.1.12.1.2
The statistics task file name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hwPMStatisticsTraps 1.3.6.1.4.1.2011.5.25.190.1.13
Definition point for measure exceed notifications.
Status: current Access: read-only
OBJECT-IDENTITY    

hwPMMeasureExceed 1.3.6.1.4.1.2011.5.25.190.1.13.1
The number of statistical indexes has reached the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwPMFileUploadMgmtInstances 1.3.6.1.4.1.2011.5.25.190.2
OBJECT IDENTIFIER    

hwPMServerTable 1.3.6.1.4.1.2011.5.25.190.2.1
The PM server table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMServerEntry

hwPMServerEntry 1.3.6.1.4.1.2011.5.25.190.2.1.1
The entry of hwPMServerTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMServerEntry  

hwPMServerName 1.3.6.1.4.1.2011.5.25.190.2.1.1.1
The server name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwPMServerSrcAddrType 1.3.6.1.4.1.2011.5.25.190.2.1.1.2
Server source ip-address type.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hwPMServerSrcAddr 1.3.6.1.4.1.2011.5.25.190.2.1.1.3
The server source ip-address, reservation node, don't support now.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hwPMServerVpnName 1.3.6.1.4.1.2011.5.25.190.2.1.1.4
The server VPN name.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..31)  

hwPMServerHostAddrType 1.3.6.1.4.1.2011.5.25.190.2.1.1.5
Server host ip-address type.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hwPMServerHostAddr 1.3.6.1.4.1.2011.5.25.190.2.1.1.6
The server host ip-address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hwPMServerPort 1.3.6.1.4.1.2011.5.25.190.2.1.1.7
The server port.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

hwPMServerUserName 1.3.6.1.4.1.2011.5.25.190.2.1.1.8
The server user name.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hwPMServerPassword 1.3.6.1.4.1.2011.5.25.190.2.1.1.9
The object indicates the server user password, which supports encrypted text and plain text. When read, hwPMServerPassword always returns an Octet String of length zero.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

hwPMServerSrcIfName 1.3.6.1.4.1.2011.5.25.190.2.1.1.10
The server source interface name, reservation node, don't support now.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..48)  

hwPMServerRetryTimes 1.3.6.1.4.1.2011.5.25.190.2.1.1.11
The erver retry times.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3  

hwPMServerDestPath 1.3.6.1.4.1.2011.5.25.190.2.1.1.12
The server destination path.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

hwPMServerTransferProtocol 1.3.6.1.4.1.2011.5.25.190.2.1.1.13
The server transfer protocol
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ftp(1), tftp(2), sftp(3)  

hwPMServerRowStatus 1.3.6.1.4.1.2011.5.25.190.2.1.1.14
The row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwPMServerVpnType 1.3.6.1.4.1.2011.5.25.190.2.1.1.15
The server VPN type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), managevpn(1), vpninstance(2)  

hwPMFileUploadCfgTable 1.3.6.1.4.1.2011.5.25.190.2.2
The PM file upload config table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMFileUploadCfgEntry

hwPMFileUploadCfgEntry 1.3.6.1.4.1.2011.5.25.190.2.2.1
The Entry of hwPMFileUploadCfgTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMFileUploadCfgEntry  

hwPMFileUploadRequestName 1.3.6.1.4.1.2011.5.25.190.2.2.1.1
The Upload Request name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwPMFileUploadServerName 1.3.6.1.4.1.2011.5.25.190.2.2.1.2
The file upload server name.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwPMFileUploadCfgRowStatus 1.3.6.1.4.1.2011.5.25.190.2.2.1.3
File upload request config row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwPMFileUploadMgmtTable 1.3.6.1.4.1.2011.5.25.190.2.3
PM file upload management table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMFileUploadMgmtEntry

hwPMFileUploadMgmtEntry 1.3.6.1.4.1.2011.5.25.190.2.3.1
Entry of hwPMFileUploadMgmtTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMFileUploadMgmtEntry  

hwPMFileUploadFileList 1.3.6.1.4.1.2011.5.25.190.2.3.1.3
The file list needed to be uploaded. Format is TaskName1:FileIndex1,TaskName2:FileIndex2.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..543)  

hwPMFileUploadStatus 1.3.6.1.4.1.2011.5.25.190.2.3.1.4
The file upload status. init(1): FTP has not been starting to upload file. running(2): FTP is running. If you set this node as running, the FTP will be started. success(3): FTP completed successfully. fileOpenFail(4): FTP failed. The cause is file open failure. unreachableServerIp(5): FTP failed. The cause is that the IP address of the server is not reachable. linkFailed(6): FTP failed. The cause is connecting to server failed. authenticateFailed(7): FTP failed. The cause is authenticating failed.For FTP mode only. fileReadFailed(8): FTP failed. The cause is reading file failed. fileWriteFailed(9): FTP failed. The cause is writing file failed. failed(10):FTP failed, General error.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER init(1), running(2), success(3), fileOpenFail(4), unreachableServerIp(5), linkFailed(6), authenticateFailed(7), fileReadFailed(8), fileWriteFailed(9), failed(10)  

hwPMDataInstances 1.3.6.1.4.1.2011.5.25.190.4
OBJECT IDENTIFIER    

hwPMHistoryDataTable 1.3.6.1.4.1.2011.5.25.190.4.1
The performance statistic history data table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMHistoryDataEntry

hwPMHistoryDataEntry 1.3.6.1.4.1.2011.5.25.190.4.1.1
The entry of performance statistic history data table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMHistoryDataEntry  

hwPMHistoryDataInstanceType 1.3.6.1.4.1.2011.5.25.190.4.1.1.1
The instance type of history data.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwPMHistoryDataInstanceName 1.3.6.1.4.1.2011.5.25.190.4.1.1.2
The instance name of history data.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

hwPMHistoryDataIndicatorID 1.3.6.1.4.1.2011.5.25.190.4.1.1.3
The indicator ID of history data.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwPMHistoryDataIntervalIndex 1.3.6.1.4.1.2011.5.25.190.4.1.1.4
The interval index of history data.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..16  

hwPMHistoryDataHighValue 1.3.6.1.4.1.2011.5.25.190.4.1.1.5
The high 32 bit of history data value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMHistoryDataLowValue 1.3.6.1.4.1.2011.5.25.190.4.1.1.6
The low 32 bit of history data value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMHistoryDataValidFlag 1.3.6.1.4.1.2011.5.25.190.4.1.1.7
The valid flag of history data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER init(1), valid(2), incredible(3), measureNotConfigured(4)  

hwPMHistoryDateAndTime 1.3.6.1.4.1.2011.5.25.190.4.1.1.8
The date and time of history data.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

hwPMCurrentDataTable 1.3.6.1.4.1.2011.5.25.190.4.2
Performance statistic current data table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMCurrentDataEntry

hwPMCurrentDataEntry 1.3.6.1.4.1.2011.5.25.190.4.2.1
Entry of performance statistic current data table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMCurrentDataEntry  

hwPMCurrentDataInstanceType 1.3.6.1.4.1.2011.5.25.190.4.2.1.1
The instance type of current data.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwPMCurrentDataInstanceName 1.3.6.1.4.1.2011.5.25.190.4.2.1.2
The instance name of current data.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

hwPMCurrentDataIndicatorID 1.3.6.1.4.1.2011.5.25.190.4.2.1.3
The indicator ID of current data.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwPMCurrentDataHighValue 1.3.6.1.4.1.2011.5.25.190.4.2.1.5
The high 32 bit of current data value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMCurrentDataLowValue 1.3.6.1.4.1.2011.5.25.190.4.2.1.6
The low 32 bit of current data value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMCurrentDataValidFlag 1.3.6.1.4.1.2011.5.25.190.4.2.1.7
The valid flag of current data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER init(1), valid(2), incredible(3), measureNotConfigured(4)  

hwPMCurrentDateAndTime 1.3.6.1.4.1.2011.5.25.190.4.2.1.8
The date and time of current data.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

hwPMResetCurrentDataTable 1.3.6.1.4.1.2011.5.25.190.4.3
Performance statistic current data table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMResetCurrentDataEntry

hwPMResetCurrentDataEntry 1.3.6.1.4.1.2011.5.25.190.4.3.1
Entry of reset performance statistic current data table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMResetCurrentDataEntry  

hwPMResetCurrentDataInstanceType 1.3.6.1.4.1.2011.5.25.190.4.3.1.1
The instance type of current data.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

hwPMResetCurrentDataInstanceName 1.3.6.1.4.1.2011.5.25.190.4.3.1.2
The instance name of current data.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

hwPMResetCurrentDataIndicatorID 1.3.6.1.4.1.2011.5.25.190.4.3.1.3
The indicator ID of current data.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

hwPMGlobalInstances 1.3.6.1.4.1.2011.5.25.190.5
OBJECT IDENTIFIER    

hwPMIntervalTypeTable 1.3.6.1.4.1.2011.5.25.190.5.1
The interval type table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMIntervalTypeEntry

hwPMIntervalTypeEntry 1.3.6.1.4.1.2011.5.25.190.5.1.1
The entry of hwPMIntervalTypeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMIntervalTypeEntry  

hwPMIntervalType 1.3.6.1.4.1.2011.5.25.190.5.1.1.1
The interval type ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwPMIntervalTypeName 1.3.6.1.4.1.2011.5.25.190.5.1.1.2
The interval type name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hwPMIntervalTypeInterval 1.3.6.1.4.1.2011.5.25.190.5.1.1.3
The enum value of interval type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER five(5), ten(10), fifteen(15), thirty(30), sixty(60), twentyfourhours(1440)  

hwPMIntervalTypeHistorynum 1.3.6.1.4.1.2011.5.25.190.5.1.1.4
The history number of save data per interval type.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..16  

hwPMIntervalTypeDelayRange 1.3.6.1.4.1.2011.5.25.190.5.1.1.5
The range of delay time per interval type.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMIntervalTypeSampleInterval 1.3.6.1.4.1.2011.5.25.190.5.1.1.6
The default sample interval per interval type.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwPMInstanceTypeTable 1.3.6.1.4.1.2011.5.25.190.5.2
The instance type table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMInstanceTypeEntry

hwPMInstanceTypeEntry 1.3.6.1.4.1.2011.5.25.190.5.2.1
The entry of hwPMInstanceTypeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMInstanceTypeEntry  

hwPMInstanceTypeID 1.3.6.1.4.1.2011.5.25.190.5.2.1.1
The instance type ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwPMInstanceTypeName 1.3.6.1.4.1.2011.5.25.190.5.2.1.2
The instance type name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hwPMIndicatorTable 1.3.6.1.4.1.2011.5.25.190.5.3
The indicator table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPMIndicatorEntry

hwPMIndicatorEntry 1.3.6.1.4.1.2011.5.25.190.5.3.1
The entry of hwPMIndicatorTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPMIndicatorEntry  

hwPMIndicatorID 1.3.6.1.4.1.2011.5.25.190.5.3.1.1
The indicator ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwPMIndicatorName 1.3.6.1.4.1.2011.5.25.190.5.3.1.2
The indicator name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hwPMIndicatorType 1.3.6.1.4.1.2011.5.25.190.5.3.1.3
The indicator type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER increase(1), measure(2), max(3), min(4), avg(5), es(6), delta(7)  

hwPMIndicatorCounterType 1.3.6.1.4.1.2011.5.25.190.5.3.1.4
The indicator counter type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER counter32(1), counter64(2)  

hwPMConformance 1.3.6.1.4.1.2011.5.25.190.6
OBJECT IDENTIFIER    

hwPMCompliances 1.3.6.1.4.1.2011.5.25.190.6.1
OBJECT IDENTIFIER    

hwPMCompliance 1.3.6.1.4.1.2011.5.25.190.6.1.1
The performance management compliance.
Status: current Access: read-only
MODULE-COMPLIANCE    

hwPMGroup 1.3.6.1.4.1.2011.5.25.190.6.2
OBJECT IDENTIFIER    

hwPMMIBGroup 1.3.6.1.4.1.2011.5.25.190.6.2.1
The performance management group.
Status: current Access: read-only
OBJECT-GROUP    

hwPMTaskGroup 1.3.6.1.4.1.2011.5.25.190.6.2.2
The performance management statistics task group.
Status: current Access: read-only
OBJECT-GROUP    

hwPMTaskInstanceGroup 1.3.6.1.4.1.2011.5.25.190.6.2.3
The performance management statistics task instances group.
Status: current Access: read-only
OBJECT-GROUP    

hwPMTaskThresholdGroup 1.3.6.1.4.1.2011.5.25.190.6.2.4
The performance management statistics task threshold group.
Status: current Access: read-only
OBJECT-GROUP    

hwPMTaskFileGroup 1.3.6.1.4.1.2011.5.25.190.6.2.5
The performance management statistics task file group.
Status: current Access: read-only
OBJECT-GROUP    

hwPMFileUploadGroup 1.3.6.1.4.1.2011.5.25.190.6.2.6
The performance management statistics file upload group.
Status: current Access: read-only
OBJECT-GROUP    

hwPMDataInstanceGroup 1.3.6.1.4.1.2011.5.25.190.6.2.7
The performance management data group.
Status: current Access: read-only
OBJECT-GROUP    

hwPMIntervalTypeGroup 1.3.6.1.4.1.2011.5.25.190.6.2.8
The performance management interval type group.
Status: current Access: read-only
OBJECT-GROUP    

hwPMInstanceTypeGroup 1.3.6.1.4.1.2011.5.25.190.6.2.9
The performance management instance type group.
Status: current Access: read-only
OBJECT-GROUP    

hwPMIndicatorGroup 1.3.6.1.4.1.2011.5.25.190.6.2.10
The performance management indicator group.
Status: current Access: read-only
OBJECT-GROUP    

hwPMNotificationGroup 1.3.6.1.4.1.2011.5.25.190.6.2.11
The notification group.
Status: current Access: read-only
NOTIFICATION-GROUP