forked from librenms/librenms-mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathALTIGA-PPTP-STATS-MIB
811 lines (725 loc) · 27.6 KB
/
ALTIGA-PPTP-STATS-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
-- *------------------------------------------------------------------
-- * ALTIGA-PPTP-STATS-MIB.my: Altiga PPTP Statistics MIB.
-- *
-- * Altiga Networks was acquired by Cisco Systems on March 29, 2000
-- *
-- * Copyright (c) 2002 by Cisco Systems, Inc.
-- * All rights reserved.
-- *
-- *------------------------------------------------------------------
ALTIGA-PPTP-STATS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Counter32, Gauge32
FROM SNMPv2-SMI
RowStatus, DisplayString, TruthValue
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
alStatsPptp, alPptpGroup
FROM ALTIGA-MIB
alPptpMibModule
FROM ALTIGA-GLOBAL-REG;
altigaPptpStatsMibModule MODULE-IDENTITY
LAST-UPDATED "200209051300Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems
170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: [email protected]"
DESCRIPTION
"The Altiga PPTP Statistics MIB models counters and objects that are
of management interest for PPTP tunnels.
Acronyms
The following acronyms are used in this document:
MIB: Management Information Base
PPTP: Point-to-Point Tunneling Protocol
"
REVISION "200209051300Z"
DESCRIPTION
"Added module compliance."
REVISION "200207100000Z"
DESCRIPTION
"Updated with new header"
::= { alPptpMibModule 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
alStatsPptpGlobal OBJECT IDENTIFIER ::= { alStatsPptp 1 }
alPptpStatsLocalProtVers OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the protocol version and
revision of the local implementation. The
first octet contains the protocol version. The
second octet contains the protocol revision."
::= { alStatsPptpGlobal 1 }
alPptpStatsLocalFraming OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A set of bits indicating the PPTP framing capabilities
of this system."
::= { alStatsPptpGlobal 2 }
alPptpStatsLocalBearer OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A set of bits indicating the PPTP bearer capabilities
of this system."
::= { alStatsPptpGlobal 3 }
alPptpStatsLocalFirmwareRev OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object defines the local firmware revision."
::= { alStatsPptpGlobal 4 }
alPptpStatsTotalTunnels OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of tunnels,
including those that did not reach the established
state."
::= { alStatsPptpGlobal 5 }
alPptpStatsActiveTunnels OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of tunnels that
are currently active."
::= { alStatsPptpGlobal 6 }
alPptpStatsMaxTunnels OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of simultaneously active PPTP tunnels
since the system was booted."
::= { alStatsPptpGlobal 7 }
alPptpStatsTotalSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of sessions,
including those that did not reach the established
state."
::= { alStatsPptpGlobal 8 }
alPptpStatsActiveSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of sessions that
are currently active."
::= { alStatsPptpGlobal 9 }
alPptpStatsMaxSessions OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of simultaneously active PPTP sessions
since the system was booted."
::= { alStatsPptpGlobal 10 }
alPptpStatsControlRecvOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control channel
octets received."
::= { alStatsPptpGlobal 11 }
alPptpStatsControlRecvPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control packets
received."
::= { alStatsPptpGlobal 12 }
alPptpStatsControlRecvDiscards OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control packets
received that were discarded."
::= { alStatsPptpGlobal 13 }
alPptpStatsControlSendOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control channel
octets that were transmitted to tunnel endpoints."
::= { alStatsPptpGlobal 14 }
alPptpStatsControlSendPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of control packets
that were transmitted to tunnel endpoints."
::= { alStatsPptpGlobal 15 }
alPptpStatsPayloadRecvOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload channel
octets that were received."
::= { alStatsPptpGlobal 16 }
alPptpStatsPayloadRecvPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload packets
that were received."
::= { alStatsPptpGlobal 17 }
alPptpStatsPayloadRecvDiscards OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of received payload
packets that were discarded."
::= { alStatsPptpGlobal 18 }
alPptpStatsPayloadSendOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload channel
octets that were transmitted to tunnel peers."
::= { alStatsPptpGlobal 19 }
alPptpStatsPayloadSendPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the number of payload packets
that were transmitted to tunnel peers."
::= { alStatsPptpGlobal 20 }
alPptpStatsTunnelTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlPptpStatsTunnelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The PPTP tunnel status and statistics table."
::= { alStatsPptp 2 }
alPptpStatsTunnelEntry OBJECT-TYPE
SYNTAX AlPptpStatsTunnelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alPptpStatsTunnelTable."
INDEX { alPptpStatsTunnelPeerIpAddr }
::= { alPptpStatsTunnelTable 1 }
AlPptpStatsTunnelEntry ::= SEQUENCE {
alPptpStatsTunnelRowStatus RowStatus,
alPptpStatsTunnelPeerIpAddr IpAddress,
alPptpStatsTunnelDatastreamId Integer32,
alPptpStatsTunnelLocalIpAddr IpAddress,
alPptpStatsTunnelPeerHostName DisplayString,
alPptpStatsTunnelPeerVendorName DisplayString,
alPptpStatsTunnelPeerFirmwareRev OCTET STRING,
alPptpStatsTunnelPeerProtVers OCTET STRING,
alPptpStatsTunnelPeerFramingCap Integer32,
alPptpStatsTunnelPeerBearerCap Integer32,
alPptpStatsTunnelPeerMaxChan Integer32,
alPptpStatsTunnelActiveSessions Counter32
}
alPptpStatsTunnelRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. Used to terminate the tunnel,
cannot be used to create a tunnel."
::= { alPptpStatsTunnelEntry 1 }
alPptpStatsTunnelPeerIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's IP address for this tunnel."
::= { alPptpStatsTunnelEntry 2 }
alPptpStatsTunnelDatastreamId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP-GRE datastream ID of this tunnel."
::= { alPptpStatsTunnelEntry 3 }
alPptpStatsTunnelLocalIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local IP address for this tunnel."
::= { alPptpStatsTunnelEntry 4 }
alPptpStatsTunnelPeerHostName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's host name, as indicated by the peer in a
Start-Control-Connection packet."
::= { alPptpStatsTunnelEntry 5 }
alPptpStatsTunnelPeerVendorName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's vendor name, as indicated by the peer in a
Start-Control-Connection packet."
::= { alPptpStatsTunnelEntry 6 }
alPptpStatsTunnelPeerFirmwareRev OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the tunnel peer's firmware
revision number. If the tunnel is idle this object
should maintain its value from the last time it
was connected."
::= { alPptpStatsTunnelEntry 7 }
alPptpStatsTunnelPeerProtVers OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(2))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the protocol version and
revision of the tunnel peers implementation. The
first octet contains the protocol version. The
second octet contains the protocol revision."
::= { alPptpStatsTunnelEntry 8 }
alPptpStatsTunnelPeerFramingCap OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the Framing Capabilities of
the tunnel peer. If the tunnel is idle this object
should maintain its value from the last time it was
connected."
::= { alPptpStatsTunnelEntry 9 }
alPptpStatsTunnelPeerBearerCap OBJECT-TYPE
SYNTAX Integer32 (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the Bearer Capabilities of
the tunnel peer. If the tunnel is idle this object
should maintain its value from the last time it was
connected."
::= { alPptpStatsTunnelEntry 10 }
alPptpStatsTunnelPeerMaxChan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's maximum channels value, as indicated by
the peer in a Start-Control-Connection packet."
::= { alPptpStatsTunnelEntry 11 }
alPptpStatsTunnelActiveSessions OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the total number of sessions
for this tunnel."
::= { alPptpStatsTunnelEntry 12 }
alPptpStatsSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlPptpStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of active sessions within tunnels."
::= { alStatsPptp 3 }
alPptpStatsSessionEntry OBJECT-TYPE
SYNTAX AlPptpStatsSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the alPptpStatsSessionTable."
INDEX { alPptpStatsSessionDatastreamId }
::= { alPptpStatsSessionTable 1 }
AlPptpStatsSessionEntry ::= SEQUENCE {
alPptpStatsSessionRowStatus RowStatus,
alPptpStatsSessionDatastreamId Integer32,
alPptpStatsSessionLocalCallId Integer32,
alPptpStatsSessionPeerCallId Integer32,
alPptpStatsSessionUserName DisplayString,
alPptpStatsSessionSerial Integer32,
alPptpStatsSessionMinimumSpeed Integer32,
alPptpStatsSessionMaximumSpeed Integer32,
alPptpStatsSessionConnectSpeed Integer32,
alPptpStatsSessionBearerType INTEGER,
alPptpStatsSessionFramingType INTEGER,
alPptpStatsSessionPhysicalChannel Integer32,
alPptpStatsSessionLocalWindowSize Integer32,
alPptpStatsSessionPeerWindowSize Integer32,
alPptpStatsSessionLocalPpd Integer32,
alPptpStatsSessionPeerPpd Integer32,
alPptpStatsSessionRecvOctets Counter32,
alPptpStatsSessionRecvPackets Counter32,
alPptpStatsSessionRecvDiscards Counter32,
alPptpStatsSessionRecvZLB Counter32,
alPptpStatsSessionSendOctets Counter32,
alPptpStatsSessionSendPackets Counter32,
alPptpStatsSessionSendZLB Counter32,
alPptpStatsSessionAckTimeouts Counter32,
alPptpStatsSessionLocalFlowOff TruthValue,
alPptpStatsSessionPeerFlowOff TruthValue,
alPptpStatsSessionOutOfWindow Counter32,
alPptpStatsSessionOutOfSequence Counter32,
alPptpStatsSessionTunnelPeerIpAddr IpAddress
}
alPptpStatsSessionRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row. Used to terminate the session,
cannot be used to create a Session."
::= { alPptpStatsSessionEntry 1 }
alPptpStatsSessionDatastreamId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The GRE-PPP datastream ID of this tunnel, used as the
index for this row."
::= { alPptpStatsSessionEntry 2 }
alPptpStatsSessionLocalCallId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local call ID within the tunnel of the session
represented by this row."
::= { alPptpStatsSessionEntry 3 }
alPptpStatsSessionPeerCallId OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer call ID within the tunnel of the session
represented by this row."
::= { alPptpStatsSessionEntry 4 }
alPptpStatsSessionUserName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the peer session name on
this interface. This is typically the login name
of the remote user. If the user name is unknown to
the local tunnel peer then this object will contain
a null string."
::= { alPptpStatsSessionEntry 5 }
alPptpStatsSessionSerial OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The call serial number within the tunnel of the session
represented by this row."
::= { alPptpStatsSessionEntry 6 }
alPptpStatsSessionMinimumSpeed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lowest acceptable line speed (in bits/second)
for this session, as indicated in the Call-Request
packet."
::= { alPptpStatsSessionEntry 7 }
alPptpStatsSessionMaximumSpeed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The highest acceptable line speed (in bits/second)
for this session, as indicated in the Call-Request
packet."
::= { alPptpStatsSessionEntry 8 }
alPptpStatsSessionConnectSpeed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The actual line speed (in bits/second) for this session."
::= { alPptpStatsSessionEntry 9 }
alPptpStatsSessionBearerType OBJECT-TYPE
SYNTAX INTEGER {
analog (1),
digital (2),
any (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value indicating the bearer capability required for
this session."
::= { alPptpStatsSessionEntry 10 }
alPptpStatsSessionFramingType OBJECT-TYPE
SYNTAX INTEGER {
asynchronous (1),
synchronous (2),
either (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value indicating the framing capability required for
this session."
::= { alPptpStatsSessionEntry 11 }
alPptpStatsSessionPhysicalChannel OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical channel number used for this session."
::= { alPptpStatsSessionEntry 12 }
alPptpStatsSessionLocalWindowSize OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received data packets this system will
buffer for this session, as indicated in the setup packets
for this session."
::= { alPptpStatsSessionEntry 13 }
alPptpStatsSessionPeerWindowSize OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received data packets the peer will
buffer for this session, as indicated in the setup packets
for this session."
::= { alPptpStatsSessionEntry 14 }
alPptpStatsSessionLocalPpd OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A measure of the packet processing delay that might be
imposed on data sent to this system, in units of 1/10
seconds."
::= { alPptpStatsSessionEntry 15 }
alPptpStatsSessionPeerPpd OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A measure of the packet processing delay that might be
imposed on data sent to the peer, in units of 1/10
seconds."
::= { alPptpStatsSessionEntry 16 }
alPptpStatsSessionRecvOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number payload octets
received for this session."
::= { alPptpStatsSessionEntry 17 }
alPptpStatsSessionRecvPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload packets
received for this session."
::= { alPptpStatsSessionEntry 18 }
alPptpStatsSessionRecvDiscards OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload packets
received that were discarded for this session."
::= { alPptpStatsSessionEntry 19 }
alPptpStatsSessionRecvZLB OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of Zero Length
Body acknowlegement payload packets received for
this session."
::= { alPptpStatsSessionEntry 20 }
alPptpStatsSessionSendOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload octets
transmitted for this session."
::= { alPptpStatsSessionEntry 21 }
alPptpStatsSessionSendPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of payload packets
transmitted for this session."
::= { alPptpStatsSessionEntry 22 }
alPptpStatsSessionSendZLB OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of Zero
Length Body acknowledgement packets transmitted
for this session."
::= { alPptpStatsSessionEntry 23 }
alPptpStatsSessionAckTimeouts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object returns the total number of
acknowledgement timeouts seen on payload
packets for this session."
::= { alPptpStatsSessionEntry 24 }
alPptpStatsSessionLocalFlowOff OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates whether the session is in a locally flowed-off
state because the number of outstanding unacknowledged
packets received from the peer is equal to the local
window size."
::= { alPptpStatsSessionEntry 25 }
alPptpStatsSessionPeerFlowOff OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates whether the session peer is in a flowed-off
state because the number of outstanding unacknowledged
packets sent to the peer is equal to the peer's window
size."
::= { alPptpStatsSessionEntry 26 }
alPptpStatsSessionOutOfWindow OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of data packets received from the peer which
were received outside of the offered receive window."
::= { alPptpStatsSessionEntry 27 }
alPptpStatsSessionOutOfSequence OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of data packets that were not received in the
correct order (as per the sequence number)."
::= { alPptpStatsSessionEntry 28 }
alPptpStatsSessionTunnelPeerIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peer's IP address for the tunnel over which this session
is established."
::= { alPptpStatsSessionEntry 29 }
altigaPptpStatsMibConformance OBJECT IDENTIFIER ::= { altigaPptpStatsMibModule 1 }
altigaPptpStatsMibCompliances OBJECT IDENTIFIER ::= { altigaPptpStatsMibConformance 1 }
altigaPptpStatsMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for agents which
implement the Altiga PPTP Statistics MIB."
MODULE
MANDATORY-GROUPS {
altigaPptpStatsGroup
}
::= { altigaPptpStatsMibCompliances 1 }
altigaPptpStatsGroup OBJECT-GROUP
OBJECTS
{
alPptpStatsLocalProtVers,
alPptpStatsLocalFraming,
alPptpStatsLocalBearer,
alPptpStatsLocalFirmwareRev,
alPptpStatsTotalTunnels,
alPptpStatsActiveTunnels,
alPptpStatsMaxTunnels,
alPptpStatsTotalSessions,
alPptpStatsActiveSessions,
alPptpStatsMaxSessions,
alPptpStatsControlRecvOctets,
alPptpStatsControlRecvPackets,
alPptpStatsControlRecvDiscards,
alPptpStatsControlSendOctets,
alPptpStatsControlSendPackets,
alPptpStatsPayloadRecvOctets,
alPptpStatsPayloadRecvPackets,
alPptpStatsPayloadRecvDiscards,
alPptpStatsPayloadSendOctets,
alPptpStatsPayloadSendPackets,
alPptpStatsTunnelRowStatus,
alPptpStatsTunnelDatastreamId,
alPptpStatsTunnelLocalIpAddr,
alPptpStatsTunnelPeerIpAddr,
alPptpStatsTunnelPeerHostName,
alPptpStatsTunnelPeerVendorName,
alPptpStatsTunnelPeerFirmwareRev,
alPptpStatsTunnelPeerProtVers,
alPptpStatsTunnelPeerFramingCap,
alPptpStatsTunnelPeerBearerCap,
alPptpStatsTunnelPeerMaxChan,
alPptpStatsTunnelActiveSessions,
alPptpStatsSessionRowStatus,
alPptpStatsSessionDatastreamId,
alPptpStatsSessionLocalCallId,
alPptpStatsSessionPeerCallId,
alPptpStatsSessionUserName,
alPptpStatsSessionSerial,
alPptpStatsSessionMinimumSpeed,
alPptpStatsSessionMaximumSpeed,
alPptpStatsSessionConnectSpeed,
alPptpStatsSessionBearerType,
alPptpStatsSessionFramingType,
alPptpStatsSessionPhysicalChannel,
alPptpStatsSessionLocalWindowSize,
alPptpStatsSessionPeerWindowSize,
alPptpStatsSessionLocalPpd,
alPptpStatsSessionPeerPpd,
alPptpStatsSessionRecvOctets,
alPptpStatsSessionRecvPackets,
alPptpStatsSessionRecvDiscards,
alPptpStatsSessionRecvZLB,
alPptpStatsSessionSendOctets,
alPptpStatsSessionSendPackets,
alPptpStatsSessionSendZLB,
alPptpStatsSessionAckTimeouts,
alPptpStatsSessionLocalFlowOff,
alPptpStatsSessionPeerFlowOff,
alPptpStatsSessionOutOfWindow,
alPptpStatsSessionOutOfSequence,
alPptpStatsSessionTunnelPeerIpAddr
}
STATUS current
DESCRIPTION
"The objects for PPTP statistics."
::= { alPptpGroup 2 }
END