-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRADLAN-TIMESYNCHRONIZATION-MIB
883 lines (785 loc) · 32.8 KB
/
RADLAN-TIMESYNCHRONIZATION-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
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
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
RADLAN-TIMESYNCHRONIZATION-MIB DEFINITIONS ::= BEGIN
IMPORTS
rnd FROM RADLAN-MIB
TruthValue FROM RADLAN-SNMPv2
DisplayString FROM SNMPv2-TC-v1
Unsigned32, Integer32, IpAddress FROM SNMPv2-SMI
MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI
TEXTUAL-CONVENTION, RowStatus FROM SNMPv2-TC;
rlTimeSynchronization MODULE-IDENTITY
LAST-UPDATED "200408030024Z"
ORGANIZATION "Radlan Computer Communication Ltd."
CONTACT-INFO
"radlan.com"
DESCRIPTION
"The MIB module describes the private MIB for SNTP & TIME definitions."
REVISION "200311230024Z"
DESCRIPTION
"Initial revision"
::= { rnd 92 }
rlTimeSyncMethodMode OBJECT IDENTIFIER ::= { rlTimeSynchronization 1 }
rlSntpNtpClient OBJECT IDENTIFIER ::= { rlTimeSynchronization 2 }
rlSntpNtpConfig OBJECT IDENTIFIER ::= { rlSntpNtpClient 1 }
rlSntpConfig OBJECT IDENTIFIER ::= { rlSntpNtpClient 2 }
rlNtpConfig OBJECT IDENTIFIER ::= { rlSntpNtpClient 3 }
--
-- Textual Conventions
--
NTPTimeStamp ::= TEXTUAL-CONVENTION
DISPLAY-HINT "4d.4d"
STATUS current
DESCRIPTION "NTP timestamps are represented as a 64-bit
unsigned fixed-point number, in seconds relative to
00:00 on 1 January 1900. The integer part is in the
first 32 bits and the fraction part is in the last
32 bits."
REFERENCE "D.L. Mills, 'Network Time Protocol (Version 3)',
RFC-1305, March 1992, Section 3.1"
SYNTAX OCTET STRING (SIZE (8))
NTPSignedTimeValue ::= TEXTUAL-CONVENTION
DISPLAY-HINT "2d.2d"
STATUS current
DESCRIPTION "The time in seconds that could represent signed
quantities like time delay with respect to some
source. This textual-convention is specific to RADLAN
implementation of NTP where 32-bit integers are used
for such quantities. The signed integer part is in
the first 16 bits and the fraction part is in the
last 16 bits."
SYNTAX OCTET STRING (SIZE (4))
NTPStratum ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Indicates the stratum of the clock. The stratum
defines the accuracy of a time server. Higher the
stratum, lower the accuracy.
0, unspecified
1, primary reference (e.g., calibrated atomic clock,
radio clock)
2-255, secondary reference (via NTP)"
REFERENCE "D.L. Mills, 'Network Time Protocol (Version 3)',
RFC-1305, March 1992, Section 2.2"
SYNTAX Integer32 (0..255)
-- ----------------------------------------------------------------------
-- Global TimeSyncMethod
-- ----------------------------------------------------------------------
rlTimeSyncMibVersion OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TimeSync Mib Version."
::= { rlTimeSyncMethodMode 1 }
rndTimeSyncManagedTime OBJECT-TYPE
SYNTAX DisplayString (SIZE(6))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The time will be sent in the format hhmmss"
::= { rlTimeSyncMethodMode 2 }
rndTimeSyncManagedDate OBJECT-TYPE
SYNTAX DisplayString (SIZE(6))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The date will be sent in the format ddmmyy"
::= { rlTimeSyncMethodMode 3 }
rndTimeSyncManagedDateTime OBJECT-TYPE
SYNTAX DisplayString (SIZE(12))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The date and time will be sent in the format ddmmyyhhmmss"
::= { rlTimeSyncMethodMode 4 }
rlTimeSyncMethod OBJECT-TYPE
SYNTAX INTEGER {
none(1),
sntp(2),
ntp(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Method to be used for time synchronization in the device."
DEFVAL { none }
::= { rlTimeSyncMethodMode 5 }
rlTimeZone OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..6))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Offset from Greenwich time (format [+/-]hh:mm)."
::= {rlTimeSyncMethodMode 6 }
rlTimeZoneCode OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..4))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Code definition for current TimeZone."
::= {rlTimeSyncMethodMode 7 }
rlDaylightSavingTimeMode OBJECT-TYPE
SYNTAX INTEGER {
recurring(1),
date(2),
none(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Daylight Saving Time - Recurring/Date/None."
DEFVAL { none }
::= { rlTimeSyncMethodMode 8 }
rlDaylightSavingTimeStart OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(14))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Daylight Saving Time start date.
In recurring mode: week wday month hh:mm
In date mode: month day year hh:mm
week: 0-6 (0=First, 6=Last)
wday: 1-7 (Sunday-Saturday)
month: 1-12 (January-December)
day: 1-31
year: 0-99 (2000-2099)
hh: 0-23 (hours)
mm: 0-59 (minutes)"
::= { rlTimeSyncMethodMode 9 }
rlDaylightSavingTimeEnd OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(14))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Daylight Saving Time end date.
In recurring mode: week wday month hh:mm
In date mode: month day year hh:mm
week: 0-6 (0=First, 6=Last)
wday: 1-7 (Sunday-Saturday)
month: 1-12 (January-December)
day: 1-31
year: 0-99 (2000-2099)
hh: 0-23 (hours)
mm: 0-59 (minutes)"
::= { rlTimeSyncMethodMode 10 }
rlDaylightSavingTimeOffset OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Daylight Saving Time - The number of minutes to add to
the clock during summer time."
DEFVAL { 60 }
::= { rlTimeSyncMethodMode 11 }
rlDaylightSavingTimeCode OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..4))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Code definition for current Daylight Saving Time."
::= {rlTimeSyncMethodMode 12 }
rlTZDSTOffset OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Local Time Zone and Daylight Saving Time offset
in seconds."
::= { rlTimeSyncMethodMode 13 }
-- ----------------------------------------------------------------------
-- SNTP/NTP client configuration parameters
-- ----------------------------------------------------------------------
rlSntpNtpMibVersion OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SntpNtp Mib Version."
::= { rlSntpNtpConfig 1 }
rlSntpNtpConfigMode OBJECT-TYPE
SYNTAX INTEGER {
none(1),
unicast(2),
anycast(3),
multicast(4),
unicastAnycast(5),
unicastMulticast(6),
anycastMulticast(7),
unicastAnycastMulticast(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current configuration operational mode of SNTP/NTP client."
DEFVAL { none }
::= { rlSntpNtpConfig 2 }
rlSntpNtpConfigSysStratum OBJECT-TYPE
SYNTAX NTPStratum
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The stratum of the local clock. If the value is set
to 1, i.e., this is a primary reference, then the
Primary-Clock procedure described in Section 3.4.6,
in RFC-1305 is invoked."
::= { rlSntpNtpConfig 3 }
rlSntpNtpConfigPollInterval OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Period of time (in seconds) between succesive attempts to
perform an update via SNTP."
DEFVAL { 1024 }
::= { rlSntpNtpConfig 4 }
rlSntpNtpConfigPrimaryPollSrvAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Ip Address of a trusted SNTP server for polling."
::= { rlSntpNtpConfig 5 }
rlSntpNtpConfigPrimaryPollSrvMrid OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The mrid of the primary server."
::= { rlSntpNtpConfig 6 }
rlSntpNtpConfigPrimaryPollSrvIfIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The interface addressed of the primary server."
::= { rlSntpNtpConfig 7 }
rlSntpNtpConfigPrimaryPollSrvStratum OBJECT-TYPE
SYNTAX NTPStratum
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The stratum of the primary polling server."
::= { rlSntpNtpConfig 8 }
rlSntpNtpConfigSyncSrvAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Ip Address of the synced server."
::= { rlSntpNtpConfig 9 }
rlSntpNtpConfigSyncSrvMrid OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The mrid of the synced server."
::= { rlSntpNtpConfig 10 }
rlSntpNtpConfigSyncSrvIfIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The interface addressed of the synced server."
::= { rlSntpNtpConfig 11 }
rlSntpNtpConfigSyncSrvType OBJECT-TYPE
SYNTAX INTEGER {
none(1),
unicast(2),
anycast(3),
broadcast(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Synced server type."
DEFVAL { none }
::= { rlSntpNtpConfig 12 }
rlSntpNtpConfigSyncSrvStratum OBJECT-TYPE
SYNTAX NTPStratum
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The stratum of the synced server."
::= { rlSntpNtpConfig 13 }
rlSntpNtpConfigRetryTimeout OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SNTP/NTP requests Retry Interval."
::= { rlSntpNtpConfig 14 }
rlSntpNtpConfigRetryCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SNTP/NTP requests Retry Count."
::= { rlSntpNtpConfig 15 }
-- ----------------------------------------------------------------------
-- SNTP client configuration parameters
-- ----------------------------------------------------------------------
rlSntpClientMode OBJECT-TYPE
SYNTAX INTEGER {
none(1),
active(2),
passive(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current operational mode of SNTP client."
DEFVAL { none }
::= { rlSntpConfig 1 }
rlSntpUnicastAdminState OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNTP Unicast Administrative state - Enable/Disable SNTP.
In case of reinitializing polling or time
synchronization this MIB is modified. The MIB can
be enabled even thought it is already enabled."
DEFVAL { disabled }
::= { rlSntpConfig 2 }
rlSntpBroadcastAdminState OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNTP Broadcast Administrative state - Enable/Disable SNTP.
In case of reinitializing polling or time
synchronization this MIB is modified. The MIB can
be enabled even thought it is already enabled."
DEFVAL { disabled }
::= { rlSntpConfig 3 }
rlSntpAnycastAdminState OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNTP Anycast Administrative state - Enable/Disable SNTP.
In case of reinitializing polling or time
synchronization this MIB is modified. The MIB can
be enabled even thought it is already enabled."
DEFVAL { disabled }
::= { rlSntpConfig 4 }
rlSntpUnicastPollState OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNTP Unicast poll state - TRUE for polled."
DEFVAL { false }
::= { rlSntpConfig 5 }
rlSntpBroadcastPollState OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNTP Broadcast poll state - TRUE for polled."
DEFVAL { false }
::= { rlSntpConfig 6 }
rlSntpAnycastPollState OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNTP Anycast poll state - TRUE for polled."
DEFVAL { false }
::= { rlSntpConfig 7 }
rlSntpAuthenticationState OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNTP authentication state- Enable/Disable SNTP."
DEFVAL { disabled }
::= { rlSntpConfig 8 }
rlTimeValidFlag OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Is time valid."
DEFVAL { false }
::= { rlSntpConfig 9 }
-- ----------------------------------------------------------------------
-- Table for configuring Interfaces (Broadcast)
-- ----------------------------------------------------------------------
rlSntpConfigBroadcastTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlSntpBroadcastEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing broadcast mode information per
interface."
::= { rlSntpConfig 10 }
rlSntpBroadcastEntry OBJECT-TYPE
SYNTAX RlSntpBroadcastEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Private paramters for interface:
sntp status, broadcast mode."
INDEX { rlSntpBroadcastIfIndex }
::= { rlSntpConfigBroadcastTable 1 }
RlSntpBroadcastEntry ::=
SEQUENCE {
rlSntpBroadcastIfIndex INTEGER,
rlSntpBroadcastIfAdminState INTEGER,
rlSntpBroadcastMode INTEGER,
rlSntpBroadcastPolled TruthValue,
rlSntpBroadcastAddress IpAddress,
rlSntpBroadcastStratum NTPStratum,
rlSntpBroadcastLastResp NTPTimeStamp,
rlSntpBroadcastStatus INTEGER,
rlSntpBroadcastOffset NTPTimeStamp,
rlSntpBroadcastDelay NTPSignedTimeValue,
rlSntpBroadcastRowStatus RowStatus
}
rlSntpBroadcastIfIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The interface addressed by this entry."
::= {rlSntpBroadcastEntry 1}
rlSntpBroadcastIfAdminState OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNTP interface Adminstrative state- Enable/Disable SNTP.
In case of reinitializing polling or time
synchronization this MIB is modified. The MIB can
be enabled even thought it is already enabled."
DEFVAL { disabled }
::= { rlSntpBroadcastEntry 2 }
rlSntpBroadcastMode OBJECT-TYPE
SYNTAX INTEGER {
none(1),
receive(2),
send(3),
receiveSend(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNTP/NTP Broadcast Mode.
none - no broadcast SNTP packets are received or sent.
Receive - host only receive SNTP packets that were sent
to broadcast address (were not directed to
the host). This is multicast mode in the RFC.
Send - host only send SNTP packets and wait for replies
directed to the host. This is anycast mode in
the RFC.
ReceiveSend - host receive broadcast messages (destination
is broadcast address in the received messages)
and send SNTP packets to wait for replies
directed to the host (destination address
of the reply is the host address). This mode
combines anycast and multicast modes in the
RFC."
DEFVAL { receiveSend }
::= { rlSntpBroadcastEntry 3 }
rlSntpBroadcastPolled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "TRUE if participating in polling cycle, else FALSE."
DEFVAL { false }
::= { rlSntpBroadcastEntry 4 }
rlSntpBroadcastAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Ip Address of a trusted SNTP server."
::= { rlSntpBroadcastEntry 5 }
rlSntpBroadcastStratum OBJECT-TYPE
SYNTAX NTPStratum
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The stratum of this server."
::= { rlSntpBroadcastEntry 6 }
rlSntpBroadcastLastResp OBJECT-TYPE
SYNTAX NTPTimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SNTP Broadcast Last Response Time"
::= { rlSntpBroadcastEntry 7 }
rlSntpBroadcastStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
inProcess(2),
up(3),
down(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Operational State of the remote IP Address of
the SNTP Broadcast.
unknown - requests were not sent yet.
inProcess - replies were not received yet.
up - server sent SNTP packets.
down - server stopped sending SNTP packets."
DEFVAL { unknown }
::= { rlSntpBroadcastEntry 8 }
rlSntpBroadcastOffset OBJECT-TYPE
SYNTAX NTPTimeStamp
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The estimated offset of the server's clock relative to
the local clock, in seconds. The host determines the
value of this object using the algorithm described in
RFC 2030."
::= { rlSntpBroadcastEntry 9 }
rlSntpBroadcastDelay OBJECT-TYPE
SYNTAX NTPSignedTimeValue
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The estimated round-trip delay of the server's clock
relative to the local clock over the network path
between them, in seconds. The host determines the
value of this object using the algorithm described in
RFC 2030."
::= { rlSntpBroadcastEntry 10 }
rlSntpBroadcastRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The Status of this SNTP broadcast interface
information."
::= { rlSntpBroadcastEntry 11 }
rlSntpConfigAnycastTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlSntpAnycastEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing anycast information per
interface."
::= { rlSntpConfig 11 }
rlSntpAnycastEntry OBJECT-TYPE
SYNTAX RlSntpAnycastEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Private paramters for interface:
server info."
INDEX { rlSntpAnycastIfIndex }
::= { rlSntpConfigAnycastTable 1 }
RlSntpAnycastEntry ::=
SEQUENCE {
rlSntpAnycastIfIndex INTEGER,
rlSntpAnycastAddress IpAddress,
rlSntpAnycastStratum NTPStratum,
rlSntpAnycastLastResp NTPTimeStamp,
rlSntpAnycastStatus INTEGER,
rlSntpAnycastOffset NTPTimeStamp,
rlSntpAnycastDelay NTPSignedTimeValue,
rlSntpAnycastRowStatus RowStatus
}
rlSntpAnycastIfIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The interface addressed by this entry."
::= {rlSntpAnycastEntry 1}
rlSntpAnycastAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Ip Address of a trusted SNTP server."
::= { rlSntpAnycastEntry 2 }
rlSntpAnycastStratum OBJECT-TYPE
SYNTAX NTPStratum
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The stratum of this server."
::= { rlSntpAnycastEntry 3 }
rlSntpAnycastLastResp OBJECT-TYPE
SYNTAX NTPTimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SNTP Anycast Last Response Time"
::= { rlSntpAnycastEntry 4 }
rlSntpAnycastStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
inProcess(2),
up(3),
down(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Operational State of the remote IP Address of
the SNTP Anycast.
unknown - requests were not sent yet.
inProcess - replies were not received yet.
up - server sent SNTP packets.
down - server stopped sending SNTP packets."
DEFVAL { unknown }
::= { rlSntpAnycastEntry 5 }
rlSntpAnycastOffset OBJECT-TYPE
SYNTAX NTPTimeStamp
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The estimated offset of the server's clock relative to
the local clock, in seconds. The host determines the
value of this object using the algorithm described in
RFC 2030."
::= { rlSntpAnycastEntry 6 }
rlSntpAnycastDelay OBJECT-TYPE
SYNTAX NTPSignedTimeValue
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The estimated round-trip delay of the server's clock
relative to the local clock over the network path
between them, in seconds. The host determines the
value of this object using the algorithm described in
RFC 2030."
::= { rlSntpAnycastEntry 7 }
rlSntpAnycastRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The Status of this SNTP anycast interface
information."
::= { rlSntpAnycastEntry 8 }
-- ----------------------------------------------------------------------
-- Table for configuring Servers (Unicast)
-- ----------------------------------------------------------------------
rlSntpConfigServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlSntpServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing trusted SNTP servers to be queried in
unicast or broadcast mode."
::= { rlSntpConfig 12 }
rlSntpServerEntry OBJECT-TYPE
SYNTAX RlSntpServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A trusted server."
INDEX { rlSntpServerAddress }
::= { rlSntpConfigServerTable 1 }
RlSntpServerEntry ::=
SEQUENCE {
rlSntpServerAddress IpAddress,
rlSntpServerPolled TruthValue,
rlSntpServerStratum NTPStratum,
rlSntpServerLastResp NTPTimeStamp,
rlSntpServerStatus INTEGER,
rlSntpServersOffset NTPTimeStamp,
rlSntpServersDelay NTPSignedTimeValue,
rlSntpServersKeyIdentifier Unsigned32,
rlSntpServerRowStatus RowStatus
}
rlSntpServerAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Ip Address of a trusted SNTP server."
::= { rlSntpServerEntry 1 }
rlSntpServerPolled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "TRUE if participating in polling cycle, else FALSE."
DEFVAL { false }
::= { rlSntpServerEntry 2 }
rlSntpServerStratum OBJECT-TYPE
SYNTAX NTPStratum
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The stratum of this server."
::= { rlSntpServerEntry 3 }
rlSntpServerLastResp OBJECT-TYPE
SYNTAX NTPTimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SNTP Server Last Response Time"
::= { rlSntpServerEntry 4 }
rlSntpServerStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
inProcess(2),
up(3),
down(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Operational State of the remote IP Address of
the SNTP Server.
unknown - requests were not sent yet.
inProcess - replies were not received yet.
up - server sent SNTP packets.
down - server stopped sending SNTP packets."
DEFVAL { unknown }
::= { rlSntpServerEntry 5 }
rlSntpServersOffset OBJECT-TYPE
SYNTAX NTPTimeStamp
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The estimated offset of the server's clock relative to
the local clock, in seconds. The host determines the
value of this object using the algorithm described in
RFC 2030."
::= { rlSntpServerEntry 6 }
rlSntpServersDelay OBJECT-TYPE
SYNTAX NTPSignedTimeValue
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The estimated round-trip delay of the server's clock
relative to the local clock over the network path
between them, in seconds. The host determines the
value of this object using the algorithm described in
RFC 2030."
::= { rlSntpServerEntry 7 }
rlSntpServersKeyIdentifier OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Authentication key identifier. The valid range is
1-4294967295.
Value zero, means no authentication is being done."
::= { rlSntpServerEntry 8 }
rlSntpServerRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The Status of this SNTP server information."
::= { rlSntpServerEntry 9 }
-- ----------------------------------------------------------------------
-- Table for configuring authentication keys
-- ----------------------------------------------------------------------
rlSntpConfigAuthenticationTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlSntpAuthenticationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table authentication keys."
::= { rlSntpConfig 13 }
rlSntpAuthenticationEntry OBJECT-TYPE
SYNTAX RlSntpAuthenticationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Keys information for authenticationof NTP packets."
INDEX { rlSntpAuthenticationKeyID }
::= { rlSntpConfigAuthenticationTable 1 }
RlSntpAuthenticationEntry ::=
SEQUENCE {
rlSntpAuthenticationKeyID Unsigned32 (1..4294967295),
rlSntpAuthenticationKeyValue DisplayString,
rlSntpAuthenticationKeyState INTEGER,
rlSntpAuthenticationRowStatus RowStatus
}
rlSntpAuthenticationKeyID OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The key identifier. Valid rabge for key identifier
is 1-4294967295."
::= {rlSntpAuthenticationEntry 1}
rlSntpAuthenticationKeyValue OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..8))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Key value."
::= { rlSntpAuthenticationEntry 2 }
rlSntpAuthenticationKeyState OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Authentication key state - Enable/Disable key."
DEFVAL { disabled }
::= { rlSntpAuthenticationEntry 3 }
rlSntpAuthenticationRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The Status of this Authentication key information."
::= { rlSntpAuthenticationEntry 4 }
END