Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -1,119 +1,135 @@
--====================================================================
-- Copyright (C) 2009 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description: Huawei Device extent MIB File for base device infomation
-- Reference:
-- Version: V1.0
-- History:
-- V1.0 2009-01-05, publish
-- ===================================================================
HUAWEI-DEVICE-EXT-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwDatacomm
FROM HUAWEI-MIB
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
Integer32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE, IpAddress
FROM SNMPv2-SMI
RowStatus,DateAndTime
FROM SNMPv2-TC
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB; -- [RFC3411]
hwDeviceExt MODULE-IDENTITY
LAST-UPDATED "200901051414Z"
ORGANIZATION
"Huawei Technologies Co.,Ltd."
CONTACT-INFO
"Huawei Industrial Base
Bantian, Longgang
Shenzhen 518129
People's Republic of China
Website: http://www.huawei.com
Email: support@huawei.com
"
DESCRIPTION
"The MIB module for collect base device information."
REVISION "200812171414Z"
DESCRIPTION
"The initial revision of this MIB module ."
::= { hwDatacomm 188 }
hwDeviceExtObject OBJECT IDENTIFIER ::= { hwDeviceExt 1 }
hwDeviceEsn OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The equipment serial number of device.Its type is string.If the esn of lr0 is xxx,
then the esn of lrn is xxx.ss,ss is the lrn's id."
::= { hwDeviceExtObject 1 }
hwPlatformName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of a platform.For example,Huawei Versatile Routing Platform Software."
::= { hwDeviceExtObject 2 }
hwPlatformVersion OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of a platform.For example,VRP (R) Software,Version 3.10."
::= { hwDeviceExtObject 3 }
hwProductName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of a product.For example,Quidway NetEngine 5000E.The product name is not equal to the system name.
the system name is an instance of the product name.User can config the system name of a device,but can not change
the product name of the device."
::= { hwDeviceExtObject 4 }
hwProductVersion OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of a product.For example,NE5000E V200R002C01B39L."
::= { hwDeviceExtObject 5 }
hwDeviceExtConformance OBJECT IDENTIFIER ::= { hwDeviceExt 4 }
hwDeviceExtCompliances OBJECT IDENTIFIER ::= { hwDeviceExtConformance 1 }
hwDeviceExtCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"Compliance statement for agents that provide full support for
hwDeviceExt."
MODULE -- this module
MANDATORY-GROUPS { hwDeviceInfoGroup }
::= { hwDeviceExtCompliances 1 }
hwDeviceExtGroups OBJECT IDENTIFIER ::= { hwDeviceExtConformance 2 }
hwDeviceInfoGroup OBJECT-GROUP
OBJECTS { hwDeviceEsn,
hwPlatformName,
hwPlatformVersion,
hwProductName,
hwProductVersion
}
STATUS current
DESCRIPTION
"Group for base device information."
::= { hwDeviceExtGroups 1 }
END
--====================================================================
-- Copyright (C) 2021 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description: Huawei Device extent MIB File for base device infomation
-- Reference:
-- Version: V2.04
-- History:
-- V1.0 2009-01-05, publish
-- ===================================================================
HUAWEI-DEVICE-EXT-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwDatacomm
FROM HUAWEI-MIB
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
Integer32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE, IpAddress
FROM SNMPv2-SMI
RowStatus,DateAndTime
FROM SNMPv2-TC
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB; -- [RFC3411]
hwDeviceExt MODULE-IDENTITY
LAST-UPDATED "202103151414Z"
ORGANIZATION
"Huawei Technologies Co.,Ltd."
CONTACT-INFO
"Huawei Industrial Base
Bantian, Longgang
Shenzhen 518129
People's Republic of China
Website: http://www.huawei.com
Email: support@huawei.com
"
DESCRIPTION
"Change hwProductSerialName to hwProductModel."
REVISION "202103151414Z"
DESCRIPTION
"Add node hwProductSerialName."
REVISION "202103041414Z"
DESCRIPTION
"The MIB module for collect base device information."
REVISION "201612231414Z"
DESCRIPTION
"modify the description."
REVISION "200812171414Z"
DESCRIPTION
"The initial revision of this MIB module ."
::= { hwDatacomm 188 }
hwDeviceExtObject OBJECT IDENTIFIER ::= { hwDeviceExt 1 }
hwDeviceEsn OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The equipment serial number of device.Its type is string.If the esn of lr0 is xxx,
then the esn of lrn is xxx.ss,ss is the lrn's id."
::= { hwDeviceExtObject 1 }
hwPlatformName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of a platform."
::= { hwDeviceExtObject 2 }
hwPlatformVersion OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of a platform."
::= { hwDeviceExtObject 3 }
hwProductName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of a product."
::= { hwDeviceExtObject 4 }
hwProductVersion OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of a product."
::= { hwDeviceExtObject 5 }
hwProductModel OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The model name of a product."
::= { hwDeviceExtObject 6 }
hwDeviceExtConformance OBJECT IDENTIFIER ::= { hwDeviceExt 4 }
hwDeviceExtCompliances OBJECT IDENTIFIER ::= { hwDeviceExtConformance 1 }
hwDeviceExtCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"Compliance statement for agents that provide full support for
hwDeviceExt."
MODULE -- this module
MANDATORY-GROUPS { hwDeviceInfoGroup }
::= { hwDeviceExtCompliances 1 }
hwDeviceExtGroups OBJECT IDENTIFIER ::= { hwDeviceExtConformance 2 }
hwDeviceInfoGroup OBJECT-GROUP
OBJECTS { hwDeviceEsn,
hwPlatformName,
hwPlatformVersion,
hwProductName,
hwProductVersion,
hwProductModel
}
STATUS current
DESCRIPTION
"Group for base device information."
::= { hwDeviceExtGroups 1 }
END