summaryrefslogtreecommitdiff
path: root/MIBS/comware/HH3C-DOT11-ROAM-MIB
blob: 349a1c7b2f7c1ff51a469f1590426e22db040942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
-- =====================================================================
-- Copyright (c) 2004-2016 by New 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 hh3cDot11RoamStatisGroup to hh3cDot11ROAM.
-- V1.2 2009-12-24 modified for Guangdong Mobile
--      Add hh3cDot11InterACRoamOutSuccCnt to hh3cDot11RoamStatisGroup.
--      2010-08-04 modefied by l07769 for Guangdong CMCC
--      Add hh3cDot11IntraACRoamingSuccCnt2, hh3cDot11InterACRoamingSuccCnt2
--      and hh3cDot11InterACRoamOutSuccCnt2 to hh3cDot11RoamStatis2Group.
-- V1.3 2016-3-11 modified by yubo 04460
--      Add hh3cDot11InterACRoamInSuccCnt to hh3cDot11RoamStatusGroup
--      Add hh3cDot11InterACRoamInSuccCnt2 to hh3cDot11RoamStatis2Group
-- =====================================================================
HH3C-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
        hh3cDot11
    FROM HH3C-DOT11-REF-MIB;

hh3cDot11ROAM MODULE-IDENTITY
    LAST-UPDATED "201603111800Z"        -- Mar 11, 2016 at 18:00 GMT
    ORGANIZATION
        "New H3C Technologies Co., Ltd."
    CONTACT-INFO
        "Platform Team New 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 hh3cDot11RoamStatis2Group."
    REVISION "200905072000Z"
    DESCRIPTION
            "Modified to add new hh3cDot11RoamStatisGroup."
    REVISION "200807231200Z"
    DESCRIPTION
            "The initial revision of this MIB module."
    ::= { hh3cDot11 10 }

-- ==================================================================
-- Textual Conventions
-- ==================================================================
Hh3cDot11RoamMobileTunnelType ::=  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)
        }

Hh3cDot11RoamAuthMode ::=  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)
        }

Hh3cDot11RoamIACTPStatus ::=  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
-- ==================================================================
hh3cDot11RoamCfgGroup OBJECT IDENTIFIER  ::= { hh3cDot11ROAM 1 }
--  Roaming Configuration Group has the following children:
--  hh3cDot11MobGrpTable            ::= { hh3cDot11RoamCfgGroup 1 }
--  hh3cDot11MobGrpMemberTable      ::= { hh3cDot11RoamCfgGroup 2 }

hh3cDot11RoamStatusGroup OBJECT IDENTIFIER  ::= { hh3cDot11ROAM 2 }
--  Roaming Status Group has the following children:
--  hh3cDot11RoamInInfoTable             ::= { hh3cDot11RoamStatusGroup 1 }
--  hh3cDot11RoamOutInfoTable            ::= { hh3cDot11RoamStatusGroup 2 }
--  hh3cDot11RoamTrackTable              ::= { hh3cDot11RoamStatusGroup 3 }

hh3cDot11RoamStatisGroup OBJECT IDENTIFIER  ::= { hh3cDot11ROAM 3 }
--  Roaming Statis Group has the following children:
--  hh3cDot11IntraACRoamingSuccCnt       ::= { hh3cDot11RoamStatusGroup 1 }
--  hh3cDot11InterACRoamingSuccCnt       ::= { hh3cDot11RoamStatusGroup 2 }
--  hh3cDot11InterACRoamOutSuccCnt       ::= { hh3cDot11RoamStatusGroup 3 }
--  hh3cDot11InterACRoamInSuccCnt        ::= { hh3cDot11RoamStatusGroup 4 }

hh3cDot11RoamStatis2Group OBJECT IDENTIFIER  ::= { hh3cDot11ROAM 4 }
--  Roaming Statis Group has the following children:
--  hh3cDot11IntraACRoamingSuccCnt2     ::= { hh3cDot11RoamStatus2Group 1 }
--  hh3cDot11InterACRoamingSuccCnt2     ::= { hh3cDot11RoamStatus2Group 2 }
--  hh3cDot11InterACRoamOutSuccCnt2     ::= { hh3cDot11RoamStatus2Group 3 }
--  hh3cDot11InterACRoamInSuccCnt2      ::= { hh3cDot11RoamStatus2Group 4 }

