Observium_CE/mibs/h3c/H3C-DOT11-ROAM-MIB

715 lines
24 KiB
Plaintext

-- =====================================================================
-- Copyright (c) 2004-2016 by Hangzhou H3C Technologies. All rights reserved.
--
-- Description: The file defines a MIB to provide WLAN roaming configuration.
-- Reference:
-- Version: V1.3
-- History:
-- V1.0 2008-7-23 created by heziqi
-- V1.1 2009-05-07 modified by Li Yugang
-- Add h3cDot11RoamStatisGroup to h3cDot11ROAM.
-- V1.2 2009-12-24 modified for Guangdong Mobile
-- Add h3cDot11InterACRoamOutSuccCnt to h3cDot11RoamStatisGroup.
-- 2010-08-04 modefied by l07769 for Guangdong CMCC
-- Add h3cDot11IntraACRoamingSuccCnt2, h3cDot11InterACRoamingSuccCnt2
-- and h3cDot11InterACRoamOutSuccCnt2 to h3cDot11RoamStatis2Group.
-- V1.3 2016-3-11 modified by yubo 04460
-- Add h3cDot11InterACRoamInSuccCnt to h3cDot11RoamStatusGroup
-- Add h3cDot11InterACRoamInSuccCnt2 to h3cDot11RoamStatis2Group
-- =====================================================================
H3C-DOT11-ROAM-MIB DEFINITIONS ::= BEGIN
IMPORTS
TruthValue,
MacAddress,
RowStatus,
TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-IDENTITY,
OBJECT-TYPE,
Integer32,
Counter32
FROM SNMPv2-SMI
InetAddressType,
InetAddress
FROM INET-ADDRESS-MIB
h3cDot11
FROM H3C-DOT11-REF-MIB;
h3cDot11ROAM MODULE-IDENTITY
LAST-UPDATED "201603111800Z" -- Mar 11, 2016 at 18:00 GMT
ORGANIZATION
"Hangzhou H3C Technologies Co., Ltd."
CONTACT-INFO
"Platform Team Hangzhou H3C Technologies Co., Ltd.
Hai-Dian District Beijing P.R.China
Http://www.h3c.com
Zip:100085"
DESCRIPTION
"This MIB provides information about WLAN roaming configuration.
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.
BSS
IEEE 802.11 Basic Service Set (Radio Cell). The
BSS of an AP comprises of the stations directly
associating with the AP.
Radio
The chip set to receive and send wireless signal.
HA
The AC to which a wireless station is connected by
associating with an AP for the first time is the
HA of the station.
FA
An AC that is other than the HA and to which a
station is currently connected is an FA of the
station.
Fast-roam capable station
A wireless station which directly associates to
a fast-roam service (rsn+dot1X) with one AC for
the first time.
Roam-out station
A wireless station which has associated with an
AC other than the HA in the mobility-group is
referred to as a roam-out station at its HA.
Roam-in station
A wireless station which has associated with an
AC other than the HA in the mobility-group is
referred to as a roam-in station at the FA.
Intra-AC roaming
A procedure where a wireless station roams from
one AP to another AP, which are connected to the
same AC.
Inter-AC roaming
A procedure where a wireless station roams from
one AP to another AP, which are connected to
different ACs.
Inter-AC fast roaming capability
If a station uses 802.1x (RSN) authentication
through negotiation, this station has inter-AC
fast roaming capability.
WLAN-tunnel
One type of layer 2 interface which is bound with
an IACTP data tunnel and used to tunnel
unicast/broadcast frames between ACs."
REVISION "201603111800Z" -- Mar 11, 2016 at 18:00 GMT
DESCRIPTION
"add new nodes."
REVISION "201008041800Z" -- Aug 04, 2010 at 18:00 GMT
DESCRIPTION
"Modified to add new h3cDot11RoamStatis2Group."
REVISION "200905072000Z"
DESCRIPTION
"Modified to add new h3cDot11RoamStatisGroup."
REVISION "200807231200Z"
DESCRIPTION
"The initial revision of this MIB module."
::= { h3cDot11 10 }
-- ==================================================================
-- Textual Conventions
-- ==================================================================
H3cDot11RoamMobileTunnelType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The protocol type of the mobility-tunnel.
This object has two defined values:
- 'ipv4', which indicates that the protocol type of the mobility-tunnel
is IPv4.
- 'ipv6', which indicates that the protocol type of the mobility-tunnel
is IPv6.
"
SYNTAX INTEGER
{
ipv4(1),
ipv6(2)
}
H3cDot11RoamAuthMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The authentication mode of the mobility-tunnel.
This object has two defined values:
- 'none', which indicates that the authentication mode of the
mobility-tunnel is None.
- 'md5', which indicates that the authentication mode of the
mobility-tunnel is MD5.
"
SYNTAX INTEGER
{
none(1),
md5(2)
}
H3cDot11RoamIACTPStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The status of IACTP state machine."
SYNTAX INTEGER
{
init(1),
idle(2),
joinRequestWait(3),
joinResponseWait(4),
joinConfirmWait(5),
joinError(6),
run(7)
}
-- ==================================================================
-- Major sections
-- ==================================================================
h3cDot11RoamCfgGroup OBJECT IDENTIFIER ::= { h3cDot11ROAM 1 }
-- Roaming Configuration Group has the following children:
-- h3cDot11MobGrpTable ::= { h3cDot11RoamCfgGroup 1 }
-- h3cDot11MobGrpMemberTable ::= { h3cDot11RoamCfgGroup 2 }
h3cDot11RoamStatusGroup OBJECT IDENTIFIER ::= { h3cDot11ROAM 2 }
-- Roaming Status Group has the following children:
-- h3cDot11RoamInInfoTable ::= { h3cDot11RoamStatusGroup 1 }
-- h3cDot11RoamOutInfoTable ::= { h3cDot11RoamStatusGroup 2 }
-- h3cDot11RoamTrackTable ::= { h3cDot11RoamStatusGroup 3 }
h3cDot11RoamStatisGroup OBJECT IDENTIFIER ::= { h3cDot11ROAM 3 }
-- Roaming Statis Group has the following children:
-- h3cDot11IntraACRoamingSuccCnt ::= { h3cDot11RoamStatusGroup 1 }
-- h3cDot11InterACRoamingSuccCnt ::= { h3cDot11RoamStatusGroup 2 }
-- h3cDot11InterACRoamOutSuccCnt ::= { h3cDot11RoamStatusGroup 3 }
-- h3cDot11InterACRoamInSuccCnt ::= { h3cDot11RoamStatusGroup 4 }
h3cDot11RoamStatis2Group OBJECT IDENTIFIER ::= { h3cDot11ROAM 4 }
-- Roaming Statis Group has the following children:
-- h3cDot11IntraACRoamingSuccCnt2 ::= { h3cDot11RoamStatus2Group 1 }
-- h3cDot11InterACRoamingSuccCnt2 ::= { h3cDot11RoamStatus2Group 2 }
-- h3cDot11InterACRoamOutSuccCnt2 ::= { h3cDot11RoamStatus2Group 3 }
-- h3cDot11InterACRoamInSuccCnt2 ::= { h3cDot11RoamStatus2Group 4 }
-- ==================================================================
-- h3cDot11RoamCfgGroup Definition
-- ==================================================================
-- ==================================================================
-- h3cDot11MobGrpTable Definition
-- ==================================================================
h3cDot11MobGrpTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDot11MobGrpEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table defines the parameters for roaming group configuration."
::= { h3cDot11RoamCfgGroup 1 }
h3cDot11MobGrpEntry OBJECT-TYPE
SYNTAX H3cDot11MobGrpEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains information of mobile group."
INDEX
{
h3cDot11MobGrpName
}
::= { h3cDot11MobGrpTable 1 }
H3cDot11MobGrpEntry ::= SEQUENCE
{
h3cDot11MobGrpName OCTET STRING,
h3cdot11MobGrpTunnelType H3cDot11RoamMobileTunnelType,
h3cDot11MobGrpSrcIPAddr InetAddress,
h3cDot11MobGrpAuthMode H3cDot11RoamAuthMode,
h3cDot11MobGrpAuthKey OCTET STRING,
h3cDot11MobGrpEnable TruthValue,
h3cDot11MobGrpRowStatus RowStatus
}
h3cDot11MobGrpName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(1..15))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Represents the name of roam group."
::= { h3cDot11MobGrpEntry 1 }
h3cdot11MobGrpTunnelType OBJECT-TYPE
SYNTAX H3cDot11RoamMobileTunnelType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Represents the protocol type of mobility-tunnel."
DEFVAL { ipv4 }
::= { h3cDot11MobGrpEntry 2 }
h3cDot11MobGrpSrcIPAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Represents the IP address of tunnel source. The IP address
type must be the same as h3cdot11MobGrpTunnelType.
The default value is zero."
::= { h3cDot11MobGrpEntry 3 }
h3cDot11MobGrpAuthMode OBJECT-TYPE
SYNTAX H3cDot11RoamAuthMode
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Represents the authentication mode of IACTP tunnel.
This object can be used to enable IACTP control message
integrity authentication."
DEFVAL { none }
::= { h3cDot11MobGrpEntry 4 }
h3cDot11MobGrpAuthKey OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..16))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Represents the authentication key of IACTP tunnel.
Authentication key to be used with the given
authentication method.
This object can not be modified when the value of
h3cDot11MobGrpAuthMode is 'none'."
::= { h3cDot11MobGrpEntry 5 }
h3cDot11MobGrpEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"State of a mobile group.
'true' : The WLAN mobility group will be enabled.
'false' : The inter-AC tunnel communication for the
mobility group will be disabled.
A mobility group can be enabled only when the source
IP address is configured. The other objects in this entry
can become effective only when mobility group is enabled.
The other objects in this entry can not be modified
after enabling mobility group."
DEFVAL { false }
::= { h3cDot11MobGrpEntry 6 }
h3cDot11MobGrpRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this table entry."
::= { h3cDot11MobGrpEntry 7 }
-- ==================================================================
-- h3cDot11MobGrpMemberTable Definition
-- ==================================================================
h3cDot11MobGrpMemberTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDot11MobGrpMemberEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table defines the parameters for roaming member configuration."
::= { h3cDot11RoamCfgGroup 2 }
h3cDot11MobGrpMemberEntry OBJECT-TYPE
SYNTAX H3cDot11MobGrpMemberEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains information of mobile group member."
INDEX
{
h3cDot11MobGrpName,
h3cDot11MobGrpMemberIpAddr
}
::= { h3cDot11MobGrpMemberTable 1 }
H3cDot11MobGrpMemberEntry ::= SEQUENCE
{
h3cDot11MobGrpMemberIpAddr InetAddress,
h3cDot11MobGrpMemberStatus H3cDot11RoamIACTPStatus,
h3cDot11MobGrpMemberIf OCTET STRING,
h3cDot11MobGrpMemberUpTime Integer32,
h3cDot11MobGrpMemberRowStatus RowStatus
}
h3cDot11MobGrpMemberIpAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Represents the IP address of group member. It can not be
the same as the source IP address of the mobile group.
The address type must be the same as the h3cdot11MobGrpTunnelType."
::= { h3cDot11MobGrpMemberEntry 1 }
h3cDot11MobGrpMemberStatus OBJECT-TYPE
SYNTAX H3cDot11RoamIACTPStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the status of group member."
::= { h3cDot11MobGrpMemberEntry 2 }
h3cDot11MobGrpMemberIf OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the tunnel interface name of group member."
::= { h3cDot11MobGrpMemberEntry 3 }
h3cDot11MobGrpMemberUpTime OBJECT-TYPE
SYNTAX Integer32
UNITS "second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the sustaining time from tunnel up. If tunnel
is down, MemberUpTime is zero."
::= { h3cDot11MobGrpMemberEntry 4 }
h3cDot11MobGrpMemberRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this table entry."
::= { h3cDot11MobGrpMemberEntry 5 }
-- ==================================================================
-- h3cDot11RoamStatusGroup Definition
-- ==================================================================
-- ==================================================================
-- h3cDot11RoamInInfoTable Definition
-- ==================================================================
h3cDot11RoamInInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDot11RoamInInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table can used to display the information of roaming in client."
::= { h3cDot11RoamStatusGroup 1 }
h3cDot11RoamInInfoEntry OBJECT-TYPE
SYNTAX H3cDot11RoamInInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains information of roaming in client."
INDEX
{
h3cDot11RoamClientMAC
}
::= { h3cDot11RoamInInfoTable 1 }
H3cDot11RoamInInfoEntry ::= SEQUENCE
{
h3cDot11RoamClientMAC MacAddress,
h3cDot11RoamInClientBSSID MacAddress,
h3cDot11RoamInClientVlanID Integer32,
h3cDot11RoamInHomeACIPType InetAddressType,
h3cDot11RoamInHomeACIPAddr InetAddress
}
h3cDot11RoamClientMAC OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Represents the MAC address of roaming in client."
::= { h3cDot11RoamInInfoEntry 1 }
h3cDot11RoamInClientBSSID OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents BSSID of the AP to which the Roam-In client is associated."
::= { h3cDot11RoamInInfoEntry 2 }
h3cDot11RoamInClientVlanID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the VLAN ID of Roam-In client."
::= { h3cDot11RoamInInfoEntry 3 }
h3cDot11RoamInHomeACIPType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the protocol type of home AC address."
::= { h3cDot11RoamInInfoEntry 4 }
h3cDot11RoamInHomeACIPAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the address of home AC."
::= { h3cDot11RoamInInfoEntry 5 }
-- ==================================================================
-- h3cDot11RoamOutInfoTable Definition
-- ==================================================================
h3cDot11RoamOutInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDot11RoamOutInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table can used to display the information of roaming out client."
::= { h3cDot11RoamStatusGroup 2 }
h3cDot11RoamOutInfoEntry OBJECT-TYPE
SYNTAX H3cDot11RoamOutInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains information of roaming out client."
INDEX
{
h3cDot11RoamClientMAC
}
::= { h3cDot11RoamOutInfoTable 1 }
H3cDot11RoamOutInfoEntry ::= SEQUENCE
{
h3cDot11RoamOutClientBSSID MacAddress,
h3cDot11RoamOutClientVlanID Integer32,
h3cDot11RoamOutForeignACIPType InetAddressType,
h3cDot11RoamOutForeignACIPAddr InetAddress,
h3cDot11RoamOutClientUpTime Integer32
}
h3cDot11RoamOutClientBSSID OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the BSSID of the AP to which the Roam-Out client is
associated."
::= { h3cDot11RoamOutInfoEntry 1 }
h3cDot11RoamOutClientVlanID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the VLAN ID of Roam-Out client."
::= { h3cDot11RoamOutInfoEntry 2 }
h3cDot11RoamOutForeignACIPType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the protocol type of foreign AC address."
::= { h3cDot11RoamOutInfoEntry 3 }
h3cDot11RoamOutForeignACIPAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the address of foreign AC."
::= { h3cDot11RoamOutInfoEntry 4 }
h3cDot11RoamOutClientUpTime OBJECT-TYPE
SYNTAX Integer32
UNITS "second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents how long the Roam-Out client is associated with the foreign
AC."
::= { h3cDot11RoamOutInfoEntry 5 }
-- ==================================================================
-- h3cDot11RoamTrackTable Definition
-- ==================================================================
h3cDot11RoamTrackTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDot11RoamTrackEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table contains the roam-track information of a
specified client on the client's HA."
::= { h3cDot11RoamStatusGroup 3 }
h3cDot11RoamTrackEntry OBJECT-TYPE
SYNTAX H3cDot11RoamTrackEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry contains information of a specified client on the
client's HA."
INDEX
{
h3cDot11RoamTrackIndex
}
::= { h3cDot11RoamTrackTable 1 }
H3cDot11RoamTrackEntry ::= SEQUENCE
{
h3cDot11RoamTrackIndex Integer32,
h3cDot11RoamTrackClientMAC MacAddress,
h3cDot11RoamTrackBSSID MacAddress,
h3cDot11RoamTrackUpTime Integer32,
h3cDot11RoamTrackACIPType InetAddressType,
h3cDot11RoamTrackACIPAddr InetAddress
}
h3cDot11RoamTrackIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Represents the index of this entry."
::= { h3cDot11RoamTrackEntry 1 }
h3cDot11RoamTrackClientMAC OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the MAC address of the roamed client."
::= { h3cDot11RoamTrackEntry 2 }
h3cDot11RoamTrackBSSID OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the BSSID of the AP with which the client is associated."
::= { h3cDot11RoamTrackEntry 3 }
h3cDot11RoamTrackUpTime OBJECT-TYPE
SYNTAX Integer32
UNITS "second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents how long the client is associated with the BSSID."
::= { h3cDot11RoamTrackEntry 4 }
h3cDot11RoamTrackACIPType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the protocol type of the IP address of the access
controller with which the client is connected."
::= { h3cDot11RoamTrackEntry 5 }
h3cDot11RoamTrackACIPAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the IP address of the access controller with which
the client is connected."
::= { h3cDot11RoamTrackEntry 6 }
-- ==================================================================
-- h3cDot11RoamStatisGroup Definition
-- ==================================================================
h3cDot11IntraACRoamingSuccCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the count of client successfully roam Intra-AC."
::= { h3cDot11RoamStatisGroup 1 }
h3cDot11InterACRoamingSuccCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the count of client successfully roam in Inter-AC."
::= { h3cDot11RoamStatisGroup 2 }
h3cDot11InterACRoamOutSuccCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the count of client successfully roam out Inter-AC."
::= { h3cDot11RoamStatisGroup 3 }
h3cDot11InterACRoamInSuccCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the number of clients successfully roamed in inter-AC roaming."
::= { h3cDot11RoamStatisGroup 4 }
-- ==================================================================
-- End of h3cDot11RoamStatisGroup Definition
-- ==================================================================
-- ==================================================================
-- h3cDot11RoamStatis2Group Definition
-- ==================================================================
h3cDot11IntraACRoamingSuccCnt2 OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the count of client successfully roam Intra-AC in Counter32."
::= { h3cDot11RoamStatis2Group 1 }
h3cDot11InterACRoamingSuccCnt2 OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the count of client successfully roam in Inter-AC in Counter32."
::= { h3cDot11RoamStatis2Group 2 }
h3cDot11InterACRoamOutSuccCnt2 OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the count of client successfully roam out Inter-AC in Counter32."
::= { h3cDot11RoamStatis2Group 3 }
h3cDot11InterACRoamInSuccCnt2 OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the number of clients successfully roamed in inter-AC roaming in Counter32."
::= { h3cDot11RoamStatis2Group 4 }
-- ==================================================================
-- End of h3cDot11RoamStatis2Group Definition
-- ==================================================================
END