-
Notifications
You must be signed in to change notification settings - Fork 0
/
ONEACCESS-MISC-CONFIG-MIB.mib
617 lines (511 loc) · 16.4 KB
/
ONEACCESS-MISC-CONFIG-MIB.mib
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
-- *****************************
-- * *
-- * ONEOS MIB *
-- * *
-- *****************************
--
-- ONEOS_MIB_STD_V05.1.R005_E001
--
-- Creation date : 07/08/2010
ONEACCESS-MISC-CONFIG-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-GROUP
FROM SNMPv2-CONF
IpAddress, Integer32, Counter32, Counter64, Unsigned32,
OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI
DisplayString, RowStatus, PhysAddress, TruthValue,
DateAndTime
FROM SNMPv2-TC
InterfaceIndex, InterfaceIndexOrZero
FROM IF-MIB
oacExpIMIpAcl, oacMIBModules, oacExpIMManagement
FROM ONEACCESS-GLOBAL-REG;
oacMiscConfigMIB MODULE-IDENTITY
LAST-UPDATED "201107260000Z"
ORGANIZATION " OneAccess "
CONTACT-INFO
"Pascal KESTELOOT
Postal: ONE ACCESS
381 Avenue du Général de Gaulle
92140 Clamart, France
FRANCE
Tel: (+33) 01 41 87 70 00
Fax: (+33) 01 41 87 74 00
E-mail: [email protected]"
DESCRIPTION
"Fixed the issues related to octet string range"
REVISION "201107260000Z"
DESCRIPTION
"Contact updated"
REVISION "201106150000Z"
DESCRIPTION
"change syntax for date and time objects"
REVISION "201012170001Z"
DESCRIPTION
"This module contains objects to configure
1) telnet server
2) Syslog server
3) Sntp client
4) Banner
5) Date and time."
::= { oacMIBModules 2003 }
--
-- Node definitions
--
-- 1.3.6.1.4.1.13191.1.10.3.4.21
oacMiscConfig OBJECT IDENTIFIER ::= { oacExpIMManagement 21 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.1
oacTelnetServerConfigObjects OBJECT IDENTIFIER ::= { oacMiscConfig 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.2
oacSyslogServerConfigObjects OBJECT IDENTIFIER ::= { oacMiscConfig 2 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.3
oacSntpClientConfigObjects OBJECT IDENTIFIER ::= { oacMiscConfig 3 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.4
oacBannerConfigObjects OBJECT IDENTIFIER ::= { oacMiscConfig 4 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.5
oacDateAndTimeConfigObjects OBJECT IDENTIFIER ::= { oacMiscConfig 5 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.6
oacMiscConfigConformance OBJECT IDENTIFIER ::= { oacMiscConfig 6 }
--
-- Telnet Server Configuration
--
-- 1.3.6.1.4.1.13191.1.10.3.4.21.1.1
oacTelnetServerBindInterfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF OacTelnetServerBindInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is for displaying all the users
who are logged into device."
::= { oacTelnetServerConfigObjects 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.1.1.1
oacTelnetServerBindInterfaceEntry OBJECT-TYPE
SYNTAX OacTelnetServerBindInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in the table is identified by the
unique session id."
INDEX { oacTelnetServerBindInterfaceIndex }
::= { oacTelnetServerBindInterfaceTable 1 }
OacTelnetServerBindInterfaceEntry ::=
SEQUENCE {
oacTelnetServerBindInterfaceIndex
InterfaceIndex,
oacTelnetServerBindInterfaceName
OCTET STRING,
oacTelnetServerBindInterfaceRowStatus
RowStatus
}
-- 1.3.6.1.4.1.13191.1.10.3.4.21.1.1.1.1
oacTelnetServerBindInterfaceIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The interface index to which the Telnet server will bind."
::= { oacTelnetServerBindInterfaceEntry 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.1.1.1.2
oacTelnetServerBindInterfaceName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The name of the interface to which the telnet server will bind."
::= { oacTelnetServerBindInterfaceEntry 2 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.1.1.1.3
oacTelnetServerBindInterfaceRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Row status for this entry"
::= { oacTelnetServerBindInterfaceEntry 3 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.1.2
oacTelnetServerBindAcl OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..255))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"It is possible to restrict access to telnet clients
by using a list of addresses standing for the list
of permitted source IP addresses."
::= { oacTelnetServerConfigObjects 2 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.1.3
oacTelnetServerIdleTimeout OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"If a connected telnet client is inactive during a certain time,
it is disconnected. By default, any inactive telnet client is
disconnected after 10 minutes."
DEFVAL { 600 }
::= { oacTelnetServerConfigObjects 3 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.1.4
oacTelnetServerLogEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Remote connections to the telnet server
can be logged by enabling log enable."
DEFVAL { true }
::= { oacTelnetServerConfigObjects 4 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.1.5
oacTelnetServerLogFileSize OBJECT-TYPE
SYNTAX INTEGER (82..8200)
UNITS "bytes"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"By default, the log file size is 8200 bytes."
DEFVAL { 8200 }
::= { oacTelnetServerConfigObjects 5 }
--
-- Syslog configuration
--
-- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1
oacSyslogServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF OacSyslogServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table to configure remote syslog servers."
::= { oacSyslogServerConfigObjects 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1.1
oacSyslogServerEntry OBJECT-TYPE
SYNTAX OacSyslogServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for a syslog server."
INDEX { oacSyslogServerAddress }
::= { oacSyslogServerTable 1 }
OacSyslogServerEntry ::=
SEQUENCE {
oacSyslogServerAddress
OCTET STRING,
oacSyslogServerFacilityNum
INTEGER,
oacSyslogServerInterface
InterfaceIndex,
oacSyslogServerRowStatus
RowStatus
}
-- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1.1.1
oacSyslogServerAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The remote syslog server IP address, or
hostname."
::= { oacSyslogServerEntry 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1.1.2
oacSyslogServerFacilityNum OBJECT-TYPE
SYNTAX INTEGER (0..23)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"facility number, ranging from 0 up to 23.
Must be set according to the server configuration"
DEFVAL { 0 }
::= { oacSyslogServerEntry 2 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1.1.3
oacSyslogServerInterface OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The interface which this syslog client
should used to send log messages to the
configured remote syslog server."
::= { oacSyslogServerEntry 3 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.2.1.1.4
oacSyslogServerRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Row status for this entry"
::= { oacSyslogServerEntry 4 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.2.2
oacSyslogMaxServers OBJECT-TYPE
SYNTAX INTEGER (1..20)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"maximum number of syslog servers that can be configured."
::= { oacSyslogServerConfigObjects 2 }
--
-- SNTP Client configuration
--
-- 1.3.6.1.4.1.13191.1.10.3.4.21.3.1
oacSntpClientBroadcastEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"To configure the SNTP client in
broadcast mode to accept NTP packets
from any NTP broadcast server."
::= { oacSntpClientConfigObjects 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.3.2
oacSntpRemoteServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF OacSntpRemoteServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table to configure the SNTP client to request
NTP packets from a specified NTP server"
::= { oacSntpClientConfigObjects 2 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.3.2.1
oacSntpRemoteServerEntry OBJECT-TYPE
SYNTAX OacSntpRemoteServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry for the remote sntp server."
INDEX { oacSntpRemoteServerAddress }
::= { oacSntpRemoteServerTable 1 }
OacSntpRemoteServerEntry ::=
SEQUENCE {
oacSntpRemoteServerAddress
OCTET STRING,
oacSntpRemoteServerInterface
InterfaceIndex,
oacSntpRemoteServerRowStatus
RowStatus
}
-- 1.3.6.1.4.1.13191.1.10.3.4.21.3.1.1.1
oacSntpRemoteServerAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The sntp remote server info."
::= { oacSntpRemoteServerEntry 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.3.1.1.2
oacSntpRemoteServerInterface OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Interface thru which the client requests the
ntp servers."
::= { oacSntpRemoteServerEntry 2 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.3.1.1.3
oacSntpRemoteServerRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Row status for this entry"
::= { oacSntpRemoteServerEntry 3 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.3.3
oacSntpClientPollInterval OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The duration between two requests
sent to the NTP server when synchronized."
DEFVAL { 64 }
::= { oacSntpClientConfigObjects 3 }
--
-- Banner Table
--
-- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1
oacConfigBannerSeqTable OBJECT-TYPE
SYNTAX SEQUENCE OF OacConfigBannerSeqEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table holds upto 40 banner messages."
::= { oacBannerConfigObjects 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1.1
oacConfigBannerSeqEntry OBJECT-TYPE
SYNTAX OacConfigBannerSeqEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry will hold one banner string"
INDEX { oacConfigBannerSequence }
::= { oacConfigBannerSeqTable 1 }
OacConfigBannerSeqEntry ::=
SEQUENCE {
oacConfigBannerType
INTEGER,
oacConfigBannerSequence
INTEGER,
oacConfigBannerString
OCTET STRING,
oacConfigBannerSeqRowStatus
RowStatus
}
-- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1.1.1
oacConfigBannerType OBJECT-TYPE
SYNTAX INTEGER
{
motd(1),
exec(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"motd is for the text displayed when attempting
to log in, whereas exec is for the text displayed
when logged in. "
::= { oacConfigBannerSeqEntry 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1.1.2
oacConfigBannerSequence OBJECT-TYPE
SYNTAX INTEGER (1..40)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The maximum number of strings that can be stored are 40."
::= { oacConfigBannerSeqEntry 2 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1.1.3
oacConfigBannerString OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"banner test is a set of string maximum upto 255 characters."
::= { oacConfigBannerSeqEntry 3 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.4.1.1.4
oacConfigBannerSeqRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The row status of this entry"
::= { oacConfigBannerSeqEntry 4 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.4.2
oacConfigMotdBanner OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..230))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"banner text without a sequence number displayed when attempting
to login."
::= { oacBannerConfigObjects 2 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.4.3
oacConfigExecBanner OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..230))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"banner text without a sequence number displayed when logged in."
::= { oacBannerConfigObjects 3 }
--
-- DATE AND TIME
--
-- 1.3.6.1.4.1.13191.1.10.3.4.21.5.1
oacMiscConfigDateAndTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Current date and time"
::= { oacDateAndTimeConfigObjects 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2
oacConfigClockDstTable OBJECT-TYPE
SYNTAX SEQUENCE OF OacConfigClockDstEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry for day light saving this table"
::= { oacDateAndTimeConfigObjects 2 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1
oacConfigClockDstEntry OBJECT-TYPE
SYNTAX OacConfigClockDstEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry for this table."
INDEX { oacClockDstName }
::= { oacConfigClockDstTable 1 }
OacConfigClockDstEntry ::=
SEQUENCE {
oacClockDstName
OCTET STRING,
oacClockDstSummerStartWeek
OCTET STRING,
oacClockDstSummerStartDate
OCTET STRING,
oacClockDstWinterStartWeek
OCTET STRING,
oacClockDstWinterStartDate
OCTET STRING,
oacClockDstRowStatus
RowStatus
}
-- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.1
oacClockDstName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"oacClockDstName is an arbitrary string
that can ease readability."
::= { oacConfigClockDstEntry 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.2
oacClockDstSummerStartWeek OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"designates the week when the summer time starts"
::= { oacConfigClockDstEntry 2 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.3
oacClockDstSummerStartDate OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Summer day light saving start date"
::= { oacConfigClockDstEntry 3 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.4
oacClockDstWinterStartWeek OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"designates the week when the winter time starts"
::= { oacConfigClockDstEntry 4 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.5
oacClockDstWinterStartDate OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Winter day light saving start time."
::= { oacConfigClockDstEntry 5 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.5.2.1.6
oacClockDstRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"RowStatus for this entry."
::= { oacConfigClockDstEntry 6 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.6.1
oacMiscConfigGroups OBJECT IDENTIFIER ::= { oacMiscConfigConformance 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.6.1.1
oacMiscConfigGroup OBJECT-GROUP
OBJECTS { oacConfigBannerString }
STATUS current
DESCRIPTION
"Group of Misc Configuration objects."
::= { oacMiscConfigGroups 1 }
-- 1.3.6.1.4.1.13191.1.10.3.4.21.6.2
oacMiscCompls OBJECT IDENTIFIER ::= { oacMiscConfigConformance 2 }
END
--
-- END OF ONE ACCESS MISC CONFIG MIB
--