summaryrefslogtreecommitdiff
path: root/MIBS/dlink/DLINKSW-JWAC-MIB
blob: f24d5f252b4f586d60371fd2349444543b34f9a1 (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
--  *****************************************************************
--  DLINKSW-JWAC-MIB.mib : Japanese Web-Based Access Control MIB
-- 
--  Copyright (c) 2013 D-Link Corporation, all rights reserved.
--   
--  *****************************************************************

    DLINKSW-JWAC-MIB DEFINITIONS ::= BEGIN

    IMPORTS
        MODULE-IDENTITY,
        OBJECT-TYPE,
        Unsigned32                      FROM SNMPv2-SMI
        TruthValue,
        RowStatus                       FROM SNMPv2-TC
        SnmpAdminString                 FROM SNMP-FRAMEWORK-MIB
        MODULE-COMPLIANCE,
        OBJECT-GROUP,
        NOTIFICATION-GROUP              FROM SNMPv2-CONF
        ifIndex                         FROM IF-MIB
        InetAddressIPv4,
        InetAddressIPv6,
        InetAddressType,
        InetAddress,
        InetAddressPrefixLength         FROM INET-ADDRESS-MIB
        dlinkIndustrialCommon           FROM DLINK-ID-REC-MIB;


    dlinkSwJwacMIB MODULE-IDENTITY
        LAST-UPDATED "201310080000Z"
        ORGANIZATION "D-Link Corp."
        CONTACT-INFO
             "        D-Link Corporation

             Postal: No. 289, Sinhu 3rd Rd., Neihu District,
                     Taipei City 114, Taiwan, R.O.C
             Tel:     +886-2-66000123
             E-mail: tsd@dlink.com.tw
            "
        DESCRIPTION
            "This MIB module defines objects for Japanese Web-Based Access Control.
            ABBREVIATIONS and ACRONYMS: 
            JWAC - Japanese Web-Based Access Control
            Qserver - quarantine server
            "            
            
        REVISION "201310080000Z"
        DESCRIPTION 
            "This is the first version of the MIB file."    
        ::= { dlinkIndustrialCommon 155 }

-- ----------------------------------------------------------------------------------------------
    dJwacNotifications    OBJECT IDENTIFIER ::= { dlinkSwJwacMIB 0 }
    dJwacObjects          OBJECT IDENTIFIER ::= { dlinkSwJwacMIB 1 }
    dJwacConformance      OBJECT IDENTIFIER ::= { dlinkSwJwacMIB 2 }
-- ----------------------------------------------------------------------------------------------

-- ----------------------------------------------------------------------------------------------
    dJwacCommonCtrl          OBJECT IDENTIFIER ::= { dJwacObjects 1 }
    dJwacInterfaceCtrl       OBJECT IDENTIFIER ::= { dJwacObjects 2 }
    dJwacPageElementsCtrl    OBJECT IDENTIFIER ::= { dJwacObjects 3 }
    dJwacUpdateServerCtrl    OBJECT IDENTIFIER ::= { dJwacObjects 4 }

    dJwacSystemAuthEnabled    OBJECT-TYPE
        SYNTAX         TruthValue 
        MAX-ACCESS     read-write
        STATUS         current
        DESCRIPTION
            "This object indicates the global status of JWAC on the device."
        ::= { dJwacCommonCtrl 1 }

    dJwacVirtualIpv4    OBJECT-TYPE
        SYNTAX          InetAddressIPv4
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "This object indicates the virtual IPv4 address which is used to accept 
            authentication requests from an unauthenticated host.
    
            The virtual IP of JWAC is used to accept authentication requests 
            from an unauthenticated host. Only requests sent to this IP will 
            get a correct response.
 
            NOTE: This IP does not respond to ARP requests or ICMP packets."
        ::= { dJwacCommonCtrl 2 }

    dJwacVirtualIpv6    OBJECT-TYPE
        SYNTAX          InetAddressIPv6
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "This object indicates the virtual IPv6 address which is used to accept 
            authentication requests from an unauthenticated host.
    
            The virtual IP of WAC is used to accept authentication requests 
            from an unauthenticated host. Only requests sent to this IP will 
            get a correct response.

            NOTE: This IP does not respond to ICMPv6 packets."
        ::= { dJwacCommonCtrl 3 }

    dJwacVirtualUrl    OBJECT-TYPE
        SYNTAX         SnmpAdminString
        MAX-ACCESS     read-write
        STATUS         current
        DESCRIPTION
            "This object indicates the FQDN URL for the virtual IP address.
    
            The defined URL only takes effect when the virtual IP address is 
            configured. The user gets the FQDN URL stored on the DNS server 
            to get the virtual IP address. The obtained IP address must match 
            the virtual IP address."
        ::= { dJwacCommonCtrl 4 }

    dJwacAuthMethod    OBJECT-TYPE
        SYNTAX         INTEGER        {
            md5(1),
            chap(2),
            pap(3),
            msChap(4),
            msChapv2(5)
        }
        MAX-ACCESS     read-write
        STATUS         current
        DESCRIPTION
            "This object indicates the JWAC authentication method.            
            "
        ::= { dJwacCommonCtrl 5 }

    dJwacForcibleLogout    OBJECT-TYPE
        SYNTAX             TruthValue
        MAX-ACCESS         read-write
        STATUS             current
        DESCRIPTION
            "This object indicates the state of JWAC forcible logout function."
        ::= { dJwacCommonCtrl 6 }

    dJwacQserverV4Url    OBJECT-TYPE
        SYNTAX           SnmpAdminString
        MAX-ACCESS       read-write
        STATUS           current
        DESCRIPTION
            "This object indicates the URL on quarantine server for IPv4 access
            authentication."
        ::= { dJwacCommonCtrl 7 }

    dJwacQserverV6Url    OBJECT-TYPE
        SYNTAX           SnmpAdminString
        MAX-ACCESS       read-write
        STATUS           current
        DESCRIPTION
            "This object indicates the URL on quarantine server for IPv6 access
            authentication."
        ::= { dJwacCommonCtrl 8 }

    dJwacQserverMonitorEnabled    OBJECT-TYPE
        SYNTAX             TruthValue
        MAX-ACCESS         read-write
        STATUS             current
        DESCRIPTION
            "This object indicates the state of JWAC Quarantine Server monitor
            function."
        ::= { dJwacCommonCtrl 9 }

    dJwacQserverTimeOut    OBJECT-TYPE
        SYNTAX             Unsigned32 (5..300)
        MAX-ACCESS         read-write
        STATUS             current
        DESCRIPTION
            "This object indicates the JWAC Quarantine Server timeout period."
        ::= { dJwacCommonCtrl 10 }

    dJwacRedirectEnabled    OBJECT-TYPE
        SYNTAX            TruthValue
        MAX-ACCESS        read-write
        STATUS            current
        DESCRIPTION
            "This object indicates the state of JWAC redirect function."
        ::= { dJwacCommonCtrl 11 }

    dJwacRedirectDestination    OBJECT-TYPE
        SYNTAX                  INTEGER         {
            quarantineServer(1),
            jwacLoginPage(2)
        }
        MAX-ACCESS              read-write
        STATUS                  current
        DESCRIPTION
            "This object indicates the destination which the unauthenticated 
            host will be redirected to."
        ::= { dJwacCommonCtrl 12 }

    dJwacRedirectDelayTime    OBJECT-TYPE
        SYNTAX                Unsigned32 (0..10)
        MAX-ACCESS            read-write
        STATUS                current
        DESCRIPTION
            "This object indicates the time period after which the unauthenticated
            host will be redirected.
            
            NOTE: 0 means redirect without delaying."
        ::= { dJwacCommonCtrl 13 }

    dJwacUdpFiltering    OBJECT-TYPE
        SYNTAX           TruthValue
        MAX-ACCESS       read-write
        STATUS           current
        DESCRIPTION
            "This object indicates the state of JWAC UDP Filtering function."
        ::= { dJwacCommonCtrl 14 }

    dJwacAuthPageLanguage    OBJECT-TYPE
        SYNTAX               INTEGER         {
            japanese(1),
            english(2)
        }
        MAX-ACCESS           read-write
        STATUS               current
        DESCRIPTION
            "This object indicates the authenticate page language for JWAC."
        ::= { dJwacCommonCtrl 15 }

-- ----------------------------------------------------------------------------------------------
    dJwacIfCfgTable    OBJECT-TYPE
        SYNTAX          SEQUENCE OF DJwacIfCfgEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION            
            "A list of JWAC interface information entries."
        ::= { dJwacInterfaceCtrl 1 }

    dJwacIfCfgEntry    OBJECT-TYPE
        SYNTAX          DJwacIfCfgEntry
        MAX-ACCESS      not-accessible       
        STATUS          current
        DESCRIPTION            
            "An entry indicates the setting of JWAC on an interface."
        INDEX  { ifIndex }
        ::= { dJwacIfCfgTable 1 }

    DJwacIfCfgEntry ::= SEQUENCE      {           
        dJwacIfAuthEnabled      TruthValue,
        dJwacMaxAuthingUser     Unsigned32
    }

    dJwacIfAuthEnabled    OBJECT-TYPE
        SYNTAX         TruthValue
        MAX-ACCESS     read-write
        STATUS         current
        DESCRIPTION
            "This object indicates the JWAC state on the interface."             
        ::= { dJwacIfCfgEntry 1 }

    dJwacMaxAuthingUser    OBJECT-TYPE
        SYNTAX          Unsigned32 (1..65535)
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "This object indicates the maximum authenticating user number on the
            interface."
        ::= { dJwacIfCfgEntry 2 }

-- ----------------------------------------------------------------------------------------------
    dJwacPageElementTable    OBJECT-TYPE
        SYNTAX               SEQUENCE OF DJwacPageElementEntry
        MAX-ACCESS           not-accessible
        STATUS               current
        DESCRIPTION
            "A list of JWAC page elements entries."
        ::= { dJwacPageElementsCtrl 1 }

    dJwacPageElementEntry    OBJECT-TYPE
        SYNTAX               DJwacPageElementEntry
        MAX-ACCESS           not-accessible       
        STATUS               current
        DESCRIPTION
            "An entry indicates the setting of JWAC authenticate page elements."
        INDEX  { dJwacPageLanguage }
        ::= { dJwacPageElementTable 1 }

    DJwacPageElementEntry ::= SEQUENCE
    {
        dJwacPageLanguage             INTEGER,
        dJwacPageTitle                SnmpAdminString,
        dJwacPageLoginWindowTitle     SnmpAdminString,
        dJwacPageUserName             SnmpAdminString,
        dJwacPagePassWord             SnmpAdminString,
        dJwacPageLogoutWindowTitle    SnmpAdminString,
        dJwacPageCopyrightLine1       SnmpAdminString,
        dJwacPageCopyrightLine2       SnmpAdminString,
        dJwacPageCopyrightLine3       SnmpAdminString,
        dJwacPageCopyrightLine4       SnmpAdminString,
        dJwacPageCopyrightLine5       SnmpAdminString
    }

    dJwacPageLanguage    OBJECT-TYPE
        SYNTAX           INTEGER        {
            japanese(1),
            english(2)
        }
        MAX-ACCESS       not-accessible
        STATUS           current
        DESCRIPTION
            "This object indicates the language of JWAC authenticate page."
        ::= { dJwacPageElementEntry 1 }

    dJwacPageTitle    OBJECT-TYPE
        SYNTAX          SnmpAdminString
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "This object indicates the title of the JWAC authentication page."
        ::= { dJwacPageElementEntry 2 }

    dJwacPageLoginWindowTitle    OBJECT-TYPE
        SYNTAX          SnmpAdminString
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "This object indicates the title of the JWAC authentication login
            window."
        ::= { dJwacPageElementEntry 3 }

    dJwacPageUserName    OBJECT-TYPE
        SYNTAX          SnmpAdminString
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "This object indicates the user name title of JWAC authentication
            login window."
        ::= { dJwacPageElementEntry 4 }

    dJwacPagePassWord    OBJECT-TYPE
        SYNTAX          SnmpAdminString
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "This object indicates the password title of JWAC authentication
            login window."
        ::= { dJwacPageElementEntry 5 }

    dJwacPageLogoutWindowTitle    OBJECT-TYPE
        SYNTAX          SnmpAdminString
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "This object indicates the title of the JWAC authentication logout
            window. "
        ::= { dJwacPageElementEntry 6 }

    dJwacPageCopyrightLine1    OBJECT-TYPE
        SYNTAX          SnmpAdminString
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "This object indicates the first line of copyright information in 
            JWAC authentication pages."
        ::= { dJwacPageElementEntry 7 }

    dJwacPageCopyrightLine2    OBJECT-TYPE
        SYNTAX          SnmpAdminString
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "This object indicates the second line of copyright information in 
            JWAC authentication pages."
        ::= { dJwacPageElementEntry 8 }

    dJwacPageCopyrightLine3    OBJECT-TYPE
        SYNTAX                    SnmpAdminString
        MAX-ACCESS                read-write
        STATUS                    current
        DESCRIPTION
            "This object indicates the third line of copyright information in 
            JWAC authentication pages."
        ::= { dJwacPageElementEntry 9 }

    dJwacPageCopyrightLine4    OBJECT-TYPE
        SYNTAX                    SnmpAdminString
        MAX-ACCESS                read-write
        STATUS                    current
        DESCRIPTION
           "This object indicates the fourth line of copyright information in 
            JWAC authentication pages."
        ::= { dJwacPageElementEntry 10 }

    dJwacPageCopyrightLine5    OBJECT-TYPE
        SYNTAX                    SnmpAdminString
        MAX-ACCESS                read-write
        STATUS                    current
        DESCRIPTION
            "This object indicates the fifth line of copyright information in 
            JWAC authentication pages."
        ::= { dJwacPageElementEntry 11 }

-- ----------------------------------------------------------------------------------------------
    dJwacUpdateServerTable    OBJECT-TYPE
        SYNTAX          SEQUENCE OF DJwacUpdateServerEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION
            "This table consists of a list of JWAC update servers."
        ::= { dJwacUpdateServerCtrl 1 }

    dJwacUpdateServerEntry    OBJECT-TYPE
        SYNTAX          DJwacUpdateServerEntry
        MAX-ACCESS      not-accessible       
        STATUS          current
        DESCRIPTION
            "An entry indicates a JWAC update server."
        INDEX  { 
            dJwacUpdateServerAddrType,
            dJwacUpdateServerAddr,
            dJwacUpdateServerPrefixLen,
            dJwacUpdateServerProtocol,
            dJwacUpdateServerPort
        }
        ::= { dJwacUpdateServerTable 1 }

    DJwacUpdateServerEntry ::= SEQUENCE
    {
        dJwacUpdateServerAddrType     InetAddressType,
        dJwacUpdateServerAddr         InetAddress,
        dJwacUpdateServerPrefixLen    InetAddressPrefixLength,
        dJwacUpdateServerProtocol     INTEGER,
        dJwacUpdateServerPort         Unsigned32,
        dJwacupdateServerRowStatus    RowStatus
    }

    dJwacUpdateServerAddrType    OBJECT-TYPE
        SYNTAX          InetAddressType
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "This object indicates the IP address type of JWAC update server."
        ::= { dJwacUpdateServerEntry 1 }

    dJwacUpdateServerAddr    OBJECT-TYPE
        SYNTAX          InetAddress
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "This object indicates the IPv4 or IPv6 address of JWAC update server."
        ::= { dJwacUpdateServerEntry 2 }

    dJwacUpdateServerPrefixLen    OBJECT-TYPE
        SYNTAX          InetAddressPrefixLength
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "This object indicates the prefix length of the entry.
            If this value is smaller than 32(IPv4) or 128(IPv6), it indicates 
            dJwacUpdateServerAddr is a network address.
            By adding the network address, an entry can serve multiple update
            servers on the same network.
            "
        ::= { dJwacUpdateServerEntry 3 }

    dJwacUpdateServerProtocol    OBJECT-TYPE
        SYNTAX          INTEGER        {
            all(1),
            tcp(2),
            udp(3)
        }
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "This object indicates the protocol of the entry."
        ::= { dJwacUpdateServerEntry 4 }

    dJwacUpdateServerPort    OBJECT-TYPE
        SYNTAX          Unsigned32 (0..65535)
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "This object indicates the port of the entry."
        ::= { dJwacUpdateServerEntry 5 }

    dJwacupdateServerRowStatus    OBJECT-TYPE
        SYNTAX          RowStatus
        MAX-ACCESS      read-create
        STATUS          current
        DESCRIPTION
            "This object indicates the status of the entry."
        ::= { dJwacUpdateServerEntry 99 }

-- -----------------------------------------------------------------------------
-- MIB Conformance statements
-- -----------------------------------------------------------------------------
    dJwacMIBCompliances    OBJECT IDENTIFIER
        ::= { dJwacConformance 1 }

    dJwacMIBGroups    OBJECT IDENTIFIER
        ::= { dJwacConformance 2 } 
    
    dJwacMIBCompliance    MODULE-COMPLIANCE
        STATUS            current
        DESCRIPTION
            "The compliance statement for entities which implement the 
            DLINKSW-JWAC-MIB."
        MODULE          -- this module
        MANDATORY-GROUPS
        {   
            dJwacCfgGroup,
            dJwacIfCfgGroup,
            dJwacPageElementsGroup,
            dJwacUpdateServerGroup
        }                              
        ::= { dJwacMIBCompliances 1 }
-- -----------------------------------------------------------------------------        
    dJwacCfgGroup    OBJECT-GROUP
        OBJECTS
        { 
            dJwacSystemAuthEnabled,
            dJwacVirtualIpv4,
            dJwacVirtualIpv6,
            dJwacVirtualUrl,
            dJwacAuthMethod,
            dJwacForcibleLogout,
            dJwacQserverV4Url,
            dJwacQserverV6Url,
            dJwacQserverMonitorEnabled,
            dJwacQserverTimeOut,
            dJwacRedirectEnabled,
            dJwacRedirectDestination,
            dJwacRedirectDelayTime,
            dJwacUdpFiltering,
            dJwacAuthPageLanguage
        }
        STATUS current
        DESCRIPTION 
            "A collection of objects providing management of the JWAC feature."
        ::= { dJwacMIBGroups 1 }

    dJwacIfCfgGroup    OBJECT-GROUP
        OBJECTS 
        { 
            dJwacIfAuthEnabled,
            dJwacMaxAuthingUser
        }
        STATUS current
        DESCRIPTION 
            "A collection of objects providing the interface's configuration of
            JWAC."
        ::= { dJwacMIBGroups 2 }

    dJwacPageElementsGroup    OBJECT-GROUP
        OBJECTS
        {
            dJwacPageTitle,
            dJwacPageLoginWindowTitle,
            dJwacPageUserName,
            dJwacPagePassWord,
            dJwacPageLogoutWindowTitle,
            dJwacPageCopyrightLine1,
            dJwacPageCopyrightLine2,
            dJwacPageCopyrightLine3,
            dJwacPageCopyrightLine4,
            dJwacPageCopyrightLine5
        }
        STATUS current
        DESCRIPTION
            "A collection of objects providing the authenticate page elements information
            of JWAC."
        ::= { dJwacMIBGroups 3 }

    dJwacUpdateServerGroup    OBJECT-GROUP
        OBJECTS
        {
            dJwacUpdateServerAddrType,
            dJwacUpdateServerAddr,
            dJwacUpdateServerPrefixLen,
            dJwacUpdateServerProtocol,
            dJwacUpdateServerPort,
            dJwacupdateServerRowStatus

        }
        STATUS current
        DESCRIPTION
            "A collection of objects providing the update server information of JWAC."
        ::= { dJwacMIBGroups 4 }

END