summaryrefslogtreecommitdiff
path: root/MIBS/viprinet/VIPRINET-MIB
blob: 3e2e7102f6c5b740e164e386ec5c437a33475f76 (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
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
VIPRINET-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32, enterprises, TimeTicks
        FROM SNMPv2-SMI
    DisplayString
        FROM SNMPv2-TC
    OBJECT-GROUP, MODULE-COMPLIANCE
        FROM SNMPv2-CONF
;

viprinet MODULE-IDENTITY 
    LAST-UPDATED "201509281620Z" -- 28 September 2015
    ORGANIZATION "Viprinet" 
    CONTACT-INFO "Viprinet" 
    DESCRIPTION "This MIB complements the ViprinetMIB." 
    REVISION     "201509281620Z" -- 28 September 2015
    DESCRIPTION  "Seventh revision."
    ::= { enterprises 35424 }

vpnRouter                    OBJECT IDENTIFIER ::= { viprinet 1 }

vpnRouterInfo                OBJECT IDENTIFIER ::= { vpnRouter 1 }
vpnRouterHealth              OBJECT IDENTIFIER ::= { vpnRouter 2 }
vpnRouterFans                OBJECT IDENTIFIER ::= { vpnRouter 3 }
vpnRouterInterfaces          OBJECT IDENTIFIER ::= { vpnRouter 4 }
vpnRouterTunnels             OBJECT IDENTIFIER ::= { vpnRouter 5 }
vpnRouterTunnelChannels      OBJECT IDENTIFIER ::= { vpnRouter 6 }


vpnRouterName OBJECT-TYPE
    SYNTAX OCTET STRING (SIZE (64))
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "A short descriptive name of the router."
    ::= { vpnRouterInfo 1 }

vpnRouterSerial OBJECT-TYPE
    SYNTAX OCTET STRING  (SIZE (19))
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Serial number of this router."
    ::= { vpnRouterInfo 2 }

vpnRouterModel OBJECT-TYPE
    SYNTAX OCTET STRING (SIZE (6))
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Router Model"
    ::= { vpnRouterInfo 3 }

vpnRouterFirmware OBJECT-TYPE
    SYNTAX OCTET STRING (SIZE (22))
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Firmware Version currently running on this router."
    ::= { vpnRouterInfo 4 }

vpnRouterMode OBJECT-TYPE
    SYNTAX Integer32 (0..3)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current mode that the router is running in. Possible values are:
        0 - Node
        1 - Hub
        2 - Hub running as HotSpare
        3 - Hotspare-Hub replacing another router"
    ::= { vpnRouterInfo 5 }

vpnRouteruptime OBJECT-TYPE
    SYNTAX TimeTicks
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Elapsed time since the router has booted."
    ::= { vpnRouterInfo 6 }

vpnRouterFirmwareStatus OBJECT-TYPE
    SYNTAX Integer32 (0..4)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current Status of the Update System. Possible values are:
        0 - Idle / No new firmware available
        1 - Updates Available
        2 - Checking for Updates
        3 - Downloading Update
        4 - Installing Update"
    ::= { vpnRouterInfo 7 }


vpnRouterCPULoad OBJECT-TYPE
    SYNTAX OCTET STRING (SIZE (3))
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Load average on this router"
    ::= { vpnRouterHealth 1 }

vpnRouterMemoryUsage OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current total memory usage (in KByte)."
    ::= { vpnRouterHealth 2 }

vpnRouterSystemTemperature OBJECT-TYPE
    SYNTAX Integer32(0..65535)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current system temperature (in degree Celsius)."
    ::= { vpnRouterHealth 3 }

vpnRouterCPUTemperature OBJECT-TYPE
    SYNTAX Integer32(0..65535)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current CPU temperature (in degree Celsius)"
    ::= { vpnRouterHealth 4 }

vpnRouterPowerSupplyFailure OBJECT-TYPE
    SYNTAX Integer32(0..1)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Information about the PSU
        Possible Values are:
        0 = no failure
        1 = a single PSU is out of order"
    ::= { vpnRouterHealth 5 }

vpnRouterFanCount OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Number of Fans."
    ::= { vpnRouterFans 1 }

vpnRouterFanTable OBJECT-TYPE
    SYNTAX SEQUENCE OF VpnRouterFanEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "The table holding information to each fan."
    ::= { vpnRouterFans 2 }

vpnRouterFanEntry OBJECT-TYPE
    SYNTAX VpnRouterFanEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "The entry associated with each fan."
    INDEX {vpnRouterFanIndex}
    ::= { vpnRouterFanTable 1 }

VpnRouterFanEntry ::= SEQUENCE {
    vpnRouterFanIndex           Integer32,
    vpnRouterFanAdminStatus     Integer32,
    vpnRouterFanOperativeStatus Integer32,
    vpnRouterFanRPM             Integer32
}

vpnRouterFanIndex OBJECT-TYPE
    SYNTAX Integer32(0..65535)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "ID-Number of the fan"
    ::= { vpnRouterFanEntry 1 }

vpnRouterFanAdminStatus OBJECT-TYPE
    SYNTAX Integer32(0..1)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Desired state of this Fan
         Possible Values:
         0 = off
         1 = on"
    ::= { vpnRouterFanEntry 2 }

vpnRouterFanOperativeStatus OBJECT-TYPE
    SYNTAX Integer32(0..2)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Operative status of this fan
          0 = Disabled
          1 = OK
          2 = Faulty"
    ::= { vpnRouterFanEntry 3 }

vpnRouterFanRPM OBJECT-TYPE
    SYNTAX Integer32(0..65535)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current RPM of this fan.  Note that not all models supply this info."
    ::= { vpnRouterFanEntry 4 }

vpnRouterInterfaceCount OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Number of Interfaces."
    ::= { vpnRouterInterfaces 1 }

vpnRouterInterfaceTable OBJECT-TYPE
    SYNTAX SEQUENCE OF VpnRouterInterfaceEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "The table holding information to each interface."
    ::= { vpnRouterInterfaces 2 }

vpnRouterInterfaceEntry OBJECT-TYPE
    SYNTAX VpnRouterInterfaceEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "The entry associated with each interface."
    INDEX {vpnRouterInterfaceIndex}
    ::= { vpnRouterInterfaceTable 1 }

VpnRouterInterfaceEntry ::= SEQUENCE {
    vpnRouterInterfaceIndex           Integer32,
    vpnRouterInterfaceName            DisplayString,
    vpnRouterInterfaceAdminStatus     Integer32,
    vpnRouterInterfaceOperativeStatus Integer32,
    vpnRouterInterfaceBandwidthToWan   Integer32,
    vpnRouterInterfaceBandwidthFromWan Integer32,
    vpnRouterInterfaceTrafficUp       Counter32,
    vpnRouterInterfaceTrafficDown     Counter32,
    vpnRouterInterfaceSignalStrength  Integer32,
    vpnRouterInterfaceServiceType     DisplayString,
    vpnRouterInterfaceServiceStatus   DisplayString,
    vpnRouterInterfaceRoaming         Integer32,
    vpnRouterInterfaceServiceStatus   DisplayString,
    vpnRouterInterfaceNetworkName     DisplayString,
    vpnRouterInterfaceBandInfo        DisplayString,
    vpnRouterInterfaceIMSI            DisplayString,
    vpnRouterInterfaceIMEI            DisplayString,
    vpnRouterInterfacePINStatus       DisplayString,
    vpnRouterInterfaceRFBand          Integer32,
    vpnRouterInterfaceRFChannel       Integer32,
    vpnRouterInterfaceSyncrateUpstream Counter32,
    vpnRouterInterfaceSyncrateDownstream Counter32
}

vpnRouterInterfaceIndex OBJECT-TYPE
    SYNTAX Integer32(0..65535)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "ID-Number of the interface."
    ::= { vpnRouterInterfaceEntry 1 }
    
vpnRouterInterfaceName OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "A short descriptive name of  the interface"
    ::= { vpnRouterInterfaceEntry 2 }
    
vpnRouterInterfaceAdminStatus OBJECT-TYPE
    SYNTAX Integer32(0..1)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Desired state of the interface.
        possible values: 0 = disconnected, 1 = connected"
    ::= { vpnRouterInterfaceEntry 3 }
    
vpnRouterInterfaceOperativeStatus OBJECT-TYPE
    SYNTAX Integer32(0..3)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current state of the interface.
         possible values: 
         0 = disconnected,
         1 = connected,
         2 = connecting,
         3 = disconnecting"
    ::= { vpnRouterInterfaceEntry 4 }

vpnRouterInterfaceBandwidthToWan OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Theoretical maximum upstream (in KBit). Might be illusional."
    ::= { vpnRouterInterfaceEntry 5 }

vpnRouterInterfaceBandwidthFromWan OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Theoretical maximum downstream (in KBit)."
    ::= { vpnRouterInterfaceEntry 6 }

vpnRouterInterfaceTrafficUp OBJECT-TYPE
    SYNTAX Counter32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Total upstream traffic made (in Byte) since router boot."
    ::= { vpnRouterInterfaceEntry 7 }

vpnRouterInterfaceTrafficDown OBJECT-TYPE
    SYNTAX Counter32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Total downstream traffic made (in Byte) since router boot."
    ::= { vpnRouterInterfaceEntry 8 }

vpnRouterInterfaceSignalStrength OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Signal Strength (in percent)."
    ::= { vpnRouterInterfaceEntry 9 }

vpnRouterInterfaceServiceType OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface Service Type."
    ::= { vpnRouterInterfaceEntry 10 }

vpnRouterInterfaceServiceStatus OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Service Status."
    ::= { vpnRouterInterfaceEntry 11 }

vpnRouterInterfaceRoaming OBJECT-TYPE
    SYNTAX Integer32(0..1)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface Roaming.
         possible values: 
         0 = off,
         1 = on"
    ::= { vpnRouterInterfaceEntry 12 }

vpnRouterInterfaceNetworkName OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface Network Name."
    ::= { vpnRouterInterfaceEntry 13 }

vpnRouterInterfaceBandInfo OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface Band Info."
    ::= { vpnRouterInterfaceEntry 14 }

vpnRouterInterfaceIMSI OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface IMSI."
    ::= { vpnRouterInterfaceEntry 15 }

vpnRouterInterfaceIMEI OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface IMEI."
    ::= { vpnRouterInterfaceEntry 16 }

vpnRouterInterfacePINStatus OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface PIN Status."
    ::= { vpnRouterInterfaceEntry 17 }

vpnRouterInterfaceRFBand OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface RF Band."
    ::= { vpnRouterInterfaceEntry 18 }

vpnRouterInterfaceRFChannel OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface RF Channel."
    ::= { vpnRouterInterfaceEntry 19 }

vpnRouterInterfaceSyncrateUpstream OBJECT-TYPE
    SYNTAX Counter32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface Syncrate Upstream."
    ::= { vpnRouterInterfaceEntry 20 }

vpnRouterInterfaceSyncrateDownstream OBJECT-TYPE
    SYNTAX Counter32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Interface Syncrate Downstream."
    ::= { vpnRouterInterfaceEntry 21 }

vpnRouterTunnelCount OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Number of Tunnels."
    ::= { vpnRouterTunnels 1 }

vpnRouterTunnelTable OBJECT-TYPE
    SYNTAX SEQUENCE OF VpnRouterTunnelEntry
    MAX-ACCESS not-accessible
    STATUS  current
    DESCRIPTION
        "The table holding information to each tunnel."
    ::=  { vpnRouterTunnels 2 }

vpnRouterTunnelEntry OBJECT-TYPE
    SYNTAX VpnRouterTunnelEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "The entry associated with each tunnel."
    INDEX  {vpnRouterTunnelIndex}
    ::= { vpnRouterTunnelTable 1 }

VpnRouterTunnelEntry ::= SEQUENCE {
     vpnRouterTunnelIndex                           Integer32,
     vpnRouterTunnelName                            DisplayString,
     vpnRouterTunnelAdminStatus                     Integer32,
     vpnRouterTunnelOperativeStatus                 Integer32,
     vpnRouterTunnelCumulatedBandwidthToWan          Integer32,
     vpnRouterTunnelCumulatedBandwidthFromWan        Integer32,
     vpnRouterTunnelCurrentCumulatedBandwidthToWan   Integer32,
     vpnRouterTunnelCurrentCumulatedBandwidthFromWan Integer32,
     vpnRouterTunnelTrafficUp                       Counter32,
     vpnRouterTunnelTrafficDown                     Counter32,
     vpnRouterTunnelRemoteRouterSerial              DisplayString
}

vpnRouterTunnelIndex OBJECT-TYPE
    SYNTAX Integer32(0..65535)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "ID-Number of the tunnel."
    ::= { vpnRouterTunnelEntry 1 }
    
vpnRouterTunnelName OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Name of VPN tunnel"
    ::= { vpnRouterTunnelEntry 2 }
    
vpnRouterTunnelAdminStatus OBJECT-TYPE
    SYNTAX Integer32(0..1)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Desired state of the tunnel.
        possible values: 0 = disconnected,  1 = connected"
    ::= { vpnRouterTunnelEntry 3 }
    
vpnRouterTunnelOperativeStatus OBJECT-TYPE
    SYNTAX Integer32(0..1)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current state of the tunnel.
         possible values: 
         0 = disconnected,
         1 = connected"
    ::= { vpnRouterTunnelEntry 4 }

vpnRouterTunnelCumulatedBandwidthToWan OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Theoretical maximum cumulated downstream (in KBit), considering all active channels."
    ::= { vpnRouterTunnelEntry 5 }

vpnRouterTunnelCumulatedBandwidthFromWan OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Theoretical maximum cumulated upstream (in KBit), considering all active channels."
    ::= { vpnRouterTunnelEntry 6 }

vpnRouterTunnelCurrentCumulatedBandwidthToWan OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current cumulated upstream (in KBit)."
    ::= { vpnRouterTunnelEntry 7 }

vpnRouterTunnelCurrentCumulatedBandwidthFromWan OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current cumulated downstream (in KBit)."
    ::= { vpnRouterTunnelEntry 8 }

vpnRouterTunnelTrafficUp OBJECT-TYPE
    SYNTAX Counter32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Total upstream traffic made (in Byte) since router boot."
    ::= { vpnRouterTunnelEntry 9 }

vpnRouterTunnelTrafficDown OBJECT-TYPE
    SYNTAX Counter32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Total downstream traffic made (in Byte) since router boot."
    ::= { vpnRouterTunnelEntry 10 }

vpnRouterTunnelRemoteRouterSerial OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Serial of the remote router."
    ::= { vpnRouterTunnelEntry 11 }

vpnRouterTunnelChannelCount OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Number of TunnelChannel."
    ::= { vpnRouterTunnelChannels 1 }

vpnRouterTunnelChannelTable OBJECT-TYPE
    SYNTAX SEQUENCE OF VpnRouterTunnelChannelEntry
    MAX-ACCESS not-accessible
    STATUS  current
    DESCRIPTION
        "The table holding information to each tunnelchannel."
    ::= { vpnRouterTunnelChannels 2 }

vpnRouterTunnelChannelEntry OBJECT-TYPE
    SYNTAX VpnRouterTunnelChannelEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "The entry associated with each tunnelchannel."
    INDEX  {vpnRouterTunnelChannelIndex}
    ::= { vpnRouterTunnelChannelTable 1 }

VpnRouterTunnelChannelEntry ::= SEQUENCE {
    vpnRouterTunnelChannelIndex                  Integer32,
    vpnRouterTunnelChannelName                   DisplayString,
    vpnRouterTunnelChannelAdminStatus            Integer32,
    vpnRouterTunnelChannelOperativeStatus        Integer32,
    vpnRouterTunnelChannelMaxBandwidthToWan       Integer32,
    vpnRouterTunnelChannelMaxBandwidthFromWan     Integer32,
    vpnRouterTunnelChannelCurrentBandwidthToWan   Integer32,
    vpnRouterTunnelChannelCurrentBandwidthFromWan Integer32,
    vpnRouterTunnelChannelTrafficUp              Counter32,
    vpnRouterTunnelChannelTrafficDown            Counter32,
    vpnRouterTunnelChannelReferencedTunnel       Integer32,
    vpnRouterTunnelChannelIsBackup               Integer32,
    vpnRouterTunnelChannelModuleSlot             Integer32,
    vpnRouterTunnelChannelPacketLoss             Integer32,
    vpnRouterTunnelChannelLinkStability          Integer32
}

vpnRouterTunnelChannelIndex OBJECT-TYPE
    SYNTAX Integer32(0..65535)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "ID-Number of the tunnelchannel."
    ::= { vpnRouterTunnelChannelEntry 1 }
    
vpnRouterTunnelChannelName OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Name of tunnelchannel. It will be in the form tunnel.tunnelname"
    ::= { vpnRouterTunnelChannelEntry 2 }
    
vpnRouterTunnelChannelAdminStatus OBJECT-TYPE
    SYNTAX Integer32(0..1)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Desired state of the tunnelchannel.
        possible values: 0 = disconnected,  1 = connected"
    ::= { vpnRouterTunnelChannelEntry 3 }
    
vpnRouterTunnelChannelOperativeStatus OBJECT-TYPE
    SYNTAX Integer32(0..8)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current state of the tunnelchannel.
         possible values: 
         0 = disconnected,
         1 = connected,
         2 = connecting,
         3 = disconnecting,
         4 = connectedpingtest,
         5 = connectedpingtestwait,
         6 = connectedtooslow,
         7 = connectedstalled,
         8 = error"
    ::= { vpnRouterTunnelChannelEntry 4 }

vpnRouterTunnelChannelMaxBandwidthToWan OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Maximum possible bandwidth to WAN (in KBit/sec)."
    ::= { vpnRouterTunnelChannelEntry 5 }

vpnRouterTunnelChannelMaxBandwidthFromWan OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Maximum possible bandwidth from WAN (in KBit/sec)."
    ::= { vpnRouterTunnelChannelEntry 6 }

vpnRouterTunnelChannelCurrentBandwidthToWan OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current bandwidth to WAN (in KBit/sec)."
    ::= { vpnRouterTunnelChannelEntry 7 }

vpnRouterTunnelChannelCurrentBandwidthFromWan OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Current bandwidth from WAN (in KBit/sec)."
    ::= { vpnRouterTunnelChannelEntry 8 }

vpnRouterTunnelChannelTrafficUp OBJECT-TYPE
    SYNTAX Counter32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Total upstream traffic made (in Byte) since router boot."
    ::= { vpnRouterTunnelChannelEntry 9 }

vpnRouterTunnelChannelTrafficDown OBJECT-TYPE
    SYNTAX Counter32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Total downstream traffic made (in Byte) since router boot."
    ::= { vpnRouterTunnelChannelEntry 10 }

vpnRouterTunnelChannelReferencedTunnel OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "The OID of the tunnel that this channel is referencing to."
    ::= { vpnRouterTunnelChannelEntry 11 }

vpnRouterTunnelChannelIsBackup OBJECT-TYPE
    SYNTAX Integer32(0..1)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Is this channel configured as fallback? Possible Values:
         0 = no,
         1 = yes"
    ::= { vpnRouterTunnelChannelEntry 12 }

vpnRouterTunnelChannelModuleSlot OBJECT-TYPE
    SYNTAX Integer32(0..6)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Module that the channel is using.
         Possible Values:
         0 = Hub WAN-Interface,
         1 = Module in Slot 1,
         2 = Module in Slot 2,
         3 = Module in Slot 3,
         4 = Module in Slot 4,
         5 = Module in Slot 5,
         6 = Module in Slot 6"
    ::= { vpnRouterTunnelChannelEntry 13 }

vpnRouterTunnelChannelPacketLoss OBJECT-TYPE
    SYNTAX Integer32(0..100)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Overall packetloss experienced (in %) on the channel-connection."
    ::= { vpnRouterTunnelChannelEntry 14 }

vpnRouterTunnelChannelLinkStability OBJECT-TYPE
    SYNTAX Integer32(0..100)
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "Estimated Link Stability (in %) of  the channel-connection."
    ::= { vpnRouterTunnelChannelEntry 15 }


--  Conformance information

vpnRouterConformance OBJECT IDENTIFIER ::= { vpnRouter 7 }
vpnRouterGroups      OBJECT IDENTIFIER ::= { vpnRouterConformance 1 }
vpnRouterCompliances OBJECT IDENTIFIER ::= { vpnRouterConformance 2 }

--  Compliance statements

vpnRouterReadOnlyCompliance MODULE-COMPLIANCE
    STATUS current
    DESCRIPTION
        "When this MIB is implemented without support for read-
         create (i.e., in read-only mode), the implementation can
         claim read-only compliance."
    MODULE -- this module
    MANDATORY-GROUPS { vpnRouterObjects }
    ::= { vpnRouterCompliances 1 }


 -- units of conformance
   
vpnRouterObjects OBJECT-GROUP
    OBJECTS { vpnRouterTunnelChannelName,
              vpnRouterTunnelChannelAdminStatus,
              vpnRouterTunnelChannelOperativeStatus,
              vpnRouterTunnelChannelMaxBandwidthToWan,
              vpnRouterTunnelChannelMaxBandwidthFromWan,
              vpnRouterTunnelChannelCurrentBandwidthToWan,
              vpnRouterTunnelChannelCurrentBandwidthFromWan,
              vpnRouterTunnelChannelTrafficUp,
              vpnRouterTunnelChannelTrafficDown,
              vpnRouterTunnelChannelReferencedTunnel,
              vpnRouterTunnelChannelIsBackup,
              vpnRouterTunnelChannelModuleSlot,
              vpnRouterTunnelChannelPacketLoss,
              vpnRouterTunnelChannelLinkStability,
              vpnRouterTunnelName,
              vpnRouterTunnelAdminStatus,
              vpnRouterTunnelOperativeStatus,
              vpnRouterTunnelCumulatedBandwidthToWan,
              vpnRouterTunnelCumulatedBandwidthFromWan,
              vpnRouterTunnelCurrentCumulatedBandwidthToWan,
              vpnRouterTunnelCurrentCumulatedBandwidthFromWan,
              vpnRouterTunnelTrafficUp,
              vpnRouterTunnelTrafficDown,
              vpnRouterTunnelRemoteRouterSerial,
              vpnRouterInterfaceName,
              vpnRouterInterfaceAdminStatus,
              vpnRouterInterfaceOperativeStatus,
              vpnRouterInterfaceBandwidthToWan,
              vpnRouterInterfaceBandwidthFromWan,
              vpnRouterInterfaceTrafficUp,
              vpnRouterInterfaceTrafficDown,
              vpnRouterFanAdminStatus,
              vpnRouterFanOperativeStatus,
              vpnRouterFanRPM,
              vpnRouterName,
              vpnRouterSerial,
              vpnRouterModel,
              vpnRouterFirmware,
              vpnRouterMode,
              vpnRouteruptime,
              vpnRouterFirmwareStatus,
              vpnRouterCPULoad,
              vpnRouterMemoryUsage,
              vpnRouterSystemTemperature,
              vpnRouterCPUTemperature,
              vpnRouterPowerSupplyFailure,
              vpnRouterFanCount,
              vpnRouterInterfaceCount,
              vpnRouterTunnelCount,
              vpnRouterTunnelChannelCount
           }
    STATUS current
    DESCRIPTION
        "The Objects of the vpnRouter."
    ::= { vpnRouterGroups 1 }

END