mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update MIBs (#14017)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--==================================================================
|
||||
-- Copyright (C) 2006 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
-- Copyright (C) 2013 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
--
|
||||
-- Description: HUAWEI SSH MIB
|
||||
-- Reference:
|
||||
@@ -8,6 +8,7 @@
|
||||
-- <author>, <date>, <contents>
|
||||
-- ZhengYuting 2006-11-22
|
||||
-- ==================================================================
|
||||
|
||||
-- ==================================================================
|
||||
--
|
||||
-- Variables and types are imported
|
||||
@@ -28,20 +29,24 @@
|
||||
|
||||
|
||||
hwBulkStat MODULE-IDENTITY
|
||||
LAST-UPDATED "200611221414Z" -- November 22, 2006 at 14:14 GMT
|
||||
LAST-UPDATED "201307011339Z" -- July 1, 2013 at 13:39 GMT
|
||||
ORGANIZATION
|
||||
"Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
"VRP Team Huawei Technologies Co.,Ltd.
|
||||
Huawei Bld.,NO.3 Xinxi Rd.,
|
||||
Shang-Di Information Industry Base,
|
||||
Hai-Dian District Beijing P.R. China
|
||||
http://www.huawei.com
|
||||
Zip:100085
|
||||
"
|
||||
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 creating and deleting bulk files of
|
||||
SNMP data for file transfer."
|
||||
REVISION "201307011339Z" -- July 1, 2013 at 13:39 GMT
|
||||
DESCRIPTION
|
||||
"The initial revision of this MIB module ."
|
||||
|
||||
REVISION "200611221414Z" -- November 22, 2006 at 14:14 GMT
|
||||
DESCRIPTION
|
||||
"The initial revision of this MIB module ."
|
||||
@@ -71,8 +76,7 @@
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The object specifies whether the bulk statistic function is enable or not."
|
||||
DEFVAL { disable }
|
||||
"The value of this object identifies whether BulkStat is enabled."
|
||||
::= { hwBulkStatMibObjects 1 }
|
||||
|
||||
|
||||
@@ -81,7 +85,7 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Collect capability per 5 minutes."
|
||||
"The value of this object identifies the collection capability in five minutes."
|
||||
::= { hwBulkStatMibObjects 2 }
|
||||
|
||||
|
||||
@@ -90,7 +94,7 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Maximum number of the bulk files allowed to create."
|
||||
"The value of this object identifies the maximum number of statistics files that can be created."
|
||||
::= { hwBulkStatMibObjects 3 }
|
||||
|
||||
|
||||
@@ -99,7 +103,7 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of the current configured bulk files."
|
||||
"The value of this object identifies the number of statistics files that are configured currently."
|
||||
::= { hwBulkStatMibObjects 4 }
|
||||
|
||||
|
||||
@@ -108,7 +112,7 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of the configured objects of all current bulk files."
|
||||
"The value of this object identifies the number of statistics objects configured in all files."
|
||||
::= { hwBulkStatMibObjects 5 }
|
||||
|
||||
|
||||
@@ -122,8 +126,8 @@
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The object specifies whether to send trap information to NMS.
|
||||
It's allowed to send trap information to NMS only when the value is enable."
|
||||
DEFVAL { disable }
|
||||
It's allowed to send trap information to NMS only when the value is enable.
|
||||
The default value is disable."
|
||||
::= { hwBulkStatMibObjects 6 }
|
||||
|
||||
|
||||
@@ -132,8 +136,8 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Next available index for table hwBulkStatDefineFileTable.
|
||||
If there is no available index, the value will be filled with '0'."
|
||||
"The value of this object identifies the index of the next available hwBulkStatDefineObjectTable.
|
||||
If there is no available index, the value will be filled with 0."
|
||||
::= { hwBulkStatMibObjects 7 }
|
||||
|
||||
|
||||
@@ -169,18 +173,18 @@
|
||||
hwBulkStatDefineFileFormat
|
||||
INTEGER,
|
||||
hwBulkStatDefineFileCollectInterval
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwBulkStatDefineFileTransferInterval
|
||||
INTEGER,
|
||||
hwBulkStatDefineFileStatus
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwBulkStatDefineFileTransferPrimaryURL
|
||||
OCTET STRING,
|
||||
hwBulkStatDefineFileTransferSecondaryURL
|
||||
OCTET STRING,
|
||||
hwBulkStatDefineFileTransferRetryTimes
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwBulkStatDefineFileRemainTime
|
||||
Integer32,
|
||||
hwBulkStatDefineFileStatus
|
||||
INTEGER,
|
||||
hwBulkStatDefineFileLastTransferSuccessTime
|
||||
Integer32,
|
||||
@@ -197,7 +201,8 @@
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index of bulk file, a unique identifier for a bulk file."
|
||||
"The value of this object identifies the indexes of statistics files.
|
||||
The maximum index number is equal to that of the bulk files allowed to create."
|
||||
::= { hwBulkStatDefineFileEntry 1 }
|
||||
|
||||
|
||||
@@ -206,8 +211,7 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Bulk file name.
|
||||
If you specify a path in the file name, this file is invalid."
|
||||
"The value of this object identifies the name of a statistics file."
|
||||
::= { hwBulkStatDefineFileEntry 11 }
|
||||
|
||||
|
||||
@@ -216,8 +220,7 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Bulk file dumping mode:
|
||||
ephemeral(1):data file of small volume. It applies to be read at once."
|
||||
"The value of this object identifies the storage mode of a statistics file."
|
||||
DEFVAL { ephemeral }
|
||||
::= { hwBulkStatDefineFileEntry 12 }
|
||||
|
||||
@@ -227,34 +230,80 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Bulk file formats:
|
||||
bulkASCII(1):readable ASCII."
|
||||
"The value of this object identifies the format of a statistics file."
|
||||
DEFVAL { bulkASCII }
|
||||
::= { hwBulkStatDefineFileEntry 13 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileCollectInterval OBJECT-TYPE
|
||||
SYNTAX INTEGER (5 | 10 | 15 | 30)
|
||||
SYNTAX Integer32 (5 | 10 | 15 | 30)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval of collecting node value, in minutes."
|
||||
"The value of this object identifies the interval for collecting statistics files."
|
||||
DEFVAL { 5 }
|
||||
::= { hwBulkStatDefineFileEntry 14 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileTransferInterval OBJECT-TYPE
|
||||
SYNTAX INTEGER (5 | 10 | 15 | 30)
|
||||
SYNTAX Integer32 (5 | 10 | 15 | 30)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval of transferring bulk files to NMS, in minutes.
|
||||
It must be several times of the collect-interval."
|
||||
"The value of this object identifies the interval for uploading statistics files."
|
||||
DEFVAL { 5 }
|
||||
::= { hwBulkStatDefineFileEntry 15 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileStatus OBJECT-TYPE
|
||||
|
||||
hwBulkStatDefineFileTransferPrimaryURL OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..256))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the primary URL the statistics file is uploaded to.
|
||||
It should be in the forms of below:
|
||||
ftp://user:password@host/folder/bulkstat1
|
||||
sftp://user:password@host/folder/bulkstat1
|
||||
tftp://10.1.0.1/tftpboot/user/bulkstat1
|
||||
"
|
||||
::= { hwBulkStatDefineFileEntry 16 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileTransferSecondaryURL OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..256))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the secondary URL the statistics file is uploaded to.
|
||||
It should be in the forms of below:
|
||||
ftp://user:password@host/folder/bulkstat1
|
||||
sftp://user:password@host/folder/bulkstat1
|
||||
tftp://10.1.0.1/tftpboot/user/bulkstat1
|
||||
"
|
||||
::= { hwBulkStatDefineFileEntry 17 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileTransferRetryTimes OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..5)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of this object identifies the retransmission times of the statistics file during uploading."
|
||||
DEFVAL { 5 }
|
||||
::= { hwBulkStatDefineFileEntry 18 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileRemainTime OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..30)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of this object identifies the time for reserving statistics files."
|
||||
DEFVAL { 5 }
|
||||
::= { hwBulkStatDefineFileEntry 19 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
ready(1),
|
||||
@@ -264,70 +313,18 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Bulk file status:
|
||||
ready(1): When a bulk file created, the status is stop. You should change it to ready status to start the bulk file.
|
||||
running(2):The collection task is writing data to this file. You cannot delete the file. This value cannot be set.
|
||||
stop(3):This state means that the bulk file is suspended. If this value is set when in the running status, then writing file is
|
||||
stopped. "
|
||||
DEFVAL { stopped }
|
||||
::= { hwBulkStatDefineFileEntry 16 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileTransferPrimaryURL OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..127))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The primary URL to transfer the bulk file to NMS.
|
||||
It should be in the forms of below:
|
||||
ftp://user:password@host/folder/bulkstat1
|
||||
tftp://10.1.0.1/tftpboot/user/bulkstat1
|
||||
"
|
||||
::= { hwBulkStatDefineFileEntry 17 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileTransferSecondaryURL OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..127))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The secondary URL to transfer the bulk file to NMS.
|
||||
It should be in the forms of below:
|
||||
ftp://user:password@host/folder/bulkstat1
|
||||
tftp://10.1.0.1/tftpboot/user/bulkstat1
|
||||
"
|
||||
::= { hwBulkStatDefineFileEntry 18 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileTransferRetryTimes OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..5)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Max retry times to transfer the bulk file to NMS."
|
||||
DEFVAL { 5 }
|
||||
::= { hwBulkStatDefineFileEntry 19 }
|
||||
|
||||
|
||||
hwBulkStatDefineFileRemainTime OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..30)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Max minutes to remain the bulk file in memory.
|
||||
It can not be more than the transfer-interval."
|
||||
DEFVAL { 5 }
|
||||
"The value of this object identifies status of statistics files.There are three available values: stopped, ready, and running. For running state, it is read-only. For the other two, they are read-create, but can not be set to running, and set duplicatedly."
|
||||
DEFVAL { stopped }
|
||||
::= { hwBulkStatDefineFileEntry 20 }
|
||||
|
||||
|
||||
|
||||
|
||||
hwBulkStatDefineFileLastTransferSuccessTime OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The object specifies the latest successful
|
||||
collecting time stamp when the file transferred successfully."
|
||||
"The value of this object identifies the last file collection timestamp of the latest successful statistics file uploading.
|
||||
The value is in seconds."
|
||||
::= { hwBulkStatDefineFileEntry 21 }
|
||||
|
||||
|
||||
@@ -336,8 +333,7 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The object specifies the latest successful
|
||||
collecting time stamp when the file transferred unsuccessfully."
|
||||
"The value of this object identifies the last file collection timestamp of the latest failed statistics file uploading."
|
||||
::= { hwBulkStatDefineFileEntry 22 }
|
||||
|
||||
|
||||
@@ -346,8 +342,7 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Next available index for table hwBulkStatDefineObjectTable.
|
||||
IF no available index, the value will be filled with '0'."
|
||||
"The value of this object identifies the index of the next available hwBulkStatDefineObjectTable."
|
||||
::= { hwBulkStatDefineFileEntry 23 }
|
||||
|
||||
|
||||
@@ -356,7 +351,7 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Row operation node. When the bulk file in Running status it cannot be deleted."
|
||||
"This object indicates the row status of the statistics file table."
|
||||
::= { hwBulkStatDefineFileEntry 51 }
|
||||
|
||||
|
||||
@@ -398,14 +393,13 @@
|
||||
RowStatus
|
||||
}
|
||||
|
||||
|
||||
hwBulkStatDefineObjectIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..1000)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Object index in the bulk file.
|
||||
A unique identifier for a record,
|
||||
indicating the sequence of objects."
|
||||
"The value of this object identifies statistics objects."
|
||||
::= { hwBulkStatDefineObjectEntry 1 }
|
||||
|
||||
|
||||
@@ -418,10 +412,7 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Object class:
|
||||
single(1): a single MIB object is retrieved.
|
||||
column(2): an entire column or partial column
|
||||
is retrieved in lexical order of rows."
|
||||
"The value of this object identifies the types of statistics objects."
|
||||
::= { hwBulkStatDefineObjectEntry 11 }
|
||||
|
||||
|
||||
@@ -430,12 +421,7 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The object identifier of a MIB object to be included in the file.
|
||||
If the object class is 'single', this must be a full OID,
|
||||
including all instance information.
|
||||
If the object class is 'column', this must be an OID
|
||||
without any instance information.
|
||||
"
|
||||
"This object indicates the OID of the statistics object."
|
||||
::= { hwBulkStatDefineObjectEntry 12 }
|
||||
|
||||
|
||||
@@ -444,9 +430,7 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"If the object class is 'column', this must be the begin index of the object.
|
||||
The default value is '0'.
|
||||
"
|
||||
"This object indicates the start index of the statistics object."
|
||||
::= { hwBulkStatDefineObjectEntry 13 }
|
||||
|
||||
|
||||
@@ -455,11 +439,7 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"If the object class is 'column', this represents
|
||||
the maximum number of entries which will be
|
||||
populated in the file starting from the lexicographically
|
||||
begin instance of the OID.The default value is 0.
|
||||
"
|
||||
"The value of this object identifies the number of instances of statistics objects."
|
||||
::= { hwBulkStatDefineObjectEntry 14 }
|
||||
|
||||
|
||||
@@ -468,7 +448,7 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Row operation node."
|
||||
"This object indicates the row status of the statistics object."
|
||||
::= { hwBulkStatDefineObjectEntry 51 }
|
||||
|
||||
|
||||
@@ -479,7 +459,7 @@
|
||||
OBJECTS { hwBulkStatDefineFileName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Notification represents the incomplete collection of file in a collection period."
|
||||
"An alarm is generated when the collected statistics files are incomplete."
|
||||
::= { hwBulkStatNotifications 1 }
|
||||
|
||||
|
||||
@@ -487,8 +467,7 @@
|
||||
OBJECTS { hwBulkStatDefineFileName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Notification represents the data collection resumes itself to normal in latter
|
||||
collection period."
|
||||
"An alarm is generated when the incomplete statistics files are resumed."
|
||||
::= { hwBulkStatNotifications 2 }
|
||||
|
||||
|
||||
@@ -496,7 +475,7 @@
|
||||
OBJECTS { hwBulkStatDefineFileName, hwBulkStatDefineFileTransferPrimaryURL, hwBulkStatDefineFileTransferSecondaryURL }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Notification represents connecting to URL fails in file transfer."
|
||||
"An alarm is generated when the link for file uploading fails."
|
||||
::= { hwBulkStatNotifications 3 }
|
||||
|
||||
|
||||
@@ -504,7 +483,7 @@
|
||||
OBJECTS { hwBulkStatDefineFileName, hwBulkStatDefineFileTransferPrimaryURL, hwBulkStatDefineFileTransferSecondaryURL }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Notification represents the connection to URL resumes in file transfer."
|
||||
"An alarm is generated when the link for file uploading recovers from the fault."
|
||||
::= { hwBulkStatNotifications 4 }
|
||||
|
||||
|
||||
@@ -512,13 +491,12 @@
|
||||
OBJECTS { hwBulkStatDefineFileName, hwBulkStatDefineFileLastTransferFailTime }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Notification represents the transfer file is discarded automatically
|
||||
because of tranfer failure.
|
||||
"
|
||||
"An alarm is generated when the file fails to be uploaded and then is discarded."
|
||||
::= { hwBulkStatNotifications 5 }
|
||||
|
||||
|
||||
-- Conformance information
|
||||
|
||||
hwBulkStatConformance OBJECT IDENTIFIER ::= { hwBulkStat 3 }
|
||||
|
||||
|
||||
|
@@ -1,11 +1,12 @@
|
||||
-- =================================================================
|
||||
-- Copyright (C) 2003 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
-- Copyright (C) 2016 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
--
|
||||
-- Description: Huawei DHCP Server MIB
|
||||
-- Reference: HUAWEI Enterprise MIB
|
||||
-- Version: V1.0
|
||||
-- Version: V2.07
|
||||
-- History:
|
||||
--
|
||||
-- V2.05
|
||||
-- modified by Huangjun 2009-12-08
|
||||
-- =================================================================
|
||||
|
||||
HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
@@ -17,47 +18,77 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
FROM RFC1213-MIB
|
||||
OBJECT-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
IpAddress, Integer32, OBJECT-TYPE, MODULE-IDENTITY
|
||||
IpAddress, Integer32, OBJECT-TYPE, MODULE-IDENTITY --,TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-SMI
|
||||
RowStatus, MacAddress
|
||||
FROM SNMPv2-TC;
|
||||
|
||||
EnabledStatus
|
||||
FROM P-BRIDGE-MIB
|
||||
RowStatus, TruthValue, MacAddress
|
||||
FROM SNMPv2-TC
|
||||
MODULE-COMPLIANCE
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
hwDHCPServerMib MODULE-IDENTITY
|
||||
LAST-UPDATED "200303010000Z" -- March 01, 2003 at 00:00 GMT
|
||||
LAST-UPDATED "201606220000Z" -- June22, 2016 at 16:00 GMT
|
||||
ORGANIZATION
|
||||
"Huawei Technologies co., Ltd."
|
||||
"Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
" R&D BeiJing, Huawei Technologies co.,Ltd.
|
||||
Huawei Bld.,NO.3 Xinxi Rd.,
|
||||
Shang-Di Information Industry Base,
|
||||
Hai-Dian District Beijing P.R. China
|
||||
Zip:100085
|
||||
Http://www.huawei.com
|
||||
E-mail:support@huawei.com "
|
||||
"Huawei Industrial Base
|
||||
Bantian, Longgang
|
||||
Shenzhen 518129
|
||||
People's Republic of China
|
||||
Website: http://www.huawei.com
|
||||
Email: support@huawei.com
|
||||
"
|
||||
DESCRIPTION
|
||||
"modify the description of node hwDHCPSWriteDataDelay"
|
||||
REVISION "201606220000Z"
|
||||
|
||||
DESCRIPTION
|
||||
"Add node hwDHCPSGlobalPoolConflictRecycleTime hwDHCPSInterfacePoolConflictRecycleTime"
|
||||
REVISION "201503050000Z"
|
||||
|
||||
DESCRIPTION
|
||||
"This MIB describes objects used for managing DHCP server,
|
||||
including objects used for DHCP server global pool,
|
||||
interface pool and informations of ip address used and conflicted
|
||||
in DHCP server, some Statistic informations about DHCP server"
|
||||
REVISION "201408250000Z" -- Mar174, 2014 at 00:00 GMT
|
||||
|
||||
DESCRIPTION
|
||||
"This MIB describes objects used for managing DHCP server,
|
||||
including objects used for DHCP server global pool,
|
||||
interface pool and informations of ip address used and conflicted
|
||||
in DHCP server, some Statistic informations about DHCP server"
|
||||
REVISION "201403170000Z" -- Mar17, 2014 at 00:00 GMT
|
||||
|
||||
DESCRIPTION
|
||||
"This MIB describes objects used for managing DHCP server,
|
||||
including objects used for DHCP server global pool,
|
||||
interface pool and informations of ip address used and conflicted
|
||||
in DHCP server, some Statistic informations about DHCP server"
|
||||
REVISION "201307040000Z" -- Jul4, 2013 at 00:00 GMT
|
||||
|
||||
DESCRIPTION
|
||||
"This MIB describes objects used for managing DHCP server,
|
||||
including objects used for DHCP server global pool,
|
||||
interface pool and informations of ip address used and conflicted
|
||||
in DHCP server, some Statistic informations about DHCP server"
|
||||
REVISION "201306190000Z" -- Jun19, 2013 at 00:00 GMT
|
||||
|
||||
DESCRIPTION
|
||||
"This MIB describes objects used for managing DHCP server,
|
||||
including objects used for DHCP server global pool,
|
||||
interface pool and informations of ip address used and conflicted
|
||||
in DHCP server, some Statistic informations about DHCP server"
|
||||
REVISION "201305170000Z" -- May 17, 2013 at 00:00 GMT
|
||||
DESCRIPTION
|
||||
"The modify revision of this MIB module."
|
||||
|
||||
REVISION "200302120000Z" -- February 12, 2003 at 00:00 GMT
|
||||
DESCRIPTION
|
||||
"The initial revision of this MIB module."
|
||||
::= { hwDhcp 2 }
|
||||
|
||||
--
|
||||
-- Textual Conventions
|
||||
--
|
||||
|
||||
EnabledStatus ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION "To describe the status of some function is Enabled or
|
||||
Disabled"
|
||||
SYNTAX INTEGER {
|
||||
enabled(1),
|
||||
disabled(0)
|
||||
}
|
||||
|
||||
--
|
||||
-- Node definitions
|
||||
--
|
||||
@@ -308,11 +339,11 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
HwDHCPSGlobalPoolParaEntry ::=
|
||||
SEQUENCE {
|
||||
hwDHCPSGlobalPoolLeaseDay
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwDHCPSGlobalPoolLeaseHour
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwDHCPSGlobalPoolLeaseMinute
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwDHCPSGlobalPoolLeaseUnlimited
|
||||
INTEGER,
|
||||
hwDHCPSGlobalPoolDomainName
|
||||
@@ -334,12 +365,16 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
hwDHCPSGlobalPoolParaUndoFlag
|
||||
INTEGER,
|
||||
hwDHCPSGlobalPoolIPInUseReset
|
||||
INTEGER
|
||||
INTEGER,
|
||||
hwDHCPSGlobalPoolLogging
|
||||
INTEGER,
|
||||
hwDHCPSGlobalPoolConflictRecycleTime
|
||||
Integer32
|
||||
}
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.3.1.1
|
||||
hwDHCPSGlobalPoolLeaseDay OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..365)
|
||||
SYNTAX Integer32 (0..365)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -351,7 +386,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.3.1.2
|
||||
hwDHCPSGlobalPoolLeaseHour OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..23)
|
||||
SYNTAX Integer32 (0..23)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -363,7 +398,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.3.1.3
|
||||
hwDHCPSGlobalPoolLeaseMinute OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..59)
|
||||
SYNTAX Integer32 (0..59)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -396,7 +431,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.3.1.5
|
||||
hwDHCPSGlobalPoolDomainName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (3..50))
|
||||
SYNTAX OCTET STRING (SIZE (1..63))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -452,7 +487,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.3.1.10
|
||||
hwDHCPSGlobalPoolClientNetbiosType OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
{
|
||||
null(0),
|
||||
bnode(1),
|
||||
pnode(2),
|
||||
@@ -540,6 +575,27 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
default vlaue, do nothing"
|
||||
::= { hwDHCPSGlobalPoolParaEntry 14 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.3.1.15
|
||||
hwDHCPSGlobalPoolLogging OBJECT-TYPE
|
||||
SYNTAX INTEGER { disable(0),enable(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Log the assigning IP addresses information of the given global pool for DHCP server. "
|
||||
DEFVAL { disable }
|
||||
::= { hwDHCPSGlobalPoolParaEntry 15 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.3.1.16
|
||||
hwDHCPSGlobalPoolConflictRecycleTime OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..1439999)
|
||||
UNITS "minute"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
DEFVAL { 0 }
|
||||
::= { hwDHCPSGlobalPoolParaEntry 16 }
|
||||
-- =================================================================
|
||||
-- 4th Table of hwDHCPServerMibObject: hwDHCPSGlobalPoolOptionTable
|
||||
-- =================================================================
|
||||
@@ -567,7 +623,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
HwDHCPSGlobalPoolOptionEntry ::=
|
||||
SEQUENCE {
|
||||
hwDHCPSGlobalPoolOptionCode
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwDHCPSGlobalPoolOptionType
|
||||
INTEGER,
|
||||
hwDHCPSGlobalPoolOptionAscii
|
||||
@@ -577,12 +633,14 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
hwDHCPSGlobalPoolOptionIPString
|
||||
OCTET STRING,
|
||||
hwDHCPSGlobalPoolOptionRowStatus
|
||||
RowStatus
|
||||
RowStatus,
|
||||
hwDHCPSGlobalPoolOptionCipher
|
||||
OCTET STRING
|
||||
}
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.4.1.1
|
||||
hwDHCPSGlobalPoolOptionCode OBJECT-TYPE
|
||||
SYNTAX INTEGER (2..254)
|
||||
SYNTAX Integer32 (2..254)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -596,7 +654,8 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
{
|
||||
ascii(1),
|
||||
hex(2),
|
||||
ip(3)
|
||||
ip(3),
|
||||
cipher(4)
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
@@ -606,7 +665,8 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
The value means :
|
||||
ascii(1)- The option type is ascii string
|
||||
hex(2) - The option type is hex number
|
||||
ip(3) - The option type is ip address"
|
||||
ip(3) - The option type is ip address
|
||||
cipher(4) - The option type is cipher string"
|
||||
::= { hwDHCPSGlobalPoolOptionEntry 2 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.4.1.3
|
||||
@@ -652,6 +712,13 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
and value"
|
||||
::= { hwDHCPSGlobalPoolOptionEntry 6 }
|
||||
|
||||
hwDHCPSGlobalPoolOptionCipher OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..104))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Cipher string of a option."
|
||||
::= { hwDHCPSGlobalPoolOptionEntry 7 }
|
||||
-- =================================================================
|
||||
-- 5th Table of hwDHCPServerMibObject:hwDHCPSGlobalTreeTable
|
||||
-- =================================================================
|
||||
@@ -754,11 +821,11 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
HwDHCPSInterfacePoolParaEntry ::=
|
||||
SEQUENCE {
|
||||
hwDHCPSInterfacePoolLeaseDay
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwDHCPSInterfacePoolLeaseHour
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwDHCPSInterfacePoolLeaseMinute
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwDHCPSInterfacePoolLeaseUnlimited
|
||||
INTEGER,
|
||||
hwDHCPSInterfacePoolDomainName
|
||||
@@ -776,12 +843,16 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
hwDHCPSInterfacePoolParaUndoFlag
|
||||
INTEGER,
|
||||
hwDHCPSInterfacePoolIPInUseReset
|
||||
INTEGER
|
||||
INTEGER,
|
||||
hwDHCPSInterfacePoolLogging
|
||||
INTEGER,
|
||||
hwDHCPSInterfacePoolConflictRecycleTime
|
||||
Integer32
|
||||
}
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.6.1.1
|
||||
hwDHCPSInterfacePoolLeaseDay OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..365)
|
||||
SYNTAX Integer32 (0..365)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -793,7 +864,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.6.1.2
|
||||
hwDHCPSInterfacePoolLeaseHour OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..23)
|
||||
SYNTAX Integer32 (0..23)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -805,7 +876,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.6.1.3
|
||||
hwDHCPSInterfacePoolLeaseMinute OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..59)
|
||||
SYNTAX Integer32 (0..59)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -837,7 +908,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.6.1.5
|
||||
hwDHCPSInterfacePoolDomainName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (3..50))
|
||||
SYNTAX OCTET STRING (SIZE (1..63))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -945,7 +1016,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
undoNbns(5) - It means to deletd a given ip address of NetBios
|
||||
server,
|
||||
undoNbType(6) - It means to delete NetBios node type
|
||||
invalid(7) - The value is a default value,do nothing
|
||||
invalid(7) - The value is a default value,do nothing
|
||||
"
|
||||
::= { hwDHCPSInterfacePoolParaEntry 11 }
|
||||
|
||||
@@ -960,6 +1031,27 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
vlaue, do nothing"
|
||||
::= { hwDHCPSInterfacePoolParaEntry 12 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.6.1.13
|
||||
hwDHCPSInterfacePoolLogging OBJECT-TYPE
|
||||
SYNTAX INTEGER { disable(0),enable(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Log the assigning IP addresses information of the given interface pool for DHCP server. "
|
||||
DEFVAL { disable }
|
||||
::= { hwDHCPSInterfacePoolParaEntry 13 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.6.1.14
|
||||
hwDHCPSInterfacePoolConflictRecycleTime OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..1439999)
|
||||
UNITS "minute"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
DEFVAL { 0 }
|
||||
::= { hwDHCPSInterfacePoolParaEntry 14 }
|
||||
-- =====================================================================
|
||||
-- 7th Table of hwDHCPServerMibObject: hwDHCPSInterfacePoolOptionTable
|
||||
-- =====================================================================
|
||||
@@ -979,7 +1071,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry fo objects for configuring options
|
||||
"An entry of objects for configuring options
|
||||
to DHCP interface pools.
|
||||
The index of this entry is the inIndex of ethernet"
|
||||
INDEX { ifIndex, hwDHCPSInterfacePoolOptionCode }
|
||||
@@ -988,7 +1080,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
HwDHCPSInterfacePoolOptionEntry ::=
|
||||
SEQUENCE {
|
||||
hwDHCPSInterfacePoolOptionCode
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwDHCPSInterfacePoolOptionType
|
||||
INTEGER,
|
||||
hwDHCPSInterfacePoolOptionAscii
|
||||
@@ -998,12 +1090,14 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
hwDHCPSInterfacePoolOptionIPString
|
||||
OCTET STRING,
|
||||
hwDHCPSInterfacePoolOptionRowStatus
|
||||
RowStatus
|
||||
RowStatus,
|
||||
hwDHCPSInterfacePoolOptionCipher
|
||||
OCTET STRING
|
||||
}
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.7.1.1
|
||||
hwDHCPSInterfacePoolOptionCode OBJECT-TYPE
|
||||
SYNTAX INTEGER (2..254)
|
||||
SYNTAX Integer32 (2..254)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -1017,7 +1111,8 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
{
|
||||
ascii(1),
|
||||
hex(2),
|
||||
ip(3)
|
||||
ip(3),
|
||||
cipher(4)
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
@@ -1028,6 +1123,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
ascii(1)- The option type is ascii string
|
||||
hex(2) - The option type is hex number
|
||||
ip(3) - The option type is ip address
|
||||
cipher(4) - The option type is cipher string
|
||||
"
|
||||
::= { hwDHCPSInterfacePoolOptionEntry 2 }
|
||||
|
||||
@@ -1074,6 +1170,13 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
and value"
|
||||
::= { hwDHCPSInterfacePoolOptionEntry 6 }
|
||||
|
||||
hwDHCPSInterfacePoolOptionCipher OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..104))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Cipher string of an option"
|
||||
::= { hwDHCPSInterfacePoolOptionEntry 7 }
|
||||
-- =========================================================================
|
||||
-- 8th Table of hwDHCPServerMibObject: hwDHCPSInterfacePoolStaticBindTable
|
||||
-- =========================================================================
|
||||
@@ -1183,11 +1286,11 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
hwDHCPSIPInUsePoolName
|
||||
OCTET STRING,
|
||||
hwDHCPSIPInUseInterface
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwDHCPSIPInUseVlan
|
||||
INTEGER,
|
||||
Integer32,
|
||||
hwDHCPSIPInUseAtmpvc
|
||||
INTEGER
|
||||
Integer32
|
||||
}
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.9.1.1
|
||||
@@ -1253,7 +1356,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.9.1.6
|
||||
hwDHCPSIPInUseInterface OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -1262,7 +1365,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.9.1.7
|
||||
hwDHCPSIPInUseVlan OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..4094)
|
||||
SYNTAX Integer32 (1..4094)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -1271,7 +1374,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.9.1.8
|
||||
hwDHCPSIPInUseAtmpvc OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -1425,10 +1528,9 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The status of DHCP service, The default value is enabled, which
|
||||
mean enable the DHCP service; the other value is disabled, which
|
||||
mean disabled the DHCP service"
|
||||
DEFVAL { enabled }
|
||||
"The status of DHCP service, The default value is disabled, which
|
||||
mean disabled the DHCP service; the other value is enabled, which
|
||||
mean enable the DHCP service"
|
||||
::= { hwDHCPServerMibObject 12 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.13
|
||||
@@ -1440,28 +1542,25 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
"The status of DHCP servers detecting function.
|
||||
If the value is enabled, It will check whether have other DHCP Servers.
|
||||
The default value is disabled"
|
||||
DEFVAL { disabled }
|
||||
::= { hwDHCPServerMibObject 13 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.14
|
||||
hwDHCPSPingNum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..10)
|
||||
SYNTAX Integer32 (0..10)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of ping packets sent out when check address conflict"
|
||||
DEFVAL { 2 }
|
||||
"The number of ping packets sent out when check address conflict,the default value is 2."
|
||||
::= { hwDHCPServerMibObject 14 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.15
|
||||
hwDHCPSPingTimeout OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..10000)
|
||||
SYNTAX Integer32 (0..10000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The delay for the reply of a ping packet when check address conflict.
|
||||
Unit: millisecond"
|
||||
DEFVAL { 500 }
|
||||
Unit: millisecond, the default value is 500."
|
||||
::= { hwDHCPServerMibObject 15 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.16
|
||||
@@ -1472,8 +1571,8 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
DESCRIPTION
|
||||
"The status of the function writing data to the
|
||||
harddisk, It does not write data to the harddisk default,
|
||||
The information that written are the content that hwDHCPSConflictIPTable and hwDHCPSIPInUseTable"
|
||||
DEFVAL { disabled }
|
||||
The information that written are the content that hwDHCPSConflictIPTable and hwDHCPSIPInUseTable,
|
||||
the default value is disable."
|
||||
::= { hwDHCPServerMibObject 16 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.17
|
||||
@@ -1488,13 +1587,12 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.18
|
||||
hwDHCPSWriteDataDelay OBJECT-TYPE
|
||||
SYNTAX INTEGER (300..86400)
|
||||
SYNTAX Integer32 (300..86400)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The allowable delay of writing data to the
|
||||
harddisk. Unit: second"
|
||||
DEFVAL { 300 }
|
||||
harddisk. Unit: second."
|
||||
::= { hwDHCPServerMibObject 18 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.19
|
||||
@@ -1738,8 +1836,272 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
received and sent by the DHCP server.
|
||||
The value 1 means clear the statictics information"
|
||||
::= { hwDHCPServerMibObject 42 }
|
||||
|
||||
-- =================================================================
|
||||
-- 43th Table of hwDHCPServerMibObject: hwDHCPChastenTable
|
||||
-- =================================================================
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.43
|
||||
hwDHCPChastenTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwDHCPChastenEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table for configuring parameters of chasten , which
|
||||
don't allow to deal with packet of clients"
|
||||
::= { hwDHCPServerMibObject 43 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.43.1
|
||||
hwDHCPChastenEntry OBJECT-TYPE
|
||||
SYNTAX HwDHCPChastenEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry for configuring parameters of chasten"
|
||||
INDEX { hwDHCPChastenIndex }
|
||||
::= { hwDHCPChastenTable 1 }
|
||||
|
||||
HwDHCPChastenEntry ::=
|
||||
SEQUENCE {
|
||||
hwDHCPChastenIndex
|
||||
Integer32,
|
||||
hwDHCPChastenPktNum
|
||||
Integer32,
|
||||
hwDHCPChastenAutenPktNum
|
||||
Integer32,
|
||||
hwDHCPChastenCheckPeriod
|
||||
Integer32,
|
||||
hwDHCPChastenChastenPeriod
|
||||
Integer32,
|
||||
hwDHCPChastenChastenRowStatus
|
||||
RowStatus
|
||||
}
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.43.1.1
|
||||
hwDHCPChastenIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..16)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Slot of LPU"
|
||||
::= { hwDHCPChastenEntry 1 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.43.1.2
|
||||
hwDHCPChastenPktNum OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..10000)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The threshold number of DHCP Discover packet"
|
||||
::= { hwDHCPChastenEntry 2 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.43.1.3
|
||||
hwDHCPChastenAutenPktNum OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..10000)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The threshold number of DHCP Discover packet"
|
||||
::= { hwDHCPChastenEntry 3 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.43.1.4
|
||||
hwDHCPChastenCheckPeriod OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..3600)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The period of checking"
|
||||
::= { hwDHCPChastenEntry 4 }
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.43.1.5
|
||||
hwDHCPChastenChastenPeriod OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..3600)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The period of chasten"
|
||||
::= { hwDHCPChastenEntry 5 }
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.43.1.6
|
||||
hwDHCPChastenChastenRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object is used to configuration new rows in this
|
||||
table, modify existing rows, and to delete
|
||||
existing rows.Only three actions are used: active(1),
|
||||
createAndGo(4), destroy(6).
|
||||
while configuration new suboption, you must specify suboption type
|
||||
and value"
|
||||
::= { hwDHCPChastenEntry 6 }
|
||||
|
||||
-- =================================================================
|
||||
-- 45th Table of hwDHCPServerMibObject: hwDHCPSIPPOOLForbiddenIPTable
|
||||
-- =================================================================
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.45
|
||||
hwDHCPSIPPOOLForbiddenIPTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwDHCPSIPPOOLForbiddenIPEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table for configuring forbidden ip to DHCP server, which
|
||||
don't allow to allocate to clients"
|
||||
::= { hwDHCPServerMibObject 45 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.45.1
|
||||
hwDHCPSIPPOOLForbiddenIPEntry OBJECT-TYPE
|
||||
SYNTAX HwDHCPSIPPOOLForbiddenIPEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry for configuring forbidden ip to DHCP
|
||||
server"
|
||||
INDEX { hwDHCPSIPPOOLForbiddenIPStart, hwDHCPSIPPOOLForbiddenIPEnd, hwDHCPSIPPOOLForbiddenIPVRFName }
|
||||
::= { hwDHCPSIPPOOLForbiddenIPTable 1 }
|
||||
|
||||
HwDHCPSIPPOOLForbiddenIPEntry ::=
|
||||
SEQUENCE {
|
||||
hwDHCPSIPPOOLForbiddenIPStart
|
||||
IpAddress,
|
||||
hwDHCPSIPPOOLForbiddenIPEnd
|
||||
IpAddress,
|
||||
hwDHCPSIPPOOLForbiddenIPVRFName
|
||||
OCTET STRING,
|
||||
hwDHCPSIPPOOLForbiddenIPRowStatus
|
||||
RowStatus
|
||||
}
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.45.1.1
|
||||
hwDHCPSIPPOOLForbiddenIPStart OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Start ip address of forbidden ip"
|
||||
::= { hwDHCPSIPPOOLForbiddenIPEntry 1 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.45.1.2
|
||||
hwDHCPSIPPOOLForbiddenIPEnd OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"End ip address of forbidden ip"
|
||||
::= { hwDHCPSIPPOOLForbiddenIPEntry 2 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.45.1.3
|
||||
hwDHCPSIPPOOLForbiddenIPVRFName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..31))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index: the VRFNAME of forbidden ip."
|
||||
::= { hwDHCPSIPPOOLForbiddenIPEntry 3 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.45.1.4
|
||||
hwDHCPSIPPOOLForbiddenIPRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object is used to configuration new rows in this
|
||||
table, modify existing rows, and to delete
|
||||
existing rows.Only three actions are used: active(1),
|
||||
createAndGo(4), destroy(6)
|
||||
"
|
||||
::= { hwDHCPSIPPOOLForbiddenIPEntry 4 }
|
||||
|
||||
-- =================================================================
|
||||
-- 46th Table of hwDHCPServerMibObject: hwDHCPSIPPOOLConflictIPTable
|
||||
-- =================================================================
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.46
|
||||
hwDHCPSIPPOOLConflictIPTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwDHCPSIPPOOLConflictIPEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
A table for displaying the information of conflict
|
||||
ip for DHCP server,ip address is uesed by others
|
||||
when allocate the address.
|
||||
"
|
||||
::= { hwDHCPServerMibObject 46 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.46.1
|
||||
hwDHCPSIPPOOLConflictIPEntry OBJECT-TYPE
|
||||
SYNTAX HwDHCPSIPPOOLConflictIPEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry for displaying the information of
|
||||
conflict ip for DHCP server"
|
||||
INDEX { hwDHCPSIPPOOLConflictIP, hwDHCPSIPPOOLConflictIPVRFName }
|
||||
::= { hwDHCPSIPPOOLConflictIPTable 1 }
|
||||
|
||||
HwDHCPSIPPOOLConflictIPEntry ::=
|
||||
SEQUENCE {
|
||||
hwDHCPSIPPOOLConflictIP
|
||||
IpAddress,
|
||||
hwDHCPSIPPOOLConflictIPVRFName
|
||||
OCTET STRING,
|
||||
hwDHCPSIPPOOLConflictIPType
|
||||
INTEGER,
|
||||
hwDHCPSIPPOOLConflictIPDetectTime
|
||||
OCTET STRING
|
||||
}
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.46.1.1
|
||||
hwDHCPSIPPOOLConflictIP OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Conflict ip address"
|
||||
::= { hwDHCPSIPPOOLConflictIPEntry 1 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.46.1.2
|
||||
hwDHCPSIPPOOLConflictIPVRFName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (1..31))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index: the VRFNAME of conflict ip."
|
||||
::= { hwDHCPSIPPOOLConflictIPEntry 2 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.46.1.3
|
||||
hwDHCPSIPPOOLConflictIPType OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
ping(1),
|
||||
arp(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Type of the detection of conflict ip,
|
||||
As a consistency check, the allocating
|
||||
server SHOULD probe the reused address before allocating the address,
|
||||
e.g., with ping or ARP"
|
||||
::= { hwDHCPSIPPOOLConflictIPEntry 3 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.1.46.1.4
|
||||
hwDHCPSIPPOOLConflictIPDetectTime OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (20))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Time when the confict is detected.
|
||||
The structure of the OCTET STRING is
|
||||
year/month/day:hour:munite:second --
|
||||
YYYY/MM/DD:hh:mm:ss"
|
||||
::= { hwDHCPSIPPOOLConflictIPEntry 4 }
|
||||
|
||||
hwDHCPThroughPacket OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Set client request packet through"
|
||||
::= { hwDHCPServerMibObject 47 }
|
||||
|
||||
-- Reserved for H3C
|
||||
-- hwDHCPSIPInUseExTable OBJECT-TYPE
|
||||
-- SYNTAX SEQUENCE OF HwDHCPSIPInUseExEntry
|
||||
@@ -1748,7 +2110,7 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
-- DESCRIPTION
|
||||
-- "A table for displaying the information of ip in use
|
||||
-- for DHCP Server pools. "
|
||||
-- ::= { hwDHCPServerMibObject 43 }
|
||||
-- ::= { hwDHCPServerMibObject 45 }
|
||||
|
||||
|
||||
-- Conformance information
|
||||
@@ -1758,8 +2120,16 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.2.1
|
||||
hwDHCPServerMIBCompliances OBJECT IDENTIFIER ::= { hwDHCPServerMIBConformance 1 }
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.7.2.2.2
|
||||
hwDHCPServerMIBCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for systems supporting
|
||||
this module."
|
||||
|
||||
MODULE -- this module 1.3.6.1.4.1.2011.5.7.2.2.2
|
||||
MANDATORY-GROUPS {hwDHCPServerMIBGroup}
|
||||
|
||||
::= { hwDHCPServerMIBCompliances 1 }
|
||||
hwDHCPServerMIBGroups OBJECT IDENTIFIER ::= { hwDHCPServerMIBConformance 2 }
|
||||
|
||||
-- Units of conformance
|
||||
@@ -1785,7 +2155,9 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
hwDHCPSGlobalPoolAutoBindingNum, hwDHCPSGlobalPoolManualBindingNum, hwDHCPSGlobalPoolExpiredBindingNum, hwDHCPSInterfacePoolNumber, hwDHCPSInterfacePoolAutoBindingNum,
|
||||
hwDHCPSInterfacePoolManualBindingNum, hwDHCPSInterfacePoolExpiredBindingNum, hwDHCPSBadPktNum, hwDHCPSBootRequestPktNum, hwDHCPSDiscoverPktNum,
|
||||
hwDHCPSRequestPktNum, hwDHCPSDeclinePktNum, hwDHCPSReleasePktNum, hwDHCPSInformPktNum, hwDHCPSBootReplyPktNum,
|
||||
hwDHCPSOfferPktNum, hwDHCPSAckPktNum, hwDHCPSNakPktNum, hwDHCPSStatisticsReset }
|
||||
hwDHCPSOfferPktNum, hwDHCPSAckPktNum, hwDHCPSNakPktNum, hwDHCPSStatisticsReset, hwDHCPSIPPOOLForbiddenIPStart, hwDHCPSIPPOOLForbiddenIPEnd, hwDHCPSIPPOOLForbiddenIPVRFName,
|
||||
hwDHCPSIPPOOLForbiddenIPRowStatus, hwDHCPSIPPOOLConflictIP, hwDHCPSIPPOOLConflictIPVRFName, hwDHCPSIPPOOLConflictIPType, hwDHCPSIPPOOLConflictIPDetectTime, hwDHCPThroughPacket,
|
||||
hwDHCPSGlobalPoolConflictRecycleTime, hwDHCPSInterfacePoolConflictRecycleTime }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The basic collection of objects providing management of
|
||||
@@ -1793,4 +2165,4 @@ HUAWEI-DHCPS-MIB DEFINITIONS ::= BEGIN
|
||||
::= { hwDHCPServerMIBGroups 1 }
|
||||
|
||||
|
||||
END
|
||||
END
|
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,13 @@
|
||||
-- ============================================================================
|
||||
-- Copyright (C) 2007 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
-- Copyright (C) 2014 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
--
|
||||
-- Description: hwMcast.my , this Mib module for management
|
||||
-- Description: hwIpMcast.my , this MIB module for management
|
||||
-- of IP Multicast, including multicast routing, data
|
||||
-- forwarding, and data reception.
|
||||
-- Reference: This MIB was extracted from RFC 2934
|
||||
-- Version: V1.0
|
||||
-- Version: V2.03
|
||||
-- History:
|
||||
-- Created by caibenrui 63321 2007-04-12
|
||||
-- Created by caibenrui 2007-04-12
|
||||
--
|
||||
-- ============================================================================
|
||||
|
||||
@@ -16,11 +16,12 @@ HUAWEI-IPMCAST-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,
|
||||
mib-2, Unsigned32, Counter64,
|
||||
Gauge32, TimeTicks, IpAddress FROM SNMPv2-SMI
|
||||
mib-2, Unsigned32, Counter64, Gauge32, TimeTicks, IpAddress,
|
||||
NOTIFICATION-TYPE, Integer32 FROM SNMPv2-SMI
|
||||
RowStatus, TruthValue, DisplayString,
|
||||
TEXTUAL-CONVENTION,
|
||||
StorageType, TimeStamp FROM SNMPv2-TC
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF
|
||||
SnmpAdminString FROM SNMP-FRAMEWORK-MIB
|
||||
InterfaceIndexOrZero,
|
||||
InterfaceIndex FROM IF-MIB
|
||||
@@ -36,28 +37,62 @@ hwMcast OBJECT IDENTIFIER ::= { hwDatacomm 149 }
|
||||
|
||||
|
||||
hwIpMcastMib MODULE-IDENTITY
|
||||
LAST-UPDATED "200704160000Z" -- 16 April 2007
|
||||
ORGANIZATION "Huawei Technologies co.,Ltd."
|
||||
LAST-UPDATED "201407010000Z" -- 1 July 2014
|
||||
ORGANIZATION "Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
" R&D BeiJing, Huawei Technologies co.,Ltd.
|
||||
Huawei Bld.,NO.3 Xinxi Rd.,
|
||||
Shang-Di Information Industry Base,
|
||||
Hai-Dian District Beijing P.R. China
|
||||
Zip:100085
|
||||
Http://www.huawei.com
|
||||
E-mail:support@huawei.com "
|
||||
"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 management of IP Multicast, including
|
||||
"The MIB module for management of IP Multicast, including
|
||||
multicast routing, data forwarding, and data reception.
|
||||
Huawei Technologies co.,Ltd . Supplementary information may
|
||||
Huawei Technologies Co.,Ltd . Supplementary information may
|
||||
be available at:
|
||||
http://www.huawei.com"
|
||||
|
||||
REVISION "201407010000Z" -- 1 July 2014
|
||||
DESCRIPTION
|
||||
"1.Modify the description of hwIpMcastSGThresholdExceed.
|
||||
2.Modify the description of hwIpMcastSGThresholdExceedClear.
|
||||
3.Modify the description of hwIpMcastSGExceedClear.
|
||||
"
|
||||
|
||||
REVISION "201406200000Z" -- 20 Jun 2014
|
||||
DESCRIPTION
|
||||
"1.Add hwIpMcastSGThresholdExceed trap.
|
||||
2.Add hwIpMcastSGThresholdExceedClear trap.
|
||||
3.Add hwIpMcastSGExceed trap.
|
||||
4.Add hwIpMcastSGExceedClear trap.
|
||||
"
|
||||
|
||||
REVISION "201308280000Z" -- 28 Aug 2007
|
||||
DESCRIPTION
|
||||
"Modify import mibs"
|
||||
|
||||
REVISION "200704160000Z" -- 16 April 2007
|
||||
DESCRIPTION
|
||||
"The initial revision of this Mib module."
|
||||
::= { hwMcast 1 }
|
||||
|
||||
HWChannelMode ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The mode in which a channel is operating.
|
||||
|
||||
ssm(1) Source-Specific Multicast (SSM) with PIM Sparse
|
||||
Mode.
|
||||
|
||||
asm(2) Any Source Multicast (ASM), with PIM Sparse
|
||||
Mode."
|
||||
|
||||
SYNTAX INTEGER {
|
||||
ssm(1),
|
||||
asm(2)
|
||||
}
|
||||
|
||||
|
||||
hwIpMcastMibObjects OBJECT IDENTIFIER ::= { hwIpMcastMib 1 }
|
||||
@@ -134,7 +169,7 @@ hwIpMcastInterfaceIfIndex OBJECT-TYPE
|
||||
"The index value that uniquely identifies the interface to
|
||||
which this entry is applicable. The interface identified by
|
||||
a particular value of this index is the same interface as
|
||||
identified by the same value of the IF-Mib's ifIndex."
|
||||
identified by the same value of the IF-MIB's ifIndex."
|
||||
::= { hwIpMcastInterfaceEntry 2 }
|
||||
|
||||
hwIpMcastInterfaceTtl OBJECT-TYPE
|
||||
@@ -168,7 +203,7 @@ hwIpMcastInterfaceInMcastOctets OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"The number of octets of multicast packets that have arrived
|
||||
on the interface, including framing characters. This object
|
||||
is similar to ifInOctets in the Interfaces Mib, except that
|
||||
is similar to ifInOctets in the Interfaces MIB, except that
|
||||
only multicast packets are counted.
|
||||
|
||||
Discontinuities in the value of this counter can occur at
|
||||
@@ -185,7 +220,7 @@ hwIpMcastInterfaceOutMcastOctets OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"The number of octets of multicast packets that have been
|
||||
sent on the interface, including framing characters. This
|
||||
object is similar to ifOutOctets in the Interfaces Mib,
|
||||
object is similar to ifOutOctets in the Interfaces MIB,
|
||||
except that only multicast packets are counted.
|
||||
|
||||
Discontinuities in the value of this counter can occur at
|
||||
@@ -202,7 +237,7 @@ hwIpMcastInterfaceInMcastPkts OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"The number of multicast packets that have arrived on the
|
||||
interface. In many cases, this object is identical to
|
||||
ifInMulticastPkts in the Interfaces Mib.
|
||||
ifInMulticastPkts in the Interfaces MIB.
|
||||
|
||||
However, some implementations use ifXTable for Layer 2
|
||||
traffic statistics and hwIpMcastInterfaceTable at Layer 3. In
|
||||
@@ -224,7 +259,7 @@ hwIpMcastInterfaceOutMcastPkts OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"The number of multicast packets that have been sent on the
|
||||
interface. In many cases, this object is identical to
|
||||
ifOutMulticastPkts in the Interfaces Mib.
|
||||
ifOutMulticastPkts in the Interfaces MIB.
|
||||
|
||||
However, some implementations use ifXTable for Layer 2
|
||||
traffic statistics and hwIpMcastInterfaceTable at Layer 3. In
|
||||
@@ -1056,18 +1091,14 @@ hwIpMcastBoundaryAddress OBJECT-TYPE
|
||||
::= { hwIpMcastBoundaryEntry 3 }
|
||||
|
||||
hwIpMcastBoundaryAddressPrefixLength OBJECT-TYPE
|
||||
SYNTAX InetAddressPrefixLength (4..32)
|
||||
SYNTAX InetAddressPrefixLength (4..128)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The length in bits of the mask which when, combined with
|
||||
the corresponding value of hwIpMcastBoundaryAddress,
|
||||
identifies the group range for which the scoped boundary
|
||||
exists.
|
||||
|
||||
The InetAddressType is given by hwIpMcastBoundaryAddressType.
|
||||
For 'ipv4' this object must be in the range 4..32. For
|
||||
'ipv6', this object must be 16."
|
||||
exists."
|
||||
::= { hwIpMcastBoundaryEntry 4 }
|
||||
|
||||
hwIpMcastBoundaryTimeStamp OBJECT-TYPE
|
||||
@@ -1151,7 +1182,7 @@ hwIpMcastChannelName OBJECT-TYPE
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Channel name limited by cac on the interface."
|
||||
"Channel name limited by CAC on the interface."
|
||||
::= { hwIpMcast 8 }
|
||||
|
||||
hwIpMcastChannelGroup OBJECT-TYPE
|
||||
@@ -1159,7 +1190,7 @@ hwIpMcastChannelGroup OBJECT-TYPE
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Group address of the entry."
|
||||
"Group address of the entry."
|
||||
::= { hwIpMcast 9 }
|
||||
|
||||
hwIpMcastChannelSource OBJECT-TYPE
|
||||
@@ -1167,7 +1198,7 @@ hwIpMcastChannelSource OBJECT-TYPE
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Source address of the entry."
|
||||
"Source address of the entry."
|
||||
::= { hwIpMcast 10 }
|
||||
|
||||
hwIpMcastChannelDownstreamEntries OBJECT-TYPE
|
||||
@@ -1175,7 +1206,7 @@ hwIpMcastChannelDownstreamEntries OBJECT-TYPE
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" The total number of entries on the interface."
|
||||
"The total number of entries on the interface."
|
||||
::= { hwIpMcast 11 }
|
||||
|
||||
hwIpMcastChannelDownstreamBandWidth OBJECT-TYPE
|
||||
@@ -1183,7 +1214,7 @@ hwIpMcastChannelDownstreamBandWidth OBJECT-TYPE
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" The value of bandwidth on this interface."
|
||||
"The value of bandwidth on this interface."
|
||||
::= { hwIpMcast 12 }
|
||||
|
||||
hwIpMcastChannelGlobalEntries OBJECT-TYPE
|
||||
@@ -1191,31 +1222,31 @@ hwIpMcastChannelGlobalEntries OBJECT-TYPE
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" The total number of entries on the interface."
|
||||
"The total number of entries on the router."
|
||||
::= { hwIpMcast 13 }
|
||||
|
||||
hwIpMcastChannelDownstreamLimitBandWidth OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
" The configured limit of bandwidth on this interface."
|
||||
"The configured limit of bandwidth on this interface."
|
||||
::= { hwIpMcast 14 }
|
||||
|
||||
hwIpMcastChannelDownstreamLimitEntries OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
" The configured limit of entries on the interface."
|
||||
"The configured limit of entries on the interface."
|
||||
::= { hwIpMcast 15 }
|
||||
|
||||
hwIpMcastChannelGlobalLimitEntries OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
" The configured limit of global entries."
|
||||
"The configured limit of global entries."
|
||||
::= { hwIpMcast 16 }
|
||||
|
||||
hwIpMcastChannelInterfaceIfIndex OBJECT-TYPE
|
||||
@@ -1223,9 +1254,345 @@ hwIpMcastChannelInterfaceIfIndex OBJECT-TYPE
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" The interface on which this router most recently sent or received a cac trap, or zero if this router has not sent or received a cac trap."
|
||||
"The interface on which this router most recently sent or received a CAC trap, or zero if this router has not sent or received a CAC trap."
|
||||
::= { hwIpMcast 17 }
|
||||
|
||||
hwIpMcastChannelInterfaceName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..64))
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of interface on which this router most recently sent or received a CAC trap."
|
||||
::= { hwIpMcast 18 }
|
||||
|
||||
-- Added by tanxin
|
||||
|
||||
hwIpMcastCfgTotalLimit OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The configured limit of global entries."
|
||||
::= { hwIpMcast 19 }
|
||||
|
||||
hwIpMcastCfgTotalThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The configured threshold of global entries."
|
||||
::= { hwIpMcast 20 }
|
||||
|
||||
hwIpMcastTotalStat OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of entries of this instance."
|
||||
::= { hwIpMcast 21 }
|
||||
|
||||
hwIpMcastDownstreamTotalTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwIpMcastDownstreamTotalEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The (conceptual) table used to list CAC limit and statistic
|
||||
information on an interface."
|
||||
::= { hwIpMcast 22 }
|
||||
|
||||
hwIpMcastDownstreamTotalEntry OBJECT-TYPE
|
||||
SYNTAX HwIpMcastDownstreamTotalEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry (conceptual row) containing the CAC limit and statistic
|
||||
information for a particular interface."
|
||||
INDEX { hwIpMcastDownstreamTotalIpVersion,
|
||||
hwIpMcastDownstreamTotalIfIndex }
|
||||
::= { hwIpMcastDownstreamTotalTable 1 }
|
||||
|
||||
HwIpMcastDownstreamTotalEntry ::= SEQUENCE {
|
||||
hwIpMcastDownstreamTotalIpVersion InetVersion,
|
||||
hwIpMcastDownstreamTotalIfIndex InterfaceIndex,
|
||||
hwIpMcastDownstreamTotalEntriesLimit Unsigned32,
|
||||
hwIpMcastDownstreamTotalBandwidthLimit DisplayString,
|
||||
hwIpMcastDownstreamTotalEntriesStat Unsigned32,
|
||||
hwIpMcastDownstreamTotalBandwidthStat DisplayString
|
||||
}
|
||||
|
||||
hwIpMcastDownstreamTotalIpVersion OBJECT-TYPE
|
||||
SYNTAX InetVersion
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The IP version of this row."
|
||||
::= { hwIpMcastDownstreamTotalEntry 1 }
|
||||
|
||||
hwIpMcastDownstreamTotalIfIndex OBJECT-TYPE
|
||||
SYNTAX InterfaceIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The index value that uniquely identifies the interface to
|
||||
which this entry is applicable. The interface identified by
|
||||
a particular value of this index is the same interface as
|
||||
identified by the same value of the IF-MIB's ifIndex."
|
||||
::= { hwIpMcastDownstreamTotalEntry 2 }
|
||||
|
||||
hwIpMcastDownstreamTotalEntriesLimit OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The configured limit of entries on the interface."
|
||||
::= { hwIpMcastDownstreamTotalEntry 3 }
|
||||
|
||||
hwIpMcastDownstreamTotalBandwidthLimit OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The configured limit of bandwidth on this interface."
|
||||
::= { hwIpMcastDownstreamTotalEntry 4 }
|
||||
|
||||
hwIpMcastDownstreamTotalEntriesStat OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of entries on the interface."
|
||||
::= { hwIpMcastDownstreamTotalEntry 5 }
|
||||
|
||||
hwIpMcastDownstreamTotalBandwidthStat OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of bandwidth on this interface."
|
||||
::= { hwIpMcastDownstreamTotalEntry 6 }
|
||||
|
||||
hwIpMcastDownstreamChannelTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwIpMcastDownstreamChannelEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The (conceptual) table used to list CAC limit and statistic
|
||||
information for a channel on an interface."
|
||||
::= { hwIpMcast 23 }
|
||||
|
||||
hwIpMcastDownstreamChannelEntry OBJECT-TYPE
|
||||
SYNTAX HwIpMcastDownstreamChannelEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry (conceptual row) containing the multicast protocol
|
||||
information for a particular interface."
|
||||
INDEX { hwIpMcastDownstreamChannelIpVersion,
|
||||
hwIpMcastDownstreamChannelIfIndex,
|
||||
hwIpMcastDownstreamChannelName }
|
||||
::= { hwIpMcastDownstreamChannelTable 1 }
|
||||
|
||||
HwIpMcastDownstreamChannelEntry ::= SEQUENCE {
|
||||
hwIpMcastDownstreamChannelIpVersion InetVersion,
|
||||
hwIpMcastDownstreamChannelIfIndex InterfaceIndex,
|
||||
hwIpMcastDownstreamChannelName DisplayString,
|
||||
hwIpMcastDownstreamChannelEntryLimit Unsigned32,
|
||||
hwIpMcastDownstreamChannelBandwidthLimit DisplayString,
|
||||
hwIpMcastDownstreamChannelEntryStat Unsigned32,
|
||||
hwIpMcastDownstreamChannelBandwidthStat DisplayString
|
||||
}
|
||||
|
||||
hwIpMcastDownstreamChannelIpVersion OBJECT-TYPE
|
||||
SYNTAX InetVersion
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The IP version of this row."
|
||||
::= { hwIpMcastDownstreamChannelEntry 1 }
|
||||
|
||||
hwIpMcastDownstreamChannelIfIndex OBJECT-TYPE
|
||||
SYNTAX InterfaceIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The index value that uniquely identifies the interface to
|
||||
which this entry is applicable. The interface identified by
|
||||
a particular value of this index is the same interface as
|
||||
identified by the same value of the IF-MIB's ifIndex."
|
||||
::= { hwIpMcastDownstreamChannelEntry 2 }
|
||||
|
||||
hwIpMcastDownstreamChannelName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..64))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Channel name limited by CAC on the interface."
|
||||
::= { hwIpMcastDownstreamChannelEntry 3 }
|
||||
|
||||
hwIpMcastDownstreamChannelEntryLimit OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The configured limit of entries of this channel on the interface."
|
||||
::= { hwIpMcastDownstreamChannelEntry 4 }
|
||||
|
||||
hwIpMcastDownstreamChannelBandwidthLimit OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The configured limit of bandwidth of this channel on this interface."
|
||||
::= { hwIpMcastDownstreamChannelEntry 5 }
|
||||
|
||||
hwIpMcastDownstreamChannelEntryStat OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of entries of this channel on the interface."
|
||||
::= { hwIpMcastDownstreamChannelEntry 6 }
|
||||
|
||||
hwIpMcastDownstreamChannelBandwidthStat OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of bandwidth of this channel on the interface."
|
||||
::= { hwIpMcastDownstreamChannelEntry 7 }
|
||||
|
||||
hwIpMcastChannelTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwIpMcastChannelEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The (conceptual) table used to list CAC limit and statistic
|
||||
information for all channels."
|
||||
::= { hwIpMcast 24 }
|
||||
|
||||
hwIpMcastChannelEntry OBJECT-TYPE
|
||||
SYNTAX HwIpMcastChannelEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry (conceptual row) containing the CAC limit and statistic
|
||||
information for a particular channel."
|
||||
INDEX { hwIpMcastChannelChnName }
|
||||
::= { hwIpMcastChannelTable 1 }
|
||||
|
||||
HwIpMcastChannelEntry ::= SEQUENCE {
|
||||
hwIpMcastChannelChnName DisplayString,
|
||||
hwIpMcastChannelLimit Unsigned32,
|
||||
hwIpMcastChannelThreshold Unsigned32,
|
||||
hwIpMcastChannelStat Unsigned32,
|
||||
hwIpMcastChannelMode HWChannelMode
|
||||
}
|
||||
|
||||
hwIpMcastChannelChnName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..64))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The channel name of this row."
|
||||
::= { hwIpMcastChannelEntry 1 }
|
||||
|
||||
hwIpMcastChannelLimit OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The configured limit of global entries for a channel."
|
||||
::= { hwIpMcastChannelEntry 2 }
|
||||
|
||||
hwIpMcastChannelThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The configured threshold of global entries for a channel."
|
||||
::= { hwIpMcastChannelEntry 3 }
|
||||
|
||||
hwIpMcastChannelStat OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of entries for this channel."
|
||||
::= { hwIpMcastChannelEntry 4 }
|
||||
|
||||
hwIpMcastChannelMode OBJECT-TYPE
|
||||
SYNTAX HWChannelMode
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The mode of this channel."
|
||||
::= { hwIpMcastChannelEntry 5 }
|
||||
|
||||
-- Ended Add
|
||||
hwIpMcastInstanceName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The instance name of the trap."
|
||||
::= { hwIpMcast 25 }
|
||||
|
||||
hwBoardIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The BoardIndex of the trap."
|
||||
::= { hwIpMcast 26 }
|
||||
|
||||
hwIpMcastOverloadAddressType OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The OverloadAddressType of the trap."
|
||||
::= { hwIpMcast 27 }
|
||||
|
||||
hwIpMcastOverloadSource OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The OverloadSource of the trap."
|
||||
::= { hwIpMcast 28 }
|
||||
|
||||
hwIpMcastOverloadGroup OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The OverloadGroup of the trap."
|
||||
::= { hwIpMcast 29 }
|
||||
|
||||
hwIpMcastSGCurrentCount OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..262144)
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The current number of multicast routing (S, G) entries of all instances."
|
||||
::= { hwIpMcast 30 }
|
||||
|
||||
hwIpMcastSGThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..100)
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The threshold value of multicast routing (S, G) entries uppper limit(%) of all instances."
|
||||
::= { hwIpMcast 31 }
|
||||
|
||||
hwIpMcastSGTotalCount OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..262144)
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of multicast routing (S, G) entries of all instances."
|
||||
::= { hwIpMcast 32 }
|
||||
|
||||
--
|
||||
-- MCAC TRAP NODE
|
||||
--
|
||||
@@ -1236,14 +1603,16 @@ hwIpMcastDownstreamChannelLimit NOTIFICATION-TYPE
|
||||
hwIpMcastChannelInterfaceIfIndex,
|
||||
hwIpMcastChannelName,
|
||||
hwIpMcastChannelDownstreamEntries,
|
||||
hwIpMcastChannelDownstreamBandWidth
|
||||
hwIpMcastChannelDownstreamBandWidth,
|
||||
hwIpMcastChannelInterfaceName,
|
||||
hwIpMcastInstanceName
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" A hwIpMcastDownstreamChannelLimit notification signifies that a entry belongs to
|
||||
"A hwIpMcastDownstreamChannelLimit notification signifies that an entry belongs to
|
||||
specified channel has been limited.
|
||||
|
||||
This notification is generated whenever a entry belongs to specified channel
|
||||
This notification is generated whenever an entry belongs to specified channel
|
||||
failed to add downstream cause channel downstream entry or bandwidth limit."
|
||||
::= { hwIpMcastNotifications 1 }
|
||||
|
||||
@@ -1252,13 +1621,15 @@ hwIpMcastDownstreamTotalLimit NOTIFICATION-TYPE
|
||||
hwIpMcastChannelGroup,
|
||||
hwIpMcastChannelInterfaceIfIndex,
|
||||
hwIpMcastChannelDownstreamEntries,
|
||||
hwIpMcastChannelDownstreamBandWidth
|
||||
hwIpMcastChannelDownstreamBandWidth,
|
||||
hwIpMcastChannelInterfaceName,
|
||||
hwIpMcastInstanceName
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" A hwIpMcastDownstreamTotalLimit notification signifies that a entry has been limited.
|
||||
"A hwIpMcastDownstreamTotalLimit notification signifies that an entry has been limited.
|
||||
|
||||
This notification is generated whenever a entry failed to add downstream
|
||||
This notification is generated whenever an entry failed to add downstream
|
||||
cause total downstream entry or bandwidth limit."
|
||||
::= { hwIpMcastNotifications 2 }
|
||||
|
||||
@@ -1266,28 +1637,29 @@ hwIpMcastGlobalChannelLimit NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastChannelSource,
|
||||
hwIpMcastChannelGroup,
|
||||
hwIpMcastChannelName,
|
||||
hwIpMcastChannelGlobalEntries
|
||||
hwIpMcastChannelGlobalEntries,
|
||||
hwIpMcastInstanceName
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" A hwIpMcastGlobalChannelLimit notification signifies that a entry belongs to specified channel
|
||||
has been limited for global limite.
|
||||
"A hwIpMcastGlobalChannelLimit notification signifies that an entry belongs to specified channel
|
||||
has been limited for global limit.
|
||||
|
||||
This notification is generated whenever a entry belongs to specified channel
|
||||
This notification is generated whenever an entry belongs to specified channel
|
||||
failed to create as global entries limits."
|
||||
::= { hwIpMcastNotifications 3 }
|
||||
|
||||
hwIpMcastGlobalTotalLimit NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastChannelSource,
|
||||
hwIpMcastChannelGroup,
|
||||
hwIpMcastChannelGlobalEntries
|
||||
hwIpMcastChannelGlobalEntries,
|
||||
hwIpMcastInstanceName
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" A hwIpMcastGlobalTotalLimit notification signifies that a entry
|
||||
has been limited for global total entries limite.
|
||||
|
||||
This notification is generated whenever a entry failed to create
|
||||
"A hwIpMcastGlobalTotalLimit notification signifies that an entry
|
||||
has been limited for global total entries limit.
|
||||
This notification is generated whenever an entry failed to create
|
||||
as global total entries limits."
|
||||
::= { hwIpMcastNotifications 4 }
|
||||
|
||||
@@ -1297,16 +1669,17 @@ hwIpMcastOutChannelExceededLimit NOTIFICATION-TYPE
|
||||
hwIpMcastChannelDownstreamEntries,
|
||||
hwIpMcastChannelDownstreamBandWidth,
|
||||
hwIpMcastChannelDownstreamLimitEntries,
|
||||
hwIpMcastChannelDownstreamLimitBandWidth
|
||||
hwIpMcastChannelDownstreamLimitBandWidth,
|
||||
hwIpMcastChannelInterfaceName
|
||||
}
|
||||
STATUS current
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
" A hwIpMcastOutChannelExceededLimit notification signifies that existed entries
|
||||
"A hwIpMcastOutChannelExceededLimit notification signifies that existed entries
|
||||
exceeded channel downstream entry or bandwidth limit of pim routing-table.
|
||||
|
||||
This notification is generated whenever existed entries belongs to specified
|
||||
channel exceeded downstream entry or bandwidth limit due to downstream
|
||||
limit config."
|
||||
limit configuration."
|
||||
::= { hwIpMcastNotifications 5 }
|
||||
|
||||
hwIpMcastOutTotalExceededLimit NOTIFICATION-TYPE
|
||||
@@ -1314,16 +1687,17 @@ hwIpMcastOutTotalExceededLimit NOTIFICATION-TYPE
|
||||
hwIpMcastChannelDownstreamEntries,
|
||||
hwIpMcastChannelDownstreamBandWidth,
|
||||
hwIpMcastChannelDownstreamLimitEntries,
|
||||
hwIpMcastChannelDownstreamLimitBandWidth
|
||||
hwIpMcastChannelDownstreamLimitBandWidth,
|
||||
hwIpMcastChannelInterfaceName
|
||||
}
|
||||
STATUS current
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
" A hwIpMcastOutTotalExceededLimit notification signifies that existed entries
|
||||
"A hwIpMcastOutTotalExceededLimit notification signifies that existed entries
|
||||
exceeded total downstream entry or bandwidth limit of pim routing-table.
|
||||
|
||||
This notification is generated whenever existed entries exceeded total
|
||||
downstream entry or bandwidth limit due to downstream
|
||||
limit config."
|
||||
limit configuration."
|
||||
::= { hwIpMcastNotifications 6 }
|
||||
|
||||
hwIpMcastGlobalChannelExceededLimit NOTIFICATION-TYPE
|
||||
@@ -1331,28 +1705,120 @@ hwIpMcastGlobalChannelExceededLimit NOTIFICATION-TYPE
|
||||
hwIpMcastChannelGlobalEntries,
|
||||
hwIpMcastChannelGlobalLimitEntries
|
||||
}
|
||||
STATUS current
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
" A hwIpMcastGlobalChannelExceededLimit notification signifies that existed entries exceeded
|
||||
"A hwIpMcastGlobalChannelExceededLimit notification signifies that existed entries exceeded
|
||||
global entry limit of pim routing-table.
|
||||
|
||||
This notification is generated whenever existed entries belongs to specified channel
|
||||
exceeded global entry or bandwidth limit due to global limit config."
|
||||
exceeded global entry or bandwidth limit due to global limit configuration."
|
||||
::= { hwIpMcastNotifications 7 }
|
||||
|
||||
hwIpMcastGlobalTotalExceededLimit NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastChannelGlobalEntries,
|
||||
hwIpMcastChannelGlobalLimitEntries
|
||||
}
|
||||
STATUS current
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
" A hwIpMcastGlobalTotalExceededLimit notification signifies that existed entries exceeded
|
||||
"A hwIpMcastGlobalTotalExceededLimit notification signifies that existed entries exceeded
|
||||
global total entry limit of pim routing-table.
|
||||
|
||||
This notification is generated whenever existed entries exceeded global total entry
|
||||
or bandwidth limit due to global limit config."
|
||||
This notification is generated whenever existed entries exceeded global total entry
|
||||
or bandwidth limit due to global limit configuration."
|
||||
::= { hwIpMcastNotifications 8 }
|
||||
|
||||
hwMFIBEntryOverloadSuspend NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastOverloadAddressType,
|
||||
hwIpMcastInstanceName,
|
||||
hwBoardIndex
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A hwMFIBEntryOverloadSuspend notification signifies that the MFIB module is overloaded.
|
||||
|
||||
This notification is generated whenever the MFIB module is overloaded in the board."
|
||||
::= { hwIpMcastNotifications 9 }
|
||||
|
||||
hwMFIBEntryOverloadSusResume NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastOverloadAddressType,
|
||||
hwIpMcastInstanceName,
|
||||
hwBoardIndex
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A hwMFIBEntryOverloadSusResume notification signifies that the board MFIB module changes
|
||||
from the overload suspension state to the normal state.
|
||||
|
||||
This notification is generated whenever the MFIB module changes from the overload suspension
|
||||
state to the normal state."
|
||||
::= { hwIpMcastNotifications 10 }
|
||||
|
||||
hwMFIBEntryOifOverloadSuspend NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastOverloadAddressType,
|
||||
hwIpMcastOverloadSource,
|
||||
hwIpMcastOverloadGroup,
|
||||
hwIpMcastInstanceName,
|
||||
hwBoardIndex
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A hwMFIBEntryOifOverloadSuspend notification signifies that the downstream of the MFIB entry is
|
||||
overloaded.
|
||||
|
||||
This notification is generated whenever the downstream of the MFIB entry is overloaded."
|
||||
::= { hwIpMcastNotifications 11 }
|
||||
|
||||
hwMFIBEntryOifOverloadSusResume NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastOverloadAddressType,
|
||||
hwIpMcastOverloadSource,
|
||||
hwIpMcastOverloadGroup,
|
||||
hwIpMcastInstanceName,
|
||||
hwBoardIndex
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A hwMFIBEntryOifOverloadSuspend notification signifies that the MFIB entry changes from the overload
|
||||
suspension state to the normal state.
|
||||
|
||||
This notification is generated whenever the MFIB entry changes from the overload suspension state to
|
||||
the normal state."
|
||||
::= { hwIpMcastNotifications 12 }
|
||||
|
||||
hwIpMcastSGThresholdExceed NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastSGCurrentCount,
|
||||
hwIpMcastSGThreshold,
|
||||
hwIpMcastSGTotalCount
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A hwIpMcastSGThresholdExceed notification signifies that multicast routing (S, G) entries count of all instances reached the upper threshold."
|
||||
::= { hwIpMcastNotifications 13 }
|
||||
|
||||
hwIpMcastSGThresholdExceedClear NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastSGCurrentCount,
|
||||
hwIpMcastSGThreshold,
|
||||
hwIpMcastSGTotalCount
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A hwIpMcastSGThresholdExceedClear notification signifies that multicast routing (S, G) entries count of all instances fell below the lower threshold."
|
||||
::= { hwIpMcastNotifications 14 }
|
||||
|
||||
hwIpMcastSGExceed NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastSGTotalCount
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A hwIpMcastSGExceed notification signifies that multicast routing (S, G) entries count of all instances reached the limit."
|
||||
::= { hwIpMcastNotifications 15 }
|
||||
|
||||
hwIpMcastSGExceedClear NOTIFICATION-TYPE
|
||||
OBJECTS { hwIpMcastSGTotalCount
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A hwIpMcastSGExceedClear notification signifies that multicast routing (S, G) entries count of all instances fell below the limit."
|
||||
::= { hwIpMcastNotifications 16 }
|
||||
|
||||
--
|
||||
-- Conformance information
|
||||
--
|
||||
@@ -1368,7 +1834,7 @@ hwIpMcastMibGroups OBJECT IDENTIFIER ::= { hwIpMcastMibCon
|
||||
hwIpMcastMibComplianceHost MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for hosts supporting IPMCAST-Mib."
|
||||
"The compliance statement for hosts supporting IPMCAST-MIB."
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS { hwIpMcastMibBasicGroup }
|
||||
|
||||
@@ -1403,7 +1869,7 @@ hwIpMcastMibComplianceRouter MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for routers supporting
|
||||
IPMCAST-Mib."
|
||||
IPMCAST-MIB."
|
||||
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS { hwIpMcastMibRouteProtoGroup,
|
||||
@@ -1459,7 +1925,7 @@ hwIpMcastMibComplianceBorderRouter MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for routers on scope
|
||||
boundaries supporting IPMCAST-Mib."
|
||||
boundaries supporting IPMCAST-MIB."
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS { hwIpMcastMibRouteProtoGroup,
|
||||
hwIpMcastMibBasicGroup,
|
||||
@@ -1617,7 +2083,19 @@ hwIpMcastMibNotificationObjects OBJECT-GROUP
|
||||
hwIpMcastChannelDownstreamLimitBandWidth,
|
||||
hwIpMcastChannelDownstreamLimitEntries,
|
||||
hwIpMcastChannelGlobalLimitEntries,
|
||||
hwIpMcastChannelInterfaceIfIndex
|
||||
hwIpMcastChannelInterfaceIfIndex,
|
||||
hwIpMcastChannelInterfaceName,
|
||||
hwIpMcastCfgTotalLimit,
|
||||
hwIpMcastCfgTotalThreshold,
|
||||
hwIpMcastTotalStat,
|
||||
hwIpMcastInstanceName,
|
||||
hwBoardIndex,
|
||||
hwIpMcastOverloadAddressType,
|
||||
hwIpMcastOverloadSource,
|
||||
hwIpMcastOverloadGroup,
|
||||
hwIpMcastSGCurrentCount,
|
||||
hwIpMcastSGThreshold,
|
||||
hwIpMcastSGTotalCount
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -1633,11 +2111,19 @@ hwIpMcastMibNotificationGroup NOTIFICATION-GROUP
|
||||
hwIpMcastOutChannelExceededLimit,
|
||||
hwIpMcastOutTotalExceededLimit,
|
||||
hwIpMcastGlobalChannelExceededLimit,
|
||||
hwIpMcastGlobalTotalExceededLimit
|
||||
hwIpMcastGlobalTotalExceededLimit,
|
||||
hwMFIBEntryOverloadSuspend,
|
||||
hwMFIBEntryOverloadSusResume,
|
||||
hwMFIBEntryOifOverloadSuspend,
|
||||
hwMFIBEntryOifOverloadSusResume,
|
||||
hwIpMcastSGThresholdExceed,
|
||||
hwIpMcastSGThresholdExceedClear,
|
||||
hwIpMcastSGExceed,
|
||||
hwIpMcastSGExceedClear
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of notifications for signaling MCAC network
|
||||
management events."
|
||||
::= { hwIpMcastMibGroups 10 }
|
||||
END
|
||||
END
|
||||
|
@@ -1,11 +1,20 @@
|
||||
-- =================================================================
|
||||
-- Copyright (C) 2008 by HUAWEI TECHNOLOGIES. All rights reserved
|
||||
-- Copyright (C) 2016 by HUAWEI TECHNOLOGIES. All rights reserved
|
||||
--
|
||||
-- Description:HUAWEI MAC AUTHEN MIB
|
||||
-- Reference:
|
||||
-- Version: V1.00
|
||||
-- Version: V1.05
|
||||
-- History:
|
||||
-- V1.0 2008-07-02, publish
|
||||
-- v1.01
|
||||
-- modified by z00196108 2013-8-7
|
||||
-- v1.02
|
||||
-- modified by z00196108 2013-10-23
|
||||
-- v1.03
|
||||
-- modified by q00228201 2014-1-13
|
||||
-- v1.04
|
||||
-- modified by h00280725 2015-6-22
|
||||
-- v1.05
|
||||
-- modified by c00350813 2016-3-18
|
||||
-- =================================================================
|
||||
|
||||
HUAWEI-MAC-AUTHEN-MIB DEFINITIONS ::= BEGIN
|
||||
@@ -13,11 +22,14 @@
|
||||
IMPORTS
|
||||
hwDatacomm
|
||||
FROM HUAWEI-MIB
|
||||
MODULE-IDENTITY, IpAddress, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
MODULE-IDENTITY, IpAddress, OBJECT-TYPE,
|
||||
NOTIFICATION-TYPE,Integer32
|
||||
FROM SNMPv2-SMI
|
||||
MODULE-COMPLIANCE,OBJECT-GROUP,NOTIFICATION-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
InterfaceIndexOrZero, ifDescr
|
||||
FROM IF-MIB
|
||||
VlanIdOrNone
|
||||
VlanIdOrNone
|
||||
FROM Q-BRIDGE-MIB
|
||||
EnabledStatus
|
||||
FROM P-BRIDGE-MIB
|
||||
@@ -29,22 +41,38 @@
|
||||
-- Module Identifier
|
||||
--
|
||||
hwMacAuthenMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "200807021800Z" -- June 02th, 2008 at 14:00 GMT
|
||||
LAST-UPDATED "201603181536Z"
|
||||
ORGANIZATION
|
||||
"Huawei Technologies co., Ltd."
|
||||
"Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
" R&D NanJing, Huawei Technologies co.,Ltd.
|
||||
Huihong Bld.,NO.91 Baixia Rd.,
|
||||
Bai-Xia District NanJing P.R. China
|
||||
Zip:210001
|
||||
Http://www.huawei.com
|
||||
E-mail:support@huawei.com "
|
||||
"Huawei Industrial Base
|
||||
Bantian, Longgang
|
||||
Shenzhen 518129
|
||||
People's Republic of China
|
||||
Website: http://www.huawei.com
|
||||
Email: support@huawei.com
|
||||
"
|
||||
DESCRIPTION
|
||||
"This MIB describes objects used for mac-authentication,including
|
||||
configuring mac-authentication."
|
||||
REVISION "200807021800Z" -- July 02th, 2008 at 14:00 GMT
|
||||
REVISION "201603181536Z"
|
||||
DESCRIPTION
|
||||
"Modify hwMacAuthenModeUsername"
|
||||
REVISION "201506221604Z"
|
||||
DESCRIPTION
|
||||
"Modify range of hwMacAuthenMaxUserNum"
|
||||
REVISION "200912151800Z" -- December 15th, 2009 at 14:00 GMT
|
||||
DESCRIPTION
|
||||
"The initial revision of this MIB module."
|
||||
REVISION "201308071111Z" -- August 7th, 2013 at 14:00 GMT
|
||||
DESCRIPTION
|
||||
"Modify quiet-period."
|
||||
REVISION "201310231221Z" -- October 23th, 2013 at 14:00 GMT
|
||||
DESCRIPTION
|
||||
"Modify hwMacAuthenTimerOfflineDetect"
|
||||
REVISION "201401131221Z"
|
||||
DESCRIPTION
|
||||
"Modify quiet-period."
|
||||
::= { hwDatacomm 171 }
|
||||
|
||||
--
|
||||
@@ -69,12 +97,17 @@
|
||||
|
||||
|
||||
hwMacAuthenModeUsername OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
macAddressWithoutHyphen(1),
|
||||
macAddressWithHyphen(2),
|
||||
fixed(3)
|
||||
}
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
macAddressWithoutHyphen(1),
|
||||
macAddressWithHyphen(2),
|
||||
fixed(3),
|
||||
option82(4),
|
||||
macAddressWithHyphenNormal(5),
|
||||
macAddressWithoutHyphenUpper(6),
|
||||
macAddressWithHyphenUpper(7),
|
||||
macAddressWithHyphenNormalUpper(8)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -84,7 +117,7 @@
|
||||
|
||||
|
||||
hwMacAuthenPassword OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -93,7 +126,7 @@
|
||||
|
||||
|
||||
hwMacAuthenUsername OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -102,8 +135,8 @@
|
||||
|
||||
|
||||
hwMacAuthenDomain OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Specify domain server configuration. "
|
||||
@@ -111,7 +144,7 @@
|
||||
|
||||
|
||||
hwMacAuthenTimerOfflineDetect OBJECT-TYPE
|
||||
SYNTAX Integer32(30..7200)
|
||||
SYNTAX Integer32(0..7200)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -121,7 +154,7 @@
|
||||
|
||||
|
||||
hwMacAuthenTimerQuiet OBJECT-TYPE
|
||||
SYNTAX Integer32(10..3600)
|
||||
SYNTAX Integer32(0..3600)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -141,85 +174,161 @@
|
||||
|
||||
|
||||
hwMacAuthenReauthInterval OBJECT-TYPE
|
||||
SYNTAX Integer32(1..3600)
|
||||
SYNTAX Integer32(1..7200)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Specify timer configuration of guest vlan reauthentication. "
|
||||
DEFVAL { 30 }
|
||||
::= { hwMacAuthenObjects 9 }
|
||||
|
||||
::= { hwMacAuthenObjects 9 }
|
||||
|
||||
|
||||
hwMacAuthenCfgTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwMacAuthenCfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The MAC authentication configuration table."
|
||||
::= { hwMacAuthenObjects 10 }
|
||||
SYNTAX SEQUENCE OF HwMacAuthenCfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The MAC authentication configuration table."
|
||||
::= { hwMacAuthenObjects 10 }
|
||||
|
||||
|
||||
hwMacAuthenCfgEntry OBJECT-TYPE
|
||||
SYNTAX HwMacAuthenCfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the MAC authentication configuration table."
|
||||
INDEX { hwMacAuthenPortIndex }
|
||||
::= { hwMacAuthenCfgTable 1 }
|
||||
SYNTAX HwMacAuthenCfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the MAC authentication configuration table."
|
||||
INDEX { hwMacAuthenPortIndex }
|
||||
::= { hwMacAuthenCfgTable 1 }
|
||||
|
||||
HwMacAuthenCfgEntry ::=
|
||||
SEQUENCE {
|
||||
hwMacAuthenPortIndex Integer32,
|
||||
hwMacAuthenPortEnable EnabledStatus,
|
||||
hwMacAuthenGuestVlan VlanIdOrNone,
|
||||
hwMacAuthenMaxUserNum Integer32
|
||||
}
|
||||
SEQUENCE {
|
||||
hwMacAuthenPortIndex Integer32,
|
||||
hwMacAuthenPortEnable EnabledStatus,
|
||||
hwMacAuthenGuestVlan VlanIdOrNone,
|
||||
hwMacAuthenMaxUserNum Integer32,
|
||||
hwMacAuthenPortDomain DisplayString,
|
||||
hwMacAuthenPortModeUserName INTEGER,
|
||||
hwMacAuthenPortUserName DisplayString,
|
||||
hwMacAuthenPortPassWord DisplayString,
|
||||
hwMacAuthenPortPwdType INTEGER
|
||||
}
|
||||
|
||||
hwMacAuthenPortIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..512)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "The Index of L2-Switch Interface."
|
||||
::= { hwMacAuthenCfgEntry 1 }
|
||||
SYNTAX Integer32 (0..1280)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "The Index of L2-Switch Interface."
|
||||
::= { hwMacAuthenCfgEntry 1 }
|
||||
|
||||
hwMacAuthenPortEnable OBJECT-TYPE
|
||||
SYNTAX EnabledStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION " Whether to enable MAC authentication on this interface."
|
||||
DEFVAL { disable }
|
||||
::= { hwMacAuthenCfgEntry 2 }
|
||||
SYNTAX EnabledStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Whether to enable MAC authentication on this interface."
|
||||
DEFVAL { disable }
|
||||
::= { hwMacAuthenCfgEntry 2 }
|
||||
|
||||
hwMacAuthenGuestVlan OBJECT-TYPE
|
||||
SYNTAX VlanIdOrNone
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Specify guest vlan configuration information for ports."
|
||||
::= { hwMacAuthenCfgEntry 3 }
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Specify guest vlan configuration information for ports."
|
||||
::= { hwMacAuthenCfgEntry 3 }
|
||||
|
||||
hwMacAuthenMaxUserNum OBJECT-TYPE
|
||||
SYNTAX Integer32(1..256)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The max number of users. "
|
||||
DEFVAL { 256 }
|
||||
::= { hwMacAuthenCfgEntry 4 }
|
||||
SYNTAX Integer32(1..16384)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The max number of users. "
|
||||
DEFVAL { 256 }
|
||||
::= { hwMacAuthenCfgEntry 4 }
|
||||
|
||||
hwMacAuthenPortDomain OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Specify domain server configuration for ports."
|
||||
::= { hwMacAuthenCfgEntry 5 }
|
||||
|
||||
|
||||
hwMacAuthenPortModeUserName OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
obeyGlobalConfiguration(1),
|
||||
macAddressWithoutHyphen(2),
|
||||
macAddressWithHyphen(3),
|
||||
fixed(4),
|
||||
option82(5),
|
||||
macAddressWithHyphenNormal(6),
|
||||
macAddressWithoutHyphenUpper(7),
|
||||
macAddressWithHyphenUpper(8),
|
||||
macAddressWithHyphenNormalUpper(9)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Specify MAC authentication mode config for ports."
|
||||
DEFVAL { obeyGlobalConfiguration }
|
||||
::= { hwMacAuthenCfgEntry 6 }
|
||||
|
||||
hwMacAuthenPortUserName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Special the fixed username for ports."
|
||||
::= { hwMacAuthenCfgEntry 7 }
|
||||
|
||||
hwMacAuthenPortPassWord OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Special the fixed password for ports."
|
||||
::= { hwMacAuthenCfgEntry 8 }
|
||||
|
||||
hwMacAuthenPortPwdType OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
simple(1),
|
||||
cipher(2)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The type of port password. "
|
||||
DEFVAL { simple }
|
||||
::= { hwMacAuthenCfgEntry 9 }
|
||||
|
||||
hwMacAuthenPwdType OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
simple(1),
|
||||
cipher(2)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The type of global password. "
|
||||
DEFVAL { simple }
|
||||
::= { hwMacAuthenObjects 11 }
|
||||
|
||||
--
|
||||
-- Traps Identifier
|
||||
--
|
||||
hwMacAuthenMibTraps OBJECT IDENTIFIER ::= { hwMacAuthenMIB 2 }
|
||||
hwMacAuthenMibTraps OBJECT IDENTIFIER ::= { hwMacAuthenMIB 2 }
|
||||
|
||||
hwMacAuthenMaxUserAlarm NOTIFICATION-TYPE
|
||||
OBJECTS { ifDescr }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of ahthenticate users is reached the max number. "
|
||||
::= { hwMacAuthenMibTraps 1 }
|
||||
hwMacAuthenMaxUserAlarm NOTIFICATION-TYPE
|
||||
OBJECTS { ifDescr }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of ahthenticate users is reached the max number. "
|
||||
::= { hwMacAuthenMibTraps 1 }
|
||||
|
||||
|
||||
-- ============== conformance information ==============
|
||||
@@ -256,9 +365,15 @@
|
||||
hwMacAuthenReauthInterval,
|
||||
hwMacAuthenPortEnable,
|
||||
hwMacAuthenGuestVlan,
|
||||
hwMacAuthenMaxUserNum
|
||||
hwMacAuthenMaxUserNum,
|
||||
hwMacAuthenPortDomain,
|
||||
hwMacAuthenPortModeUserName,
|
||||
hwMacAuthenPortUserName,
|
||||
hwMacAuthenPortPassWord,
|
||||
hwMacAuthenPortPwdType,
|
||||
hwMacAuthenPwdType
|
||||
}
|
||||
STATUS current
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The mac-authen's Configuration group."
|
||||
::= { hwMacAuthenCfgGroups 1 }
|
||||
@@ -271,4 +386,4 @@
|
||||
::= { hwMacAuthenCfgGroups 2 }
|
||||
|
||||
-- ============== conformance information define end ==============
|
||||
END
|
||||
END
|
@@ -1,9 +1,9 @@
|
||||
-- =================================================================
|
||||
-- Copyright (C) 2008 by HUAWEI TECHNOLOGIES. All rights reserved
|
||||
-- Copyright (C) 2016 by HUAWEI TECHNOLOGIES. All rights reserved
|
||||
--
|
||||
-- Description:HUAWEI MFF(MAC-FORCED-FORWARDING) MIB
|
||||
-- Reference:
|
||||
-- Version: V1.00
|
||||
-- Version: V1.01
|
||||
-- History:
|
||||
-- V1.0 2008-07-02, publish
|
||||
-- =================================================================
|
||||
@@ -12,7 +12,9 @@ HUAWEI-MFF-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
hwDatacomm
|
||||
FROM HUAWEI-MIB
|
||||
MODULE-IDENTITY, IpAddress, OBJECT-TYPE
|
||||
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
Integer32, MODULE-IDENTITY, IpAddress, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
InterfaceIndexOrZero
|
||||
FROM IF-MIB
|
||||
@@ -32,20 +34,25 @@ HUAWEI-MFF-MIB DEFINITIONS ::= BEGIN
|
||||
-- Module Identifier
|
||||
--
|
||||
hwMffMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "200807021800Z" -- Jul 2nd, 2008 at 14:00 GMT
|
||||
ORGANIZATION
|
||||
"Huawei Technologies co., Ltd."
|
||||
CONTACT-INFO
|
||||
" Avansys R&D Building,
|
||||
Huawei Longgang Production Base,
|
||||
Shenzhen P.R. China
|
||||
Zip:518129
|
||||
Http://www.huawei.com
|
||||
E-mail:support@huawei.com "
|
||||
LAST-UPDATED "201605191030Z" -- May 19, 2016 at 10:30 GMT
|
||||
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
|
||||
"This MIB describes objects used for Mff,including
|
||||
configuring mff,cofiguring network port and server's IP address, collecting
|
||||
user and gateway information. "
|
||||
|
||||
REVISION "201605191030Z" -- May 19, 2016 at 10:30 GMT
|
||||
DESCRIPTION
|
||||
"Add new mib node hwMffGatewayDetectInterval."
|
||||
REVISION "200807021800Z" -- Jul 2nd, 2008 at 14:00 GMT
|
||||
DESCRIPTION
|
||||
"The initial revision of this MIB module."
|
||||
@@ -67,7 +74,6 @@ hwMffGlobal OBJECT-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The global mff. Enable this before you want to enable vlan, port mff. "
|
||||
DEFVAL { disable }
|
||||
::= { hwMffObjects 1 }
|
||||
|
||||
hwMffVlanCfgTable OBJECT-TYPE
|
||||
@@ -92,6 +98,7 @@ hwMffVlanCfgTable OBJECT-TYPE
|
||||
hwMffVlanIndex VlanId,
|
||||
hwMffStaticGatewayIpAddr IpAddress,
|
||||
hwMffGatewayDetect EnabledStatus,
|
||||
hwMffGatewayDetectInterval Integer32,
|
||||
hwMffVlanCfgRowStatus RowStatus
|
||||
}
|
||||
|
||||
@@ -116,10 +123,18 @@ hwMffVlanCfgTable OBJECT-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Whether to enable gateway MAC address detection on this vlan. "
|
||||
DEFVAL { disable }
|
||||
DEFVAL { enable }
|
||||
::= { hwMffVlanCfgEntry 3 }
|
||||
|
||||
|
||||
hwMffGatewayDetectInterval OBJECT-TYPE
|
||||
SYNTAX Integer32 (30..17280)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Whether to modify the gateway MAC address detection interval on this vlan. "
|
||||
DEFVAL { 30 }
|
||||
::= { hwMffVlanCfgEntry 4 }
|
||||
|
||||
hwMffVlanCfgRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
@@ -283,7 +298,93 @@ hwMffUserGatewayTable OBJECT-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Gateway's MAC address."
|
||||
::= { hwMffUserGatewayEntry 21 }
|
||||
::= { hwMffUserGatewayEntry 21 }
|
||||
|
||||
hwMffModUserTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwMffModUserEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" Modify the mff users and gateways table."
|
||||
::= { hwMffObjects 6 }
|
||||
|
||||
hwMffModUserEntry OBJECT-TYPE
|
||||
SYNTAX HwMffModUserEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry to modify the mff users and gateways table."
|
||||
INDEX { hwMffModUserVlanIndex, hwMffModUserIpAddrIndex}
|
||||
::= { hwMffModUserTable 1 }
|
||||
|
||||
HwMffModUserEntry ::=
|
||||
SEQUENCE {
|
||||
hwMffModUserVlanIndex VlanId,
|
||||
hwMffModUserIpAddrIndex IpAddress,
|
||||
hwMffModUserMacAddr MacAddress,
|
||||
hwMffModUserPort Integer32,
|
||||
hwMffModUserGatewayIp IpAddress,
|
||||
hwMffModUserGatewayMacAddr MacAddress,
|
||||
hwMffModUserRowStatus RowStatus
|
||||
}
|
||||
|
||||
hwMffModUserVlanIndex OBJECT-TYPE
|
||||
SYNTAX VlanId
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The VLAN-ID or other identifier referring to this VLAN."
|
||||
::= { hwMffModUserEntry 1 }
|
||||
|
||||
hwMffModUserIpAddrIndex OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index: user's IP."
|
||||
::= { hwMffModUserEntry 2 }
|
||||
|
||||
hwMffModUserMacAddr OBJECT-TYPE
|
||||
SYNTAX MacAddress
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"User's MAC address."
|
||||
::= { hwMffModUserEntry 3 }
|
||||
|
||||
hwMffModUserPort OBJECT-TYPE
|
||||
SYNTAX Integer32(1..65535)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The user's port index."
|
||||
::= { hwMffModUserEntry 4 }
|
||||
|
||||
|
||||
hwMffModUserGatewayIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index: gateway's IP."
|
||||
::= { hwMffModUserEntry 5 }
|
||||
|
||||
|
||||
hwMffModUserGatewayMacAddr OBJECT-TYPE
|
||||
SYNTAX MacAddress
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Gateway's MAC address."
|
||||
::= { hwMffModUserEntry 6 }
|
||||
|
||||
hwMffModUserRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The row status of modify the mff users and gateways table."
|
||||
::= { hwMffModUserEntry 100 }
|
||||
|
||||
--
|
||||
-- Traps Identifier
|
||||
@@ -305,7 +406,8 @@ hwMffCompliances OBJECT IDENTIFIER ::= { hwMffConformance 1 }
|
||||
hwMffVlanCfgGroup,
|
||||
hwMffNetworkPortGroup,
|
||||
hwMffServerCfgGroup,
|
||||
hwMffUserGatewayGroup
|
||||
hwMffUserGatewayGroup,
|
||||
hwMffModUserGroup
|
||||
}
|
||||
::= { hwMffCompliances 1 }
|
||||
|
||||
@@ -322,7 +424,7 @@ hwMffMIBGroups OBJECT IDENTIFIER ::= { hwMffConformance 2 }
|
||||
::= { hwMffMIBGroups 1 }
|
||||
|
||||
hwMffVlanCfgGroup OBJECT-GROUP
|
||||
OBJECTS { hwMffStaticGatewayIpAddr, hwMffGatewayDetect, hwMffVlanCfgRowStatus }
|
||||
OBJECTS { hwMffStaticGatewayIpAddr, hwMffGatewayDetect, hwMffGatewayDetectInterval, hwMffVlanCfgRowStatus }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The MFF vlan configuration group."
|
||||
@@ -347,8 +449,16 @@ hwMffMIBGroups OBJECT IDENTIFIER ::= { hwMffConformance 2 }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The MFF user and gateway group."
|
||||
::= { hwMffMIBGroups 5 }
|
||||
::= { hwMffMIBGroups 5 }
|
||||
|
||||
hwMffModUserGroup OBJECT-GROUP
|
||||
OBJECTS { hwMffModUserMacAddr,hwMffModUserPort, hwMffModUserGatewayIp,hwMffModUserGatewayMacAddr,hwMffModUserRowStatus }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The MFF user modify group."
|
||||
::= { hwMffMIBGroups 6 }
|
||||
|
||||
|
||||
-- ============== conformance information define end ==============
|
||||
|
||||
END
|
||||
END
|
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
-- =================================================================
|
||||
-- Copyright (C) 2008 by HUAWEI TECHNOLOGIES. All rights reserved
|
||||
-- Copyright (C) 2014 by HUAWEI TECHNOLOGIES. All rights reserved
|
||||
--
|
||||
-- Description: VPN diagnostics MIB.
|
||||
-- Reference:
|
||||
@@ -20,10 +20,10 @@
|
||||
InetAddressType, InetAddress
|
||||
FROM INET-ADDRESS-MIB
|
||||
EnabledStatus
|
||||
FROM P-BRIDGE-MIB
|
||||
OBJECT-GROUP
|
||||
FROM P-BRIDGE-MIB
|
||||
OBJECT-GROUP, MODULE-COMPLIANCE
|
||||
FROM SNMPv2-CONF
|
||||
mib-2, Integer32, OBJECT-TYPE, MODULE-IDENTITY
|
||||
mib-2, IpAddress, Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
MacAddress, RowStatus, DisplayString, TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC ;
|
||||
@@ -31,24 +31,33 @@
|
||||
|
||||
--
|
||||
vpndiagnostics MODULE-IDENTITY
|
||||
LAST-UPDATED "200808061507Z" -- August 06, 2008 at 15:07 GMT
|
||||
LAST-UPDATED "201401181722Z"
|
||||
ORGANIZATION
|
||||
"Huawei Technologies Co., Ltd."
|
||||
"Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
"R&D BeiJing, Huawei Technologies co.,Ltd.
|
||||
Huawei Bld.,NO.3 Xinxi Rd.,
|
||||
Shang-Di Information Industry Base,
|
||||
Hai-Dian District Beijing P.R. China
|
||||
Zip:100085
|
||||
Http://www.huawei.com
|
||||
E-mail:support@huawei.com"
|
||||
"Huawei Industrial Base
|
||||
Bantian, Longgang
|
||||
Shenzhen 518129
|
||||
People's Republic of China
|
||||
Website: http://www.huawei.com
|
||||
Email: support@huawei.com
|
||||
"
|
||||
DESCRIPTION
|
||||
"HUAWEI service quality detect funcion."
|
||||
|
||||
REVISION "201401181722Z"
|
||||
DESCRIPTION
|
||||
"Modify type of hwVpnCfgPingPwId and hwVpnCfgPingResultPwId at 2014-01-18."
|
||||
REVISION "201312160958Z"
|
||||
DESCRIPTION
|
||||
"Modify type of hwVpnCfgPingPwId and hwVpnCfgPingResultPwId at 2013-12-16."
|
||||
REVISION "201307161600Z"
|
||||
DESCRIPTION
|
||||
"Modify description of hwOamMacCountReset at 2013-7-16."
|
||||
REVISION "200806061600Z"
|
||||
DESCRIPTION
|
||||
"Inition at 2008-6-6."
|
||||
::= { hwDatacomm 172 }
|
||||
|
||||
::= { hwDatacomm 172 }
|
||||
|
||||
--
|
||||
-- Textual conventions
|
||||
@@ -120,7 +129,7 @@
|
||||
DESCRIPTION
|
||||
"Reset the count of hwOamMacPopulateCount and hwOamMacPurgeCount, the value 1
|
||||
means reset hwOamMacPopulateCount,the value is 2 means reset hwOamMacPurgeCount,
|
||||
the value is 3 means reset hwOamMacPurgeRegCount ,the value is 4 means reset hwOamMacPopulateCount and hwOamMacPurgeCount,hwOamMacPurgeRegCount ."
|
||||
the value is 3 means reset hwOamMacPurgeRegCount ,the value is 4 means reset hwOamMacPopulateCount and hwOamMacPurgeCount,hwOamMacPurgeRegCount , When read, it always returns value 4."
|
||||
::= { populateBase 4 }
|
||||
|
||||
|
||||
@@ -405,8 +414,18 @@
|
||||
-- ============================================================================
|
||||
-- identify the group
|
||||
-- ============================================================================
|
||||
|
||||
hwOamMacGroup OBJECT IDENTIFIER ::= { macoper 5 }
|
||||
macoperConformance OBJECT IDENTIFIER ::= { macoper 5 }
|
||||
hwOamMacGroup OBJECT IDENTIFIER ::= { macoperConformance 1 }
|
||||
|
||||
macoperCompliances OBJECT IDENTIFIER ::= { macoperConformance 2 }
|
||||
|
||||
macoperCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS { hwPopuBaseGroup, hwOamMacOperGroup, hwOamMacListGroup, hwOamMacDisplayGroup }
|
||||
::= { macoperCompliances 1 }
|
||||
|
||||
|
||||
hwPopuBaseGroup OBJECT-GROUP
|
||||
@@ -483,7 +502,7 @@
|
||||
hwVpnCfgPingVpnId
|
||||
OCTET STRING,
|
||||
hwVpnCfgPingPwId
|
||||
Integer32,
|
||||
Integer32,
|
||||
hwVpnCfgPingTunnelUsed
|
||||
INTEGER,
|
||||
hwVpnCfgPingOperation
|
||||
@@ -491,7 +510,13 @@
|
||||
hwVpnCfgPingResultDetail
|
||||
INTEGER,
|
||||
hwVpnCfgPingRowStatus
|
||||
RowStatus
|
||||
RowStatus,
|
||||
hwVpnCfgPingSecondary
|
||||
INTEGER,
|
||||
hwVpnCfgPingIfName
|
||||
DisplayString,
|
||||
hwVpnCfgPingPwIdNew
|
||||
Unsigned32
|
||||
}
|
||||
|
||||
hwVpnCfgPingIndex OBJECT-TYPE
|
||||
@@ -527,12 +552,15 @@
|
||||
martiniVPLS(1),
|
||||
kompellaVPLS(2),
|
||||
l3vpn(3),
|
||||
pwe3(4),
|
||||
martiniVLL(5),
|
||||
bgpadVPLS(6),
|
||||
unknown(255)
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the type of a VPN. It is used to identify the value type of hwVpnCfgPingVpnId, which can be VPLS or L3VPN."
|
||||
"This object indicates the VPN ID type, that is, the type of hwVPNCFGPingVPNID. The VPN ID type can be VPLS, L3VPN, PWE3, or Martini VLL."
|
||||
::= { hwVpnCfgPingEntry 4 }
|
||||
|
||||
|
||||
@@ -541,7 +569,7 @@
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates a VPN. The value is a string of characters. If the VPN is a VPLS, the value is displayed as VSI name; if the VPN is an L3VPN, the value is displayed as VPN instance."
|
||||
"This object indicates the VPN ID, expressed in a character string. The VPN ID is VSI-Name for VPLS, VPN-Instance for L3VPN, and invalid for PWE3 and Martini VLL."
|
||||
::= { hwVpnCfgPingEntry 5 }
|
||||
|
||||
|
||||
@@ -592,15 +620,45 @@
|
||||
"This object indicates the result detail of ping operation."
|
||||
::= { hwVpnCfgPingEntry 9 }
|
||||
|
||||
|
||||
|
||||
hwVpnCfgPingRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the row status."
|
||||
"This object indicates the row status."
|
||||
::= { hwVpnCfgPingEntry 10 }
|
||||
|
||||
hwVpnCfgPingSecondary OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
primary(0),
|
||||
secondary(1),
|
||||
unknown(255)
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the local secondary PW."
|
||||
::= { hwVpnCfgPingEntry 11 }
|
||||
|
||||
hwVpnCfgPingIfName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the name of the AC interface."
|
||||
::= { hwVpnCfgPingEntry 12 }
|
||||
|
||||
hwVpnCfgPingPwIdNew OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates PW-ID. This value is set for the parameter only when the VPLS is in Martini mode. Otherwise, the value is 0.
|
||||
Because hwVpnCfgPingPwId ranges from -2147483647 to +2147483647, failing to cover the range from 2147483648 to 4294967295, this object
|
||||
ranging from 0 to 4294967295 is therefore added."
|
||||
::= { hwVpnCfgPingEntry 13 }
|
||||
|
||||
hwVpnCfgPingResultTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwVpnCfgPingResultEntry
|
||||
@@ -656,7 +714,17 @@
|
||||
hwVpnCfgPingResultLabelIn
|
||||
Integer32,
|
||||
hwVpnCfgPingResultLableOut
|
||||
Integer32
|
||||
Integer32,
|
||||
hwVpnCfgPingResultControlWord
|
||||
INTEGER,
|
||||
hwVpnCfgPingResultPriOrSec
|
||||
INTEGER,
|
||||
hwVpnCfgPingResultVplsID
|
||||
OCTET STRING,
|
||||
hwVpnCfgPingResultRD
|
||||
OCTET STRING,
|
||||
hwVpnCfgPingResultPwIdNew
|
||||
Unsigned32
|
||||
}
|
||||
|
||||
hwVpnCfgPingResultLocation OBJECT-TYPE
|
||||
@@ -678,12 +746,15 @@
|
||||
martiniVPLS(1),
|
||||
kompellaVPLS(2),
|
||||
l3vpn(3),
|
||||
pwe3(4),
|
||||
martiniVLL(5),
|
||||
bgpadVPLS(6),
|
||||
unknown(255)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the type of a VPN. It is used to identify the value type of hwVpnCfgPingResultVpnId, which can be VPLS or L3VPN."
|
||||
"This object indicates the VPN ID type, that is, the type of hwVPNCFGPingVPNID. The VPN ID type can be VPLS, L3VPN, PWE3, or Martini VLL."
|
||||
::= { hwVpnCfgPingResultEntry 2 }
|
||||
|
||||
|
||||
@@ -692,7 +763,7 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates a VPN. The value is a string of characters. If the VPN is in VPLS mode, the value is displayed as VSI name; if the VPN is in L3VPN mode, the value is displayed as VPN instance."
|
||||
"This object indicates the VPN ID, expressed in a character string. The VPN ID is VSI-Name for VPLS, VPN-Instance for L3VPN, and invalid for PWE3 and Martini VLL."
|
||||
::= { hwVpnCfgPingResultEntry 3 }
|
||||
|
||||
|
||||
@@ -738,7 +809,7 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the MTU value."
|
||||
"This object indicates the MTU value. The object represents the MTU value of the AC interface when the VPN type is PWE3 or Martini VLL, represents the MTU value of the VSI when the VPN type is VPLS. If the value of the object cannot be obtained, the object value is considered as 0."
|
||||
::= { hwVpnCfgPingResultEntry 7 }
|
||||
|
||||
|
||||
@@ -792,7 +863,7 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"PWID."
|
||||
"This object indicates PW-ID."
|
||||
::= { hwVpnCfgPingResultEntry 13 }
|
||||
|
||||
|
||||
@@ -815,7 +886,7 @@
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the type of the VC, which is either Ethernet or VLAN."
|
||||
"This object indicates the VC type."
|
||||
::= { hwVpnCfgPingResultEntry 15 }
|
||||
|
||||
|
||||
@@ -836,13 +907,78 @@
|
||||
"This object indicates the outgoing label of the interface at the PW side."
|
||||
::= { hwVpnCfgPingResultEntry 17 }
|
||||
|
||||
|
||||
hwVpnCfgPingGroups OBJECT IDENTIFIER ::= { hwVpnCfgPing 3 }
|
||||
|
||||
hwVpnCfgPingResultControlWord OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
disable(0),
|
||||
enable(1),
|
||||
unknown(255)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates whether the keyword control-word is configured."
|
||||
::= { hwVpnCfgPingResultEntry 18 }
|
||||
|
||||
hwVpnCfgPingResultPriOrSec OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
primary(0),
|
||||
secondary(1),
|
||||
unknown(255)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates whether the local PW is a primary PW or a secondary PW."
|
||||
::= { hwVpnCfgPingResultEntry 19 }
|
||||
|
||||
hwVpnCfgPingResultVplsID OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the virtual private LAN service id."
|
||||
::= { hwVpnCfgPingResultEntry 20}
|
||||
|
||||
hwVpnCfgPingResultRD OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the route distinguisher."
|
||||
::= { hwVpnCfgPingResultEntry 21 }
|
||||
|
||||
hwVpnCfgPingResultPwIdNew OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates PW-ID. Because hwVpnCfgPingResultPwId ranges from -2147483647 to +2147483647, failing to cover the range from 2147483648 to 4294967295,
|
||||
this object ranging from 0 to 4294967295 is therefore added."
|
||||
::= { hwVpnCfgPingResultEntry 22 }
|
||||
|
||||
|
||||
hwVpnCfgPingConformance OBJECT IDENTIFIER ::= { hwVpnCfgPing 3 }
|
||||
|
||||
hwVpnCfgPingGroups OBJECT IDENTIFIER ::= { hwVpnCfgPingConformance 1 }
|
||||
|
||||
hwVpnCfgPingCompliances OBJECT IDENTIFIER ::= { hwVpnCfgPingConformance 2 }
|
||||
|
||||
hwVpnCfgPingCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS { hwVpnCfgPingGroup, hwVpnCfgPingResultGroup, hwVpnCfgPingResultIRtGroup, hwVpnCfgPingResultERtGroup }
|
||||
::= { hwVpnCfgPingCompliances 1 }
|
||||
|
||||
|
||||
hwVpnCfgPingGroup OBJECT-GROUP
|
||||
OBJECTS { hwVpnCfgPingPeerIpType, hwVpnCfgPingPeerIp, hwVpnCfgPingVpnIdType, hwVpnCfgPingVpnId, hwVpnCfgPingPwId,
|
||||
hwVpnCfgPingTunnelUsed, hwVpnCfgPingOperation, hwVpnCfgPingResultDetail, hwVpnCfgPingRowStatus }
|
||||
hwVpnCfgPingTunnelUsed, hwVpnCfgPingOperation, hwVpnCfgPingResultDetail, hwVpnCfgPingRowStatus, hwVpnCfgPingIfName,
|
||||
hwVpnCfgPingSecondary, hwVpnCfgPingPwIdNew }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"hwVpnCfgPingGroup."
|
||||
@@ -853,17 +989,119 @@
|
||||
OBJECTS { hwVpnCfgPingResultVpnIdType, hwVpnCfgPingResultVpnId, hwVpnCfgPingResultDesc, hwVpnCfgPingResultVpnAdminStatus, hwVpnCfgPingResultOperStatus,
|
||||
hwVpnCfgPingResultMtu, hwVpnCfgPingResultCeCount, hwVpnCfgPingResultActualIpType, hwVpnCfgPingResultActualIp, hwVpnCfgPingResultPeerIpType,
|
||||
hwVpnCfgPingResultPeerIp, hwVpnCfgPingResultPwId, hwVpnCfgPingResultPeType, hwVpnCfgPingResultVcType, hwVpnCfgPingResultLabelIn,
|
||||
hwVpnCfgPingResultLableOut }
|
||||
hwVpnCfgPingResultLableOut, hwVpnCfgPingResultControlWord, hwVpnCfgPingResultPriOrSec, hwVpnCfgPingResultVplsID, hwVpnCfgPingResultRD, hwVpnCfgPingResultPwIdNew}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"hwVpnCfgPingResultGroup."
|
||||
::= { hwVpnCfgPingGroups 2 }
|
||||
|
||||
hwVpnCfgPingResultIRtGroup OBJECT-GROUP
|
||||
OBJECTS { hwVpnCfgPingResultIRtIndex , hwVpnCfgPingResultIRt }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"hwVpnCfgPingResultIRtGroup."
|
||||
::= { hwVpnCfgPingGroups 3 }
|
||||
|
||||
|
||||
hwVpnCfgPingResultERtGroup OBJECT-GROUP
|
||||
OBJECTS { hwVpnCfgPingResultERtIndex , hwVpnCfgPingResultERt }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"hwVpnCfgPingResultERtGroup."
|
||||
::= { hwVpnCfgPingGroups 4 }
|
||||
|
||||
|
||||
hwVpnCfgPingResultIRtTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwVpnCfgPingResultIRtEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"hwVpnCfgPingResultIRtTable."
|
||||
::= { hwVpnCfgPing 4 }
|
||||
|
||||
|
||||
hwVpnCfgPingResultIRtEntry OBJECT-TYPE
|
||||
SYNTAX HwVpnCfgPingResultIRtEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates that indexes of this table are hwVpnCfgPingIndex and hwVpnCfgPingResultLocation."
|
||||
INDEX { hwVpnCfgPingIndex, hwVpnCfgPingResultLocation, hwVpnCfgPingResultIRtIndex }
|
||||
::= { hwVpnCfgPingResultIRtTable 1 }
|
||||
|
||||
|
||||
HwVpnCfgPingResultIRtEntry ::=
|
||||
SEQUENCE {
|
||||
hwVpnCfgPingResultIRtIndex
|
||||
Integer32,
|
||||
hwVpnCfgPingResultIRt
|
||||
OCTET STRING
|
||||
|
||||
}
|
||||
|
||||
hwVpnCfgPingResultIRtIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the index of an import vpn target."
|
||||
::= { hwVpnCfgPingResultIRtEntry 1 }
|
||||
|
||||
|
||||
|
||||
hwVpnCfgPingResultIRt OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the import vpn target."
|
||||
::= { hwVpnCfgPingResultIRtEntry 2 }
|
||||
|
||||
hwVpnCfgPingResultERtTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF HwVpnCfgPingResultERtEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"hwVpnCfgPingResultERtTable."
|
||||
::= { hwVpnCfgPing 5 }
|
||||
|
||||
|
||||
hwVpnCfgPingResultERtEntry OBJECT-TYPE
|
||||
SYNTAX HwVpnCfgPingResultERtEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates that indexes of this table are hwVpnCfgPingIndex and hwVpnCfgPingResultLocation."
|
||||
INDEX { hwVpnCfgPingIndex, hwVpnCfgPingResultLocation, hwVpnCfgPingResultERtIndex }
|
||||
::= { hwVpnCfgPingResultERtTable 1 }
|
||||
|
||||
|
||||
HwVpnCfgPingResultERtEntry ::=
|
||||
SEQUENCE {
|
||||
hwVpnCfgPingResultERtIndex
|
||||
Integer32,
|
||||
hwVpnCfgPingResultERt
|
||||
OCTET STRING
|
||||
}
|
||||
|
||||
hwVpnCfgPingResultERtIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the index of an export vpn target.."
|
||||
::= { hwVpnCfgPingResultERtEntry 1 }
|
||||
|
||||
hwVpnCfgPingResultERt OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates the export vpn target."
|
||||
::= { hwVpnCfgPingResultERtEntry 2 }
|
||||
|
||||
END
|
||||
|
||||
--
|
||||
-- HUAWEI-VPN-DIAGNOSTICS-MIB.mib
|
||||
--
|
||||
|
||||
|
Reference in New Issue
Block a user