initial commit; version 22.5.12042
This commit is contained in:
119
mibs/huawei/HUAWEI-DEVICE-EXT-MIB
Normal file
119
mibs/huawei/HUAWEI-DEVICE-EXT-MIB
Normal file
@ -0,0 +1,119 @@
|
||||
--====================================================================
|
||||
-- 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
|
Reference in New Issue
Block a user