1-- =====================================================================
2-- Copyright (c) 2004-2016 by New H3C Technologies. All rights reserved.
3--
4-- Description: The file defines a MIB to provide WLAN roaming configuration.
5-- Reference:
6-- Version: V1.3
7-- History:
8-- V1.0 2008-7-23 created by heziqi
9-- V1.1 2009-05-07 modified by Li Yugang
10--      Add hh3cDot11RoamStatisGroup to hh3cDot11ROAM.
11-- V1.2 2009-12-24 modified for Guangdong Mobile
12--      Add hh3cDot11InterACRoamOutSuccCnt to hh3cDot11RoamStatisGroup.
13--      2010-08-04 modefied by l07769 for Guangdong CMCC
14--      Add hh3cDot11IntraACRoamingSuccCnt2, hh3cDot11InterACRoamingSuccCnt2
15--      and hh3cDot11InterACRoamOutSuccCnt2 to hh3cDot11RoamStatis2Group.
16-- V1.3 2016-3-11 modified by yubo 04460
17--      Add hh3cDot11InterACRoamInSuccCnt to hh3cDot11RoamStatusGroup
18--      Add hh3cDot11InterACRoamInSuccCnt2 to hh3cDot11RoamStatis2Group
19-- =====================================================================
20HH3C-DOT11-ROAM-MIB DEFINITIONS ::= BEGIN
21
22IMPORTS
23        TruthValue,
24        MacAddress,
25        RowStatus,
26        TEXTUAL-CONVENTION
27    FROM SNMPv2-TC
28        MODULE-IDENTITY,
29        OBJECT-TYPE,
30        Integer32,
31        Counter32
32    FROM SNMPv2-SMI
33        InetAddressType,
34        InetAddress
35    FROM INET-ADDRESS-MIB
36        hh3cDot11
37    FROM HH3C-DOT11-REF-MIB;
38
39hh3cDot11ROAM MODULE-IDENTITY
40    LAST-UPDATED "201603111800Z"        -- Mar 11, 2016 at 18:00 GMT
41    ORGANIZATION
42        "New H3C Technologies Co., Ltd."
43    CONTACT-INFO
44        "Platform Team New H3C Technologies Co., Ltd.
45         Hai-Dian District Beijing P.R.China
46         Http://www.h3c.com
47         Zip:100085"
48    DESCRIPTION
49        "This MIB provides information about WLAN roaming configuration.
50
51        GLOSSARY
52
53        IEEE 802.11
54        Standard to encourage interoperability among
55        wireless networking equipment.
56
57        Access point (AP)
58        Transmitter/receiver (transceiver) device
59        that commonly connects and transports data
60        between a wireless network and a wired network.
61
62        Access control (AC)
63        To control and manage multi-APs, it will bridge
64        wireless and wired network.
65
66        BSS
67        IEEE 802.11 Basic Service Set (Radio Cell).  The
68        BSS of an AP comprises of the stations directly
69        associating with the AP.
70
71        Radio
72        The chip set to receive and send wireless signal.
73
74        HA
75        The AC to which a wireless station is connected by
76        associating with an AP for the first time is the
77        HA of the station.
78
79        FA
80        An AC that is other than the HA and to which a
81        station is currently connected is an FA of the
82        station.
83
84        Fast-roam capable station
85        A wireless station which directly associates to
86        a fast-roam service (rsn+dot1X) with one AC for
87        the first time.
88
89        Roam-out station
90        A wireless station which has associated with an
91        AC other than the HA in the mobility-group is
92        referred to as a roam-out station at its HA.
93
94        Roam-in station
95        A wireless station which has associated with an
96        AC other than the HA in the mobility-group is
97        referred to as a roam-in station at the FA.
98
99        Intra-AC roaming
100        A procedure where a wireless station roams from
101        one AP to another AP, which are connected to the
102        same AC.
103
104        Inter-AC roaming
105        A procedure where a wireless station roams from
106        one AP to another AP, which are connected to
107        different ACs.
108
109        Inter-AC fast roaming capability
110        If a station uses 802.1x (RSN) authentication
111        through negotiation, this station has inter-AC
112        fast roaming capability.
113
114        WLAN-tunnel
115        One type of layer 2 interface which is bound with
116        an IACTP data tunnel and used to tunnel
117        unicast/broadcast frames between ACs."
118    REVISION "201603111800Z"        -- Mar 11, 2016 at 18:00 GMT
119    DESCRIPTION
120            "add new nodes."
121    REVISION "201008041800Z"        -- Aug 04, 2010 at 18:00 GMT
122    DESCRIPTION
123            "Modified to add new hh3cDot11RoamStatis2Group."
124    REVISION "200905072000Z"
125    DESCRIPTION
126            "Modified to add new hh3cDot11RoamStatisGroup."
127    REVISION "200807231200Z"
128    DESCRIPTION
129            "The initial revision of this MIB module."
130    ::= { hh3cDot11 10 }
131
132-- ==================================================================
133-- Textual Conventions
134-- ==================================================================
135Hh3cDot11RoamMobileTunnelType ::=  TEXTUAL-CONVENTION
136    STATUS      current
137    DESCRIPTION
138        "The protocol type of the mobility-tunnel.
139        This object has two defined values:
140        - 'ipv4', which indicates that the protocol type of the mobility-tunnel
141          is IPv4.
142        - 'ipv6', which indicates that the protocol type of the mobility-tunnel
143          is IPv6.
144        "
145    SYNTAX      INTEGER
146        {
147            ipv4(1),
148            ipv6(2)
149        }
150
151Hh3cDot11RoamAuthMode ::=  TEXTUAL-CONVENTION
152    STATUS      current
153    DESCRIPTION
154        "The authentication mode of the mobility-tunnel.
155        This object has two defined values:
156        - 'none', which indicates that the authentication mode of the
157          mobility-tunnel is None.
158        - 'md5', which indicates that the authentication mode of the
159          mobility-tunnel is MD5.
160        "
161    SYNTAX      INTEGER
162        {
163            none(1),
164            md5(2)
165        }
166
167Hh3cDot11RoamIACTPStatus ::=  TEXTUAL-CONVENTION
168    STATUS      current
169    DESCRIPTION
170        "The status of IACTP state machine."
171    SYNTAX      INTEGER
172        {
173            init(1),
174            idle(2),
175            joinRequestWait(3),
176            joinResponseWait(4),
177            joinConfirmWait(5),
178            joinError(6),
179            run(7)
180        }
181
182-- ==================================================================
183-- Major sections
184-- ==================================================================
185hh3cDot11RoamCfgGroup OBJECT IDENTIFIER  ::= { hh3cDot11ROAM 1 }
186--  Roaming Configuration Group has the following children:
187--  hh3cDot11MobGrpTable            ::= { hh3cDot11RoamCfgGroup 1 }
188--  hh3cDot11MobGrpMemberTable      ::= { hh3cDot11RoamCfgGroup 2 }
189
190hh3cDot11RoamStatusGroup OBJECT IDENTIFIER  ::= { hh3cDot11ROAM 2 }
191--  Roaming Status Group has the following children:
192--  hh3cDot11RoamInInfoTable             ::= { hh3cDot11RoamStatusGroup 1 }
193--  hh3cDot11RoamOutInfoTable            ::= { hh3cDot11RoamStatusGroup 2 }
194--  hh3cDot11RoamTrackTable              ::= { hh3cDot11RoamStatusGroup 3 }
195
196hh3cDot11RoamStatisGroup OBJECT IDENTIFIER  ::= { hh3cDot11ROAM 3 }
197--  Roaming Statis Group has the following children:
198--  hh3cDot11IntraACRoamingSuccCnt       ::= { hh3cDot11RoamStatusGroup 1 }
199--  hh3cDot11InterACRoamingSuccCnt       ::= { hh3cDot11RoamStatusGroup 2 }
200--  hh3cDot11InterACRoamOutSuccCnt       ::= { hh3cDot11RoamStatusGroup 3 }
201--  hh3cDot11InterACRoamInSuccCnt        ::= { hh3cDot11RoamStatusGroup 4 }
202
203hh3cDot11RoamStatis2Group OBJECT IDENTIFIER  ::= { hh3cDot11ROAM 4 }
204--  Roaming Statis Group has the following children:
205--  hh3cDot11IntraACRoamingSuccCnt2     ::= { hh3cDot11RoamStatus2Group 1 }
206--  hh3cDot11InterACRoamingSuccCnt2     ::= { hh3cDot11RoamStatus2Group 2 }
207--  hh3cDot11InterACRoamOutSuccCnt2     ::= { hh3cDot11RoamStatus2Group 3 }
208--  hh3cDot11InterACRoamInSuccCnt2      ::= { hh3cDot11RoamStatus2Group 4 }
209
210-- ==================================================================
211-- hh3cDot11RoamCfgGroup Definition
212-- ==================================================================
213-- ==================================================================
214-- hh3cDot11MobGrpTable Definition
215-- ==================================================================
216hh3cDot11MobGrpTable OBJECT-TYPE
217    SYNTAX      SEQUENCE OF Hh3cDot11MobGrpEntry
218    MAX-ACCESS  not-accessible
219    STATUS      current
220    DESCRIPTION
221        "The table defines the parameters for roaming group configuration."
222    ::= { hh3cDot11RoamCfgGroup 1 }
223
224hh3cDot11MobGrpEntry OBJECT-TYPE
225    SYNTAX      Hh3cDot11MobGrpEntry
226    MAX-ACCESS  not-accessible
227    STATUS      current
228    DESCRIPTION
229        "This entry contains information of mobile group."
230    INDEX
231        {
232            hh3cDot11MobGrpName
233        }
234    ::= { hh3cDot11MobGrpTable 1 }
235
236Hh3cDot11MobGrpEntry ::= SEQUENCE
237    {
238        hh3cDot11MobGrpName        OCTET STRING,
239        hh3cdot11MobGrpTunnelType  Hh3cDot11RoamMobileTunnelType,
240        hh3cDot11MobGrpSrcIPAddr   InetAddress,
241        hh3cDot11MobGrpAuthMode    Hh3cDot11RoamAuthMode,
242        hh3cDot11MobGrpAuthKey     OCTET STRING,
243        hh3cDot11MobGrpEnable      TruthValue,
244        hh3cDot11MobGrpRowStatus   RowStatus
245    }
246
247hh3cDot11MobGrpName OBJECT-TYPE
248    SYNTAX      OCTET STRING(SIZE(1..15))
249    MAX-ACCESS  not-accessible
250    STATUS      current
251    DESCRIPTION
252        "Represents the name of roam group."
253    ::= { hh3cDot11MobGrpEntry 1 }
254
255hh3cdot11MobGrpTunnelType OBJECT-TYPE
256    SYNTAX      Hh3cDot11RoamMobileTunnelType
257    MAX-ACCESS  read-create
258    STATUS      current
259    DESCRIPTION
260        "Represents the protocol type of mobility-tunnel."
261    DEFVAL      { ipv4 }
262    ::= { hh3cDot11MobGrpEntry 2 }
263
264hh3cDot11MobGrpSrcIPAddr OBJECT-TYPE
265    SYNTAX      InetAddress
266    MAX-ACCESS  read-create
267    STATUS      current
268    DESCRIPTION
269        "Represents the IP address of tunnel source.  The IP address
270         type must be the same as hh3cdot11MobGrpTunnelType.
271         The default value is zero."
272    ::= { hh3cDot11MobGrpEntry 3 }
273
274hh3cDot11MobGrpAuthMode OBJECT-TYPE
275    SYNTAX      Hh3cDot11RoamAuthMode
276    MAX-ACCESS  read-create
277    STATUS      current
278    DESCRIPTION
279        "Represents the authentication mode of IACTP tunnel.
280         This object can be used to enable IACTP control message
281         integrity authentication."
282    DEFVAL      { none }
283    ::= { hh3cDot11MobGrpEntry 4 }
284
285hh3cDot11MobGrpAuthKey OBJECT-TYPE
286    SYNTAX      OCTET STRING(SIZE(0..16))
287    MAX-ACCESS  read-create
288    STATUS      current
289    DESCRIPTION
290        "Represents the authentication key of IACTP tunnel.
291         Authentication key to be used with the given
292         authentication method.
293         This object can not be modified when the value of
294         hh3cDot11MobGrpAuthMode is 'none'."
295    ::= { hh3cDot11MobGrpEntry 5 }
296
297hh3cDot11MobGrpEnable OBJECT-TYPE
298    SYNTAX      TruthValue
299    MAX-ACCESS  read-create
300    STATUS      current
301    DESCRIPTION
302        "State of a mobile group.
303         'true'  : The WLAN mobility group will be enabled.
304         'false' : The inter-AC tunnel communication for the
305                   mobility group will be disabled.
306         A mobility group can be enabled only when the source
307         IP address is configured.  The other objects in this entry
308         can become effective only when mobility group is enabled.
309         The other objects in this entry can not be modified
310         after enabling mobility group."
311    DEFVAL      { false }
312    ::= { hh3cDot11MobGrpEntry 6 }
313
314hh3cDot11MobGrpRowStatus OBJECT-TYPE
315    SYNTAX      RowStatus
316    MAX-ACCESS  read-create
317    STATUS      current
318    DESCRIPTION
319        "The status of this table entry."
320    ::= { hh3cDot11MobGrpEntry 7 }
321
322-- ==================================================================
323-- hh3cDot11MobGrpMemberTable Definition
324-- ==================================================================
325
326hh3cDot11MobGrpMemberTable OBJECT-TYPE
327    SYNTAX      SEQUENCE OF Hh3cDot11MobGrpMemberEntry
328    MAX-ACCESS  not-accessible
329    STATUS      current
330    DESCRIPTION
331        "The table defines the parameters for roaming member configuration."
332    ::= { hh3cDot11RoamCfgGroup 2 }
333
334hh3cDot11MobGrpMemberEntry OBJECT-TYPE
335    SYNTAX      Hh3cDot11MobGrpMemberEntry
336    MAX-ACCESS  not-accessible
337    STATUS      current
338    DESCRIPTION
339        "This entry contains information of mobile group member."
340    INDEX
341        {
342            hh3cDot11MobGrpName,
343            hh3cDot11MobGrpMemberIpAddr
344        }
345    ::= { hh3cDot11MobGrpMemberTable 1 }
346
347Hh3cDot11MobGrpMemberEntry ::= SEQUENCE
348    {
349        hh3cDot11MobGrpMemberIpAddr      InetAddress,
350        hh3cDot11MobGrpMemberStatus      Hh3cDot11RoamIACTPStatus,
351        hh3cDot11MobGrpMemberIf          OCTET STRING,
352        hh3cDot11MobGrpMemberUpTime      Integer32,
353        hh3cDot11MobGrpMemberRowStatus   RowStatus
354    }
355
356hh3cDot11MobGrpMemberIpAddr OBJECT-TYPE
357    SYNTAX      InetAddress
358    MAX-ACCESS  not-accessible
359    STATUS      current
360    DESCRIPTION
361        "Represents the IP address of group member.  It can not be
362         the same as the source IP address of the mobile group.
363         The address type must be the same as the hh3cdot11MobGrpTunnelType."
364    ::= { hh3cDot11MobGrpMemberEntry 1 }
365
366hh3cDot11MobGrpMemberStatus OBJECT-TYPE
367    SYNTAX      Hh3cDot11RoamIACTPStatus
368    MAX-ACCESS  read-only
369    STATUS      current
370    DESCRIPTION
371        "Represents the status of group member."
372    ::= { hh3cDot11MobGrpMemberEntry 2 }
373
374hh3cDot11MobGrpMemberIf OBJECT-TYPE
375    SYNTAX      OCTET STRING
376    MAX-ACCESS  read-only
377    STATUS      current
378    DESCRIPTION
379        "Represents the tunnel interface name of group member."
380    ::= { hh3cDot11MobGrpMemberEntry 3 }
381
382hh3cDot11MobGrpMemberUpTime OBJECT-TYPE
383    SYNTAX      Integer32
384    UNITS       "second"
385    MAX-ACCESS  read-only
386    STATUS      current
387    DESCRIPTION
388        "Represents the sustaining time from tunnel up.  If tunnel
389         is down, MemberUpTime is zero."
390    ::= { hh3cDot11MobGrpMemberEntry 4 }
391
392hh3cDot11MobGrpMemberRowStatus OBJECT-TYPE
393    SYNTAX      RowStatus
394    MAX-ACCESS  read-create
395    STATUS      current
396    DESCRIPTION
397        "The status of this table entry."
398    ::= { hh3cDot11MobGrpMemberEntry 5 }
399
400-- ==================================================================
401-- hh3cDot11RoamStatusGroup Definition
402-- ==================================================================
403-- ==================================================================
404-- hh3cDot11RoamInInfoTable Definition
405-- ==================================================================
406hh3cDot11RoamInInfoTable OBJECT-TYPE
407    SYNTAX      SEQUENCE OF Hh3cDot11RoamInInfoEntry
408    MAX-ACCESS  not-accessible
409    STATUS      current
410    DESCRIPTION
411        "The table can used to display the information of roaming in client."
412    ::= { hh3cDot11RoamStatusGroup 1 }
413
414hh3cDot11RoamInInfoEntry OBJECT-TYPE
415    SYNTAX      Hh3cDot11RoamInInfoEntry
416    MAX-ACCESS  not-accessible
417    STATUS      current
418    DESCRIPTION
419        "This entry contains information of roaming in client."
420    INDEX
421        {
422            hh3cDot11RoamClientMAC
423        }
424    ::= { hh3cDot11RoamInInfoTable 1 }
425
426Hh3cDot11RoamInInfoEntry ::= SEQUENCE
427    {
428        hh3cDot11RoamClientMAC         MacAddress,
429        hh3cDot11RoamInClientBSSID     MacAddress,
430        hh3cDot11RoamInClientVlanID    Integer32,
431        hh3cDot11RoamInHomeACIPType    InetAddressType,
432        hh3cDot11RoamInHomeACIPAddr    InetAddress
433    }
434
435hh3cDot11RoamClientMAC OBJECT-TYPE
436    SYNTAX      MacAddress
437    MAX-ACCESS  not-accessible
438    STATUS      current
439    DESCRIPTION
440        "Represents the MAC address of roaming in client."
441    ::= { hh3cDot11RoamInInfoEntry 1 }
442
443hh3cDot11RoamInClientBSSID OBJECT-TYPE
444    SYNTAX      MacAddress
445    MAX-ACCESS  read-only
446    STATUS      current
447    DESCRIPTION
448        "Represents BSSID of the AP to which the Roam-In client is associated."
449    ::= { hh3cDot11RoamInInfoEntry 2 }
450
451hh3cDot11RoamInClientVlanID OBJECT-TYPE
452    SYNTAX      Integer32
453    MAX-ACCESS  read-only
454    STATUS      current
455    DESCRIPTION
456        "Represents the VLAN ID of Roam-In client."
457    ::= { hh3cDot11RoamInInfoEntry 3 }
458
459hh3cDot11RoamInHomeACIPType OBJECT-TYPE
460    SYNTAX      InetAddressType
461    MAX-ACCESS  read-only
462    STATUS      current
463    DESCRIPTION
464        "Represents the protocol type of home AC address."
465    ::= { hh3cDot11RoamInInfoEntry 4 }
466
467hh3cDot11RoamInHomeACIPAddr OBJECT-TYPE
468    SYNTAX      InetAddress
469    MAX-ACCESS  read-only
470    STATUS      current
471    DESCRIPTION
472        "Represents the address of home AC."
473    ::= { hh3cDot11RoamInInfoEntry 5 }
474
475-- ==================================================================
476-- hh3cDot11RoamOutInfoTable Definition
477-- ==================================================================
478
479hh3cDot11RoamOutInfoTable OBJECT-TYPE
480    SYNTAX      SEQUENCE OF Hh3cDot11RoamOutInfoEntry
481    MAX-ACCESS  not-accessible
482    STATUS      current
483    DESCRIPTION
484        "The table can used to display the information of roaming out client."
485    ::= { hh3cDot11RoamStatusGroup 2 }
486
487hh3cDot11RoamOutInfoEntry OBJECT-TYPE
488    SYNTAX      Hh3cDot11RoamOutInfoEntry
489    MAX-ACCESS  not-accessible
490    STATUS      current
491    DESCRIPTION
492        "This entry contains information of roaming out client."
493    INDEX
494        {
495            hh3cDot11RoamClientMAC
496        }
497    ::= { hh3cDot11RoamOutInfoTable 1 }
498
499Hh3cDot11RoamOutInfoEntry ::= SEQUENCE
500    {
501        hh3cDot11RoamOutClientBSSID       MacAddress,
502        hh3cDot11RoamOutClientVlanID      Integer32,
503        hh3cDot11RoamOutForeignACIPType   InetAddressType,
504        hh3cDot11RoamOutForeignACIPAddr   InetAddress,
505        hh3cDot11RoamOutClientUpTime      Integer32
506    }
507
508hh3cDot11RoamOutClientBSSID OBJECT-TYPE
509    SYNTAX      MacAddress
510    MAX-ACCESS  read-only
511    STATUS      current
512    DESCRIPTION
513        "Represents the BSSID of the AP to which the Roam-Out client is
514         associated."
515    ::= { hh3cDot11RoamOutInfoEntry 1 }
516
517hh3cDot11RoamOutClientVlanID OBJECT-TYPE
518    SYNTAX      Integer32
519    MAX-ACCESS  read-only
520    STATUS      current
521    DESCRIPTION
522        "Represents the VLAN ID of Roam-Out client."
523    ::= { hh3cDot11RoamOutInfoEntry 2 }
524
525hh3cDot11RoamOutForeignACIPType OBJECT-TYPE
526    SYNTAX      InetAddressType
527    MAX-ACCESS  read-only
528    STATUS      current
529    DESCRIPTION
530        "Represents the protocol type of foreign AC address."
531    ::= { hh3cDot11RoamOutInfoEntry 3 }
532
533hh3cDot11RoamOutForeignACIPAddr OBJECT-TYPE
534    SYNTAX      InetAddress
535    MAX-ACCESS  read-only
536    STATUS      current
537    DESCRIPTION
538        "Represents the address of foreign AC."
539    ::= { hh3cDot11RoamOutInfoEntry 4 }
540
541hh3cDot11RoamOutClientUpTime OBJECT-TYPE
542    SYNTAX      Integer32
543    UNITS       "second"
544    MAX-ACCESS  read-only
545    STATUS      current
546    DESCRIPTION
547        "Represents how long the Roam-Out client is associated with the foreign
548         AC."
549    ::= { hh3cDot11RoamOutInfoEntry 5 }
550
551-- ==================================================================
552-- hh3cDot11RoamTrackTable Definition
553-- ==================================================================
554hh3cDot11RoamTrackTable OBJECT-TYPE
555    SYNTAX      SEQUENCE OF Hh3cDot11RoamTrackEntry
556    MAX-ACCESS  not-accessible
557    STATUS      current
558    DESCRIPTION
559        "The table contains the roam-track information of a
560         specified client on the client's HA."
561    ::= { hh3cDot11RoamStatusGroup 3 }
562
563hh3cDot11RoamTrackEntry OBJECT-TYPE
564    SYNTAX      Hh3cDot11RoamTrackEntry
565    MAX-ACCESS  not-accessible
566    STATUS      current
567    DESCRIPTION
568        "This entry contains information of a specified client on the
569         client's HA."
570    INDEX
571        {
572            hh3cDot11RoamTrackIndex
573        }
574    ::= { hh3cDot11RoamTrackTable 1 }
575
576Hh3cDot11RoamTrackEntry ::= SEQUENCE
577    {
578        hh3cDot11RoamTrackIndex        Integer32,
579        hh3cDot11RoamTrackClientMAC    MacAddress,
580        hh3cDot11RoamTrackBSSID        MacAddress,
581        hh3cDot11RoamTrackUpTime       Integer32,
582        hh3cDot11RoamTrackACIPType     InetAddressType,
583        hh3cDot11RoamTrackACIPAddr     InetAddress
584    }
585
586hh3cDot11RoamTrackIndex OBJECT-TYPE
587    SYNTAX      Integer32
588    MAX-ACCESS  not-accessible
589    STATUS      current
590    DESCRIPTION
591        "Represents the index of this entry."
592    ::= { hh3cDot11RoamTrackEntry 1 }
593
594hh3cDot11RoamTrackClientMAC OBJECT-TYPE
595    SYNTAX      MacAddress
596    MAX-ACCESS  read-only
597    STATUS      current
598    DESCRIPTION
599        "Represents the MAC address of the roamed client."
600    ::= { hh3cDot11RoamTrackEntry 2 }
601
602hh3cDot11RoamTrackBSSID OBJECT-TYPE
603    SYNTAX      MacAddress
604    MAX-ACCESS  read-only
605    STATUS      current
606    DESCRIPTION
607        "Represents the BSSID of the AP with which the client is associated."
608    ::= { hh3cDot11RoamTrackEntry 3 }
609
610hh3cDot11RoamTrackUpTime OBJECT-TYPE
611    SYNTAX      Integer32
612    UNITS       "second"
613    MAX-ACCESS  read-only
614    STATUS      current
615    DESCRIPTION
616        "Represents how long the client is associated with the BSSID."
617    ::= { hh3cDot11RoamTrackEntry 4 }
618
619hh3cDot11RoamTrackACIPType OBJECT-TYPE
620    SYNTAX      InetAddressType
621    MAX-ACCESS  read-only
622    STATUS      current
623    DESCRIPTION
624        "Represents the protocol type of the IP address of the access
625         controller with which the client is connected."
626    ::= { hh3cDot11RoamTrackEntry 5 }
627
628hh3cDot11RoamTrackACIPAddr OBJECT-TYPE
629    SYNTAX      InetAddress
630    MAX-ACCESS  read-only
631    STATUS      current
632    DESCRIPTION
633        "Represents the IP address of the access controller with which
634         the client is connected."
635    ::= { hh3cDot11RoamTrackEntry 6 }
636
637-- ==================================================================
638-- hh3cDot11RoamStatisGroup Definition
639-- ==================================================================
640hh3cDot11IntraACRoamingSuccCnt OBJECT-TYPE
641    SYNTAX      Integer32
642    MAX-ACCESS  read-only
643    STATUS      current
644    DESCRIPTION
645        "Represents the count of client successfully roam Intra-AC."
646    ::= { hh3cDot11RoamStatisGroup 1 }
647
648hh3cDot11InterACRoamingSuccCnt OBJECT-TYPE
649    SYNTAX      Integer32
650    MAX-ACCESS  read-only
651    STATUS      current
652    DESCRIPTION
653        "Represents the count of client successfully roam in Inter-AC."
654    ::= { hh3cDot11RoamStatisGroup 2 }
655
656hh3cDot11InterACRoamOutSuccCnt OBJECT-TYPE
657    SYNTAX      Integer32
658    MAX-ACCESS  read-only
659    STATUS      current
660    DESCRIPTION
661        "Represents the count of client successfully roam out Inter-AC."
662    ::= { hh3cDot11RoamStatisGroup 3 }
663
664hh3cDot11InterACRoamInSuccCnt OBJECT-TYPE
665    SYNTAX      Integer32
666    MAX-ACCESS  read-only
667    STATUS      current
668    DESCRIPTION
669        "Represents the number of clients successfully roamed in inter-AC roaming."
670    ::= { hh3cDot11RoamStatisGroup 4 }
671
672-- ==================================================================
673-- End of hh3cDot11RoamStatisGroup Definition
674-- ==================================================================
675
676-- ==================================================================
677-- hh3cDot11RoamStatis2Group Definition
678-- ==================================================================
679hh3cDot11IntraACRoamingSuccCnt2 OBJECT-TYPE
680    SYNTAX      Counter32
681    MAX-ACCESS  read-only
682    STATUS      current
683    DESCRIPTION
684        "Represents the count of client successfully roam Intra-AC in Counter32."
685    ::= { hh3cDot11RoamStatis2Group 1 }
686
687hh3cDot11InterACRoamingSuccCnt2 OBJECT-TYPE
688    SYNTAX      Counter32
689    MAX-ACCESS  read-only
690    STATUS      current
691    DESCRIPTION
692        "Represents the count of client successfully roam in Inter-AC in Counter32."
693    ::= { hh3cDot11RoamStatis2Group 2 }
694
695hh3cDot11InterACRoamOutSuccCnt2 OBJECT-TYPE
696    SYNTAX      Counter32
697    MAX-ACCESS  read-only
698    STATUS      current
699    DESCRIPTION
700        "Represents the count of client successfully roam out Inter-AC in Counter32."
701    ::= { hh3cDot11RoamStatis2Group 3 }
702
703hh3cDot11InterACRoamInSuccCnt2 OBJECT-TYPE
704    SYNTAX      Counter32
705    MAX-ACCESS  read-only
706    STATUS      current
707    DESCRIPTION
708        "Represents the number of clients successfully roamed in inter-AC roaming in Counter32."
709    ::= { hh3cDot11RoamStatis2Group 4 }
710
711-- ==================================================================
712-- End of hh3cDot11RoamStatis2Group Definition
713-- ==================================================================
714END
715