974 lines
34 KiB
Plaintext
974 lines
34 KiB
Plaintext
-- =============================================================================
|
|
-- Copyright (c) 2004-2010 Hangzhou H3C Technologies. All rights reserved.
|
|
--
|
|
-- Description:
|
|
-- The file defines a MIB to provide wireless switch object and CAPWAP
|
|
-- tunnel information.
|
|
-- Reference:
|
|
-- Version: V2.0
|
|
-- History:
|
|
-- V1.0 created by shiyang (Richard)
|
|
-- Initial version 2006-05-10
|
|
-- V1.1 2007-04-27 modified by shiyang(Richard)
|
|
-- Add apCfgChange(6) for h3cDot11ACMtTrapTunlDwnInfo.
|
|
-- Delete h3cDot11ACPhysicalIndex,h3cDot11ACGlobalCountryCode,
|
|
-- h3cDot11ACCtrlTunnelSecSupport and h3cDot11ACDataTunnelSecSupport
|
|
-- nodes.
|
|
-- V1.2 2007-06-19 modified by Vikas K.
|
|
-- Add h3cDot11WLANAssocStatisInfo for h3cDot11ACObjectGroup.
|
|
-- Add h3cDot11MaxAPNumPermitted and h3cDot11MaxStationNumPermitted
|
|
-- nodes.
|
|
-- V1.3 2007-12-21 modified by wanghao (Kumar)
|
|
-- Add h3cDot11StationExDeAuthenSum and h3cDot11StationCurAssocSum
|
|
-- for h3cDot11WLANAssocStatisInfo.
|
|
-- V1.4 2008-07-09 modified by ChangHuifeng
|
|
-- Add h3cDot11ACMtBackupSwtTrap and h3cDot11ACMtTrapBackupSwitchInfo
|
|
-- for h3cDot11ACMtNotifyGroup.
|
|
-- Change description of h3cDot11ACMtTunnelSetupTrap.
|
|
-- V1.5 2008-12-03 modified by Wang Lu
|
|
-- Add new variable bindings h3cDot11ACMtTrapTnlAPName and
|
|
-- h3cDot11ACMtTrapTnlAPIPAddr to h3cDot11ACMtTunnelSetupTrap and
|
|
-- h3cDot11ACMtTunnelDownTrap.
|
|
-- V1.6 2009-05-07 modified by Wang Shaojie
|
|
-- Add new trap h3cDot11ACLoadBalanceTrap.
|
|
-- Add new variable bindings h3cDot11LoadBalanceType,
|
|
-- h3cDot11LoadBalanceThreshold for h3cDot11ACLoadBalanceTrap.
|
|
-- Add h3cDot11ACIFLoadInfoTable to h3cDot11ACIFLoadInfoTable.
|
|
-- V1.7 2009-07-29 modified by Heziqi
|
|
-- Add new variable bindings h3cDot11ACMtTrapAPIPv6Addr
|
|
-- to h3cDot11ACMtTunnelSetupTrap and h3cDot11ACMtTunnelDownTrap.
|
|
-- Add h3cDot11MasterAPCount, h3cDot11SlaveAPCount,
|
|
-- h3cDot11ConnectAutoAPCount and h3cDot11PersistentAPCount to
|
|
-- h3cDot11ACLoadInfo.
|
|
-- V1.8 2009-08-07 modified by Wang Shaojie, Qi Kai
|
|
-- Add new variable bindings h3cDot11ACMtTrapTunlDwnCount
|
|
-- to h3cDot11ACMtTrapVarObjects
|
|
-- Add h3cDot11ACIfStaNum, h3cDot11ACIfName to h3cDot11ACIFLoadInfoTable
|
|
-- V1.9 2009-12-01 modified by Wang Shaojie
|
|
-- Add h3cDot11ACStaFullTrap to h3cDot11ACMtTraps and variable bindings
|
|
-- h3cDot11ACMaxStaNum for h3cDot11ACStaFullTrap.
|
|
-- Add h3cDot11CtrlTunnelUpTimeTicks to h3cDot11CAPWAPTunnelTable
|
|
-- Add h3cDot11AcDownloadFrameCnt, h3cDot11AcUploadFrameCnt,
|
|
-- h3cDot11AcDownloadFrameBytes, h3cDot11AcUploadFrameBytes to
|
|
-- h3cDot11ACLoadInfo.
|
|
-- 2010-06-10 added h3cDot11ACBASIfTable by jinyi
|
|
-- 2010-08-04 modified by yin junjie
|
|
-- Add new table h3cDot11ACStaUserSecAuthStatis
|
|
-- Add h3cDot11ACStaUserAuthCurNumber, h3cDot11ACStaUserConnFailCnt,
|
|
-- h3cDot11ACStaUserAuthReqCnt, h3cDot11ACStaUserAuthSuccCnt,
|
|
-- h3cDot11ACStaUserAuthFailCnt to h3cDot11ACStaUserSecAuthStatis.
|
|
-- V2.0 2011-09-30 modified by Dong Laqi
|
|
-- Add h3cDot11ACMtTrapTnlAPSysName,h3cDot11ACMtFirstTrapTime
|
|
-- to h3cDot11ACMtTrapVarObjects
|
|
-- and varialbe bindings h3cDot11ACMtFirstTrapTime for
|
|
-- h3cDot11ACMtTunnelSetupTrap,h3cDot11ACMtTunnelDownTrap,
|
|
-- h3cDot11ACMtBackupSwtTrap.
|
|
-- 2012-02-14 modified by Dong Laqi
|
|
-- Add h3cDot11BackupACRole,h3cDot11BackupACNMSIP,h3cDot11ACBackupMode,
|
|
-- h3cDot11ACBackupStatus and h3cDot11ACSwitchCnt to h3cDot11ACLoadInfo
|
|
-- Add h3cDot11ACStatusSwitchTrap to h3cDot11ACMtTraps
|
|
-- and binding h3cDot11ACMtTrapACStatusSwitchInfo and h3cDot11MasterACNmsIP
|
|
-- for h3cDot11ACMtTrapVarObjects
|
|
-- =============================================================================
|
|
A3COM-HUAWEI-DOT11-ACMT-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY,
|
|
OBJECT-TYPE,
|
|
NOTIFICATION-TYPE,
|
|
Integer32,
|
|
Counter32,
|
|
IpAddress,
|
|
Counter64,
|
|
TimeTicks
|
|
FROM SNMPv2-SMI
|
|
IANAifType
|
|
FROM IANAifType-MIB
|
|
h3cDot11,
|
|
H3cDot11MACModeType,
|
|
H3cDot11TunnelSecSchemType,
|
|
H3cDot11ObjectIDType
|
|
FROM A3COM-HUAWEI-DOT11-REF-MIB;
|
|
|
|
h3cDot11ACMT MODULE-IDENTITY
|
|
LAST-UPDATED "201008041800Z" -- Aug 04, 2009 at 18:00 GMT
|
|
ORGANIZATION
|
|
"Hangzhou H3C Technologies Co., Ltd."
|
|
CONTACT-INFO
|
|
"Platform Team H3C Technologies Co., Ltd.
|
|
Hai-Dian District Beijing P.R. China
|
|
http://www.h3c.com
|
|
Zip: 100085"
|
|
DESCRIPTION
|
|
"This MIB defines information as per wireless AC and tunnel between
|
|
AP and AC.
|
|
If NMS intends to get more detailed information for the AP and AC,
|
|
it could refer entPhysicalIndex in the Entity MIB to get entity
|
|
information.
|
|
|
|
GLOSSARY
|
|
|
|
IEEE 802.11
|
|
Standard to encourage interoperability among
|
|
wireless networking equipment.
|
|
|
|
Access point (AP)
|
|
Transmitter/receiver (transceiver) device
|
|
that commonly connects and transports data
|
|
between a wireless network and a wired network.
|
|
|
|
Access control (AC)
|
|
To control and manage multi-APs, it will bridge
|
|
wireless and wired network.
|
|
|
|
Radio
|
|
The chip set to receive and send wireless signal.
|
|
|
|
Fat AP
|
|
Applied in the home, SOHO and so on, and it could
|
|
independently work without help from AC.
|
|
|
|
Fit AP
|
|
Applied in the enterprise environment, it will work
|
|
under the control and management from AC.
|
|
|
|
Control And Provisioning of Wireless Access Points Protocol
|
|
The short name of protocol is CAPWAP. AC will control
|
|
and manage AP by CAPWAP tunnel protocol defined by IETF.
|
|
Also, a data tunnel will be set up between AC and AP.
|
|
|
|
Basic Service Set
|
|
The IEEE 802.11 BSS of an AP comprises of the
|
|
stations directly associating with the AP. It will
|
|
be identified by BSSID."
|
|
|
|
REVISION "201008041800Z" -- Aug 04, 2010 at 18:00 GMT
|
|
DESCRIPTION
|
|
"Add new nodes."
|
|
REVISION "200908071800Z" -- Aug 07, 2009 at 18:00 GMT
|
|
DESCRIPTION
|
|
"Modified to add new nodes."
|
|
REVISION "200907291800Z" -- Jul 29, 2009 at 18:00 GMT
|
|
DESCRIPTION
|
|
"Modified to add new nodes."
|
|
REVISION "200905072000Z" -- May 7, 2009 at 20:00 GMT
|
|
DESCRIPTION
|
|
"Modified to add new nodes."
|
|
REVISION "200807091800Z" -- July 09, 2008 at 18:00 GMT
|
|
DESCRIPTION
|
|
"Modified to add new nodes."
|
|
REVISION "200712211800Z" -- Dec 21, 2007 at 18:00 GMT
|
|
DESCRIPTION
|
|
"Modified to add new nodes."
|
|
REVISION "200706191800Z" -- June 19, 2007 at 18:00 GMT
|
|
DESCRIPTION
|
|
"Modified to add new table and new nodes."
|
|
REVISION "200704272000Z" -- Apr 27, 2007 at 20:00 GMT
|
|
DESCRIPTION
|
|
"Modified to fix some issue."
|
|
REVISION "200605101900Z" -- May 10, 2006 at 19:00 GMT
|
|
DESCRIPTION
|
|
"The initial revision of this MIB module."
|
|
::= { h3cDot11 1 }
|
|
|
|
-- *****************************************************************************
|
|
-- * Major sections
|
|
-- *****************************************************************************
|
|
|
|
-- AC Object Group Attributes
|
|
-- DEFINED AS " The group provides AC information like MAC Mode and so on,
|
|
-- also could refer to software version and hardware version kept
|
|
-- by Entity MIB by Physical index"
|
|
|
|
h3cDot11ACObjectGroup OBJECT IDENTIFIER ::= { h3cDot11ACMT 1 }
|
|
h3cDot11ACObject OBJECT IDENTIFIER ::= { h3cDot11ACObjectGroup 1 }
|
|
h3cDot11ACLoadInfo OBJECT IDENTIFIER ::= { h3cDot11ACObjectGroup 2 }
|
|
h3cDot11WLANAssocStatisInfo OBJECT IDENTIFIER ::= { h3cDot11ACObjectGroup 3 }
|
|
h3cDot11ACBASInfo OBJECT IDENTIFIER ::= { h3cDot11ACObjectGroup 4 }
|
|
h3cDot11ACStaUserSecAuthStatis OBJECT IDENTIFIER ::= { h3cDot11ACObjectGroup 5 }
|
|
|
|
-- AC CAPWAP tunnel Group Attributes
|
|
-- DEFINED AS "The group provides CAPWAP tunnel information"
|
|
|
|
h3cDot11CAPWAPTunnelGroup OBJECT IDENTIFIER ::= { h3cDot11ACMT 2 }
|
|
|
|
-- AC CAPWAP Notification
|
|
-- DEFINED AS "The notification for AC Management"
|
|
|
|
h3cDot11ACMtNotifyGroup OBJECT IDENTIFIER ::= { h3cDot11ACMT 3 }
|
|
|
|
-- *****************************************************************************
|
|
-- * h3cDot11ACObject element Definition
|
|
-- *****************************************************************************
|
|
h3cDot11CurrentACMACMode OBJECT-TYPE
|
|
SYNTAX H3cDot11MACModeType
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents which MAC mode defined in the CAPWAP draft is in use
|
|
for the AC."
|
|
DEFVAL { split }
|
|
::= { h3cDot11ACObject 1 }
|
|
|
|
h3cDot11MaxAPNumPermitted OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the maximum number of AP connection permitted
|
|
for one AC."
|
|
::= { h3cDot11ACObject 2 }
|
|
|
|
h3cDot11MaxStationNumPermitted OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the maximum number of station connection
|
|
permitted for one AC."
|
|
::= { h3cDot11ACObject 3 }
|
|
-- *****************************************************************************
|
|
-- * End of h3cDot11ACObject element Definition
|
|
-- *****************************************************************************
|
|
|
|
-- *****************************************************************************
|
|
-- * h3cDot11ACLoadInfo element Definition
|
|
-- *****************************************************************************
|
|
h3cDot11APConnectCount OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of APs which are connecting to AC."
|
|
::= { h3cDot11ACLoadInfo 1 }
|
|
|
|
h3cDot11StationConnectCount OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of stations which are accessing the
|
|
WLAN service through AC."
|
|
::= { h3cDot11ACLoadInfo 2 }
|
|
|
|
-- *****************************************************************************
|
|
-- * h3cDot11ACIFLoadInfoTable Definition
|
|
-- *****************************************************************************
|
|
h3cDot11ACIFLoadInfoTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF H3cDot11ACIFLoadInfoEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents AP number information of interface."
|
|
::= { h3cDot11ACLoadInfo 3 }
|
|
|
|
h3cDot11ACIFLoadInfoEntry OBJECT-TYPE
|
|
SYNTAX H3cDot11ACIFLoadInfoEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Each entry represents AP number information of an interface"
|
|
INDEX
|
|
{
|
|
h3cDot11ACIfIndex
|
|
}
|
|
::= { h3cDot11ACIFLoadInfoTable 1 }
|
|
|
|
H3cDot11ACIFLoadInfoEntry ::= SEQUENCE
|
|
{
|
|
h3cDot11ACIfIndex Integer32,
|
|
h3cDot11ACIfApNum Integer32,
|
|
h3cDot11ACIfStaNum Integer32,
|
|
h3cDot11ACIfName OCTET STRING
|
|
}
|
|
|
|
h3cDot11ACIfIndex OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents index of AC interface."
|
|
::= { h3cDot11ACIFLoadInfoEntry 1 }
|
|
|
|
h3cDot11ACIfApNum OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents AP number connected to the AC interface."
|
|
::= { h3cDot11ACIFLoadInfoEntry 2 }
|
|
|
|
h3cDot11ACIfStaNum OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents Station number connected to the AC interface."
|
|
::= { h3cDot11ACIFLoadInfoEntry 3 }
|
|
|
|
h3cDot11ACIfName OBJECT-TYPE
|
|
SYNTAX OCTET STRING
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents InterfaceName AP number connected to AC interface."
|
|
::= { h3cDot11ACIFLoadInfoEntry 4 }
|
|
|
|
-- *****************************************************************************
|
|
-- * End of h3cDot11ACIFLoadInfoTable element Definition
|
|
-- *****************************************************************************
|
|
h3cDot11MasterAPCount OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of AP which have established the
|
|
master tunnel with AC."
|
|
::= { h3cDot11ACLoadInfo 4 }
|
|
|
|
h3cDot11SlaveAPCount OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of AP which have established the
|
|
slave tunnel with AC."
|
|
::= { h3cDot11ACLoadInfo 5 }
|
|
|
|
h3cDot11ConnectAutoAPCount OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of auto AP which are connecting to AC."
|
|
::= { h3cDot11ACLoadInfo 6 }
|
|
|
|
h3cDot11PersistentAPCount OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of persistent AP."
|
|
::= { h3cDot11ACLoadInfo 7 }
|
|
|
|
h3cDot11AcUploadFrameCnt OBJECT-TYPE
|
|
SYNTAX Counter64
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the number of frames that AP sends to AC through LWAPP tunnel."
|
|
::= { h3cDot11ACLoadInfo 8 }
|
|
|
|
h3cDot11AcDownloadFrameCnt OBJECT-TYPE
|
|
SYNTAX Counter64
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the number of frames that AC sends to AP through LWAPP tunnel."
|
|
::= { h3cDot11ACLoadInfo 9 }
|
|
|
|
h3cDot11AcUploadFrameBytes OBJECT-TYPE
|
|
SYNTAX Counter64
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the bytes of frames that AP sends to AC through LWAPP tunnel."
|
|
::= { h3cDot11ACLoadInfo 10 }
|
|
|
|
h3cDot11AcDownloadFrameBytes OBJECT-TYPE
|
|
SYNTAX Counter64
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the bytes of frames that AC sends to AP through LWAPP tunnel."
|
|
::= { h3cDot11ACLoadInfo 11 }
|
|
|
|
h3cDot11BackupACRole OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
null(1),
|
|
master(2),
|
|
slave(3)
|
|
}
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object represents the Identity of the AC
|
|
null: Not configured
|
|
master: Master AC
|
|
slave: Slave AC."
|
|
DEFVAL { null }
|
|
::= { h3cDot11ACLoadInfo 12 }
|
|
|
|
h3cDot11BackupACNMSIP OBJECT-TYPE
|
|
SYNTAX IpAddress
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object represents the manger IP address of the slave ac."
|
|
::= { h3cDot11ACLoadInfo 13 }
|
|
|
|
h3cDot11ACBackupMode OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
null(1),
|
|
hotBackup(2),
|
|
coldBackup(3)
|
|
}
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object represents the ac backup mode."
|
|
DEFVAL { null }
|
|
::= { h3cDot11ACLoadInfo 14 }
|
|
|
|
h3cDot11ACBackupStatus OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
active(1),
|
|
standby(2)
|
|
}
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object represents the ac backup status."
|
|
::= { h3cDot11ACLoadInfo 15 }
|
|
|
|
h3cDot11ACSwitchCnt OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object represents the ac switch times."
|
|
::= { h3cDot11ACLoadInfo 16 }
|
|
|
|
-- *****************************************************************************
|
|
-- * End of h3cDot11ACLoad element Definition
|
|
-- *****************************************************************************
|
|
|
|
-- *****************************************************************************
|
|
-- * h3cDot11WLANAssocStatisInfo Definition
|
|
-- *****************************************************************************
|
|
h3cDot11StationAssocSum OBJECT-TYPE
|
|
SYNTAX Counter32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of station association."
|
|
::= { h3cDot11WLANAssocStatisInfo 1 }
|
|
|
|
h3cDot11StationAssocFailSum OBJECT-TYPE
|
|
SYNTAX Counter32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of station association failure."
|
|
::= { h3cDot11WLANAssocStatisInfo 2 }
|
|
|
|
h3cDot11StationReassocSum OBJECT-TYPE
|
|
SYNTAX Counter32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of station reassociation."
|
|
::= { h3cDot11WLANAssocStatisInfo 3 }
|
|
|
|
h3cDot11StationAssocRejectedSum OBJECT-TYPE
|
|
SYNTAX Counter32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of station association rejected on
|
|
account of resource limit."
|
|
::= { h3cDot11WLANAssocStatisInfo 4 }
|
|
|
|
h3cDot11StationExDeAuthenSum OBJECT-TYPE
|
|
SYNTAX Counter32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of exceptional station deauthentication
|
|
(Without sending a deauthentication to AP)."
|
|
::= { h3cDot11WLANAssocStatisInfo 5 }
|
|
|
|
h3cDot11StationCurAssocSum OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of current associated stations."
|
|
::= { h3cDot11WLANAssocStatisInfo 6 }
|
|
-- *****************************************************************************
|
|
-- * End of h3cDot11WLANAssocStatisInfo Definition
|
|
-- *****************************************************************************
|
|
|
|
-- *****************************************************************************
|
|
-- * h3cDot11ACBASInfo Definition
|
|
-- *****************************************************************************
|
|
h3cDot11ACBASSysObjects OBJECT IDENTIFIER ::= { h3cDot11ACBASInfo 1 }
|
|
h3cDot11ACBASTableObjects OBJECT IDENTIFIER ::= { h3cDot11ACBASInfo 2 }
|
|
|
|
h3cDot11ACBASIfTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF H3cDot11ACBASIfEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the BAS information of interfaces."
|
|
::= { h3cDot11ACBASTableObjects 3 }
|
|
|
|
h3cDot11ACBASIfEntry OBJECT-TYPE
|
|
SYNTAX H3cDot11ACBASIfEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Each entry represents the BAS information of an interface"
|
|
INDEX
|
|
{
|
|
h3cDot11ACBASIfIndex
|
|
}
|
|
::= { h3cDot11ACBASIfTable 1 }
|
|
|
|
H3cDot11ACBASIfEntry ::= SEQUENCE
|
|
{
|
|
h3cDot11ACBASIfIndex Integer32,
|
|
h3cDot11ACBASIfDescr OCTET STRING,
|
|
h3cDot11ACBASIfType IANAifType
|
|
}
|
|
|
|
h3cDot11ACBASIfIndex OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The ifIndex of the BAS interface. "
|
|
::= { h3cDot11ACBASIfEntry 1 }
|
|
|
|
h3cDot11ACBASIfDescr OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..255))
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A textual string containing information about the BAS interface. "
|
|
::= { h3cDot11ACBASIfEntry 2 }
|
|
|
|
h3cDot11ACBASIfType OBJECT-TYPE
|
|
SYNTAX IANAifType
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The type of the BAS interface. "
|
|
::= { h3cDot11ACBASIfEntry 3 }
|
|
|
|
-- *****************************************************************************
|
|
-- * End of h3cDot11ACBASInfo Definition
|
|
-- *****************************************************************************
|
|
|
|
-- *****************************************************************************
|
|
-- * h3cDot11ACStaUserSecAuthStatis element Definition
|
|
-- *****************************************************************************
|
|
h3cDot11ACStaUserAuthCurNumber OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the current number of user authenticated with this AC."
|
|
::= { h3cDot11ACStaUserSecAuthStatis 1 }
|
|
|
|
h3cDot11ACStaUserConnFailCnt OBJECT-TYPE
|
|
SYNTAX Counter32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of user disconnected with this AC."
|
|
::= { h3cDot11ACStaUserSecAuthStatis 2 }
|
|
|
|
h3cDot11ACStaUserAuthReqCnt OBJECT-TYPE
|
|
SYNTAX Counter32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of user authenticate request with this AC."
|
|
::= { h3cDot11ACStaUserSecAuthStatis 3 }
|
|
|
|
h3cDot11ACStaUserAuthSuccCnt OBJECT-TYPE
|
|
SYNTAX Counter32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of user authenticated successed with this AC."
|
|
::= { h3cDot11ACStaUserSecAuthStatis 4 }
|
|
|
|
h3cDot11ACStaUserAuthFailCnt OBJECT-TYPE
|
|
SYNTAX Counter32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the total number of user authenticated failed with this AC."
|
|
::= { h3cDot11ACStaUserSecAuthStatis 5 }
|
|
|
|
-- *****************************************************************************
|
|
-- * End of h3cDot11StaUserSecAuthStatis element Definition
|
|
-- *****************************************************************************
|
|
|
|
-- *****************************************************************************
|
|
-- * h3cDot11CAPWAPTunnelTable Definition
|
|
-- *****************************************************************************
|
|
h3cDot11CAPWAPTunnelTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF H3cDot11CAPWAPTunnelEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The table will list all the APs which are connecting to the AC
|
|
by the CAPWAP tunnel protocol."
|
|
::= { h3cDot11CAPWAPTunnelGroup 1 }
|
|
|
|
h3cDot11CAPWAPTunnelEntry OBJECT-TYPE
|
|
SYNTAX H3cDot11CAPWAPTunnelEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Each entry contains information of data tunnel and control
|
|
tunnel of AP which is connecting to AC."
|
|
INDEX
|
|
{
|
|
h3cDot11CurrTunnelAPID
|
|
}
|
|
::= { h3cDot11CAPWAPTunnelTable 1 }
|
|
|
|
H3cDot11CAPWAPTunnelEntry ::= SEQUENCE
|
|
{
|
|
h3cDot11CurrTunnelAPID H3cDot11ObjectIDType,
|
|
h3cDot11CtrlTunnelCurrSec H3cDot11TunnelSecSchemType,
|
|
h3cDot11CtrlTunnelUpTime Integer32,
|
|
h3cDot11DataTunnelCurrSec H3cDot11TunnelSecSchemType,
|
|
h3cDot11DataTunnelUpTime Integer32,
|
|
h3cDot11CtrlTunnelUpTimeTicks TimeTicks
|
|
}
|
|
|
|
h3cDot11CurrTunnelAPID OBJECT-TYPE
|
|
SYNTAX H3cDot11ObjectIDType
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"To uniquely identify the CAPWAP tunnel set up between the AP
|
|
identified by APID and a specific AC."
|
|
::= { h3cDot11CAPWAPTunnelEntry 1 }
|
|
|
|
h3cDot11CtrlTunnelCurrSec OBJECT-TYPE
|
|
SYNTAX H3cDot11TunnelSecSchemType
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents what security scheme is in use for
|
|
control tunnel."
|
|
DEFVAL { cleartxt }
|
|
::= { h3cDot11CAPWAPTunnelEntry 2 }
|
|
|
|
h3cDot11CtrlTunnelUpTime OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
UNITS "second"
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents how long for control tunnel up. If the value is zero,
|
|
then tunnel is not set up."
|
|
::= { h3cDot11CAPWAPTunnelEntry 3 }
|
|
|
|
h3cDot11DataTunnelCurrSec OBJECT-TYPE
|
|
SYNTAX H3cDot11TunnelSecSchemType
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents what security scheme is in use for
|
|
data tunnel."
|
|
DEFVAL { cleartxt }
|
|
::= { h3cDot11CAPWAPTunnelEntry 4 }
|
|
|
|
h3cDot11DataTunnelUpTime OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
UNITS "second"
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents how long for data tunnel up.
|
|
If the value is zero, then tunnel is not set up."
|
|
::= { h3cDot11CAPWAPTunnelEntry 5 }
|
|
|
|
h3cDot11CtrlTunnelUpTimeTicks OBJECT-TYPE
|
|
SYNTAX TimeTicks
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents how long control tunnel is up.
|
|
If the value is zero, then tunnel is not set up."
|
|
::= { h3cDot11CAPWAPTunnelEntry 6 }
|
|
-- *****************************************************************************
|
|
-- * End of h3cDot11CAPWAPTunnelTable TABLE
|
|
-- *****************************************************************************
|
|
|
|
-- *****************************************************************************
|
|
-- * Notifications OF h3cDot11ACMtNotifyGroup
|
|
-- *****************************************************************************
|
|
-- AC Management Notification
|
|
|
|
h3cDot11ACMtTraps OBJECT IDENTIFIER
|
|
::= { h3cDot11ACMtNotifyGroup 0 }
|
|
|
|
h3cDot11ACMtTunnelSetupTrap NOTIFICATION-TYPE
|
|
OBJECTS
|
|
{
|
|
h3cDot11CurrTunnelAPID,
|
|
h3cDot11ACMtTrapTunlUpInfo,
|
|
h3cDot11ACMtTrapTnlAPName,
|
|
h3cDot11ACMtTrapTnlAPIPAddr,
|
|
h3cDot11ACMtTrapAPIPv6Addr,
|
|
h3cDot11ACMtFirstTrapTime
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This notification is sent by AC when CAPWAP tunnel becomes up.
|
|
By this way, NMS will immediately know tunnel up event.
|
|
It is unnecessary to identify whether it is control or data
|
|
tunnel."
|
|
::= { h3cDot11ACMtTraps 1 }
|
|
|
|
h3cDot11ACMtTunnelDownTrap NOTIFICATION-TYPE
|
|
OBJECTS
|
|
{
|
|
h3cDot11CurrTunnelAPID,
|
|
h3cDot11ACMtTrapTunlDwnInfo,
|
|
h3cDot11ACMtTrapTnlAPName,
|
|
h3cDot11ACMtTrapTnlAPIPAddr,
|
|
h3cDot11ACMtTrapAPIPv6Addr,
|
|
h3cDot11ACMtTrapTunlDwnCount,
|
|
h3cDot11ACMtTrapTnlAPSysName,
|
|
h3cDot11ACMtFirstTrapTime
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This notification is sent by AC when CAPWAP tunnel becomes down.
|
|
By this way, NMS will immediately know tunnel down event.
|
|
It is unnecessary to identify whether it is control or data
|
|
tunnel."
|
|
::= { h3cDot11ACMtTraps 2 }
|
|
|
|
h3cDot11ACMtBackupSwtTrap NOTIFICATION-TYPE
|
|
OBJECTS
|
|
{
|
|
h3cDot11ACMtTrapBackupSwitchInfo,
|
|
h3cDot11ACMtFirstTrapTime
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This trap is sent by AC when AC switches from master to slave
|
|
or from slave to master."
|
|
::= { h3cDot11ACMtTraps 3 }
|
|
|
|
h3cDot11ACLoadBalanceTrap NOTIFICATION-TYPE
|
|
OBJECTS
|
|
{
|
|
h3cDot11LoadBalanceType,
|
|
h3cDot11LoadBalanceThreshold
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This trap is sent by AC when load-balance is enabled on AC."
|
|
::= { h3cDot11ACMtTraps 4 }
|
|
|
|
h3cDot11ACStaFullTrap NOTIFICATION-TYPE
|
|
OBJECTS
|
|
{
|
|
h3cDot11ACMaxStaNum
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This notification will be sent when STA is full on AC."
|
|
::={ h3cDot11ACMtTraps 5 }
|
|
|
|
h3cDot11ACStatusSwitchTrap NOTIFICATION-TYPE
|
|
OBJECTS
|
|
{
|
|
h3cDot11ACStatusSwitchInfo,
|
|
h3cDot11SourceACNmsIP
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This notification will be sent when AC switchs from standby to active
|
|
or from standby to active."
|
|
::={ h3cDot11ACMtTraps 6}
|
|
-- AC Management Notification Variable object
|
|
|
|
h3cDot11ACMtTrapVarObjects OBJECT IDENTIFIER
|
|
::= { h3cDot11ACMtNotifyGroup 1 }
|
|
|
|
h3cDot11ACMtTrapTunlDwnInfo OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
tunnelTimeout(1),
|
|
keyUpdateFailure(2),
|
|
apReset(3),
|
|
apCrash(4),
|
|
apDeleted(5),
|
|
apCfgChange(6)
|
|
}
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the reason for tunnel down.
|
|
The following values are supported:
|
|
tunnelTimeout(1), - When AC detects the tunnel is broken,
|
|
- it will notify NMS.
|
|
keyUpdateFailure(2), - rekey process is failed, tunnel will
|
|
- be broken.
|
|
apReset(3), - Administrator reset AP.
|
|
apCrash(4), - AP reboot for system crash.
|
|
apDeleted(5) - Delete AP from AC and trigger
|
|
- tunnel down.
|
|
apCfgChange(6) - The configuration for AP was changed."
|
|
::= { h3cDot11ACMtTrapVarObjects 1 }
|
|
|
|
h3cDot11ACMtTrapTunlUpInfo OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
up(1)
|
|
}
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the reason for tunnel up.
|
|
The following values are supported:
|
|
up(1) - The AP joined AC.
|
|
"
|
|
::= { h3cDot11ACMtTrapVarObjects 2 }
|
|
|
|
h3cDot11ACMtTrapBackupSwitchInfo OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
masterToSlave(1),
|
|
slaveToMaster(2)
|
|
}
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents status which the AC switches to.
|
|
The following values are supported:
|
|
masterToSlave - The AC switches from master to slave.
|
|
slaveToMaster - The AC switches from slave to master.
|
|
"
|
|
::= { h3cDot11ACMtTrapVarObjects 3 }
|
|
|
|
h3cDot11ACMtTrapTnlAPName OBJECT-TYPE
|
|
SYNTAX OCTET STRING
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents name of the AP which sets up the tunnel with the AC.
|
|
"
|
|
::= { h3cDot11ACMtTrapVarObjects 4 }
|
|
|
|
h3cDot11ACMtTrapTnlAPIPAddr OBJECT-TYPE
|
|
SYNTAX IpAddress
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents IP address of the AP which sets up the tunnel with the AC.
|
|
"
|
|
::= { h3cDot11ACMtTrapVarObjects 5 }
|
|
|
|
h3cDot11LoadBalanceType OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
traffic(1),
|
|
session(2)
|
|
}
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents which kind load balance is enabled by AC.
|
|
The following values are supported:
|
|
traffic mode load-balancing: traffic snapshot is considered.
|
|
session mode load-balancing: the number of users associated
|
|
with the AP/radio is considered.
|
|
"
|
|
::= { h3cDot11ACMtTrapVarObjects 6 }
|
|
|
|
h3cDot11LoadBalanceThreshold OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the value of load balance threshold.
|
|
"
|
|
::= { h3cDot11ACMtTrapVarObjects 7 }
|
|
|
|
h3cDot11ACMtTrapAPIPv6Addr OBJECT-TYPE
|
|
SYNTAX OCTET STRING
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents IPv6 address of the AP which sets up the tunnel with
|
|
the AC."
|
|
::= { h3cDot11ACMtTrapVarObjects 8 }
|
|
|
|
h3cDot11ACMtTrapTunlDwnCount OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Reprsents how many times that the tunnel between AC and AP has down."
|
|
::= { h3cDot11ACMtTrapVarObjects 9 }
|
|
|
|
h3cDot11ACMaxStaNum OBJECT-TYPE
|
|
SYNTAX Integer32
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the max number of STA on AC."
|
|
::= { h3cDot11ACMtTrapVarObjects 10 }
|
|
|
|
h3cDot11ACMtTrapTnlAPSysName OBJECT-TYPE
|
|
SYNTAX OCTET STRING
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents system name of the AP which sets up the tunnel with the AC."
|
|
::= { h3cDot11ACMtTrapVarObjects 11 }
|
|
|
|
h3cDot11ACMtFirstTrapTime OBJECT-TYPE
|
|
SYNTAX TimeTicks
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the first trap time."
|
|
::= { h3cDot11ACMtTrapVarObjects 12 }
|
|
|
|
h3cDot11ACStatusSwitchInfo OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
activeToStandby(1),
|
|
standbyToActive(2)
|
|
}
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents status which the AC switches to.
|
|
The following values are supported:
|
|
activeToStandby - The AC switches from active to standby.
|
|
standbyToActive - The AC switches from standby to active.
|
|
"
|
|
::= { h3cDot11ACMtTrapVarObjects 13 }
|
|
|
|
h3cDot11SourceACNmsIP OBJECT-TYPE
|
|
SYNTAX IpAddress
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Represents the NMS IP address of master AC.
|
|
"
|
|
::= { h3cDot11ACMtTrapVarObjects 14 }
|
|
|
|
-- *****************************************************************************
|
|
-- * End OF NotifyGroup
|
|
-- *****************************************************************************
|
|
END
|