-- ==================================================================
-- hh3cDot11RoamCfgGroup Definition
-- ==================================================================
-- ==================================================================
-- hh3cDot11MobGrpTable Definition
-- ==================================================================
hh3cDot11MobGrpTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF Hh3cDot11MobGrpEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The table defines the parameters for roaming group configuration."
    ::= { hh3cDot11RoamCfgGroup 1 }

hh3cDot11MobGrpEntry OBJECT-TYPE
    SYNTAX      Hh3cDot11MobGrpEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "This entry contains information of mobile group."
    INDEX
        {
            hh3cDot11MobGrpName
        }
    ::= { hh3cDot11MobGrpTable 1 }

Hh3cDot11MobGrpEntry ::= SEQUENCE
    {
        hh3cDot11MobGrpName        OCTET STRING,
        hh3cdot11MobGrpTunnelType  Hh3cDot11RoamMobileTunnelType,
        hh3cDot11MobGrpSrcIPAddr   InetAddress,
        hh3cDot11MobGrpAuthMode    Hh3cDot11RoamAuthMode,
        hh3cDot11MobGrpAuthKey     OCTET STRING,
        hh3cDot11MobGrpEnable      TruthValue,
        hh3cDot11MobGrpRowStatus   RowStatus
    }

hh3cDot11MobGrpName OBJECT-TYPE
    SYNTAX      OCTET STRING(SIZE(1..15))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Represents the name of roam group."
    ::= { hh3cDot11MobGrpEntry 1 }

hh3cdot11MobGrpTunnelType OBJECT-TYPE
    SYNTAX      Hh3cDot11RoamMobileTunnelType
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "Represents the protocol type of mobility-tunnel."
    DEFVAL      { ipv4 }
    ::= { hh3cDot11MobGrpEntry 2 }

hh3cDot11MobGrpSrcIPAddr 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 hh3cdot11MobGrpTunnelType.
         The default value is zero."
    ::= { hh3cDot11MobGrpEntry 3 }

hh3cDot11MobGrpAuthMode OBJECT-TYPE
    SYNTAX      Hh3cDot11RoamAuthMode
    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 }
    ::= { hh3cDot11MobGrpEntry 4 }

hh3cDot11MobGrpAuthKey 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
         hh3cDot11MobGrpAuthMode is 'none'."
    ::= { hh3cDot11MobGrpEntry 5 }

hh3cDot11MobGrpEnable 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 }
    ::= { hh3cDot11MobGrpEntry 6 }

hh3cDot11MobGrpRowStatus OBJECT-TYPE
    SYNTAX      RowStatus
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "The status of this table entry."
    ::= { hh3cDot11MobGrpEntry 7 }

-- ==================================================================
-- hh3cDot11MobGrpMemberTable Definition
-- ==================================================================

hh3cDot11MobGrpMemberTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF Hh3cDot11MobGrpMemberEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The table defines the parameters for roaming member configuration."
    ::= { hh3cDot11RoamCfgGroup 2 }

hh3cDot11MobGrpMemberEntry OBJECT-TYPE
    SYNTAX      Hh3cDot11MobGrpMemberEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "This entry contains information of mobile group member."
    INDEX
        {
            hh3cDot11MobGrpName,
            hh3cDot11MobGrpMemberIpAddr
        }
    ::= { hh3cDot11MobGrpMemberTable 1 }

Hh3cDot11MobGrpMemberEntry ::= SEQUENCE
    {
        hh3cDot11MobGrpMemberIpAddr      InetAddress,
        hh3cDot11MobGrpMemberStatus      Hh3cDot11RoamIACTPStatus,
        hh3cDot11MobGrpMemberIf          OCTET STRING,
        hh3cDot11MobGrpMemberUpTime      Integer32,
        hh3cDot11MobGrpMemberRowStatus   RowStatus
    }

hh3cDot11MobGrpMemberIpAddr 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 hh3cdot11MobGrpTunnelType."
    ::= { hh3cDot11MobGrpMemberEntry 1 }

hh3cDot11MobGrpMemberStatus OBJECT-TYPE
    SYNTAX      Hh3cDot11RoamIACTPStatus
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the status of group member."
    ::= { hh3cDot11MobGrpMemberEntry 2 }

