Commit version 24.12.13800
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
-- ============================================================================
|
||||
-- Copyright (C) 2016 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
-- Copyright (C) 2020 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
-- Description: This mib is used for defining huawei's Easy Opearation MIB objects
|
||||
-- Reference: None
|
||||
-- Version: V1.07
|
||||
-- Version: V1.08
|
||||
-- ============================================================================
|
||||
|
||||
HUAWEI-EASY-OPERATION-MIB DEFINITIONS ::= BEGIN
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
hwEasyOperationMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "201608190000Z"
|
||||
LAST-UPDATED "202009210000Z"
|
||||
ORGANIZATION
|
||||
"Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
@ -37,6 +37,10 @@
|
||||
DESCRIPTION
|
||||
"Huawei Easy Opearation MIB."
|
||||
|
||||
REVISION "202009210000Z"
|
||||
DESCRIPTION
|
||||
"Add new node hwEasyOperationClientInfoClientOperationResult "
|
||||
|
||||
REVISION "201608190000Z"
|
||||
DESCRIPTION
|
||||
"Add new node hwEasyOperationDtlsEnable "
|
||||
@ -805,6 +809,8 @@
|
||||
Integer32,
|
||||
hwEasyOperationClientInfoClientMemoryUsage
|
||||
Integer32,
|
||||
hwEasyOperationClientInfoClientOperationResult
|
||||
INTEGER,
|
||||
hwEasyOperationClientInfoClientRowStatus
|
||||
RowStatus
|
||||
}
|
||||
@ -1147,6 +1153,19 @@
|
||||
"The memory usage of client."
|
||||
::= { hwEasyOperationClientInfoEntry 34 }
|
||||
|
||||
hwEasyOperationClientInfoClientOperationResult OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
success(1),
|
||||
fail(2),
|
||||
invalid(255)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The last update operation result of client."
|
||||
::= { hwEasyOperationClientInfoEntry 35 }
|
||||
|
||||
|
||||
hwEasyOperationClientInfoClientRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
@ -1847,7 +1866,7 @@
|
||||
hwEasyOperationClientInfoClientDownloadLicense, hwEasyOperationClientInfoClientDownloadCustomfile1, hwEasyOperationClientInfoClientDownloadCustomfile2, hwEasyOperationClientInfoClientDownloadCustomfile3, hwEasyOperationClientInfoClientErrorDescr,
|
||||
hwEasyOperationClientInfoClientIpAddress, hwEasyOperationClientInfoClientRowStatus, hwEasyOperationClientInfoClientHostName, hwEasyOperationClientInfoClientBackupErrorDescr, hwEasyOperationClientInfoClientBackupErrorReason,
|
||||
hwEasyOperationClientInfoClientErrorReason, hwEasyOperationClientInfoClientDownloadPercent, hwEasyOperationClientInfoClientIpAddressType, hwEasyOperationClientInfoClientMethod, hwEasyOperationClientInfoClientPhase,
|
||||
hwEasyOperationClientInfoClientOperateState, hwEasyOperationClientInfoClientRunState, hwEasyOperationClientInfoClientCpuUsage,hwEasyOperationClientInfoClientMemoryUsage }
|
||||
hwEasyOperationClientInfoClientOperateState, hwEasyOperationClientInfoClientRunState, hwEasyOperationClientInfoClientCpuUsage,hwEasyOperationClientInfoClientMemoryUsage,hwEasyOperationClientInfoClientOperationResult }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The client table group."
|
||||
|
Reference in New Issue
Block a user