1114 lines
40 KiB
Plaintext
1114 lines
40 KiB
Plaintext
-- =================================================================
|
|
-- Copyright (C) 2003 by HUAWEI TECHNOLOGIES. All rights reserved.
|
|
--
|
|
-- Description:HUAWEI-BRAS-SRVCFG-EAP-MIB
|
|
-- Reference:
|
|
-- Version: V1.0
|
|
-- History:
|
|
--
|
|
-- =================================================================
|
|
|
|
HUAWEI-BRAS-SRVCFG-EAP-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
hwBRASMib
|
|
FROM HUAWEI-MIB
|
|
InterfaceIndex, ifDescr
|
|
FROM IF-MIB
|
|
IpAddress, Integer32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
|
|
FROM SNMPv2-SMI
|
|
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
|
|
FROM SNMPv2-CONF
|
|
VlanIdOrNone, VlanId
|
|
FROM Q-BRIDGE-MIB
|
|
RowStatus, MacAddress, TruthValue, DisplayString
|
|
FROM SNMPv2-TC
|
|
EnabledStatus
|
|
FROM P-BRIDGE-MIB;
|
|
|
|
hwBRASSrvcfgEap MODULE-IDENTITY
|
|
LAST-UPDATED "200912151800Z"
|
|
ORGANIZATION
|
|
"Huawei Technologies Co., Ltd."
|
|
CONTACT-INFO
|
|
"
|
|
NanJing Institute,Huawei Technologies Co.,Ltd.
|
|
HuiHong Mansion,No.91 BaiXia Rd.
|
|
NanJing, P.R. of China
|
|
Zipcode:210001
|
|
|
|
Http://www.huawei.com
|
|
E-mail:support@huawei.com "
|
|
|
|
DESCRIPTION
|
|
"The MIB contains objects of module SRVCFG."
|
|
::= { hwBRASMib 4 }
|
|
|
|
hwSrvcfgEapMibObjects OBJECT IDENTIFIER ::= { hwBRASSrvcfgEap 1 }
|
|
|
|
hwDot1xSystemConfigTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HwDot1xSystemConfigEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The table describes 802.1x configuration information of template."
|
|
::= { hwSrvcfgEapMibObjects 1 }
|
|
|
|
hwDot1xSystemConfigEntry OBJECT-TYPE
|
|
SYNTAX HwDot1xSystemConfigEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Description."
|
|
INDEX { hwDot1xTemplateIndex }
|
|
::= { hwDot1xSystemConfigTable 1 }
|
|
|
|
HwDot1xSystemConfigEntry ::=
|
|
SEQUENCE {
|
|
hwDot1xTemplateIndex
|
|
Integer32,
|
|
hwDot1xHandshakeSwitch
|
|
TruthValue,
|
|
hwDot1xHandshakeCount
|
|
Integer32,
|
|
hwDot1xHandshakeInterval
|
|
Integer32,
|
|
hwDot1xIfEAPEnd
|
|
TruthValue,
|
|
hwDot1xEAPEndPapChap
|
|
INTEGER,
|
|
hwDot1xIfSendEAPSIMParameter
|
|
TruthValue,
|
|
hwDot1xRowStatus
|
|
RowStatus,
|
|
hwDot1xAuthenticationTimeout
|
|
Integer32,
|
|
hwDot1xRequestCount
|
|
Integer32,
|
|
hwDot1xRequestInterval
|
|
Integer32,
|
|
hwDot1xReauthenticationTimeout
|
|
Integer32
|
|
|
|
}
|
|
|
|
hwDot1xTemplateIndex OBJECT-TYPE
|
|
SYNTAX Integer32(1..256)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"802.1x template index."
|
|
::= { hwDot1xSystemConfigEntry 1 }
|
|
|
|
hwDot1xHandshakeSwitch OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Handshake switch."
|
|
::= { hwDot1xSystemConfigEntry 2 }
|
|
|
|
hwDot1xHandshakeCount OBJECT-TYPE
|
|
SYNTAX Integer32 (0..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Max handshake times."
|
|
DEFVAL { 3 }
|
|
::= { hwDot1xSystemConfigEntry 3 }
|
|
|
|
hwDot1xHandshakeInterval OBJECT-TYPE
|
|
SYNTAX Integer32 (1..1800)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Handshake interval."
|
|
DEFVAL { 20 }
|
|
::= { hwDot1xSystemConfigEntry 4 }
|
|
|
|
hwDot1xIfEAPEnd OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Whether to end the eap packet."
|
|
DEFVAL { false }
|
|
::= { hwDot1xSystemConfigEntry 5 }
|
|
|
|
hwDot1xEAPEndPapChap OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
pap(0),
|
|
chap(1)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Type of eap end."
|
|
DEFVAL { chap }
|
|
::= { hwDot1xSystemConfigEntry 6 }
|
|
|
|
hwDot1xIfSendEAPSIMParameter OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Whether to send parameter of eap-sim."
|
|
DEFVAL { false }
|
|
::= { hwDot1xSystemConfigEntry 7 }
|
|
|
|
hwDot1xRowStatus OBJECT-TYPE
|
|
SYNTAX RowStatus
|
|
MAX-ACCESS read-create
|
|
STATUS current
|
|
DESCRIPTION
|
|
"
|
|
"
|
|
::= { hwDot1xSystemConfigEntry 8 }
|
|
|
|
hwDot1xAuthenticationTimeout OBJECT-TYPE
|
|
SYNTAX Integer32(1..300)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Timeout time of authentication."
|
|
::= { hwDot1xSystemConfigEntry 9 }
|
|
|
|
hwDot1xRequestCount OBJECT-TYPE
|
|
SYNTAX Integer32(1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Max number of re-transmission events."
|
|
::= { hwDot1xSystemConfigEntry 10 }
|
|
|
|
hwDot1xRequestInterval OBJECT-TYPE
|
|
SYNTAX Integer32(1..300)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Timeout time of waiting for the response of a request message."
|
|
::= { hwDot1xSystemConfigEntry 11 }
|
|
|
|
hwDot1xReauthenticationTimeout OBJECT-TYPE
|
|
SYNTAX Integer32(0..65535)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Re-authentication interval in seconds."
|
|
::= { hwDot1xSystemConfigEntry 12 }
|
|
|
|
|
|
hwDot1xGlobal OBJECT-TYPE
|
|
SYNTAX EnabledStatus
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Global 802.1x configuration. Enable this before you want to enable
|
|
other interfaces 802.1x authentication."
|
|
::= { hwSrvcfgEapMibObjects 2 }
|
|
|
|
hwDot1xAuthenMethod OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
chap(1),
|
|
pap(2),
|
|
eap(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Specify system authentication method."
|
|
::= { hwSrvcfgEapMibObjects 3 }
|
|
|
|
hwDot1xDhcpTrigger OBJECT-TYPE
|
|
SYNTAX EnabledStatus
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Trigger system authentication when receiving DHCP packet(s)."
|
|
::= { hwSrvcfgEapMibObjects 4 }
|
|
|
|
hwDot1xHandshake OBJECT-TYPE
|
|
SYNTAX EnabledStatus
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Shake hand of 802.1x."
|
|
::= { hwSrvcfgEapMibObjects 5 }
|
|
|
|
hwDot1xQuietPeriod OBJECT-TYPE
|
|
SYNTAX EnabledStatus
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Enable quiet period function."
|
|
::= { hwSrvcfgEapMibObjects 6 }
|
|
|
|
hwDot1xRetry OBJECT-TYPE
|
|
SYNTAX Integer32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Specify maximal request times."
|
|
::= { hwSrvcfgEapMibObjects 7 }
|
|
|
|
|
|
hwDot1xTimerHandshakePeriod OBJECT-TYPE
|
|
SYNTAX Integer32 (5..1024)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Value of handshake interval with 802.1x supplicant."
|
|
::= { hwSrvcfgEapMibObjects 8 }
|
|
|
|
hwDot1xTimerQuietPeriod OBJECT-TYPE
|
|
SYNTAX Integer32 (10..3600)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Interval following failed authentication."
|
|
::= { hwSrvcfgEapMibObjects 9 }
|
|
|
|
|
|
hwDot1xTimerServerTimeout OBJECT-TYPE
|
|
SYNTAX Integer32 (1..120)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Value of server timeout."
|
|
::= { hwSrvcfgEapMibObjects 10 }
|
|
|
|
hwDot1xTimerClientTimeout OBJECT-TYPE
|
|
SYNTAX Integer32 (1..120)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Value of Client timeout."
|
|
::= { hwSrvcfgEapMibObjects 11 }
|
|
|
|
hwDot1xTimerTxPeriod OBJECT-TYPE
|
|
SYNTAX Integer32 (1..120)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Interval between identity requests."
|
|
::= { hwSrvcfgEapMibObjects 12 }
|
|
|
|
hwDot1xReauthenPeriod OBJECT-TYPE
|
|
SYNTAX Integer32 (60..7200)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Reauthenticate period."
|
|
::= { hwSrvcfgEapMibObjects 13 }
|
|
|
|
hwDot1xPortConfigTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HwDot1xPortConfigEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The table describes 802.1x configuration information of template."
|
|
::= { hwSrvcfgEapMibObjects 14 }
|
|
|
|
hwDot1xPortConfigEntry OBJECT-TYPE
|
|
SYNTAX HwDot1xPortConfigEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"An entry in the 802.1x configuration table."
|
|
INDEX { hwDot1xPortIndex }
|
|
::= { hwDot1xPortConfigTable 1 }
|
|
|
|
HwDot1xPortConfigEntry ::=
|
|
SEQUENCE {
|
|
hwDot1xPortIndex
|
|
Integer32,
|
|
hwDot1xPortSwitch
|
|
EnabledStatus,
|
|
hwDot1xPortGuestVlan
|
|
VlanIdOrNone,
|
|
hwDot1xPortMaxUser
|
|
Integer32,
|
|
hwDot1xPortControl
|
|
INTEGER,
|
|
hwDot1xPortMethod
|
|
INTEGER,
|
|
hwDot1xPortReauthen
|
|
EnabledStatus,
|
|
hwDot1xMacByPass
|
|
EnabledStatus,
|
|
hwDot1xModemVersion
|
|
DisplayString,
|
|
hwDot1xForceDomain
|
|
DisplayString,
|
|
hwDot1xAuthStatus
|
|
TruthValue,
|
|
hwDot1xPortRowStatus
|
|
RowStatus
|
|
|
|
}
|
|
|
|
hwDot1xPortIndex OBJECT-TYPE
|
|
SYNTAX Integer32(0..1280)
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Index of L2-Switch Interface."
|
|
::= { hwDot1xPortConfigEntry 1 }
|
|
|
|
hwDot1xPortSwitch OBJECT-TYPE
|
|
SYNTAX EnabledStatus
|
|
MAX-ACCESS read-create
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Whether to enable 802.1x on this interface."
|
|
DEFVAL { disable }
|
|
::= { hwDot1xPortConfigEntry 2 }
|
|
|
|
hwDot1xPortGuestVlan OBJECT-TYPE
|
|
SYNTAX VlanIdOrNone
|
|
MAX-ACCESS read-create
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Specify guest vlan configuration information for ports."
|
|
::= { hwDot1xPortConfigEntry 3 }
|
|
|
|
hwDot1xPortMaxUser OBJECT-TYPE
|
|
SYNTAX Integer32(1..8192)
|
|
MAX-ACCESS read-create
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Specify maximal on-line user number per port."
|
|
DEFVAL { 256 }
|
|
::= { hwDot1xPortConfigEntry 4 }
|
|
|
|
hwDot1xPortControl OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
auto(1),
|
|
authorizedForce(2),
|
|
unauthorizedForce(3)
|
|
}
|
|
MAX-ACCESS read-create
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Specify port authenticated status."
|
|
DEFVAL { auto }
|
|
::= { hwDot1xPortConfigEntry 5 }
|
|
|
|
hwDot1xPortMethod OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
mac(1),
|
|
port(2)
|
|
}
|
|
MAX-ACCESS read-create
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Specify port controlled method."
|
|
DEFVAL { mac }
|
|
::= { hwDot1xPortConfigEntry 6 }
|
|
|
|
hwDot1xPortReauthen OBJECT-TYPE
|
|
SYNTAX EnabledStatus
|
|
MAX-ACCESS read-create
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Enable periodic reauthentication of the client."
|
|
DEFVAL { disable }
|
|
::= { hwDot1xPortConfigEntry 7 }
|
|
|
|
hwDot1xMacByPass OBJECT-TYPE
|
|
SYNTAX EnabledStatus
|
|
MAX-ACCESS read-create
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Enable dot1x-macbypass function."
|
|
DEFVAL { disable }
|
|
::= { hwDot1xPortConfigEntry 8 }
|
|
|
|
hwDot1xModemVersion OBJECT-TYPE
|
|
SYNTAX DisplayString
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Specify version of modem at this port."
|
|
::= { hwDot1xPortConfigEntry 9 }
|
|
|
|
hwDot1xForceDomain OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE (1..128))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
" "
|
|
::= { hwDot1xPortConfigEntry 10 }
|
|
|
|
hwDot1xAuthStatus OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"authenticate status."
|
|
::= { hwDot1xPortConfigEntry 11 }
|
|
|
|
hwDot1xPortRowStatus OBJECT-TYPE
|
|
SYNTAX RowStatus
|
|
MAX-ACCESS read-create
|
|
STATUS current
|
|
DESCRIPTION
|
|
"
|
|
"
|
|
::= { hwDot1xPortConfigEntry 12 }
|
|
|
|
hwDot1xQuietFailTimes OBJECT-TYPE
|
|
SYNTAX Integer32(1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failure times before adding to the quiet table."
|
|
::= { hwSrvcfgEapMibObjects 15 }
|
|
|
|
hwDot1xSessionDisplayByPortTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HwDot1xSessionDisplayByPortEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The table displays the infomations of the online users according to the port."
|
|
::= { hwSrvcfgEapMibObjects 16 }
|
|
|
|
hwDot1xSessionDisplayByPortEntry OBJECT-TYPE
|
|
SYNTAX HwDot1xSessionDisplayByPortEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"An entry in the port display table."
|
|
INDEX { hwDot1xSessDispByPortIndex, hwDot1xSessDispByPortUserIndex }
|
|
::= { hwDot1xSessionDisplayByPortTable 1 }
|
|
|
|
HwDot1xSessionDisplayByPortEntry ::=
|
|
SEQUENCE {
|
|
hwDot1xSessDispByPortIndex
|
|
Integer32,
|
|
hwDot1xSessDispByPortUserIndex
|
|
Integer32,
|
|
hwDot1xSessDispByPortIfName
|
|
DisplayString,
|
|
hwDot1xSessDispByPortUserMac
|
|
MacAddress,
|
|
hwDot1xSessDispByPortUserState
|
|
TruthValue,
|
|
hwDot1xSessDispByPortUserVlanId
|
|
Integer32,
|
|
hwDot1xSessDispByPortUserQinqId
|
|
Integer32,
|
|
hwDot1xSessDispByPortTemplateIndex
|
|
Integer32,
|
|
hwDot1xSessDispByPortHandShakeSwitch
|
|
TruthValue,
|
|
hwDot1xSessDispByPortReauth
|
|
TruthValue
|
|
}
|
|
|
|
hwDot1xSessDispByPortIndex OBJECT-TYPE
|
|
SYNTAX Integer32(0..1280)
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Index of port Interface."
|
|
::= { hwDot1xSessionDisplayByPortEntry 1 }
|
|
|
|
hwDot1xSessDispByPortUserIndex OBJECT-TYPE
|
|
SYNTAX Integer32(0..49151)
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Index of User."
|
|
::= { hwDot1xSessionDisplayByPortEntry 2 }
|
|
|
|
hwDot1xSessDispByPortIfName OBJECT-TYPE
|
|
SYNTAX DisplayString
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The interface name of the online user."
|
|
::= { hwDot1xSessionDisplayByPortEntry 3 }
|
|
|
|
hwDot1xSessDispByPortUserMac OBJECT-TYPE
|
|
SYNTAX MacAddress
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The mac of the user online."
|
|
::= { hwDot1xSessionDisplayByPortEntry 4 }
|
|
|
|
hwDot1xSessDispByPortUserState OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The authenticate status of the user online."
|
|
::= { hwDot1xSessionDisplayByPortEntry 5 }
|
|
|
|
hwDot1xSessDispByPortUserVlanId OBJECT-TYPE
|
|
SYNTAX Integer32(1..4094)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The vlan Id of the user."
|
|
::= { hwDot1xSessionDisplayByPortEntry 6 }
|
|
|
|
hwDot1xSessDispByPortUserQinqId OBJECT-TYPE
|
|
SYNTAX Integer32(1..4094)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Qinq Id of the user."
|
|
::= { hwDot1xSessionDisplayByPortEntry 7 }
|
|
|
|
hwDot1xSessDispByPortTemplateIndex OBJECT-TYPE
|
|
SYNTAX Integer32(1..256)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Template Index of the user using."
|
|
::= { hwDot1xSessionDisplayByPortEntry 8 }
|
|
|
|
hwDot1xSessDispByPortHandShakeSwitch OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The HandShake Switch of the user online."
|
|
::= { hwDot1xSessionDisplayByPortEntry 9 }
|
|
|
|
hwDot1xSessDispByPortReauth OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Reauthenticate status of the user online."
|
|
::= { hwDot1xSessionDisplayByPortEntry 10 }
|
|
|
|
hwDot1xSessionDisplayBySlotTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HwDot1xSessionDisplayBySlotEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The table displays the infomations of the online users according to the Slot."
|
|
::= { hwSrvcfgEapMibObjects 17 }
|
|
|
|
hwDot1xSessionDisplayBySlotEntry OBJECT-TYPE
|
|
SYNTAX HwDot1xSessionDisplayBySlotEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"An entry in the Slot display table."
|
|
INDEX { hwDot1xSessDispBySlotIndex, hwDot1xSessDispBySlotUserIndex }
|
|
::= { hwDot1xSessionDisplayBySlotTable 1 }
|
|
|
|
HwDot1xSessionDisplayBySlotEntry ::=
|
|
SEQUENCE {
|
|
hwDot1xSessDispBySlotIndex
|
|
Integer32,
|
|
hwDot1xSessDispBySlotUserIndex
|
|
Integer32,
|
|
hwDot1xSessDispBySlotIfName
|
|
DisplayString,
|
|
hwDot1xSessDispBySlotUserMac
|
|
MacAddress,
|
|
hwDot1xSessDispBySlotUserState
|
|
TruthValue,
|
|
hwDot1xSessDispBySlotUserVlanId
|
|
Integer32,
|
|
hwDot1xSessDispBySlotUserQinqId
|
|
Integer32,
|
|
hwDot1xSessDispBySlotTemplateIndex
|
|
Integer32,
|
|
hwDot1xSessDispBySlotHandShakeSwitch
|
|
TruthValue,
|
|
hwDot1xSessDispBySlotReauth
|
|
TruthValue
|
|
}
|
|
|
|
hwDot1xSessDispBySlotIndex OBJECT-TYPE
|
|
SYNTAX Integer32(0..1280)
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Index of Slot."
|
|
::= { hwDot1xSessionDisplayBySlotEntry 1 }
|
|
|
|
hwDot1xSessDispBySlotUserIndex OBJECT-TYPE
|
|
SYNTAX Integer32(0..49151)
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Index of user."
|
|
::= { hwDot1xSessionDisplayBySlotEntry 2 }
|
|
|
|
hwDot1xSessDispBySlotIfName OBJECT-TYPE
|
|
SYNTAX DisplayString
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The interface name of the online user."
|
|
::= { hwDot1xSessionDisplayBySlotEntry 3 }
|
|
|
|
hwDot1xSessDispBySlotUserMac OBJECT-TYPE
|
|
SYNTAX MacAddress
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The mac of the user online."
|
|
::= { hwDot1xSessionDisplayBySlotEntry 4 }
|
|
|
|
hwDot1xSessDispBySlotUserState OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The authenticate status of the user online."
|
|
::= { hwDot1xSessionDisplayBySlotEntry 5 }
|
|
|
|
hwDot1xSessDispBySlotUserVlanId OBJECT-TYPE
|
|
SYNTAX Integer32(1..4094)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The vlan Id of the user."
|
|
::= { hwDot1xSessionDisplayBySlotEntry 6 }
|
|
|
|
hwDot1xSessDispBySlotUserQinqId OBJECT-TYPE
|
|
SYNTAX Integer32(1..4094)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Qinq Id of the user."
|
|
::= { hwDot1xSessionDisplayBySlotEntry 7 }
|
|
|
|
hwDot1xSessDispBySlotTemplateIndex OBJECT-TYPE
|
|
SYNTAX Integer32(1..256)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Template Index of the user using."
|
|
::= { hwDot1xSessionDisplayBySlotEntry 8 }
|
|
|
|
hwDot1xSessDispBySlotHandShakeSwitch OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The HandShake Switch of the user online."
|
|
::= { hwDot1xSessionDisplayBySlotEntry 9 }
|
|
|
|
hwDot1xSessDispBySlotReauth OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Reauthenticate status of the user online."
|
|
::= { hwDot1xSessionDisplayBySlotEntry 10 }
|
|
|
|
hwDot1xSessionDisplayByMacTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HwDot1xSessionDisplayByMacEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The table displays the infomations of the online users according to the Mac."
|
|
::= { hwSrvcfgEapMibObjects 18 }
|
|
|
|
hwDot1xSessionDisplayByMacEntry OBJECT-TYPE
|
|
SYNTAX HwDot1xSessionDisplayByMacEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"An entry in the Mac display table."
|
|
INDEX { hwDot1xSessDispByMacUserMac }
|
|
::= { hwDot1xSessionDisplayByMacTable 1 }
|
|
|
|
HwDot1xSessionDisplayByMacEntry ::=
|
|
SEQUENCE {
|
|
hwDot1xSessDispByMacUserIndex
|
|
Integer32,
|
|
hwDot1xSessDispByMacIfName
|
|
DisplayString,
|
|
hwDot1xSessDispByMacUserMac
|
|
MacAddress,
|
|
hwDot1xSessDispByMacUserState
|
|
TruthValue,
|
|
hwDot1xSessDispByMacUserVlanId
|
|
Integer32,
|
|
hwDot1xSessDispByMacUserQinqId
|
|
Integer32,
|
|
hwDot1xSessDispByMacTemplateIndex
|
|
Integer32,
|
|
hwDot1xSessDispByMacHandShakeSwitch
|
|
TruthValue,
|
|
hwDot1xSessDispByMacReauth
|
|
TruthValue
|
|
}
|
|
|
|
hwDot1xSessDispByMacUserIndex OBJECT-TYPE
|
|
SYNTAX Integer32(0..49151)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The index of the user."
|
|
::= { hwDot1xSessionDisplayByMacEntry 1 }
|
|
|
|
hwDot1xSessDispByMacIfName OBJECT-TYPE
|
|
SYNTAX DisplayString
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The interface name of the online user."
|
|
::= { hwDot1xSessionDisplayByMacEntry 2 }
|
|
|
|
hwDot1xSessDispByMacUserMac OBJECT-TYPE
|
|
SYNTAX MacAddress
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The mac of the user online."
|
|
::= { hwDot1xSessionDisplayByMacEntry 3 }
|
|
|
|
hwDot1xSessDispByMacUserState OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The authenticate status of the user online."
|
|
::= { hwDot1xSessionDisplayByMacEntry 4 }
|
|
|
|
hwDot1xSessDispByMacUserVlanId OBJECT-TYPE
|
|
SYNTAX Integer32(1..4094)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The vlan Id of the user."
|
|
::= { hwDot1xSessionDisplayByMacEntry 5 }
|
|
|
|
hwDot1xSessDispByMacUserQinqId OBJECT-TYPE
|
|
SYNTAX Integer32(1..4094)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Qinq Id of the user."
|
|
::= { hwDot1xSessionDisplayByMacEntry 6 }
|
|
|
|
hwDot1xSessDispByMacTemplateIndex OBJECT-TYPE
|
|
SYNTAX Integer32(1..256)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Template Index of the user using."
|
|
::= { hwDot1xSessionDisplayByMacEntry 7 }
|
|
|
|
hwDot1xSessDispByMacHandShakeSwitch OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The HandShake Switch of the user online."
|
|
::= { hwDot1xSessionDisplayByMacEntry 8 }
|
|
|
|
hwDot1xSessDispByMacReauth OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Reauthenticate status of the user online."
|
|
::= { hwDot1xSessionDisplayByMacEntry 9 }
|
|
|
|
hwPacketStatisticsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HwPacketStatisticsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The table displays the packet statistics of the Slot."
|
|
::= { hwSrvcfgEapMibObjects 19 }
|
|
|
|
hwPacketStatisticsEntry OBJECT-TYPE
|
|
SYNTAX HwPacketStatisticsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"An entry in the table of packet statistics display ."
|
|
INDEX { hwSlotIndex }
|
|
::= { hwPacketStatisticsTable 1 }
|
|
|
|
HwPacketStatisticsEntry ::=
|
|
SEQUENCE {
|
|
hwSlotIndex
|
|
Integer32,
|
|
hwEapReqID
|
|
Integer32,
|
|
hwEapRespID
|
|
Integer32,
|
|
hwEapReqChallenge
|
|
Integer32,
|
|
hwEapRespChallenge
|
|
Integer32,
|
|
hwEapSuccess
|
|
Integer32,
|
|
hwEapFailure
|
|
Integer32,
|
|
hwEapStart
|
|
Integer32,
|
|
hwEapLogOff
|
|
Integer32,
|
|
hwEapKey
|
|
Integer32
|
|
}
|
|
|
|
hwSlotIndex OBJECT-TYPE
|
|
SYNTAX Integer32 (1..16)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Slot number"
|
|
::= { hwPacketStatisticsEntry 1 }
|
|
|
|
|
|
hwEapReqID OBJECT-TYPE
|
|
SYNTAX Integer32 (0..4294967295)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"EAP_REQ/ID"
|
|
::= { hwPacketStatisticsEntry 2 }
|
|
|
|
hwEapRespID OBJECT-TYPE
|
|
SYNTAX Integer32 (0..4294967295)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"EAP_RESP/ID"
|
|
::= { hwPacketStatisticsEntry 3 }
|
|
|
|
hwEapReqChallenge OBJECT-TYPE
|
|
SYNTAX Integer32 (0..4294967295)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"EAP_REQ/CHALLENGE"
|
|
::= { hwPacketStatisticsEntry 4 }
|
|
|
|
hwEapRespChallenge OBJECT-TYPE
|
|
SYNTAX Integer32 (0..4294967295)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"EAP_RESP/CHALLENGE"
|
|
::= { hwPacketStatisticsEntry 5 }
|
|
|
|
hwEapSuccess OBJECT-TYPE
|
|
SYNTAX Integer32 (0..4294967295)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"EAP_SUCCESS"
|
|
::= { hwPacketStatisticsEntry 6 }
|
|
|
|
hwEapFailure OBJECT-TYPE
|
|
SYNTAX Integer32 (0..4294967295)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"EAP_FAILURE"
|
|
::= { hwPacketStatisticsEntry 7 }
|
|
|
|
hwEapStart OBJECT-TYPE
|
|
SYNTAX Integer32 (0..4294967295)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"EAP_START"
|
|
::= { hwPacketStatisticsEntry 8 }
|
|
|
|
hwEapLogOff OBJECT-TYPE
|
|
SYNTAX Integer32 (0..4294967295)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"EAP_LOGOFF"
|
|
::= { hwPacketStatisticsEntry 9 }
|
|
|
|
hwEapKey OBJECT-TYPE
|
|
SYNTAX Integer32 (0..4294967295)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"EAP_KEY"
|
|
::= { hwPacketStatisticsEntry 10 }
|
|
|
|
|
|
|
|
--
|
|
-- Traps Identifier
|
|
--
|
|
hwSrvcfgEapMibTraps OBJECT IDENTIFIER ::= { hwBRASSrvcfgEap 2 }
|
|
|
|
hwSrvcfgEapMaxUserAlarm NOTIFICATION-TYPE
|
|
OBJECTS { ifDescr }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The number of ahthenticate users is reached the max number. "
|
|
::= { hwSrvcfgEapMibTraps 1 }
|
|
|
|
hwSrvcfgEapMibUserLimitTraps OBJECT IDENTIFIER ::= { hwBRASSrvcfgEap 3 }
|
|
hwEapTrapOid OBJECT IDENTIFIER ::= { hwSrvcfgEapMibUserLimitTraps 1 }
|
|
|
|
hwEapUserPortMaxNumThreshold OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hwEapUserPortMaxNumThreshold"
|
|
::= { hwEapTrapOid 1 }
|
|
|
|
hwEapUserPortMaxNumThresholdResume OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hwEapUserPortMaxNumThresholdResume"
|
|
::= { hwEapTrapOid 2 }
|
|
|
|
hwEapUserSlot OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Slot"
|
|
::= { hwEapTrapOid 3 }
|
|
|
|
hwEapUserSlotMaxNumThreshold OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hwEapUserSlotMaxNumThreshold"
|
|
::= { hwEapTrapOid 4 }
|
|
|
|
hwEapUserTotalMaxNumThreshold OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hwEapUserTotalMaxNumThreshold"
|
|
::= { hwEapTrapOid 5 }
|
|
|
|
hwEapTrapsDefine OBJECT IDENTIFIER ::= { hwSrvcfgEapMibUserLimitTraps 2 }
|
|
hwEapTraps OBJECT IDENTIFIER ::= { hwEapTrapsDefine 0 }
|
|
|
|
hwEapUserPortMaxNum NOTIFICATION-TYPE
|
|
OBJECTS { ifDescr, hwEapUserPortMaxNumThreshold }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"
|
|
1 Notice/Trap name: Reach the eap port user threshold
|
|
2 Notice/Trap generation cause: the number of the online eap user in this port reaches the threshold
|
|
|
|
"
|
|
::= { hwEapTraps 1 }
|
|
|
|
hwEapUserPortMaxNumResume NOTIFICATION-TYPE
|
|
OBJECTS { ifDescr, hwEapUserPortMaxNumThresholdResume }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"
|
|
1 Notice/Trap name: under the eap port user threshold
|
|
2 Notice/Trap generation cause: the number of the online eap user in this port is under the threshold
|
|
|
|
"
|
|
::= { hwEapTraps 2 }
|
|
|
|
hwEapUserSlotMaxNum NOTIFICATION-TYPE
|
|
OBJECTS { hwEapUserSlot,hwEapUserSlotMaxNumThreshold }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"
|
|
1 Notice/Trap name: Reach the eap slot user threshold
|
|
2 Notice/Trap generation cause: the number of the online eap user in this slot reaches the threshold
|
|
|
|
"
|
|
::= { hwEapTraps 3 }
|
|
|
|
hwEapUserTotalMaxNum NOTIFICATION-TYPE
|
|
OBJECTS { hwEapUserTotalMaxNumThreshold }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"
|
|
1 Notice/Trap name: Reach the eap total user threshold
|
|
2 Notice/Trap generation cause: the number of the online eap user in this device reaches the threshold
|
|
|
|
"
|
|
::= { hwEapTraps 4 }
|
|
|
|
-- ============== conformance information ==============
|
|
hwSrvcfgEapConformance OBJECT IDENTIFIER ::= { hwBRASSrvcfgEap 4 }
|
|
hwSrvcfgEapCompliances OBJECT IDENTIFIER ::= { hwSrvcfgEapConformance 1 }
|
|
|
|
hwSrvcfgEapCompliance MODULE-COMPLIANCE
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The compliance statement for systems supporting
|
|
the this module."
|
|
|
|
MODULE -- this module
|
|
MANDATORY-GROUPS
|
|
{
|
|
hwDot1xSystemConfigGroup,
|
|
hwDot1xPortConfigGroup
|
|
}
|
|
|
|
::= { hwSrvcfgEapCompliances 1 }
|
|
|
|
|
|
-- ============== groups ==============
|
|
hwDot1xSystemConfigGroups OBJECT IDENTIFIER ::= { hwSrvcfgEapConformance 2 }
|
|
|
|
hwDot1xSystemConfigGroup OBJECT-GROUP
|
|
OBJECTS {
|
|
hwDot1xTemplateIndex,
|
|
hwDot1xHandshakeSwitch,
|
|
hwDot1xHandshakeCount,
|
|
hwDot1xHandshakeInterval,
|
|
hwDot1xIfEAPEnd,
|
|
hwDot1xEAPEndPapChap,
|
|
hwDot1xIfSendEAPSIMParameter,
|
|
hwDot1xRowStatus
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Dot1x System Config group."
|
|
::= { hwDot1xSystemConfigGroups 1 }
|
|
|
|
|
|
hwDot1xPortConfigGroup OBJECT-GROUP
|
|
OBJECTS {
|
|
hwDot1xGlobal, hwDot1xAuthenMethod, hwDot1xDhcpTrigger, hwDot1xHandshake, hwDot1xQuietPeriod,
|
|
hwDot1xRetry, hwDot1xTimerHandshakePeriod, hwDot1xTimerQuietPeriod, hwDot1xTimerServerTimeout,
|
|
hwDot1xTimerClientTimeout, hwDot1xTimerTxPeriod, hwDot1xReauthenPeriod, hwDot1xPortSwitch,
|
|
hwDot1xPortGuestVlan, hwDot1xPortMaxUser, hwDot1xPortControl, hwDot1xPortMethod,
|
|
hwDot1xPortReauthen, hwDot1xMacByPass, hwDot1xModemVersion, hwDot1xQuietFailTimes
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Dot1x Port Config group."
|
|
::= { hwDot1xSystemConfigGroups 2 }
|
|
|
|
|
|
hwDot1xPortTrapGroup NOTIFICATION-GROUP
|
|
NOTIFICATIONS { hwSrvcfgEapMaxUserAlarm }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Dot1x's Notification group."
|
|
::= { hwDot1xSystemConfigGroups 3 }
|
|
|
|
-- ============== conformance information define end ==============
|
|
END
|