Commit version 24.12.13800
This commit is contained in:
@ -1,27 +1,32 @@
|
||||
-- ========================================================================
|
||||
-- Copyright (c) 2004-2014 New H3C Tech. Co., Ltd. All rights reserved.
|
||||
-- Copyright (c) 2004-2022 New H3C Tech. Co., Ltd. All rights reserved
|
||||
-- Description: Private 802.1X MIB
|
||||
-- Reference:
|
||||
-- Version: V1.0
|
||||
-- Version: V1.3
|
||||
-- History:
|
||||
-- V1.0 2014-03-27 wuqiang regenerated from 8021x-ext
|
||||
-- V1.1 2017-10-10 Modified the range of hh3c8021XExt2AuthTxPeriod by yuhua
|
||||
-- V1.2 2022-03-26 Modified the range of hh3c8021XExt2AuthReAuthPeriod by liubo
|
||||
-- V1.3 2022-07-11 Added hh3c8021XExt2Trap, hh3c8021XExt2TrapPrefix,
|
||||
-- hh3c8021XExt2UserMaxNum, hh3c8021XExt2UserMaxNumResume,
|
||||
-- hh3c8021XExt2TrapVarObjects, and hh3c8021XExt2UserNumThreshold by zhanghang
|
||||
-- ========================================================================
|
||||
HH3C-8021X-EXT2-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
hh3cCommon
|
||||
FROM HH3C-OID-MIB
|
||||
OBJECT-TYPE,Unsigned32
|
||||
Integer32, OBJECT-TYPE, Unsigned32, MODULE-IDENTITY, NOTIFICATION-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
TruthValue
|
||||
FROM SNMPv2-TC
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
dot1xPaePortNumber
|
||||
FROM IEEE8021-PAE-MIB;
|
||||
FROM IEEE8021-PAE-MIB
|
||||
ifIndex, ifDescr
|
||||
FROM IF-MIB;
|
||||
|
||||
hh3c8021XExt2 MODULE-IDENTITY
|
||||
LAST-UPDATED "201403270000Z"
|
||||
LAST-UPDATED "202207110000Z"
|
||||
ORGANIZATION
|
||||
"New H3C Tech. Co., Ltd."
|
||||
CONTACT-INFO
|
||||
@ -32,6 +37,17 @@ hh3c8021XExt2 MODULE-IDENTITY
|
||||
"
|
||||
DESCRIPTION
|
||||
"This file is regenerated from 8021x-ext which extends IEEE8021-PAE-MIB(802.1X)"
|
||||
REVISION "202207110000Z"
|
||||
DESCRIPTION
|
||||
"Added hh3c8021XExt2Trap, hh3c8021XExt2TrapPrefix,
|
||||
hh3c8021XExt2UserMaxNum, hh3c8021XExt2UserMaxNumResume,
|
||||
hh3c8021XExt2TrapVarObjects, and hh3c8021XExt2UserNumThreshold"
|
||||
REVISION "202203260000Z"
|
||||
DESCRIPTION
|
||||
"Modified the range of hh3c8021XExt2AuthReAuthPeriod"
|
||||
REVISION "201710100000Z"
|
||||
DESCRIPTION
|
||||
"Modified the range of hh3c8021XExt2AuthTxPeriod"
|
||||
REVISION "201403270000Z"
|
||||
DESCRIPTION
|
||||
"First Version of this tree"
|
||||
@ -60,7 +76,7 @@ hh3c8021XExt2AuthQuietPeriod OBJECT-TYPE
|
||||
::= { hh3c8021XExt2System 1 }
|
||||
|
||||
hh3c8021XExt2AuthTxPeriod OBJECT-TYPE
|
||||
SYNTAX Unsigned32(10..120)
|
||||
SYNTAX Unsigned32(1..120)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -111,7 +127,7 @@ hh3c8021XExt2AuthMaxReq OBJECT-TYPE
|
||||
::= { hh3c8021XExt2System 5 }
|
||||
|
||||
hh3c8021XExt2AuthReAuthPeriod OBJECT-TYPE
|
||||
SYNTAX Unsigned32(60..7200)
|
||||
SYNTAX Unsigned32(60..86400)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -229,4 +245,47 @@ hh3c8021XExt2PaePortHandshakeStatus OBJECT-TYPE
|
||||
DEFVAL { true }
|
||||
::= { hh3c8021XExt2AuthConfigExtEntry 7 }
|
||||
|
||||
-- ----------------------------------------------------------------------
|
||||
-- hh3c8021XExt2Trap Table
|
||||
-- ----------------------------------------------------------------------
|
||||
hh3c8021XExt2Trap OBJECT IDENTIFIER ::= { hh3c8021XExt2 2 }
|
||||
|
||||
-- ----------------------------------------------------------------------
|
||||
-- hh3c8021XExt2TrapPrefix
|
||||
-- ----------------------------------------------------------------------
|
||||
hh3c8021XExt2TrapPrefix OBJECT IDENTIFIER ::= { hh3c8021XExt2Trap 0 }
|
||||
|
||||
hh3c8021XExt2UserMaxNum NOTIFICATION-TYPE
|
||||
OBJECTS { ifIndex,
|
||||
ifDescr,
|
||||
hh3c8021XExt2UserNumThreshold }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of 802.1X users on the interface has reached
|
||||
the threshold."
|
||||
::= { hh3c8021XExt2TrapPrefix 1 }
|
||||
|
||||
hh3c8021XExt2UserMaxNumResume NOTIFICATION-TYPE
|
||||
OBJECTS { ifIndex,
|
||||
ifDescr,
|
||||
hh3c8021XExt2UserNumThreshold }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of 802.1X users on the interface has dropped below
|
||||
the threshold."
|
||||
::= { hh3c8021XExt2TrapPrefix 2 }
|
||||
|
||||
-- ----------------------------------------------------------------------
|
||||
-- hh3c8021XExt2TrapVarObjects
|
||||
-- ----------------------------------------------------------------------
|
||||
hh3c8021XExt2TrapVarObjects OBJECT IDENTIFIER ::= { hh3c8021XExt2Trap 1 }
|
||||
|
||||
hh3c8021XExt2UserNumThreshold OBJECT-TYPE
|
||||
SYNTAX Integer32(0..100)
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Threshold for the number of 802.1X users on the interface."
|
||||
::= { hh3c8021XExt2TrapVarObjects 1 }
|
||||
|
||||
END
|
||||
|
Reference in New Issue
Block a user