hh3cDot11MobGrpMemberIf OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the tunnel interface name of group member."
    ::= { hh3cDot11MobGrpMemberEntry 3 }

hh3cDot11MobGrpMemberUpTime 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."
    ::= { hh3cDot11MobGrpMemberEntry 4 }

hh3cDot11MobGrpMemberRowStatus OBJECT-TYPE
    SYNTAX      RowStatus
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "The status of this table entry."
    ::= { hh3cDot11MobGrpMemberEntry 5 }

-- ==================================================================
-- hh3cDot11RoamStatusGroup Definition
-- ==================================================================
-- ==================================================================
-- hh3cDot11RoamInInfoTable Definition
-- ==================================================================
hh3cDot11RoamInInfoTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF Hh3cDot11RoamInInfoEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The table can used to display the information of roaming in client."
    ::= { hh3cDot11RoamStatusGroup 1 }

hh3cDot11RoamInInfoEntry OBJECT-TYPE
    SYNTAX      Hh3cDot11RoamInInfoEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "This entry contains information of roaming in client."
    INDEX
        {
            hh3cDot11RoamClientMAC
        }
    ::= { hh3cDot11RoamInInfoTable 1 }

Hh3cDot11RoamInInfoEntry ::= SEQUENCE
    {
        hh3cDot11RoamClientMAC         MacAddress,
        hh3cDot11RoamInClientBSSID     MacAddress,
        hh3cDot11RoamInClientVlanID    Integer32,
        hh3cDot11RoamInHomeACIPType    InetAddressType,
        hh3cDot11RoamInHomeACIPAddr    InetAddress
    }

hh3cDot11RoamClientMAC OBJECT-TYPE
    SYNTAX      MacAddress
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Represents the MAC address of roaming in client."
    ::= { hh3cDot11RoamInInfoEntry 1 }

hh3cDot11RoamInClientBSSID OBJECT-TYPE
    SYNTAX      MacAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents BSSID of the AP to which the Roam-In client is associated."
    ::= { hh3cDot11RoamInInfoEntry 2 }

hh3cDot11RoamInClientVlanID OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the VLAN ID of Roam-In client."
    ::= { hh3cDot11RoamInInfoEntry 3 }

hh3cDot11RoamInHomeACIPType OBJECT-TYPE
    SYNTAX      InetAddressType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the protocol type of home AC address."
    ::= { hh3cDot11RoamInInfoEntry 4 }

hh3cDot11RoamInHomeACIPAddr OBJECT-TYPE
    SYNTAX      InetAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the address of home AC."
    ::= { hh3cDot11RoamInInfoEntry 5 }

-- ==================================================================
-- hh3cDot11RoamOutInfoTable Definition
-- ==================================================================

hh3cDot11RoamOutInfoTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF Hh3cDot11RoamOutInfoEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The table can used to display the information of roaming out client."
    ::= { hh3cDot11RoamStatusGroup 2 }

hh3cDot11RoamOutInfoEntry OBJECT-TYPE
    SYNTAX      Hh3cDot11RoamOutInfoEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "This entry contains information of roaming out client."
    INDEX
        {
            hh3cDot11RoamClientMAC
        }
    ::= { hh3cDot11RoamOutInfoTable 1 }

Hh3cDot11RoamOutInfoEntry ::= SEQUENCE
    {
        hh3cDot11RoamOutClientBSSID       MacAddress,
        hh3cDot11RoamOutClientVlanID      Integer32,
        hh3cDot11RoamOutForeignACIPType   InetAddressType,
        hh3cDot11RoamOutForeignACIPAddr   InetAddress,
        hh3cDot11RoamOutClientUpTime      Integer32
    }

hh3cDot11RoamOutClientBSSID 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."
    ::= { hh3cDot11RoamOutInfoEntry 1 }

hh3cDot11RoamOutClientVlanID OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the VLAN ID of Roam-Out client."
    ::= { hh3cDot11RoamOutInfoEntry 2 }

hh3cDot11RoamOutForeignACIPType OBJECT-TYPE
    SYNTAX      InetAddressType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the protocol type of foreign AC address."
    ::= { hh3cDot11RoamOutInfoEntry 3 }

