Commit version 24.12.13800
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
-- ==================================================================
|
||||
-- Copyright (C) 2018 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
-- Copyright (C) 2021 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
--
|
||||
-- Description: HUAWEI-VNF-DEVICE-MIB
|
||||
-- Reference:
|
||||
-- Version: V1.07
|
||||
-- Version: V1.08
|
||||
-- History:
|
||||
-- <author>, <date>, <contents>
|
||||
-- zhouyun 2017-7-20
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.25.348
|
||||
hwVNFDevice MODULE-IDENTITY
|
||||
LAST-UPDATED "201801121139Z" -- January 12, 2018 at 11:39 GMT
|
||||
LAST-UPDATED "202108181139Z" -- August 18, 2021 at 14:39 GMT
|
||||
ORGANIZATION
|
||||
"Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
@ -41,6 +41,10 @@
|
||||
Website: http://www.huawei.com
|
||||
Email: support@huawei.com
|
||||
"
|
||||
DESCRIPTION
|
||||
"V1.08, modify type of hwVMFaultAlarm and hwVMFaultAlarmResume."
|
||||
REVISION "202108181139Z" -- August 18, 2021 at 14:39 GMT
|
||||
|
||||
DESCRIPTION
|
||||
"V1.07, modify type of hwPAEDriverVendorID, hwPAEDriverDeviceID and hwPAEDriverCauseInfo."
|
||||
REVISION "201801121139Z" -- January 12, 2018 at 11:39 GMT
|
||||
@ -447,8 +451,14 @@
|
||||
hwVMInconsistFaultReason OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
vmPowerOff(1),
|
||||
vmReset(2),
|
||||
iLayerVmFault(3),
|
||||
softwareLoseHeartBeat(4),
|
||||
registerFailed(5),
|
||||
notExistInVnf(2001),
|
||||
notExistInMano(2002)
|
||||
notExistInMano(2002),
|
||||
macAddrInconsistent(2003)
|
||||
}
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
@ -910,6 +920,24 @@ Access Restriction: The entries in this table cannot be accessed."
|
||||
::= { hwVMResTrap 4 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.25.348.2.3.5
|
||||
hwVMFaultAlarm NOTIFICATION-TYPE
|
||||
OBJECTS { hwVMName, hwVMID, hwPhyVMID, hwVMInconsistFaultReason }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A fault occurs on a VM."
|
||||
::= { hwVMResTrap 5 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.25.348.2.3.6
|
||||
hwVMFaultAlarmResume NOTIFICATION-TYPE
|
||||
OBJECTS { hwVMName, hwVMID, hwPhyVMID, hwVMInconsistFaultReason }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The fault on the VM is cleared."
|
||||
::= { hwVMResTrap 6 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.25.348.2.4
|
||||
hwVirtualPortTrap OBJECT IDENTIFIER ::= { hwVNFDeviceNotifications 4 }
|
||||
|
||||
|
Reference in New Issue
Block a user