hh3cDot11RoamOutForeignACIPAddr OBJECT-TYPE
    SYNTAX      InetAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the address of foreign AC."
    ::= { hh3cDot11RoamOutInfoEntry 4 }

hh3cDot11RoamOutClientUpTime 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."
    ::= { hh3cDot11RoamOutInfoEntry 5 }

-- ==================================================================
-- hh3cDot11RoamTrackTable Definition
-- ==================================================================
hh3cDot11RoamTrackTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF Hh3cDot11RoamTrackEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The table contains the roam-track information of a
         specified client on the client's HA."
    ::= { hh3cDot11RoamStatusGroup 3 }

hh3cDot11RoamTrackEntry OBJECT-TYPE
    SYNTAX      Hh3cDot11RoamTrackEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "This entry contains information of a specified client on the
         client's HA."
    INDEX
        {
            hh3cDot11RoamTrackIndex
        }
    ::= { hh3cDot11RoamTrackTable 1 }

Hh3cDot11RoamTrackEntry ::= SEQUENCE
    {
        hh3cDot11RoamTrackIndex        Integer32,
        hh3cDot11RoamTrackClientMAC    MacAddress,
        hh3cDot11RoamTrackBSSID        MacAddress,
        hh3cDot11RoamTrackUpTime       Integer32,
        hh3cDot11RoamTrackACIPType     InetAddressType,
        hh3cDot11RoamTrackACIPAddr     InetAddress
    }

hh3cDot11RoamTrackIndex OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Represents the index of this entry."
    ::= { hh3cDot11RoamTrackEntry 1 }

hh3cDot11RoamTrackClientMAC OBJECT-TYPE
    SYNTAX      MacAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the MAC address of the roamed client."
    ::= { hh3cDot11RoamTrackEntry 2 }

hh3cDot11RoamTrackBSSID OBJECT-TYPE
    SYNTAX      MacAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the BSSID of the AP with which the client is associated."
    ::= { hh3cDot11RoamTrackEntry 3 }

hh3cDot11RoamTrackUpTime OBJECT-TYPE
    SYNTAX      Integer32
    UNITS       "second"
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents how long the client is associated with the BSSID."
    ::= { hh3cDot11RoamTrackEntry 4 }

hh3cDot11RoamTrackACIPType 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."
    ::= { hh3cDot11RoamTrackEntry 5 }

hh3cDot11RoamTrackACIPAddr 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."
    ::= { hh3cDot11RoamTrackEntry 6 }

-- ==================================================================
-- hh3cDot11RoamStatisGroup Definition
-- ==================================================================
hh3cDot11IntraACRoamingSuccCnt OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the count of client successfully roam Intra-AC."
    ::= { hh3cDot11RoamStatisGroup 1 }

hh3cDot11InterACRoamingSuccCnt OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the count of client successfully roam in Inter-AC."
    ::= { hh3cDot11RoamStatisGroup 2 }

hh3cDot11InterACRoamOutSuccCnt OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the count of client successfully roam out Inter-AC."
    ::= { hh3cDot11RoamStatisGroup 3 }

hh3cDot11InterACRoamInSuccCnt OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the number of clients successfully roamed in inter-AC roaming."
    ::= { hh3cDot11RoamStatisGroup 4 }

-- ==================================================================
-- End of hh3cDot11RoamStatisGroup Definition
-- ==================================================================

-- ==================================================================
-- hh3cDot11RoamStatis2Group Definition
-- ==================================================================
hh3cDot11IntraACRoamingSuccCnt2 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the count of client successfully roam Intra-AC in Counter32."
    ::= { hh3cDot11RoamStatis2Group 1 }

hh3cDot11InterACRoamingSuccCnt2 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the count of client successfully roam in Inter-AC in Counter32."
    ::= { hh3cDot11RoamStatis2Group 2 }

hh3cDot11InterACRoamOutSuccCnt2 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the count of client successfully roam out Inter-AC in Counter32."
    ::= { hh3cDot11RoamStatis2Group 3 }

hh3cDot11InterACRoamInSuccCnt2 OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Represents the number of clients successfully roamed in inter-AC roaming in Counter32."
    ::= { hh3cDot11RoamStatis2Group 4 }

-- ==================================================================
-- End of hh3cDot11RoamStatis2Group Definition
-- ==================================================================
END