1-- $ID$
2-- ********************************************************************
3-- CISCO-GTP-MIB.my: MIB file for GPRS Tunnelling Protocol(GTP)
4--
5-- Feb 8 2000, Huiyang Yang.
6-- June 2001, Rajesh M. L.
7-- September 2001, Jeyachitra Alagar
8-- October 2007, 2008 Annie Mishalini Devasahayam
9--
10-- Copyright (c) 2000-2013 by Cisco Systems Inc.
11-- All rights reserved.
12-- ********************************************************************
13-- $Endlog$
14
15CISCO-GTP-MIB DEFINITIONS ::= BEGIN
16
17IMPORTS
18    MODULE-IDENTITY,
19    NOTIFICATION-TYPE,
20    OBJECT-TYPE,
21    Integer32,
22    Counter32,
23    Counter64,
24    Gauge32,
25    Unsigned32
26        FROM SNMPv2-SMI
27    MODULE-COMPLIANCE,
28    OBJECT-GROUP,
29    NOTIFICATION-GROUP
30        FROM SNMPv2-CONF
31    TruthValue,
32    RowStatus,
33    StorageType,
34    TEXTUAL-CONVENTION
35        FROM SNMPv2-TC
36    InetAddressType,
37    InetAddress,
38    InetPortNumber
39        FROM INET-ADDRESS-MIB
40    SnmpAdminString
41        FROM SNMP-FRAMEWORK-MIB
42    ciscoMgmt
43        FROM CISCO-SMI;
44
45
46cGtpMIB MODULE-IDENTITY
47    LAST-UPDATED    "201306180000Z"
48    ORGANIZATION    "Cisco Systems, Inc."
49    CONTACT-INFO
50            "Cisco Systems
51            Customer Service
52
53            Postal: 170 W Tasman Drive
54            San Jose, CA  95134
55            USA
56
57            Tel: +1 800 553-NETS
58
59            E-mail: cs-gprs@cisco.com"
60    DESCRIPTION
61        "This MIB module manages the GPRS Tunnelling Protocol
62        (GTP) on GGSN and SGSN.
63
64        GPRS provides wireless access to packet data network on
65        the GSM infrastructure.
66
67        The following diagram illustrates a simplified GPRS
68        logical architecture with the name of inter-node
69        interface:
70
71        +---------------------------------------------+
72        |  a PLMN                 +======+   +======+ |
73        |                         | SGSN |   | AAA  | |
74        |                         +======+   +======+ |
75        |                            |           |    |
76        |                            Gn         SGi   |
77        |                            |           |    |
78        |+====+   +====+ +=====+ +======+    +======+ |    +===+
79        || TE |-R-| MT |-| BSS |-| SGSN |-Gn-| GGSN |-|-Gi-|PDN|
80        |+====+   +====+ +=====+ +======+    +======+ |    +===+
81        |                                        |    |
82        |                                        |    |
83        +----------------------------------------|----+
84                                                 Gp
85                                                 |
86                        +-----------------------------+
87                        | +====+   +=====+   +======+ |
88                        | | MS |---| BSS |---| SGSN | |
89                        | +====+   +=====+   +======+ |
90                        |                             |
91                        |                other PLMN   |
92                        +-----------------------------+
93
94        GTP is the protocol between GSN nodes (GSN peers) in
95        the GPRS backbone network. It includes both the GTP
96        signalling and data transfer procedures.
97
98        GTP is used both on the Gn interface, i.e. the interface
99        between GSN peers with in a PLMN, and the Gp
100        interface between GSN peers in different PLMNs.
101
102        SGSN is the serving GPRS support node, it responsible
103        for the delivery of data packets from and to the MS
104        within its service area.
105
106        GGSN is the gateway GPRS support node, it provides
107        interworking with external PDN and is connected with
108        SGSNs via an IP-based GPRS backbone network.
109
110        The GTP protocol is implemented only by SGSNs and GGSN.
111
112        A PDP Context is an information set maintained by MS
113        and GSNs which describes the mobile wireless service
114        call or session.
115
116        A Qos Profile is associated with each PDP context which
117        defines multiple attributes like precedence, delay,
118        reliability, peak throughput and mean throughput.
119        Based on the precedence, delay and mean throughput an
120        user is classified into one of the three Qos classes:
121        Best Effort, Normal and Premium.
122
123        Mean throughput is measured at the Gi and R reference
124        points in units of octets per second. It specifies the
125        average rate at which data is expected to be
126        transferred across the GPRS network during the
127        remaining lifetime of an activated PDP context.
128
129        A MAP converting GSN is responsible for converting GTP
130        messages to and from MAP messages.  This helps in the
131        communication with HLR.
132
133        Acronyms and terms:
134
135         APN    Access Point Name
136         BSS    Base Station Subsystem
137         CG     Charging Gateway
138         COA    Change of Authorization
139         ETSI   European Telecommunications Standards Institute
140         GDM    GTP Director Module
141         Gi     Reference point between GPRS and an external
142                packet data network.
143         Gn     the interface between GSNs within a PLMN
144         Gp     the interface between GSNs in different PLMNs
145         GGSN   Gateway GPRS Support Node
146         GPRS   General Packet Radio Service
147         GSM    Global System for Mobile communication
148         GSN    GPRS Support Node
149         G-PDU  GTP PDU
150         HLR    Home Location Register
151         MAP    Mobile Application Protocol
152         MME    Mobility Management Entity
153         MS     Mobile Station = TE + MT
154         MT     Mobile Termination
155         NMS    Network Management System
156         PDN    Public Data Network
157         PDP    Packet Data Protocol
158         PDU    Protocol Data Unit
159         PGW    PDN Gateway
160         PLMN   Public Land Mobile Network
161         R      Reference point between a non-ISDN compatible
162                TE and MT.
163         SAE    System Architecture Evolution
164         SGSN   Serving GPRS Support Node
165         SGW    Serving Gateway
166         TE     Terminal Equipment
167         T-PDU  the payload of G-PDU
168         VRF    Virtual routing and forwarding
169         AAA    Authentication, Authorization and Accounting
170         eNodeB Evolved Node B
171         RNC    Radio Network Controller"
172    REVISION        "201306180000Z"
173    DESCRIPTION
174        "The following changes have been made.
175
176        [1] The following objects have been added to cGtpStatistics,
177             1. cGtpTotalDownlinkQosFailures
178             2. cGtpTotalUplinkQosFailures
179
180        [2] New group cGtpStatisticsGroupSup6 has been added.
181
182        [3] The compliance cGtpMIBComplianceRev10 has been deprecated
183        and superceded by the compliance cGtpMIBComplianceRev11."
184    REVISION        "201303110000Z"
185    DESCRIPTION
186        "The following changes have been made.
187
188        [1] The following objects have been added to cGtpStatus,
189             1. cGtpTotalActivePaths
190             2. cGtpTotalActiveGtpv1DataPaths
191
192        [2] The following objects have been added to cGtpStatistics,
193             1. cGtpTotalv0v1SigMsgDropped
194             2. cGtpTotalDataMsgDropped
195             3. cGtpv0PathCreated
196             4. cGtpv0PathDeleted
197             5. cGtpv0PathRestarted
198             6. cGtpv1SigPathCreated
199             7. cGtpv1SigPathDeleted
200             8. cGtpv1SigPathRestarted
201             9. cGtpv1DataPathCreated
202            10. cGtpv1DataPathDeleted
203            11. cGtpv1DataPathRestarted
204
205        [3] The following new groups were added,
206             1. cGtpStatusGroupSup2
207             2. cGtpStatisticsGroupSup5
208
209        [4] The compliance cGtpMIBComplianceRev9 has been deprecated and
210            superceded by the compliance cGtpMIBComplianceRev10."
211    REVISION        "201205210000Z"
212    DESCRIPTION
213        "Object Description has been changed for the following objects,
214
215        cGtpDroppedDataMsgs,
216        cGtpRcvdPDUMsgs,
217        cGtpSentPDUMsgs,
218        cGtpRcvdPDUOctets,
219        cGtpSentPDUOctets,
220        cGtpRcvdSigMsgs,
221        cGtpSentSigMsgs,
222        cGtpTotalCreatedPDPs,
223        cGtpTotalDeletedPDPs,
224        cGtpIpv6CreatedPDPs,
225        cGtpIpv6DeletedPDPs,
226        cGtpIpv4v6CreatedPDPs,
227        cGtpIpv4v6DeletedPDPs,
228        cGtpIpv6RcvdPDUs,
229        cGtpIpv6SentPDUs,
230        cGtpIpv6SentOctets,
231        cGtpIpv6RcvdOctets."
232    REVISION        "201203050000Z"
233    DESCRIPTION
234        "The following enumerations were added to TEXTUAL-CONVENTION
235        CGtpEntities.
236        1. rnc
237        2. eNodeB"
238    REVISION        "201103150000Z"
239    DESCRIPTION
240        "The following changes have been made.
241
242        [1] The following objects have been added to
243            cGtpStatistics.
244
245            cGtpNetworkBehindMsApns,
246            cGtpTotalDownldFramedRout,
247            cGtpTotalDownldFramedRoutSavedFail,
248            cGtpTotalDownldFramedRoutInsFail,
249            cGtpTotalDownldFramedRoutIns,
250            cGtpTotalDownldFramedRoutDeleted
251
252        [2] Added enumeration spgw to cGtpGSNService.
253
254        [3] Added the Acronym AAA, to the description.
255
256        [4] Have added the groups cGtpStatisticsGroupSup4.
257
258        [5] The compliance statement cGtpMIBComplianceRev8 has
259            been superceded by cGtpMIBComplianceRev9."
260    REVISION        "201004270000Z"
261    DESCRIPTION
262        "The following changes have been made.
263
264        [1] Have added the TEXTUAL-CONVENTION CGtpEntities.
265
266        [2] Updated TEXTUAL-CONVENTION CGtpVersion.
267
268        [3] The following objects have been added to
269            cGtpPathTable.
270
271            cGtpPathRemoteNode
272            cGtpPathVrfName
273
274        [4] The objects cGtpIpv4v6CreatedPDPs and
275            cGtpIpv4v6DeletedPDPs to cGtpPathStatisticsTable.
276
277        [5] The object cGtpHistRemoteNode,
278            cGtpHistIpv4v6CreatedPDPs and
279            cGtpHistIpv4v6DeletedPDPs has been added
280            to cGtpHistPathStatisticsTable.
281
282        [6] The definitions 'sgw' and 'pgw' have been added
283            to the object cGtpGSNService.
284
285        [7] Have added the groups cGtpStatusGroupSup1 and
286            cGtpStatisticsGroupSup3.
287
288        [8] The compliance statement cGtpMIBComplianceRev7 has
289            been superceded by cGtpMIBComplianceRev8."
290    REVISION        "200902130000Z"
291    DESCRIPTION
292        "Added cGtpSgsnProfileTable to
293        cGtpConfigurations."
294    REVISION        "200710111800Z"
295    DESCRIPTION
296        "Added cGtpUpdateFailDelete to
297        cGtpConfigurations.
298
299        Added cGtpNoWaitSgsnLocalDelPDPs,
300        cGtpNoReqSgsnLocalDelPDPs,
301        cGtpRoamingTrustedPDPs,
302        cGtpRoamingNonTrustedPDPs,
303        cGtpNonRoamingPDPs,
304        cGtpSentPdpUpdateReqs,
305        cGtpRcvdPdpUpdateResponses,
306        cGtpTotalDtEnabled to
307        cGtpPathStatisticsTable.
308
309        Added cGtpHistNoWaitSgsnLocalDelPDPs,
310        cGtpHistNoReqSgsnLocalDelPDPs,
311        cGtpHistRoamingTrustedPDPs,
312        cGtpHistRoamingNonTrustedPDPs,
313        cGtpHistNonRoamingPDPs,
314        cGtpHistSentPdpUpdateReqs,
315        cGtpHistRcvdPdpUpdateResponses,
316        cGtpHistTotalDtEnabled to
317        cGtpPathStatisticsHistoryTable.
318
319        Modified the description of all objects in
320        cGtpPathStatisticsHistoryTable.
321
322        Deprecated cGtpRoamingPDUs,
323             cGtpHistRoamingPDUs,
324             cGtpIpv6RcvdSigMsgs,
325             cGtpIPv6SentSigMsgs,
326             cGtpHistIpv6RcvdSigMsgs,
327             cGtpHistIpv6SentSigMsgs."
328    REVISION        "200608070000Z"
329    DESCRIPTION
330        "Added cGtpPathHistoryLimit to cGtpConfigurations.
331
332        Added the cGtpPathStatisticsTable,
333        cGtpPathStatisticsHistoryTable
334        to cGtpStatistics."
335    REVISION        "200211091600Z"
336    DESCRIPTION
337        "Modified the description of
338        cGtpDynamicEchoTimerMinTime and
339        cGtpDynamicEchoTimerSmoothFactor.
340
341        Added the cGtpPathTable.
342
343        The following have been deprecated cGtpGSNTable,
344        cGtpMIBComplianceRev3, cGtpStatusGroupRev2.
345
346        The following have been obsoleted cGtpT3TunnelTimer,
347        cGtpMIBComplianceRev2, cGtpConfigurationsGroupRev1,
348        cGtpStatusGroupRev1."
349    REVISION        "200203081600Z"
350    DESCRIPTION
351        "Added the object cGtpGSNVersion to the cGtpGSNTable.
352        Deprecated the object cGtpT3TunnelTimer."
353    REVISION        "200109131535Z"
354    DESCRIPTION
355        "Modified the default value for cGtpMaximumPdps from
356        1000 to 10000.
357
358        Added 'gtpdirector' to the enumeration of cGtpService.
359
360        The APN identifies whether the network is corporate
361        or service provider network.
362
363        The Single Access point feature enables the
364        service provider to add new access-points to the GGSN
365        without having to provision the HLR. The requests are
366        sent by the SGSN to the same virtual APN. A virtual
367        APN is not associated with any actual physical
368        network.  The GGSN processes the request and forwards
369        the packet to the appropriate access-point that is
370        specified in the PCO. This feature is supported only
371        in Cisco GGSNs.
372
373        The purpose of the GTP-Director is to provide a
374        mechanism for service providers using non-Cisco GGSN
375        to use the Single APN feature.
376
377        +==+  +===+  +====+   ====   +===+  +====+     +===+
378        |MS|--|BSS|--|SGSN|--|PLMN|--|GDM|--|GGSN|--Gi-|PDN|
379        +==+  +===+  +====+   ====   +===+  +====+     +===+
380                                     | |
381                                     | |   +====+
382                                     | |___|GGSN|------Gi
383                                     |     +====+       |
384                                     |                  |
385                                     |     +====+     +===+
386                                     |_____|GGSN|--Gi-|PDN|
387                                           +====+     +===+
388
389        The GTP-Director also provides load balancing, using
390        round robin mechanism, across GGSNs.  The
391        Cisco GGSNs may use the GTP-Director, but is not
392        necessary as they can use IOS-SLB ( Server Load
393        Balancing )."
394    REVISION        "200106111600Z"
395    DESCRIPTION
396        "* Added cGtpDynamicEchoTimerEnable,
397        cGtpDynamicEchoTimerMinTime,
398        cGtpDynamicEchoTimerSmoothFactor.
399        * Deprecated cGtpGSNTotalBandwidthResrc,
400        cGtpPremiumQosMeanThroughput,
401        cGtpNormalQosMeanThroughput,
402        cGtpBestEffortQosMeanThroughput,
403        cGtpCurrentUsedBandwidth."
404    REVISION        "200102071300Z"
405    DESCRIPTION
406        "Initial version of this MIB module."
407    ::= { ciscoMgmt 188 }
408
409
410
411CGtpMaxHistNumber ::= TEXTUAL-CONVENTION
412    STATUS          current
413    DESCRIPTION
414        "This indicates the maximum number of entries allowed for PDP
415        path and History statistics table."
416    SYNTAX          Integer32 (0..1000)
417
418CGtpVersion ::= TEXTUAL-CONVENTION
419    STATUS          current
420    DESCRIPTION
421        "This identifies the version of GTP."
422    SYNTAX          INTEGER  {
423                        version0(1),
424                        version1(2),
425                        version2(3)
426                    }
427
428CGtpEntities ::= TEXTUAL-CONVENTION
429    STATUS          current
430    DESCRIPTION
431        "This textual convention enumerates the
432        various GTP-aware remote nodes.
433
434        semantics are as follows.
435        'sgsn' - this indicates that GTP entity is a SGSN.
436        'pgw' - this indicates that GTP entity is a PGW in the
437                SAE architecture.
438        'sgw' - this indicates that GTP entity is a SGW in the
439                SAE architecture.
440        'mme' - this indicates that GTP entity is a MME in the
441                SAE architecture.
442        'cg'  - this indicates that GTP entity is a CG in the
443                SAE architecture.
444        'rnc' - this indicates that GTP entity is a RNC in the
445                SAE architecture.
446        'eNodeB' - this indicates that GTP entity is a eNodeB in the
447                    SAE architecture."
448    SYNTAX          INTEGER  {
449                        undefined(0),
450                        sgsn(1),
451                        pgw(2),
452                        sgw(3),
453                        mme(4),
454                        cg(5),
455                        rnc(6),
456                        eNodeB(7)
457                    }
458-- Object definitions
459
460cGtpMIBObjects  OBJECT IDENTIFIER
461    ::= { cGtpMIB 1 }
462
463cGtpConfigurations  OBJECT IDENTIFIER
464    ::= { cGtpMIBObjects 1 }
465
466cGtpStatus  OBJECT IDENTIFIER
467    ::= { cGtpMIBObjects 2 }
468
469cGtpStatistics  OBJECT IDENTIFIER
470    ::= { cGtpMIBObjects 3 }
471
472
473-- Configuration
474
475cGtpGSNService OBJECT-TYPE
476    SYNTAX          BITS {
477                        undefined(0),
478                        sgsn(1),
479                        ggsn(2),
480                        gtpdirector(3),
481                        sgw(4),
482                        pgw(5),
483                        spgw(6)
484                    }
485    MAX-ACCESS      read-write
486    STATUS          current
487    DESCRIPTION
488        "This object indicates the type of GPRS service that will be
489        enabled on the device:
490           undefined - the GPRS service functionality is turned off.
491           ggsn - the device will function as a GGSN.
492           sgsn - the device will function as SGSN.
493           gtpdirector - the device will function as GDM.
494           sgw - the device will function as a SGW in the
495                 SAE architecture.
496           pgw - the device will function as a PGW in the
497                 SAE architecture.
498           spgw - the device will function as a combined PGW and
499                  SGW in the SAE architecture.
500
501        When the device is configured to function as GDM, all the other
502        objects in this MIB will not be accessible and the
503        CISCO-GTP-DIRECTOR-MIB should be used for managing the device."
504    DEFVAL          { { undefined } }
505    ::= { cGtpConfigurations 1 }
506
507cGtpVersion OBJECT-TYPE
508    SYNTAX          CGtpVersion
509    MAX-ACCESS      read-write
510    STATUS          current
511    DESCRIPTION
512        "The highest gtp version supported by the GSN.
513
514        When the value is,
515            version0 - GTP v0 is supported,
516            version1 - GTP v1 and GTP v0 are supported,
517            version2 - GTP v0, GTP v1 and GTP v2 are supported."
518    ::= { cGtpConfigurations 2 }
519
520cGtpT3TunnelTimer OBJECT-TYPE
521    SYNTAX          Integer32 (1..65535)
522    UNITS           "seconds"
523    MAX-ACCESS      read-write
524    STATUS          obsolete
525    DESCRIPTION
526        "When the GSN behaves as SGSN, the T3-TUNNEL timer is used
527        for mobility management. When a roaming MS moves from one
528        SGSN(Old SGSN) to a another SGSN(New SGSN), this timer is
529        started by the 'Old SGSN'. While the timer is running, the
530        T-PDUs received by the 'Old SGSN' (from the GGSN), and any
531        buffered T-PDUs are forwarded to the 'New SGSN'.
532
533        When the GSN behaves as GGSN, the GGSN starts this timer
534        after receiving a Update PDP Context request message from
535        'New SGSN'. An Update PDP context request shall be sent by
536        SGSN as part of mobility management intimating that MS has
537        moved to this SGSN. While the timer is running, the GGSN will
538        not be forwarding any PDUs to the requesting 'New SGSN'."
539    DEFVAL          { 20 }
540    ::= { cGtpConfigurations 3 }
541
542cGtpT3ResponseTimer OBJECT-TYPE
543    SYNTAX          Integer32 (1..65535)
544    UNITS           "seconds"
545    MAX-ACCESS      read-write
546    STATUS          current
547    DESCRIPTION
548        "The T3-RESPONSE timer for retransmission. This timer
549        is started by a GSN, upon the transmission of a signalling
550        request message; it is used for message retransmission
551        purposes, in the event that no response is received by
552        the time the timer expires."
553    DEFVAL          { 1 }
554    ::= { cGtpConfigurations 4 }
555
556cGtpN3Request OBJECT-TYPE
557    SYNTAX          Integer32 (1..65535)
558    UNITS           "retransmissions"
559    MAX-ACCESS      read-write
560    STATUS          current
561    DESCRIPTION
562        "Maximum number of retransmissions for a signalling
563        request message if no corresponding response message
564        is received for a request in cGtpT3ResponseTimer time."
565    DEFVAL          { 5 }
566    ::= { cGtpConfigurations 5 }
567
568cGtpN3BufferSize OBJECT-TYPE
569    SYNTAX          Integer32 (2048..65535)
570    UNITS           "bytes"
571    MAX-ACCESS      read-write
572    STATUS          current
573    DESCRIPTION
574        "Maximum size of the receive buffer for G-PDUs and
575        signalling request messages. If a packet arrives with
576        more data bytes than the receive buffer can contain,
577        the packet will be discarded."
578    DEFVAL          { 8192 }
579    ::= { cGtpConfigurations 6 }
580
581cGtpEchoRequestTimerEnable OBJECT-TYPE
582    SYNTAX          TruthValue
583    MAX-ACCESS      read-write
584    STATUS          current
585    DESCRIPTION
586        "This object indicates whether Echo Request timer
587        is used by the GGSN.
588        - true  : will enable the Echo Request timer.
589        - false : will disable the Echo Request timer."
590    DEFVAL          { false }
591    ::= { cGtpConfigurations 7 }
592
593cGtpEchoRequestTimer OBJECT-TYPE
594    SYNTAX          Integer32 (60..65535)
595    UNITS           "seconds"
596    MAX-ACCESS      read-write
597    STATUS          current
598    DESCRIPTION
599        "The time interval to transmit 'Echo Request' message.
600        'Echo Response' message is normally received in response
601        to 'Echo Request' message. In the event of no response to
602        the 'Echo Request' message, a notification is generated
603        identifying the peer GSN (i.e. cGtpGSN Address), which
604        fails to respond.
605
606        This object can be retrieved only if
607        cGtpEchoRequestTimerEnable is set to 'true'."
608    DEFVAL          { 60 }
609    ::= { cGtpConfigurations 8 }
610
611cGtpGSNTotalBandwidthResrc OBJECT-TYPE
612    SYNTAX          Unsigned32 (1..4294967295)
613    UNITS           "bits/sec"
614    MAX-ACCESS      read-write
615    STATUS          obsolete
616    DESCRIPTION
617        "The total amount of bandwidth resource on the GSN,
618        this total depends on various factors like system
619        throughput, memory size, maximum number of PDP contexts
620        supported.  A portion of the total resources will be
621        allocated to a user at the PDP context activation time
622        based on the Qos class the user is assigned to."
623    DEFVAL          { 1048576 }
624    ::= { cGtpConfigurations 9 }
625
626cGtpMaximumPdps OBJECT-TYPE
627    SYNTAX          Unsigned32 (1..4294967295)
628    UNITS           "PDP contexts"
629    MAX-ACCESS      read-write
630    STATUS          current
631    DESCRIPTION
632        "The maximum number of PDP contexts that can be activated
633        on the GSN."
634    DEFVAL          { 10000 }
635    ::= { cGtpConfigurations 10 }
636
637cGtpNotifEnable OBJECT-TYPE
638    SYNTAX          TruthValue
639    MAX-ACCESS      read-write
640    STATUS          current
641    DESCRIPTION
642        "Indicates whether cGtpNotifications notification will
643        be sent when a notification is generated by the device.
644          - 'true',  it will enable the device to send a notification.
645          - 'false', it will prevent the device from sending out a
646                     notification."
647    DEFVAL          { false }
648    ::= { cGtpConfigurations 11 }
649
650cGtpDynamicEchoTimerEnable OBJECT-TYPE
651    SYNTAX          TruthValue
652    MAX-ACCESS      read-write
653    STATUS          current
654    DESCRIPTION
655        "This object indicates whether dynamic echo timer is used
656        by the GGSN.
657        - true  : will enable the dynamic echo timer.
658        - false : will disable the dynamic echo timer."
659    DEFVAL          { false }
660    ::= { cGtpConfigurations 12 }
661
662cGtpDynamicEchoTimerMinTime OBJECT-TYPE
663    SYNTAX          Integer32 (1..60)
664    UNITS           "seconds"
665    MAX-ACCESS      read-write
666    STATUS          current
667    DESCRIPTION
668        "This object specifies the minimum time used by the
669        dynamic echo timer. This object should be ignored
670        if cGtpDynamicEchoTimerEnable is set to 'false'."
671    DEFVAL          { 5 }
672    ::= { cGtpConfigurations 13 }
673
674cGtpDynamicEchoTimerSmoothFactor OBJECT-TYPE
675    SYNTAX          Integer32 (1..100)
676    MAX-ACCESS      read-write
677    STATUS          current
678    DESCRIPTION
679        "This object specifies the smooth factor by which dynamic
680        echo timer can be adjusted. This object should be ignored
681        if cGtpDynamicEchoTimerEnable is set to 'false'."
682    DEFVAL          { 2 }
683    ::= { cGtpConfigurations 14 }
684
685cGtpPathHistoryLimit OBJECT-TYPE
686    SYNTAX          CGtpMaxHistNumber
687    MAX-ACCESS      read-write
688    STATUS          current
689    DESCRIPTION
690        "This object specifies the maximum number of entries in the
691        cGtpPathStatisticsHistoryTable."
692    DEFVAL          { 100 }
693    ::= { cGtpConfigurations 15 }
694
695cGtpUpdateFailDelete OBJECT-TYPE
696    SYNTAX          TruthValue
697    MAX-ACCESS      read-write
698    STATUS          current
699    DESCRIPTION
700        "This object specifies whether the delete action will
701        be taken when a COA initiated update request for QOS
702        change fails for a PDP context. If the object is set
703        to 'true' and the update response from SGSN (for a
704        update request) is not got after the retries or the
705        received response indicates a cause value other than
706        'request accepted', then the PDP context will be
707        deleted by GGSN."
708    DEFVAL          { false }
709    ::= { cGtpConfigurations 16 }
710
711cGtpSgsnProfileTable OBJECT-TYPE
712    SYNTAX          SEQUENCE OF CGtpSgsnProfileEntry
713    MAX-ACCESS      not-accessible
714    STATUS          current
715    DESCRIPTION
716        "This table provides the configuration on SGSN profiles
717        identified by addresses and port numbers configured in
718        GGSN and the associated profile actions to be applied.
719        When an SGSN path identified by cGtpPathAddress and
720        cGtpPathPort in cGtpPathEntry matches the profile
721        matching criteria represented by cGtpSgsnProfileIpAddressType
722        cGtpSgsnProfileStartIpAddress, cGtpSgsnProfileEndIpAddress
723        and cGtpSgsnProfilePortNumber, the actions associated with
724        the profile entry (such as disable echo) will be applied on
725        the corresponding SGSN path."
726    ::= { cGtpConfigurations 18 }
727
728cGtpSgsnProfileEntry OBJECT-TYPE
729    SYNTAX          CGtpSgsnProfileEntry
730    MAX-ACCESS      not-accessible
731    STATUS          current
732    DESCRIPTION
733        "An entry in this table. Entries in the
734        cGtpSgsnProfileTable are created and deleted using
735        the cGtpSgsnProfileRowStatus object."
736    INDEX           { cGtpSgsnProfileIndex }
737    ::= { cGtpSgsnProfileTable 1 }
738
739CGtpSgsnProfileEntry ::= SEQUENCE {
740        cGtpSgsnProfileIndex          Unsigned32,
741        cGtpSgsnProfileIpAddressType  InetAddressType,
742        cGtpSgsnProfileStartIpAddress InetAddress,
743        cGtpSgsnProfileEndIpAddress   InetAddress,
744        cGtpSgsnProfilePortNumber     InetPortNumber,
745        cGtpSgsnProfileEchoDisable    TruthValue,
746        cGtpSgsnProfileStorageType    StorageType,
747        cGtpSgsnProfileRowStatus      RowStatus
748}
749
750cGtpSgsnProfileIndex OBJECT-TYPE
751    SYNTAX          Unsigned32 (1..65535)
752    MAX-ACCESS      not-accessible
753    STATUS          current
754    DESCRIPTION
755        "An arbitrary integer-value to uniquely identify a row in
756        in the cGtpSgsnProfileTable."
757    ::= { cGtpSgsnProfileEntry 1 }
758
759cGtpSgsnProfileIpAddressType OBJECT-TYPE
760    SYNTAX          InetAddressType
761    MAX-ACCESS      read-create
762    STATUS          current
763    DESCRIPTION
764        "This object indicates the type of Internet address of the
765        objects cGtpSgsnStartIpAddress and cGtpSgsnEndIpAddress
766        in the same row."
767    ::= { cGtpSgsnProfileEntry 2 }
768
769cGtpSgsnProfileStartIpAddress OBJECT-TYPE
770    SYNTAX          InetAddress (SIZE  (1..64))
771    MAX-ACCESS      read-create
772    STATUS          current
773    DESCRIPTION
774        "This object indicates the start address of the SGSN node
775        in the address range associated with this SGSN profile."
776    ::= { cGtpSgsnProfileEntry 3 }
777
778cGtpSgsnProfileEndIpAddress OBJECT-TYPE
779    SYNTAX          InetAddress (SIZE  (1..64))
780    MAX-ACCESS      read-create
781    STATUS          current
782    DESCRIPTION
783        "This object indicates the end address of the SGSN node in
784        the address range associated with this SGSN profile."
785    ::= { cGtpSgsnProfileEntry 4 }
786
787cGtpSgsnProfilePortNumber OBJECT-TYPE
788    SYNTAX          InetPortNumber
789    MAX-ACCESS      read-create
790    STATUS          current
791    DESCRIPTION
792        "This object indicates the port number of the SGSN node
793        associated with this SGSN profile."
794    ::= { cGtpSgsnProfileEntry 5 }
795
796cGtpSgsnProfileEchoDisable OBJECT-TYPE
797    SYNTAX          TruthValue
798    MAX-ACCESS      read-create
799    STATUS          current
800    DESCRIPTION
801        "This object indicates whether the GTP echo status is
802        disabled or not for the addresses and port associated
803        with this SGSN profile. The value 'true' indicates that
804        echo is disabled for this profile, while the value 'false'
805        indicates that echo is enabled for this profile."
806    DEFVAL          { true }
807    ::= { cGtpSgsnProfileEntry 6 }
808
809cGtpSgsnProfileStorageType OBJECT-TYPE
810    SYNTAX          StorageType
811    MAX-ACCESS      read-create
812    STATUS          current
813    DESCRIPTION
814        "The storage type for this conceptual row. Conceptual rows
815        having the value 'permanent' need not allow write-access
816        to any columnar objects in the row."
817    DEFVAL          { volatile }
818    ::= { cGtpSgsnProfileEntry 7 }
819
820cGtpSgsnProfileRowStatus OBJECT-TYPE
821    SYNTAX          RowStatus
822    MAX-ACCESS      read-create
823    STATUS          current
824    DESCRIPTION
825        "This object is used to manage creation and deletion of
826        rows in this table. Objects in this row cannot be
827        modified when this entry is 'active'."
828    ::= { cGtpSgsnProfileEntry 8 }
829
830
831
832-- Status
833
834cGtpLastNoRespToEchoGSNIpAddrTyp OBJECT-TYPE
835    SYNTAX          InetAddressType
836    MAX-ACCESS      read-only
837    STATUS          current
838    DESCRIPTION
839        "This object indicates the type of Internet address
840        by which cGtpLastNoRespToEchoGSNIpAddr is reachable."
841    ::= { cGtpStatus 1 }
842
843cGtpLastNoRespToEchoGSNIpAddr OBJECT-TYPE
844    SYNTAX          InetAddress
845    MAX-ACCESS      read-only
846    STATUS          current
847    DESCRIPTION
848        "The IP address of the last peer GSN device that did not
849        reply to an GTP 'Echo Request' message from the local GSN
850        device."
851    ::= { cGtpStatus 2 }
852
853cGtpPremiumQosMeanThroughput OBJECT-TYPE
854    SYNTAX          Gauge32
855    UNITS           "bytes/sec"
856    MAX-ACCESS      read-only
857    STATUS          obsolete
858    DESCRIPTION
859        "The sum of the mean throughput for premium class QOS
860        users on the GSN."
861    ::= { cGtpStatus 3 }
862
863cGtpNormalQosMeanThroughput OBJECT-TYPE
864    SYNTAX          Gauge32
865    UNITS           "bytes/sec"
866    MAX-ACCESS      read-only
867    STATUS          obsolete
868    DESCRIPTION
869        "The sum of the mean throughput for normal class QOS
870        users on the GSN."
871    ::= { cGtpStatus 4 }
872
873cGtpBestEffortQosMeanThroughput OBJECT-TYPE
874    SYNTAX          Gauge32
875    UNITS           "bytes/sec"
876    MAX-ACCESS      read-only
877    STATUS          obsolete
878    DESCRIPTION
879        "The sum of the mean throughput for best-effort class
880        QOS users on the GSN."
881    ::= { cGtpStatus 5 }
882
883cGtpGSNTable OBJECT-TYPE
884    SYNTAX          SEQUENCE OF CGtpGSNEntry
885    MAX-ACCESS      not-accessible
886    STATUS          deprecated
887    DESCRIPTION
888        "GSN peer table. The SGSN-GGSN peer relationship is established
889        as given in the following series of steps:
890        1. When Mobile System (MS) wants service, it sends packets
891           to a SGSN  with specific APN.
892        2. SGSN uses the DNS to resolve this APN to the IP address
893           of the GGSN which is the designated as the gateway to
894           this APN.
895        3. SGSN establishes a path to the GGSN using GTP protocol.
896        4. The SGSN and GGSN peer maintains path by sending echo
897           request message to each other. If one side fails in echo
898           reply for certain times, the other side will send a
899           notification to NMS. A SGSN can have multiple GGSN as
900           peers, while a GGSN can have multiple SGSN peers,
901           depending on routing path."
902    ::= { cGtpStatus 6 }
903
904cGtpGSNEntry OBJECT-TYPE
905    SYNTAX          CGtpGSNEntry
906    MAX-ACCESS      not-accessible
907    STATUS          deprecated
908    DESCRIPTION
909        "GSN entry. The entry is created when a path between a GGSN
910        and SGSN is setup and the corresponding peer is not yet listed
911        in the GSN peer table. The entry is deleted when the path
912        is released, or echo test message on the path times out
913        after certain retry number defined as cGtpN3Request."
914    INDEX           {
915                        cGtpGSNAddressType,
916                        cGtpGSNAddress
917                    }
918    ::= { cGtpGSNTable 1 }
919
920CGtpGSNEntry ::= SEQUENCE {
921        cGtpGSNAddressType InetAddressType,
922        cGtpGSNAddress     InetAddress,
923        cGtpGSNVersion     CGtpVersion
924}
925
926cGtpGSNAddressType OBJECT-TYPE
927    SYNTAX          InetAddressType
928    MAX-ACCESS      not-accessible
929    STATUS          deprecated
930    DESCRIPTION
931        "The type of Internet address by which cGtpGSNAddress
932        is reachable."
933    ::= { cGtpGSNEntry 1 }
934
935cGtpGSNAddress OBJECT-TYPE
936    SYNTAX          InetAddress
937    MAX-ACCESS      read-only
938    STATUS          deprecated
939    DESCRIPTION
940        "Ip address that uniquely identify a GSN node."
941    ::= { cGtpGSNEntry 2 }
942
943cGtpGSNVersion OBJECT-TYPE
944    SYNTAX          CGtpVersion
945    MAX-ACCESS      read-only
946    STATUS          deprecated
947    DESCRIPTION
948        "This object represents the GTP version supported by the
949        GSN node, identified by cGtpGSNAddressType and cGtpGSNAddress.
950
951        The value:
952            version0 - represents GTP version0 and
953            version1 - represents GTP version1."
954    ::= { cGtpGSNEntry 3 }
955
956
957
958cGtpPathTable OBJECT-TYPE
959    SYNTAX          SEQUENCE OF CGtpPathEntry
960    MAX-ACCESS      not-accessible
961    STATUS          current
962    DESCRIPTION
963        "This table identifies the paths established on a GSN. The
964        path may be established between a GGSN and SGSN or GGSN
965        and charging gateway or GGSN and MAP converting GSN.
966
967        The path between GGSN and charging gateway is established
968        when the charging gateway is configured on the GGSN.
969
970        The path between GGSN and MAP converting GSN is established
971        when the MAP converting GSN is configured on the GGSN.
972
973        The path between a GGSN and SGSN is established in the
974        following series of steps:
975
976        1. When Mobile System (MS) wants service, it sends packets
977           to a SGSN with specific APN.
978
979        2. SGSN uses the DNS to resolve this APN to the IP address
980           of the GGSN which is the designated as the gateway to
981           this APN.
982
983        3. SGSN establishes a path to the GGSN using GTP protocol.
984
985        4. The SGSN and GGSN peer maintains path by sending echo
986           request message to each other. If one side fails in echo
987           reply for certain times, the other side will send a
988           trap to NMS. A SGSN can have multiple GGSN as peers,
989           while a GGSN can have multiple SGSN peers, depending
990           on routing path. Moreover, a GSN can have more than one
991           path to a peer, each of which will have a unique port."
992    ::= { cGtpStatus 7 }
993
994cGtpPathEntry OBJECT-TYPE
995    SYNTAX          CGtpPathEntry
996    MAX-ACCESS      not-accessible
997    STATUS          current
998    DESCRIPTION
999        "The entry is created:
1000        1. When a path between a GGSN and SGSN is setup.
1001
1002        2. Or, when a path between the GGSN and the charging
1003           gateway is setup.
1004
1005        3. Or, when a path between GGSN and the MAP converting GSN
1006           is setup.
1007
1008        The entry is deleted when the path is released, or echo
1009        test message on the path times out after certain retry number
1010        defined as cGtpN3Request."
1011    INDEX           {
1012                        cGtpPathAddressType,
1013                        cGtpPathAddress,
1014                        cGtpPathPort
1015                    }
1016    ::= { cGtpPathTable 1 }
1017
1018CGtpPathEntry ::= SEQUENCE {
1019        cGtpPathAddressType InetAddressType,
1020        cGtpPathAddress     InetAddress,
1021        cGtpPathPort        InetPortNumber,
1022        cGtpPathVersion     CGtpVersion,
1023        cGtpPathRemoteNode  CGtpEntities,
1024        cGtpPathVrfName     SnmpAdminString
1025}
1026
1027cGtpPathAddressType OBJECT-TYPE
1028    SYNTAX          InetAddressType
1029    MAX-ACCESS      not-accessible
1030    STATUS          current
1031    DESCRIPTION
1032        "The type of Internet address by which cGtpPathAddress
1033        is reachable."
1034    ::= { cGtpPathEntry 1 }
1035
1036cGtpPathAddress OBJECT-TYPE
1037    SYNTAX          InetAddress
1038    MAX-ACCESS      not-accessible
1039    STATUS          current
1040    DESCRIPTION
1041        "An address that uniquely identifies a remote node to which
1042        this path is established."
1043    ::= { cGtpPathEntry 2 }
1044
1045cGtpPathPort OBJECT-TYPE
1046    SYNTAX          InetPortNumber
1047    MAX-ACCESS      not-accessible
1048    STATUS          current
1049    DESCRIPTION
1050        "This object identifies the port on the remote node.
1051        The value of zero is invalid."
1052    ::= { cGtpPathEntry 3 }
1053
1054cGtpPathVersion OBJECT-TYPE
1055    SYNTAX          CGtpVersion
1056    MAX-ACCESS      read-only
1057    STATUS          current
1058    DESCRIPTION
1059        "This object represents the GTP version of the path
1060        identified by cGtpPathEntry.
1061
1062        The value:
1063            version0 - represents GTP version0 and
1064            version1 - represents GTP version1."
1065    ::= { cGtpPathEntry 4 }
1066
1067cGtpPathRemoteNode OBJECT-TYPE
1068    SYNTAX          CGtpEntities
1069    MAX-ACCESS      read-only
1070    STATUS          current
1071    DESCRIPTION
1072        "This object represents the remote node associated
1073        to the path identified by this entry."
1074    ::= { cGtpPathEntry 5 }
1075
1076cGtpPathVrfName OBJECT-TYPE
1077    SYNTAX          SnmpAdminString
1078    MAX-ACCESS      read-only
1079    STATUS          current
1080    DESCRIPTION
1081        "This object represents the VRF name on the inter-node
1082        interface through which this GTP path is established."
1083    ::= { cGtpPathEntry 6 }
1084
1085
1086
1087cGtpTotalActivePaths OBJECT-TYPE
1088    SYNTAX          Gauge32
1089    UNITS           "Paths"
1090    MAX-ACCESS      read-only
1091    STATUS          current
1092    DESCRIPTION
1093        "This object represents the total number of paths
1094        currently active on the gateway."
1095    ::= { cGtpStatus 8 }
1096
1097cGtpTotalActiveGtpv1DataPaths OBJECT-TYPE
1098    SYNTAX          Gauge32
1099    UNITS           "Paths"
1100    MAX-ACCESS      read-only
1101    STATUS          current
1102    DESCRIPTION
1103        "This object represents the total number of GTPv1-U data
1104        paths currently active on the gateway."
1105    ::= { cGtpStatus 9 }
1106
1107-- Statistics
1108
1109cGtpPathFailureOccurrences OBJECT-TYPE
1110    SYNTAX          Counter32
1111    UNITS           "times"
1112    MAX-ACCESS      read-only
1113    STATUS          current
1114    DESCRIPTION
1115        "The number of times that any one of this GSN's peers
1116        failed to respond to an GTP 'Echo Request' messages
1117        during the waiting intervals."
1118    ::= { cGtpStatistics 1 }
1119
1120cGtpCurrentUsedBandwidth OBJECT-TYPE
1121    SYNTAX          Gauge32
1122    UNITS           "bits/sec"
1123    MAX-ACCESS      read-only
1124    STATUS          obsolete
1125    DESCRIPTION
1126        "The current amount of bandwith resource used on the GSN."
1127    ::= { cGtpStatistics 2 }
1128
1129cGtpTotalDroppedPackets OBJECT-TYPE
1130    SYNTAX          Counter32
1131    MAX-ACCESS      read-only
1132    STATUS          current
1133    DESCRIPTION
1134        "The total number of received GTP packets that could not
1135        be processed and are dropped since system started."
1136    ::= { cGtpStatistics 3 }
1137
1138cGtpPathStatisticsTable OBJECT-TYPE
1139    SYNTAX          SEQUENCE OF CGtpPathStatisticsEntry
1140    MAX-ACCESS      not-accessible
1141    STATUS          current
1142    DESCRIPTION
1143        "The table has the statistics for each SGSN path established."
1144    ::= { cGtpStatistics 4 }
1145
1146cGtpPathStatisticsEntry OBJECT-TYPE
1147    SYNTAX          CGtpPathStatisticsEntry
1148    MAX-ACCESS      not-accessible
1149    STATUS          current
1150    DESCRIPTION
1151        "An entry in this table.
1152
1153        Creation of row(s) will happen when a PATH is established.
1154
1155        Deletion of row(s) will happen when the PATH gets removed."
1156    INDEX           {
1157                        cGtpPathAddressType,
1158                        cGtpPathAddress,
1159                        cGtpPathPort
1160                    }
1161    ::= { cGtpPathStatisticsTable 1 }
1162
1163CGtpPathStatisticsEntry ::= SEQUENCE {
1164        cGtpUnexpectedMsgs          Counter32,
1165        cGtpDroppedDataMsgs         Counter32,
1166        cGtpRcvdPDUMsgs             Counter32,
1167        cGtpSentPDUMsgs             Counter32,
1168        cGtpRcvdPDUOctets           Counter64,
1169        cGtpSentPDUOctets           Counter64,
1170        cGtpMsgTooShort             Counter32,
1171        cGtpUnknownMsgs             Counter32,
1172        cGtpUnexpectedSigMsgs       Counter32,
1173        cGtpRoamingPDUs             Counter32,
1174        cGtpSecurityViolations      Counter32,
1175        cGtpUnsupportedExtHdr       Counter32,
1176        cGtpPathFailures            Counter32,
1177        cGtpTotalDropped            Counter32,
1178        cGtpDroppedSigMsgs          Counter32,
1179        cGtpRcvdSigMsgs             Counter32,
1180        cGtpSentSigMsgs             Counter32,
1181        cGtpTotalCreatedPDPs        Counter32,
1182        cGtpTotalDeletedPDPs        Counter32,
1183        cGtpTotalCreatedPppPDPs     Counter32,
1184        cGtpTotalDeletedPppPDPs     Counter32,
1185        cGtpSinglePDPSessCleared    Counter32,
1186        cGtpPathFailLocalDelPDPs    Counter32,
1187        cGtpVerUpgradeLocalDelPDPs  Counter32,
1188        cGtpNoSgsnLocalDelPDPs      Counter32,
1189        cGtpVerFallbackLocalDelPDPs Counter32,
1190        cGtpCreateCollideWithDel    Counter32,
1191        cGtpVersionChanges          Counter32,
1192        cGtpRetransCreatePDPReqs    Counter32,
1193        cGtpCreateAsUpdate          Counter32,
1194        cGtpIpv6PdpActRejects       Counter32,
1195        cGtpIpv6CreatedPDPs         Counter32,
1196        cGtpIpv6DeletedPDPs         Counter32,
1197        cGtpIpv6RcvdSigMsgs         Counter32,
1198        cGtpIpv6SentSigMsgs         Counter32,
1199        cGtpIpv6RcvdPDUs            Counter32,
1200        cGtpIpv6SentPDUs            Counter32,
1201        cGtpIpv6RcvdOctets          Counter64,
1202        cGtpIpv6SentOctets          Counter64,
1203        cGtpNoWaitSgsnLocalDelPDPs  Counter32,
1204        cGtpNoReqSgsnLocalDelPDPs   Counter32,
1205        cGtpRoamingTrustedPDPs      Counter32,
1206        cGtpRoamingNonTrustedPDPs   Counter32,
1207        cGtpNonRoamingPDPs          Counter32,
1208        cGtpSentPdpUpdateReqs       Counter32,
1209        cGtpRcvdPdpUpdateResponses  Counter32,
1210        cGtpTotalDtEnabled          Counter32,
1211        cGtpIpv4v6CreatedPDPs       Counter32,
1212        cGtpIpv4v6DeletedPDPs       Counter32
1213}
1214
1215cGtpUnexpectedMsgs OBJECT-TYPE
1216    SYNTAX          Counter32
1217    UNITS           "messages"
1218    MAX-ACCESS      read-only
1219    STATUS          current
1220    DESCRIPTION
1221        "This object represents the number of unexpected PDUs
1222        received.
1223
1224        Trigger Condition: The counter is incremented when GGSN
1225        receives a GTP PDU for nonexistent PDP context."
1226    ::= { cGtpPathStatisticsEntry 1 }
1227
1228cGtpDroppedDataMsgs OBJECT-TYPE
1229    SYNTAX          Counter32
1230    UNITS           "messages"
1231    MAX-ACCESS      read-only
1232    STATUS          current
1233    DESCRIPTION
1234        "This object represents the number of GTP PDUs dropped
1235        on a GTP-U data path."
1236    ::= { cGtpPathStatisticsEntry 2 }
1237
1238cGtpRcvdPDUMsgs OBJECT-TYPE
1239    SYNTAX          Counter32
1240    UNITS           "messages"
1241    MAX-ACCESS      read-only
1242    STATUS          current
1243    DESCRIPTION
1244        "This object represents the number of PDU messages received
1245        on a GTP-U data path."
1246    ::= { cGtpPathStatisticsEntry 3 }
1247
1248cGtpSentPDUMsgs OBJECT-TYPE
1249    SYNTAX          Counter32
1250    UNITS           "messages"
1251    MAX-ACCESS      read-only
1252    STATUS          current
1253    DESCRIPTION
1254        "This object represents the number of PDU messages sent
1255        on a GTP-U data path."
1256    ::= { cGtpPathStatisticsEntry 4 }
1257
1258cGtpRcvdPDUOctets OBJECT-TYPE
1259    SYNTAX          Counter64
1260    UNITS           "bytes"
1261    MAX-ACCESS      read-only
1262    STATUS          current
1263    DESCRIPTION
1264        "This object represents the number of bytes received in PDU
1265        message on a GTP-U data path."
1266    ::= { cGtpPathStatisticsEntry 5 }
1267
1268cGtpSentPDUOctets OBJECT-TYPE
1269    SYNTAX          Counter64
1270    UNITS           "bytes"
1271    MAX-ACCESS      read-only
1272    STATUS          current
1273    DESCRIPTION
1274        "This object represents the number of bytes sent in PDU message
1275        on a GTP-U data path."
1276    ::= { cGtpPathStatisticsEntry 6 }
1277
1278cGtpMsgTooShort OBJECT-TYPE
1279    SYNTAX          Counter32
1280    UNITS           "messages"
1281    MAX-ACCESS      read-only
1282    STATUS          current
1283    DESCRIPTION
1284        "This object represents the number of GTP-PDU messages
1285        which are too short.
1286
1287        Trigger Condition: The counter is incremented when a
1288        GTP message received that is too short to hold the
1289        GTP header for the supported GTP version."
1290    ::= { cGtpPathStatisticsEntry 7 }
1291
1292cGtpUnknownMsgs OBJECT-TYPE
1293    SYNTAX          Counter32
1294    UNITS           "messages"
1295    MAX-ACCESS      read-only
1296    STATUS          current
1297    DESCRIPTION
1298        "This object represents the number of unknown GTP messages
1299        received.
1300
1301        Trigger Condition: The counter is incremented when a message
1302        using a Message Type value defining an unknown GTP
1303        signalling message is received."
1304    ::= { cGtpPathStatisticsEntry 8 }
1305
1306cGtpUnexpectedSigMsgs OBJECT-TYPE
1307    SYNTAX          Counter32
1308    UNITS           "messages"
1309    MAX-ACCESS      read-only
1310    STATUS          current
1311    DESCRIPTION
1312        "This object represents the number of unexpected
1313        GTP signaling messages received.
1314
1315        Trigger Condition: The counter is incremented when a message
1316        received on the wrong end of the tunnel or a response
1317        message received for a request that was not sent by the
1318        GGSN."
1319    ::= { cGtpPathStatisticsEntry 9 }
1320
1321cGtpRoamingPDUs OBJECT-TYPE
1322    SYNTAX          Counter32
1323    UNITS           "pdus"
1324    MAX-ACCESS      read-only
1325    STATUS          deprecated
1326    DESCRIPTION
1327        "This object represents the number of PDUs received from a
1328        roaming MS on a SGSN path. This object is deprecated and
1329        replaced with more specific objects cGtpRoamingTrustedPDPs and
1330        cGtpRoamingNonTrustedPDPs."
1331    ::= { cGtpPathStatisticsEntry 10 }
1332
1333cGtpSecurityViolations OBJECT-TYPE
1334    SYNTAX          Counter32
1335    MAX-ACCESS      read-only
1336    STATUS          current
1337    DESCRIPTION
1338        "This objects represents the number of security violations
1339        happened on each SGSN path.
1340
1341        Trigger Condition: The counter is incremented when a
1342        GGSN receives the packet from MS with source or destination
1343        address violation."
1344    ::= { cGtpPathStatisticsEntry 11 }
1345
1346cGtpUnsupportedExtHdr OBJECT-TYPE
1347    SYNTAX          Counter32
1348    UNITS           "pdps"
1349    MAX-ACCESS      read-only
1350    STATUS          current
1351    DESCRIPTION
1352        "This object represents the number of create PDP context
1353        requests received with unsupported extension headers."
1354    ::= { cGtpPathStatisticsEntry 12 }
1355
1356cGtpPathFailures OBJECT-TYPE
1357    SYNTAX          Counter32
1358    MAX-ACCESS      read-only
1359    STATUS          current
1360    DESCRIPTION
1361        "This object represents the number of path failures on the
1362        GGSN.
1363
1364        Trigger Condition: The counter is incremented when the
1365        transmit response timer expires for any message sent on
1366        the path."
1367    ::= { cGtpPathStatisticsEntry 13 }
1368
1369cGtpTotalDropped OBJECT-TYPE
1370    SYNTAX          Counter32
1371    UNITS           "packets"
1372    MAX-ACCESS      read-only
1373    STATUS          current
1374    DESCRIPTION
1375        "This object represents the number of dropped packets by GGSN."
1376    ::= { cGtpPathStatisticsEntry 14 }
1377
1378cGtpDroppedSigMsgs OBJECT-TYPE
1379    SYNTAX          Counter32
1380    UNITS           "messages"
1381    MAX-ACCESS      read-only
1382    STATUS          current
1383    DESCRIPTION
1384        "This object represents the number of signalling packets
1385        dropped by GGSN."
1386    ::= { cGtpPathStatisticsEntry 15 }
1387
1388cGtpRcvdSigMsgs OBJECT-TYPE
1389    SYNTAX          Counter32
1390    UNITS           "messages"
1391    MAX-ACCESS      read-only
1392    STATUS          current
1393    DESCRIPTION
1394        "This object represents the number of signaling messages
1395        received on a GTP-C signaling path."
1396    ::= { cGtpPathStatisticsEntry 16 }
1397
1398cGtpSentSigMsgs OBJECT-TYPE
1399    SYNTAX          Counter32
1400    UNITS           "messages"
1401    MAX-ACCESS      read-only
1402    STATUS          current
1403    DESCRIPTION
1404        "This object represents the number of signaling messages sent
1405        on a GTP-C signaling path."
1406    ::= { cGtpPathStatisticsEntry 17 }
1407
1408cGtpTotalCreatedPDPs OBJECT-TYPE
1409    SYNTAX          Counter32
1410    UNITS           "pdps"
1411    MAX-ACCESS      read-only
1412    STATUS          current
1413    DESCRIPTION
1414        "This object represents the number of created PDPs on this path
1415        since the path was created. This includes static, dynamic, IP
1416        PDPs."
1417    ::= { cGtpPathStatisticsEntry 18 }
1418
1419cGtpTotalDeletedPDPs OBJECT-TYPE
1420    SYNTAX          Counter32
1421    UNITS           "pdps"
1422    MAX-ACCESS      read-only
1423    STATUS          current
1424    DESCRIPTION
1425        "This object represents the number of PDPs deleted on this path
1426        since the path was created."
1427    ::= { cGtpPathStatisticsEntry 19 }
1428
1429cGtpTotalCreatedPppPDPs OBJECT-TYPE
1430    SYNTAX          Counter32
1431    UNITS           "pdps"
1432    MAX-ACCESS      read-only
1433    STATUS          current
1434    DESCRIPTION
1435        "This object represents the number of PPP PDPs created since
1436        the system is up."
1437    ::= { cGtpPathStatisticsEntry 20 }
1438
1439cGtpTotalDeletedPppPDPs OBJECT-TYPE
1440    SYNTAX          Counter32
1441    UNITS           "pdps"
1442    MAX-ACCESS      read-only
1443    STATUS          current
1444    DESCRIPTION
1445        "This object represents the number of PPP PDPs deleted since
1446        the system is up."
1447    ::= { cGtpPathStatisticsEntry 21 }
1448
1449cGtpSinglePDPSessCleared OBJECT-TYPE
1450    SYNTAX          Counter32
1451    UNITS           "pdps"
1452    MAX-ACCESS      read-only
1453    STATUS          current
1454    DESCRIPTION
1455        "This object represents the number of hanging single PDP
1456        contexts cleared on the GGSN."
1457    ::= { cGtpPathStatisticsEntry 22 }
1458
1459cGtpPathFailLocalDelPDPs OBJECT-TYPE
1460    SYNTAX          Counter32
1461    UNITS           "pdps"
1462    MAX-ACCESS      read-only
1463    STATUS          current
1464    DESCRIPTION
1465        "This object represents the number of PDPs deleted locally
1466        because of path failure."
1467    ::= { cGtpPathStatisticsEntry 23 }
1468
1469cGtpVerUpgradeLocalDelPDPs OBJECT-TYPE
1470    SYNTAX          Counter32
1471    UNITS           "pdps"
1472    MAX-ACCESS      read-only
1473    STATUS          current
1474    DESCRIPTION
1475        "This object represents the number of PDPs, which are
1476        deleted locally, due to version upgrade."
1477    ::= { cGtpPathStatisticsEntry 24 }
1478
1479cGtpNoSgsnLocalDelPDPs OBJECT-TYPE
1480    SYNTAX          Counter32
1481    UNITS           "pdps"
1482    MAX-ACCESS      read-only
1483    STATUS          current
1484    DESCRIPTION
1485        "This object indicates the number of PDPs, which are
1486        deleted locally without sending delete PDP request.
1487
1488        If GPRS service is turned off, or GGSN is in standby mode, the
1489        PDPs are deleted locally."
1490    ::= { cGtpPathStatisticsEntry 25 }
1491
1492cGtpVerFallbackLocalDelPDPs OBJECT-TYPE
1493    SYNTAX          Counter32
1494    UNITS           "pdps"
1495    MAX-ACCESS      read-only
1496    STATUS          current
1497    DESCRIPTION
1498        "This object indicates the number of PDPs, which are
1499        deleted locally, due to fallback in GTP version.
1500
1501        Trigger condition: The counter is incremented when GGSN
1502        receives create request of version0 PDP which exists on GTP
1503        version1 path."
1504    ::= { cGtpPathStatisticsEntry 26 }
1505
1506cGtpCreateCollideWithDel OBJECT-TYPE
1507    SYNTAX          Counter32
1508    MAX-ACCESS      read-only
1509    STATUS          current
1510    DESCRIPTION
1511        "This object represents the number of collisions
1512        happened when a PDP is locally deleted and recreated."
1513    ::= { cGtpPathStatisticsEntry 27 }
1514
1515cGtpVersionChanges OBJECT-TYPE
1516    SYNTAX          Counter32
1517    MAX-ACCESS      read-only
1518    STATUS          current
1519    DESCRIPTION
1520        "This object represents the number of GTP version changes
1521        occurred on a SGSN path.
1522
1523        Trigger condition: The counter is incremented when GGSN
1524        receives create request for version1 PDP, which exists on GTP
1525        version0 path."
1526    ::= { cGtpPathStatisticsEntry 28 }
1527
1528cGtpRetransCreatePDPReqs OBJECT-TYPE
1529    SYNTAX          Counter32
1530    MAX-ACCESS      read-only
1531    STATUS          current
1532    DESCRIPTION
1533        "This object indicates the number of retransmitted create PDP
1534        requests received.
1535
1536        Trigger condition: The counter is incremented when GGSN
1537        receives create PDP request with same sequence number as
1538        before."
1539    ::= { cGtpPathStatisticsEntry 29 }
1540
1541cGtpCreateAsUpdate OBJECT-TYPE
1542    SYNTAX          Counter32
1543    MAX-ACCESS      read-only
1544    STATUS          current
1545    DESCRIPTION
1546        "This object represents the number of create requests
1547        received, which are treated as update request on GGSN.
1548
1549        Trigger condition: The counter is incremented when GGSN
1550        receives create request for an existing PDP."
1551    ::= { cGtpPathStatisticsEntry 30 }
1552
1553cGtpIpv6PdpActRejects OBJECT-TYPE
1554    SYNTAX          Counter32
1555    UNITS           "pdps"
1556    MAX-ACCESS      read-only
1557    STATUS          current
1558    DESCRIPTION
1559        "This object represents the number of IPv6 PDP activation
1560        rejected by the GGSN."
1561    ::= { cGtpPathStatisticsEntry 31 }
1562
1563cGtpIpv6CreatedPDPs OBJECT-TYPE
1564    SYNTAX          Counter32
1565    UNITS           "pdps"
1566    MAX-ACCESS      read-only
1567    STATUS          current
1568    DESCRIPTION
1569        "This object represents the total number of IPv6 PDPs
1570        successfully created on a GTP-C signaling or a GTP-U data path.
1571        This includes static,dynamic, IP PDPs."
1572    ::= { cGtpPathStatisticsEntry 32 }
1573
1574cGtpIpv6DeletedPDPs OBJECT-TYPE
1575    SYNTAX          Counter32
1576    UNITS           "pdps"
1577    MAX-ACCESS      read-only
1578    STATUS          current
1579    DESCRIPTION
1580        "This object indicates the total number of IPv6 PDPs deleted on
1581        a GTP-C signaling or a GTP-U data path."
1582    ::= { cGtpPathStatisticsEntry 33 }
1583
1584cGtpIpv6RcvdSigMsgs OBJECT-TYPE
1585    SYNTAX          Counter32
1586    UNITS           "messages"
1587    MAX-ACCESS      read-only
1588    STATUS          deprecated
1589    DESCRIPTION
1590        "This object represents the total number of IPv6 signaling
1591        messages received on SGSN path. This object is deprecated
1592        as there is no corresponding counter in GGSN. All signaling
1593        messages received are indicated by cGtpRcvdSigMsgs."
1594    ::= { cGtpPathStatisticsEntry 34 }
1595
1596cGtpIpv6SentSigMsgs OBJECT-TYPE
1597    SYNTAX          Counter32
1598    UNITS           "messages"
1599    MAX-ACCESS      read-only
1600    STATUS          deprecated
1601    DESCRIPTION
1602        "This object represents the number of IPv6 signaling
1603        messages sent on SGSN path. This object is deprecated
1604        as there is no corresponding counter in GGSN. All
1605        signaling messages sent are indicated by cGtpSentSigMsgs."
1606    ::= { cGtpPathStatisticsEntry 35 }
1607
1608cGtpIpv6RcvdPDUs OBJECT-TYPE
1609    SYNTAX          Counter32
1610    UNITS           "messages"
1611    MAX-ACCESS      read-only
1612    STATUS          current
1613    DESCRIPTION
1614        "This object represents the total number of IPv6 PDU messages
1615        received on a GTP-U data path."
1616    ::= { cGtpPathStatisticsEntry 36 }
1617
1618cGtpIpv6SentPDUs OBJECT-TYPE
1619    SYNTAX          Counter32
1620    UNITS           "messages"
1621    MAX-ACCESS      read-only
1622    STATUS          current
1623    DESCRIPTION
1624        "This object represents the total number of IPv6 PDU messages
1625        sent on a GTP-U data path."
1626    ::= { cGtpPathStatisticsEntry 37 }
1627
1628cGtpIpv6RcvdOctets OBJECT-TYPE
1629    SYNTAX          Counter64
1630    UNITS           "bytes"
1631    MAX-ACCESS      read-only
1632    STATUS          current
1633    DESCRIPTION
1634        "This object represents the number of bytes received in IPv6 PDU
1635        message on a GTP-U data path."
1636    ::= { cGtpPathStatisticsEntry 38 }
1637
1638cGtpIpv6SentOctets OBJECT-TYPE
1639    SYNTAX          Counter64
1640    UNITS           "bytes"
1641    MAX-ACCESS      read-only
1642    STATUS          current
1643    DESCRIPTION
1644        "This object represents the number of bytes sent in IPv6 PDU
1645        message on a GTP-U data path."
1646    ::= { cGtpPathStatisticsEntry 39 }
1647
1648cGtpNoWaitSgsnLocalDelPDPs OBJECT-TYPE
1649    SYNTAX          Counter32
1650    UNITS           "pdps"
1651    MAX-ACCESS      read-only
1652    STATUS          current
1653    DESCRIPTION
1654        "This object indicates the number of PDPs deleted
1655        for a given SGSN path in GGSN without waiting for
1656        a delete PDP context response from the SGSN."
1657    ::= { cGtpPathStatisticsEntry 40 }
1658
1659cGtpNoReqSgsnLocalDelPDPs OBJECT-TYPE
1660    SYNTAX          Counter32
1661    UNITS           "pdps"
1662    MAX-ACCESS      read-only
1663    STATUS          current
1664    DESCRIPTION
1665        "This object indicates the number of PDPs deleted
1666        locally in GGSN on a SGSN path without sending a
1667        delete PDP request to the SGSN."
1668    ::= { cGtpPathStatisticsEntry 41 }
1669
1670cGtpRoamingTrustedPDPs OBJECT-TYPE
1671    SYNTAX          Counter32
1672    UNITS           "pdps"
1673    MAX-ACCESS      read-only
1674    STATUS          current
1675    DESCRIPTION
1676        "This object indicates the number of roaming PDP
1677        contexts in a trusted PLMN."
1678    ::= { cGtpPathStatisticsEntry 42 }
1679
1680cGtpRoamingNonTrustedPDPs OBJECT-TYPE
1681    SYNTAX          Counter32
1682    UNITS           "pdps"
1683    MAX-ACCESS      read-only
1684    STATUS          current
1685    DESCRIPTION
1686        "This object indicates the number of roaming PDP
1687        contexts that are not in a trusted PLMN."
1688    ::= { cGtpPathStatisticsEntry 43 }
1689
1690cGtpNonRoamingPDPs OBJECT-TYPE
1691    SYNTAX          Counter32
1692    UNITS           "pdps"
1693    MAX-ACCESS      read-only
1694    STATUS          current
1695    DESCRIPTION
1696        "This object indicates the number of non-roaming PDPs
1697        on a SGSN path."
1698    ::= { cGtpPathStatisticsEntry 44 }
1699
1700cGtpSentPdpUpdateReqs OBJECT-TYPE
1701    SYNTAX          Counter32
1702    UNITS           "messages"
1703    MAX-ACCESS      read-only
1704    STATUS          current
1705    DESCRIPTION
1706        "This object indicates the total number of GGSN
1707        initiated update PDP requests sent on a SGSN path."
1708    ::= { cGtpPathStatisticsEntry 45 }
1709
1710cGtpRcvdPdpUpdateResponses OBJECT-TYPE
1711    SYNTAX          Counter32
1712    UNITS           "messages"
1713    MAX-ACCESS      read-only
1714    STATUS          current
1715    DESCRIPTION
1716        "This object indicates the total number of update
1717        PDP responses received from the SGSN for the GGSN
1718        initiated update PDP requests."
1719    ::= { cGtpPathStatisticsEntry 46 }
1720
1721cGtpTotalDtEnabled OBJECT-TYPE
1722    SYNTAX          Counter32
1723    MAX-ACCESS      read-only
1724    STATUS          current
1725    DESCRIPTION
1726        "This object indicates the total number of times
1727        Direct tunnel is enabled for the PDP contexts in
1728        GGSN."
1729    ::= { cGtpPathStatisticsEntry 47 }
1730
1731cGtpIpv4v6CreatedPDPs OBJECT-TYPE
1732    SYNTAX          Counter32
1733    MAX-ACCESS      read-only
1734    STATUS          current
1735    DESCRIPTION
1736        "This object represents the total number of IPv4v6 PDPs
1737        successfully created on a GTP-C signaling or a GTP-U data path."
1738    ::= { cGtpPathStatisticsEntry 48 }
1739
1740cGtpIpv4v6DeletedPDPs OBJECT-TYPE
1741    SYNTAX          Counter32
1742    MAX-ACCESS      read-only
1743    STATUS          current
1744    DESCRIPTION
1745        "This object indicates the total number of IPv4v6 PDPs deleted
1746        on a GTP-C signaling or a GTP-U data path."
1747    ::= { cGtpPathStatisticsEntry 49 }
1748
1749
1750
1751cGtpPathStatisticsHistoryTable OBJECT-TYPE
1752    SYNTAX          SEQUENCE OF CGtpPathStatisticsHistEntry
1753    MAX-ACCESS      not-accessible
1754    STATUS          current
1755    DESCRIPTION
1756        "This table indicates historical information for GTP paths
1757        which have been deleted."
1758    ::= { cGtpStatistics 5 }
1759
1760cGtpPathStatisticsHistEntry OBJECT-TYPE
1761    SYNTAX          CGtpPathStatisticsHistEntry
1762    MAX-ACCESS      not-accessible
1763    STATUS          current
1764    DESCRIPTION
1765        "An entry in this table.
1766
1767        Creation of row(s) will happen when a PATH is removed.
1768
1769        Deletion of row(s) will happen when the PATH entry limit,
1770        given by the object cGtpPathHistoryLimit, is reached.
1771        The oldest paths will be removed once the limit is
1772        reached."
1773    INDEX           {
1774                        cGtpHistIndex,
1775                        cGtpHistRemoteAddrType,
1776                        cGtpHistRemoteAddress,
1777                        cGtpHistRemotePort
1778                    }
1779    ::= { cGtpPathStatisticsHistoryTable 1 }
1780
1781CGtpPathStatisticsHistEntry ::= SEQUENCE {
1782        cGtpHistIndex                  CGtpMaxHistNumber,
1783        cGtpHistRemoteAddrType         InetAddressType,
1784        cGtpHistRemoteAddress          InetAddress,
1785        cGtpHistRemotePort             InetPortNumber,
1786        cGtpHistUnexpectedMsgs         Counter32,
1787        cGtpHistDroppedDataMsgs        Counter32,
1788        cGtpHistRcvdPDUMsgs            Counter32,
1789        cGtpHistSentPDUMsgs            Counter32,
1790        cGtpHistRcvdPDUOctets          Counter64,
1791        cGtpHistSentPDUOctets          Counter64,
1792        cGtpHistMsgTooShort            Counter32,
1793        cGtpHistUnknownMsgs            Counter32,
1794        cGtpHistUnexpectedSigMsgs      Counter32,
1795        cGtpHistRoamingPDUs            Counter32,
1796        cGtpHistSecurityViolations     Counter32,
1797        cGtpHistUnsupportedExtHdr      Counter32,
1798        cGtpHistPathFailures           Counter32,
1799        cGtpHistTotalDropped           Counter32,
1800        cGtpHistDroppedSigMsgs         Counter32,
1801        cGtpHistRcvdSigMsgs            Counter32,
1802        cGtpHistSentSigMsgs            Counter32,
1803        cGtpHistTotalCreatedPDPs       Counter32,
1804        cGtpHistTotalDeletedPDPs       Counter32,
1805        cGtpHistTotalCreatedPppPDPs    Counter32,
1806        cGtpHistTotalDeletedPppPDPs    Counter32,
1807        cGtpHistSinglePDPSessCleared   Counter32,
1808        cGtpHistPathFailLocalDelPDPs   Counter32,
1809        cGtpHistVerUpgradeLocalDel     Counter32,
1810        cGtpHistNoSgsnLocalDelPDPs     Counter32,
1811        cGtpHistVerFallbackLocalDel    Counter32,
1812        cGtpHistCreateCollideWithDel   Counter32,
1813        cGtpHistVersionChanges         Counter32,
1814        cGtpHistRetransCreatePDPReqs   Counter32,
1815        cGtpHistCreateAsUpdate         Counter32,
1816        cGtpHistIpv6PdpActRejects      Counter32,
1817        cGtpHistIpv6CreatedPDPs        Counter32,
1818        cGtpHistIpv6DeletedPDPs        Counter32,
1819        cGtpHistIpv6RcvdSigMsgs        Counter32,
1820        cGtpHistIpv6SentSigMsgs        Counter32,
1821        cGtpHistIpv6RcvdPDUs           Counter32,
1822        cGtpHistIpv6SentPDUs           Counter32,
1823        cGtpHistIpv6RcvdOctets         Counter64,
1824        cGtpHistIpv6SentOctets         Counter64,
1825        cGtpHistNoWaitSgsnLocalDelPDPs Counter32,
1826        cGtpHistNoReqSgsnLocalDelPDPs  Counter32,
1827        cGtpHistRoamingTrustedPDPs     Counter32,
1828        cGtpHistRoamingNonTrustedPDPs  Counter32,
1829        cGtpHistNonRoamingPDPs         Counter32,
1830        cGtpHistSentPdpUpdateReqs      Counter32,
1831        cGtpHistRcvdPdpUpdateResponses Counter32,
1832        cGtpHistTotalDtEnabled         Counter32,
1833        cGtpHistRemoteNode             CGtpEntities,
1834        cGtpHistIpv4v6CreatedPDPs      Counter32,
1835        cGtpHistIpv4v6DeletedPDPs      Counter32
1836}
1837
1838cGtpHistIndex OBJECT-TYPE
1839    SYNTAX          CGtpMaxHistNumber
1840    MAX-ACCESS      not-accessible
1841    STATUS          current
1842    DESCRIPTION
1843        "This object indicates the history number of an entry."
1844    ::= { cGtpPathStatisticsHistEntry 1 }
1845
1846cGtpHistRemoteAddrType OBJECT-TYPE
1847    SYNTAX          InetAddressType
1848    MAX-ACCESS      not-accessible
1849    STATUS          current
1850    DESCRIPTION
1851        "This object indicates the type of the Internet address
1852        of the object cGtpHistRemoteAddress."
1853    ::= { cGtpPathStatisticsHistEntry 2 }
1854
1855cGtpHistRemoteAddress OBJECT-TYPE
1856    SYNTAX          InetAddress
1857    MAX-ACCESS      not-accessible
1858    STATUS          current
1859    DESCRIPTION
1860        "This object indicates the Internet address for the remote end
1861        of the GTP path, such as the address of the SGSN."
1862    ::= { cGtpPathStatisticsHistEntry 3 }
1863
1864cGtpHistRemotePort OBJECT-TYPE
1865    SYNTAX          InetPortNumber
1866    MAX-ACCESS      not-accessible
1867    STATUS          current
1868    DESCRIPTION
1869        "This object indicates the port number for the remote end of
1870        the GTP path."
1871    ::= { cGtpPathStatisticsHistEntry 4 }
1872
1873cGtpHistUnexpectedMsgs OBJECT-TYPE
1874    SYNTAX          Counter32
1875    UNITS           "messages"
1876    MAX-ACCESS      read-only
1877    STATUS          current
1878    DESCRIPTION
1879        "This object indicates the historical number of
1880        unexpected PDUs received.
1881
1882        Trigger Condition: The counter is incremented when GGSN
1883        receives a GTP PDU for nonexistent PDP context."
1884    ::= { cGtpPathStatisticsHistEntry 5 }
1885
1886cGtpHistDroppedDataMsgs OBJECT-TYPE
1887    SYNTAX          Counter32
1888    UNITS           "messages"
1889    MAX-ACCESS      read-only
1890    STATUS          current
1891    DESCRIPTION
1892        "This object indicates the historical number of GTP
1893        PDUs dropped for a specific SGSN path."
1894    ::= { cGtpPathStatisticsHistEntry 6 }
1895
1896cGtpHistRcvdPDUMsgs OBJECT-TYPE
1897    SYNTAX          Counter32
1898    UNITS           "messages"
1899    MAX-ACCESS      read-only
1900    STATUS          current
1901    DESCRIPTION
1902        "This object indicates the historical number of PDU
1903        messages received on a SGSN path."
1904    ::= { cGtpPathStatisticsHistEntry 7 }
1905
1906cGtpHistSentPDUMsgs OBJECT-TYPE
1907    SYNTAX          Counter32
1908    UNITS           "messages"
1909    MAX-ACCESS      read-only
1910    STATUS          current
1911    DESCRIPTION
1912        "This object indicates the historical number of PDU
1913        messages sent on a SGSN path."
1914    ::= { cGtpPathStatisticsHistEntry 8 }
1915
1916cGtpHistRcvdPDUOctets OBJECT-TYPE
1917    SYNTAX          Counter64
1918    UNITS           "bytes"
1919    MAX-ACCESS      read-only
1920    STATUS          current
1921    DESCRIPTION
1922        "This object indicates the historical number of bytes
1923        received in PDU message on a SGSN path."
1924    ::= { cGtpPathStatisticsHistEntry 9 }
1925
1926cGtpHistSentPDUOctets OBJECT-TYPE
1927    SYNTAX          Counter64
1928    UNITS           "bytes"
1929    MAX-ACCESS      read-only
1930    STATUS          current
1931    DESCRIPTION
1932        "This object indicates the historical number of bytes
1933        sent in PDU message on a SGSN path."
1934    ::= { cGtpPathStatisticsHistEntry 10 }
1935
1936cGtpHistMsgTooShort OBJECT-TYPE
1937    SYNTAX          Counter32
1938    UNITS           "messages"
1939    MAX-ACCESS      read-only
1940    STATUS          current
1941    DESCRIPTION
1942        "This object indicates the historical number of
1943        GTP-PDU messages which are too short.
1944
1945        Trigger Condition: The counter is incremented when a
1946        GTP message received that is too short to hold the
1947        GTP header for the supported GTP version."
1948    ::= { cGtpPathStatisticsHistEntry 11 }
1949
1950cGtpHistUnknownMsgs OBJECT-TYPE
1951    SYNTAX          Counter32
1952    UNITS           "messages"
1953    MAX-ACCESS      read-only
1954    STATUS          current
1955    DESCRIPTION
1956        "This object indicates the historical number of unknown
1957        GTP messages received.
1958
1959        Trigger Condition: The counter is incremented when a message
1960        using a Message Type value defining an unknown GTP
1961        signalling message is received."
1962    ::= { cGtpPathStatisticsHistEntry 12 }
1963
1964cGtpHistUnexpectedSigMsgs OBJECT-TYPE
1965    SYNTAX          Counter32
1966    UNITS           "messages"
1967    MAX-ACCESS      read-only
1968    STATUS          current
1969    DESCRIPTION
1970        "This object indicates the historical number of unexpected
1971        GTP signaling messages received.
1972
1973        Trigger Condition: The counter is incremented when a message
1974        received on the wrong end of the tunnel or a response
1975        message received for a request that was not sent by the
1976        GGSN."
1977    ::= { cGtpPathStatisticsHistEntry 13 }
1978
1979cGtpHistRoamingPDUs OBJECT-TYPE
1980    SYNTAX          Counter32
1981    UNITS           "pdus"
1982    MAX-ACCESS      read-only
1983    STATUS          deprecated
1984    DESCRIPTION
1985        "This object indicates the historical number of PDUs
1986        received from a roaming MS on a SGSN path. This object
1987        is deprecated and replaced with more specific objects
1988        cGtpHistRoamingTrustedPDPs, cGtpHistRoamingNonTrustedPDPs."
1989    ::= { cGtpPathStatisticsHistEntry 14 }
1990
1991cGtpHistSecurityViolations OBJECT-TYPE
1992    SYNTAX          Counter32
1993    MAX-ACCESS      read-only
1994    STATUS          current
1995    DESCRIPTION
1996        "This object indicates the historical number of security
1997        violations happened on each SGSN path.
1998
1999        Trigger Condition: The counter is incremented when a
2000        GGSN receives the packet from MS with source or destination
2001        address violation."
2002    ::= { cGtpPathStatisticsHistEntry 15 }
2003
2004cGtpHistUnsupportedExtHdr OBJECT-TYPE
2005    SYNTAX          Counter32
2006    UNITS           "pdps"
2007    MAX-ACCESS      read-only
2008    STATUS          current
2009    DESCRIPTION
2010        "This object indicates the historical number of create
2011        PDP context requests received with unsupported extension
2012        headers."
2013    ::= { cGtpPathStatisticsHistEntry 16 }
2014
2015cGtpHistPathFailures OBJECT-TYPE
2016    SYNTAX          Counter32
2017    MAX-ACCESS      read-only
2018    STATUS          current
2019    DESCRIPTION
2020        "This object indicates the historical number of path
2021        failures on the GGSN.
2022
2023        Trigger Condition: The counter is incremented when the
2024        transmit response timer expires for any message sent on
2025        the path."
2026    ::= { cGtpPathStatisticsHistEntry 17 }
2027
2028cGtpHistTotalDropped OBJECT-TYPE
2029    SYNTAX          Counter32
2030    UNITS           "packets"
2031    MAX-ACCESS      read-only
2032    STATUS          current
2033    DESCRIPTION
2034        "This object indicates the historical number of
2035        dropped packets by GTP."
2036    ::= { cGtpPathStatisticsHistEntry 18 }
2037
2038cGtpHistDroppedSigMsgs OBJECT-TYPE
2039    SYNTAX          Counter32
2040    UNITS           "messages"
2041    MAX-ACCESS      read-only
2042    STATUS          current
2043    DESCRIPTION
2044        "This object indicates the historical number of
2045        signalling packets dropped by GGSN."
2046    ::= { cGtpPathStatisticsHistEntry 19 }
2047
2048cGtpHistRcvdSigMsgs OBJECT-TYPE
2049    SYNTAX          Counter32
2050    UNITS           "messages"
2051    MAX-ACCESS      read-only
2052    STATUS          current
2053    DESCRIPTION
2054        "This object indicates the historical number of
2055        signaling messages received on a GTP-C signaling path."
2056    ::= { cGtpPathStatisticsHistEntry 20 }
2057
2058cGtpHistSentSigMsgs OBJECT-TYPE
2059    SYNTAX          Counter32
2060    UNITS           "messages"
2061    MAX-ACCESS      read-only
2062    STATUS          current
2063    DESCRIPTION
2064        "This object indicates the historical number of
2065        signaling messages sent on a GTP-C signaling path."
2066    ::= { cGtpPathStatisticsHistEntry 21 }
2067
2068cGtpHistTotalCreatedPDPs OBJECT-TYPE
2069    SYNTAX          Counter32
2070    UNITS           "pdps"
2071    MAX-ACCESS      read-only
2072    STATUS          current
2073    DESCRIPTION
2074        "This object indicates the historical number of
2075        created PDPs since system is up. This includes
2076        static, dynamic, IP PDPs."
2077    ::= { cGtpPathStatisticsHistEntry 22 }
2078
2079cGtpHistTotalDeletedPDPs OBJECT-TYPE
2080    SYNTAX          Counter32
2081    UNITS           "pdps"
2082    MAX-ACCESS      read-only
2083    STATUS          current
2084    DESCRIPTION
2085        "This object indicates the historical number of PDPs
2086        deleted since system is up."
2087    ::= { cGtpPathStatisticsHistEntry 23 }
2088
2089cGtpHistTotalCreatedPppPDPs OBJECT-TYPE
2090    SYNTAX          Counter32
2091    UNITS           "pdps"
2092    MAX-ACCESS      read-only
2093    STATUS          current
2094    DESCRIPTION
2095        "This object indicates the historical number of PPP
2096        PDPs created since the system is up."
2097    ::= { cGtpPathStatisticsHistEntry 24 }
2098
2099cGtpHistTotalDeletedPppPDPs OBJECT-TYPE
2100    SYNTAX          Counter32
2101    UNITS           "pdps"
2102    MAX-ACCESS      read-only
2103    STATUS          current
2104    DESCRIPTION
2105        "This object indicates the historical number of PPP
2106        PDPs deleted since the system is up."
2107    ::= { cGtpPathStatisticsHistEntry 25 }
2108
2109cGtpHistSinglePDPSessCleared OBJECT-TYPE
2110    SYNTAX          Counter32
2111    UNITS           "pdps"
2112    MAX-ACCESS      read-only
2113    STATUS          current
2114    DESCRIPTION
2115        "This object indicates the historical number of hanging
2116        single PDP contexts cleared on the GGSN."
2117    ::= { cGtpPathStatisticsHistEntry 26 }
2118
2119cGtpHistPathFailLocalDelPDPs OBJECT-TYPE
2120    SYNTAX          Counter32
2121    UNITS           "pdps"
2122    MAX-ACCESS      read-only
2123    STATUS          current
2124    DESCRIPTION
2125        "This object indicates the historical number of PDPs
2126        deleted locally because of path failure."
2127    ::= { cGtpPathStatisticsHistEntry 27 }
2128
2129cGtpHistVerUpgradeLocalDel OBJECT-TYPE
2130    SYNTAX          Counter32
2131    UNITS           "pdps"
2132    MAX-ACCESS      read-only
2133    STATUS          current
2134    DESCRIPTION
2135        "This object indicates the historical number of PDPs,
2136        which are deleted locally, due to version upgrade."
2137    ::= { cGtpPathStatisticsHistEntry 28 }
2138
2139cGtpHistNoSgsnLocalDelPDPs OBJECT-TYPE
2140    SYNTAX          Counter32
2141    UNITS           "pdps"
2142    MAX-ACCESS      read-only
2143    STATUS          current
2144    DESCRIPTION
2145        "This object indicates the historical number of PDPs,
2146        which are deleted locally without sending delete PDP
2147        request.
2148
2149        If GPRS service is turned off, or GGSN is in standby mode, the
2150        PDPs are deleted locally."
2151    ::= { cGtpPathStatisticsHistEntry 29 }
2152
2153cGtpHistVerFallbackLocalDel OBJECT-TYPE
2154    SYNTAX          Counter32
2155    UNITS           "pdps"
2156    MAX-ACCESS      read-only
2157    STATUS          current
2158    DESCRIPTION
2159        "This object indicates the historical number of PDPs,
2160        which are deleted locally, due to fallback in GTP
2161        version.
2162
2163        Trigger condition: The counter is incremented when GGSN
2164        receives create request for version0 PDP which exists on GTP
2165        version1 path."
2166    ::= { cGtpPathStatisticsHistEntry 30 }
2167
2168cGtpHistCreateCollideWithDel OBJECT-TYPE
2169    SYNTAX          Counter32
2170    MAX-ACCESS      read-only
2171    STATUS          current
2172    DESCRIPTION
2173        "This object indicates the historical number of
2174        collisions happened when a PDP is locally deleted
2175        and recreated."
2176    ::= { cGtpPathStatisticsHistEntry 31 }
2177
2178cGtpHistVersionChanges OBJECT-TYPE
2179    SYNTAX          Counter32
2180    MAX-ACCESS      read-only
2181    STATUS          current
2182    DESCRIPTION
2183        "This object indicates the historical number of GTP
2184        version changes occured on a SGSN path.
2185
2186        Trigger condition: The counter is incremented when GGSN
2187        receives create request for version1 PDP, which exists on GTP
2188        version0 path."
2189    ::= { cGtpPathStatisticsHistEntry 32 }
2190
2191cGtpHistRetransCreatePDPReqs OBJECT-TYPE
2192    SYNTAX          Counter32
2193    MAX-ACCESS      read-only
2194    STATUS          current
2195    DESCRIPTION
2196        "This object indicates the historical number of
2197        retransmitted create PDP requests received.
2198
2199        Trigger condition: The counter is incremented when GGSN
2200        receives create PDP request with same sequence number as
2201        before."
2202    ::= { cGtpPathStatisticsHistEntry 33 }
2203
2204cGtpHistCreateAsUpdate OBJECT-TYPE
2205    SYNTAX          Counter32
2206    MAX-ACCESS      read-only
2207    STATUS          current
2208    DESCRIPTION
2209        "This object indicates the historical number of
2210        create requests received, which are treated as
2211        update request on GGSN.
2212
2213        Trigger condition: The counter is incremented when GGSN
2214        receives create request for an existing PDP."
2215    ::= { cGtpPathStatisticsHistEntry 34 }
2216
2217cGtpHistIpv6PdpActRejects OBJECT-TYPE
2218    SYNTAX          Counter32
2219    UNITS           "pdps"
2220    MAX-ACCESS      read-only
2221    STATUS          current
2222    DESCRIPTION
2223        "This object indicates the historical number of IPv6
2224        PDP activation rejected by the GGSN."
2225    ::= { cGtpPathStatisticsHistEntry 35 }
2226
2227cGtpHistIpv6CreatedPDPs OBJECT-TYPE
2228    SYNTAX          Counter32
2229    UNITS           "pdps"
2230    MAX-ACCESS      read-only
2231    STATUS          current
2232    DESCRIPTION
2233        "This object indicates the historical number of IPv6
2234        PDPs successfully created on SGSN path. This includes
2235        static, dynamic IP PDPs."
2236    ::= { cGtpPathStatisticsHistEntry 36 }
2237
2238cGtpHistIpv6DeletedPDPs OBJECT-TYPE
2239    SYNTAX          Counter32
2240    UNITS           "pdps"
2241    MAX-ACCESS      read-only
2242    STATUS          current
2243    DESCRIPTION
2244        "This object indicates the historical number of IPv6
2245        PDPs deleted on SGSN path."
2246    ::= { cGtpPathStatisticsHistEntry 37 }
2247
2248cGtpHistIpv6RcvdSigMsgs OBJECT-TYPE
2249    SYNTAX          Counter32
2250    UNITS           "messages"
2251    MAX-ACCESS      read-only
2252    STATUS          deprecated
2253    DESCRIPTION
2254        "This object indicates the historical number of IPv6
2255        signaling messages received on SGSN path. This object
2256        is deprecated as there is no corresponding counter in
2257        GGSN. The historical number of all the signaling messages
2258        received is denoted by cGtpHistRcvdSigMsgs."
2259    ::= { cGtpPathStatisticsHistEntry 38 }
2260
2261cGtpHistIpv6SentSigMsgs OBJECT-TYPE
2262    SYNTAX          Counter32
2263    UNITS           "messages"
2264    MAX-ACCESS      read-only
2265    STATUS          deprecated
2266    DESCRIPTION
2267        "This object indicates the historical number of IPv6
2268        signaling messages sent on SGSN path. This object is
2269        deprecated as there is no corresponding counter in
2270        GGSN. The historical number of all signaling messages
2271        sent is denoted by cGtpHistSentSigMsgs."
2272    ::= { cGtpPathStatisticsHistEntry 39 }
2273
2274cGtpHistIpv6RcvdPDUs OBJECT-TYPE
2275    SYNTAX          Counter32
2276    UNITS           "messages"
2277    MAX-ACCESS      read-only
2278    STATUS          current
2279    DESCRIPTION
2280        "This object indicates the historical number of IPv6
2281        PDU messages received on SGSN path."
2282    ::= { cGtpPathStatisticsHistEntry 40 }
2283
2284cGtpHistIpv6SentPDUs OBJECT-TYPE
2285    SYNTAX          Counter32
2286    UNITS           "messages"
2287    MAX-ACCESS      read-only
2288    STATUS          current
2289    DESCRIPTION
2290        "This object indicates the historical number of IPv6
2291        PDU messages sent on SGSN path."
2292    ::= { cGtpPathStatisticsHistEntry 41 }
2293
2294cGtpHistIpv6RcvdOctets OBJECT-TYPE
2295    SYNTAX          Counter64
2296    UNITS           "bytes"
2297    MAX-ACCESS      read-only
2298    STATUS          current
2299    DESCRIPTION
2300        "This object indicates the historical number of bytes
2301        received in IPV6 PDU message on SGSN path."
2302    ::= { cGtpPathStatisticsHistEntry 42 }
2303
2304cGtpHistIpv6SentOctets OBJECT-TYPE
2305    SYNTAX          Counter64
2306    UNITS           "bytes"
2307    MAX-ACCESS      read-only
2308    STATUS          current
2309    DESCRIPTION
2310        "This object indicates the historical number of bytes
2311        sent in IPv6 PDU message on SGSN path."
2312    ::= { cGtpPathStatisticsHistEntry 43 }
2313
2314cGtpHistNoWaitSgsnLocalDelPDPs OBJECT-TYPE
2315    SYNTAX          Counter32
2316    UNITS           "pdps"
2317    MAX-ACCESS      read-only
2318    STATUS          current
2319    DESCRIPTION
2320        "This object indicates the historical number of PDPs
2321        deleted in GGSN without waiting for a delete PDP
2322        response from the SGSN."
2323    ::= { cGtpPathStatisticsHistEntry 44 }
2324
2325cGtpHistNoReqSgsnLocalDelPDPs OBJECT-TYPE
2326    SYNTAX          Counter32
2327    UNITS           "pdps"
2328    MAX-ACCESS      read-only
2329    STATUS          current
2330    DESCRIPTION
2331        "This object indicates the historical number of PDPs
2332        deleted in GGSN without sending a delete PDP request
2333        to the SGSN."
2334    ::= { cGtpPathStatisticsHistEntry 45 }
2335
2336cGtpHistRoamingTrustedPDPs OBJECT-TYPE
2337    SYNTAX          Counter32
2338    UNITS           "pdps"
2339    MAX-ACCESS      read-only
2340    STATUS          current
2341    DESCRIPTION
2342        "This object indicates the historical number of roaming
2343        PDP contexts in a trusted PLMN on a SGSN path."
2344    ::= { cGtpPathStatisticsHistEntry 46 }
2345
2346cGtpHistRoamingNonTrustedPDPs OBJECT-TYPE
2347    SYNTAX          Counter32
2348    UNITS           "pdps"
2349    MAX-ACCESS      read-only
2350    STATUS          current
2351    DESCRIPTION
2352        "This object indicates the historical number of roaming
2353        PDP contexts that are not in a trusted PLMN on a SGSN
2354        path."
2355    ::= { cGtpPathStatisticsHistEntry 47 }
2356
2357cGtpHistNonRoamingPDPs OBJECT-TYPE
2358    SYNTAX          Counter32
2359    UNITS           "pdps"
2360    MAX-ACCESS      read-only
2361    STATUS          current
2362    DESCRIPTION
2363        "This object indicates the historical number of
2364        non-roaming PDPs on a SGSN path."
2365    ::= { cGtpPathStatisticsHistEntry 48 }
2366
2367cGtpHistSentPdpUpdateReqs OBJECT-TYPE
2368    SYNTAX          Counter32
2369    UNITS           "messages"
2370    MAX-ACCESS      read-only
2371    STATUS          current
2372    DESCRIPTION
2373        "This object indicates the historical number of GGSN
2374        initiated update PDP requests sent on a SGSN path."
2375    ::= { cGtpPathStatisticsHistEntry 49 }
2376
2377cGtpHistRcvdPdpUpdateResponses OBJECT-TYPE
2378    SYNTAX          Counter32
2379    UNITS           "messages"
2380    MAX-ACCESS      read-only
2381    STATUS          current
2382    DESCRIPTION
2383        "This object indicates the historical number of update
2384        PDP responses received from the SGSN for the GGSN
2385        initiated update PDP requests."
2386    ::= { cGtpPathStatisticsHistEntry 50 }
2387
2388cGtpHistTotalDtEnabled OBJECT-TYPE
2389    SYNTAX          Counter32
2390    MAX-ACCESS      read-only
2391    STATUS          current
2392    DESCRIPTION
2393        "This object indicates the historical number of
2394        times Direct tunnel is enabled for the PDP contexts
2395        in GGSN on a SGSN path."
2396    ::= { cGtpPathStatisticsHistEntry 51 }
2397
2398cGtpHistRemoteNode OBJECT-TYPE
2399    SYNTAX          CGtpEntities
2400    MAX-ACCESS      read-only
2401    STATUS          current
2402    DESCRIPTION
2403        "This object represents the remote node to which
2404        the GTP path was associated."
2405    ::= { cGtpPathStatisticsHistEntry 52 }
2406
2407cGtpHistIpv4v6CreatedPDPs OBJECT-TYPE
2408    SYNTAX          Counter32
2409    MAX-ACCESS      read-only
2410    STATUS          current
2411    DESCRIPTION
2412        "This object indicates the historical number of IPv4v6
2413        PDPs successfully created on SGSN path."
2414    ::= { cGtpPathStatisticsHistEntry 53 }
2415
2416cGtpHistIpv4v6DeletedPDPs OBJECT-TYPE
2417    SYNTAX          Counter32
2418    MAX-ACCESS      read-only
2419    STATUS          current
2420    DESCRIPTION
2421        "This object indicates the historical number of IPv4v6
2422        PDPs deleted on SGSN path."
2423    ::= { cGtpPathStatisticsHistEntry 54 }
2424
2425
2426
2427cGtpNetworkBehindMsApns OBJECT-TYPE
2428    SYNTAX          Counter32
2429    UNITS           "APN"
2430    MAX-ACCESS      read-only
2431    STATUS          current
2432    DESCRIPTION
2433        "This object represents the total number of
2434        APNs configured to support routing
2435        behind the MS in the gateway.
2436
2437        Network-behind-mobile access-point is configured
2438        to enable an access point to support routing behind
2439        the MS. The routing behind the MS feature enables
2440        the routing of packets to IP addresses that do not
2441        belong to the PDP context (the MS), but exist behind
2442        it."
2443    ::= { cGtpStatistics 6 }
2444
2445cGtpTotalDownldFramedRout OBJECT-TYPE
2446    SYNTAX          Counter32
2447    UNITS           "messages"
2448    MAX-ACCESS      read-only
2449    STATUS          current
2450    DESCRIPTION
2451        "This object represents the total number of
2452        routes downloaded from the AAA server."
2453    ::= { cGtpStatistics 7 }
2454
2455cGtpTotalDownldFramedRoutSavedFail OBJECT-TYPE
2456    SYNTAX          Counter32
2457    UNITS           "messages"
2458    MAX-ACCESS      read-only
2459    STATUS          current
2460    DESCRIPTION
2461        "This object represents the total number of
2462        downloaded routes that could not be saved due to
2463        no memory."
2464    ::= { cGtpStatistics 8 }
2465
2466cGtpTotalDownldFramedRoutInsFail OBJECT-TYPE
2467    SYNTAX          Counter32
2468    UNITS           "messages"
2469    MAX-ACCESS      read-only
2470    STATUS          current
2471    DESCRIPTION
2472        "This object represents the total number of
2473        downloaded routes that cannot be inserted into
2474        the routing table because it is conflicting with
2475        other routes."
2476    ::= { cGtpStatistics 9 }
2477
2478cGtpTotalDownldFramedRoutIns OBJECT-TYPE
2479    SYNTAX          Counter32
2480    UNITS           "messages"
2481    MAX-ACCESS      read-only
2482    STATUS          current
2483    DESCRIPTION
2484        "This object represents the total number of
2485        routes downloaded from the AAA server that
2486        have been inserted into the routing table."
2487    ::= { cGtpStatistics 10 }
2488
2489cGtpTotalDownldFramedRoutDeleted OBJECT-TYPE
2490    SYNTAX          Counter32
2491    UNITS           "messages"
2492    MAX-ACCESS      read-only
2493    STATUS          current
2494    DESCRIPTION
2495        "This object represents the total number of
2496        routes downloaded from the AAA server that
2497        have been deleted from the routing table."
2498    ::= { cGtpStatistics 11 }
2499
2500cGtpTotalv0v1SigMsgDropped OBJECT-TYPE
2501    SYNTAX          Counter32
2502    UNITS           "packets"
2503    MAX-ACCESS      read-only
2504    STATUS          current
2505    DESCRIPTION
2506        "This object represents the total number of GTPv0 and GTPv1
2507        signalling messages that could not be processed and are
2508        dropped since system started."
2509    ::= { cGtpStatistics 12 }
2510
2511cGtpTotalDataMsgDropped OBJECT-TYPE
2512    SYNTAX          Counter32
2513    UNITS           "packets"
2514    MAX-ACCESS      read-only
2515    STATUS          current
2516    DESCRIPTION
2517        "This object represents the total number of data messages that
2518        could not be processed and are dropped since system started."
2519    ::= { cGtpStatistics 13 }
2520
2521cGtpv0PathCreated OBJECT-TYPE
2522    SYNTAX          Counter32
2523    UNITS           "paths"
2524    MAX-ACCESS      read-only
2525    STATUS          current
2526    DESCRIPTION
2527        "This object represents the total number of GTPv0 paths created
2528        since system started."
2529    ::= { cGtpStatistics 14 }
2530
2531cGtpv0PathDeleted OBJECT-TYPE
2532    SYNTAX          Counter32
2533    UNITS           "paths"
2534    MAX-ACCESS      read-only
2535    STATUS          current
2536    DESCRIPTION
2537        "This object represents the total number of GTPv0 paths deleted
2538        since system started."
2539    ::= { cGtpStatistics 15 }
2540
2541cGtpv0PathRestarted OBJECT-TYPE
2542    SYNTAX          Counter32
2543    UNITS           "paths"
2544    MAX-ACCESS      read-only
2545    STATUS          current
2546    DESCRIPTION
2547        "This object represents the total number of GTPv0 paths
2548        restarted since system started."
2549    ::= { cGtpStatistics 16 }
2550
2551cGtpv1SigPathCreated OBJECT-TYPE
2552    SYNTAX          Counter32
2553    UNITS           "paths"
2554    MAX-ACCESS      read-only
2555    STATUS          current
2556    DESCRIPTION
2557        "This object represents the total number of GTPv1 signalling
2558        paths created since system started."
2559    ::= { cGtpStatistics 17 }
2560
2561cGtpv1SigPathDeleted OBJECT-TYPE
2562    SYNTAX          Counter32
2563    UNITS           "paths"
2564    MAX-ACCESS      read-only
2565    STATUS          current
2566    DESCRIPTION
2567        "This object represents the total number of GTPv1 signalling
2568        paths deleted since system started."
2569    ::= { cGtpStatistics 18 }
2570
2571cGtpv1SigPathRestarted OBJECT-TYPE
2572    SYNTAX          Counter32
2573    UNITS           "paths"
2574    MAX-ACCESS      read-only
2575    STATUS          current
2576    DESCRIPTION
2577        "This object represents the total number of GTPv1 signalling
2578        paths restarted since system started."
2579    ::= { cGtpStatistics 19 }
2580
2581cGtpv1DataPathCreated OBJECT-TYPE
2582    SYNTAX          Counter32
2583    UNITS           "paths"
2584    MAX-ACCESS      read-only
2585    STATUS          current
2586    DESCRIPTION
2587        "This object represents the total number of GTPv1 data paths
2588        created since system started."
2589    ::= { cGtpStatistics 20 }
2590
2591cGtpv1DataPathDeleted OBJECT-TYPE
2592    SYNTAX          Counter32
2593    UNITS           "paths"
2594    MAX-ACCESS      read-only
2595    STATUS          current
2596    DESCRIPTION
2597        "This object represents the total number of GTPv1 data paths
2598        deleted since system started."
2599    ::= { cGtpStatistics 21 }
2600
2601cGtpv1DataPathRestarted OBJECT-TYPE
2602    SYNTAX          Counter32
2603    UNITS           "paths"
2604    MAX-ACCESS      read-only
2605    STATUS          current
2606    DESCRIPTION
2607        "This object represents the total number of GTPv1 data paths
2608        restarted since system started."
2609    ::= { cGtpStatistics 22 }
2610
2611cGtpTotalDownlinkQosFailures OBJECT-TYPE
2612    SYNTAX          Counter32
2613    UNITS           "packets"
2614    MAX-ACCESS      read-only
2615    STATUS          current
2616    DESCRIPTION
2617        "This object represents the total number of downlink packet
2618        drops due to Qos failure on the gateway."
2619    ::= { cGtpStatistics 23 }
2620
2621cGtpTotalUplinkQosFailures OBJECT-TYPE
2622    SYNTAX          Counter32
2623    UNITS           "packets"
2624    MAX-ACCESS      read-only
2625    STATUS          current
2626    DESCRIPTION
2627        "This object represents the total number of uplink packet
2628        drops due to Qos failure on the gateway."
2629    ::= { cGtpStatistics 24 }
2630-- Notification Definitions
2631
2632cGtpNotifPrefix  OBJECT IDENTIFIER
2633    ::= { cGtpMIB 2 }
2634
2635cGtpNotifications  OBJECT IDENTIFIER
2636    ::= { cGtpNotifPrefix 0 }
2637
2638
2639-- notifications
2640
2641cGtpPathFailedNotification NOTIFICATION-TYPE
2642    OBJECTS         {
2643                        cGtpLastNoRespToEchoGSNIpAddrTyp,
2644                        cGtpLastNoRespToEchoGSNIpAddr
2645                    }
2646    STATUS          current
2647    DESCRIPTION
2648        "This notification is sent when one of this GSN's peers
2649        failed to respond to the GTP 'Echo Request' message for
2650        the waiting interval."
2651   ::= { cGtpNotifications 1 }
2652-- Conformances definitions
2653
2654cGtpMIBConformances  OBJECT IDENTIFIER
2655    ::= { cGtpMIB 3 }
2656
2657cGtpMIBCompliances  OBJECT IDENTIFIER
2658    ::= { cGtpMIBConformances 1 }
2659
2660cGtpMIBGroups  OBJECT IDENTIFIER
2661    ::= { cGtpMIBConformances 2 }
2662
2663
2664-- Compliances statements
2665
2666cGtpMIBCompliance MODULE-COMPLIANCE
2667    STATUS          obsolete
2668    DESCRIPTION
2669        "The compliance statements for entities which
2670        implement the CISCO-GTP-MIB."
2671    MODULE          -- this module
2672    MANDATORY-GROUPS {
2673                        cGtpConfigurationsGroup,
2674                        cGtpStatusGroup,
2675                        cGtpStatisticsGroup
2676                    }
2677
2678    OBJECT          cGtpVersion
2679    MIN-ACCESS      read-only
2680    DESCRIPTION
2681        "Write access is not required."
2682
2683    OBJECT          cGtpGSNAddress
2684    SYNTAX          InetAddress (SIZE (4))
2685    DESCRIPTION
2686        "Support of IPv6 address and DNS is not mandatory."
2687    ::= { cGtpMIBCompliances 1 }
2688
2689cGtpMIBComplianceRev1 MODULE-COMPLIANCE
2690    STATUS          obsolete
2691    DESCRIPTION
2692        "The compliance statements for entities which
2693        implement the CISCO-GTP-MIB."
2694    MODULE          -- this module
2695    MANDATORY-GROUPS {
2696                        cGtpConfigurationsGroupRev1,
2697                        cGtpStatusGroupRev1,
2698                        cGtpStatisticsGroupRev1
2699                    }
2700
2701    OBJECT          cGtpVersion
2702    MIN-ACCESS      read-only
2703    DESCRIPTION
2704        "Write access is not required."
2705
2706    OBJECT          cGtpGSNAddress
2707    SYNTAX          InetAddress (SIZE (4))
2708    DESCRIPTION
2709        "Support of IPv6 address and DNS is not mandatory."
2710    ::= { cGtpMIBCompliances 2 }
2711
2712cGtpMIBComplianceRev2 MODULE-COMPLIANCE
2713    STATUS          obsolete
2714    DESCRIPTION
2715        "The compliance statements for entities which
2716        implement the CISCO-GTP-MIB."
2717    MODULE          -- this module
2718    MANDATORY-GROUPS {
2719                        cGtpConfigurationsGroupRev1,
2720                        cGtpStatusGroupRev1,
2721                        cGtpStatisticsGroupRev1,
2722                        cGtpNotifGroup
2723                    }
2724
2725    OBJECT          cGtpVersion
2726    MIN-ACCESS      read-only
2727    DESCRIPTION
2728        "Write access is not required."
2729
2730    OBJECT          cGtpGSNAddress
2731    SYNTAX          InetAddress (SIZE (4))
2732    DESCRIPTION
2733        "Support of IPv6 address and DNS is not mandatory."
2734    ::= { cGtpMIBCompliances 3 }
2735
2736cGtpMIBComplianceRev3 MODULE-COMPLIANCE
2737    STATUS          deprecated
2738    DESCRIPTION
2739        "The compliance statements for entities which
2740        implement the CISCO-GTP-MIB.  This is deprecated
2741        by cGtpMIBComplianceRev4."
2742    MODULE          -- this module
2743    MANDATORY-GROUPS {
2744                        cGtpConfigurationsGroupRev2,
2745                        cGtpStatusGroupRev2,
2746                        cGtpStatisticsGroupRev1,
2747                        cGtpNotifGroup
2748                    }
2749
2750    OBJECT          cGtpVersion
2751    MIN-ACCESS      read-only
2752    DESCRIPTION
2753        "Write access is not required."
2754
2755    OBJECT          cGtpGSNAddress
2756    SYNTAX          InetAddress (SIZE (4))
2757    DESCRIPTION
2758        "Support of IPv6 address and DNS is not mandatory."
2759    ::= { cGtpMIBCompliances 4 }
2760
2761cGtpMIBComplianceRev4 MODULE-COMPLIANCE
2762    STATUS          deprecated
2763    DESCRIPTION
2764        "The compliance statements for entities which
2765        implement the CISCO-GTP-MIB. This is deprecated by
2766        cGtpMIBComplianceRev5."
2767    MODULE          -- this module
2768    MANDATORY-GROUPS {
2769                        cGtpConfigurationsGroupRev2,
2770                        cGtpStatusGroupRev3,
2771                        cGtpStatisticsGroupRev1,
2772                        cGtpNotifGroup
2773                    }
2774
2775    OBJECT          cGtpVersion
2776    MIN-ACCESS      read-only
2777    DESCRIPTION
2778        "Write access is not required."
2779    ::= { cGtpMIBCompliances 5 }
2780
2781cGtpMIBComplianceRev5 MODULE-COMPLIANCE
2782    STATUS          deprecated
2783    DESCRIPTION
2784        "The compliance statements for entities which
2785        implement the CISCO-GTP-MIB. This is deprecated
2786        by cGtpMIBComplianceRev6."
2787    MODULE          -- this module
2788    MANDATORY-GROUPS {
2789                        cGtpConfigurationsGroupRev2,
2790                        cGtpConfigurationsGroupSup1,
2791                        cGtpStatusGroupRev3,
2792                        cGtpStatisticsGroupRev1,
2793                        cGtpStatisticsGroupSup1,
2794                        cGtpNotifGroup
2795                    }
2796
2797    OBJECT          cGtpVersion
2798    MIN-ACCESS      read-only
2799    DESCRIPTION
2800        "Write access is not required."
2801    ::= { cGtpMIBCompliances 6 }
2802
2803cGtpMIBComplianceRev6 MODULE-COMPLIANCE
2804    STATUS          deprecated
2805    DESCRIPTION
2806        "The compliance statements for entities which
2807        implement the CISCO-GTP-MIB. This is deprecated
2808        by cGtpMIBComplianceRev7."
2809    MODULE          -- this module
2810    MANDATORY-GROUPS {
2811                        cGtpConfigurationsGroupRev2,
2812                        cGtpConfigurationsGroupSup2,
2813                        cGtpStatusGroupRev3,
2814                        cGtpStatisticsGroupRev1,
2815                        cGtpStatisticsGroupSup2,
2816                        cGtpNotifGroup
2817                    }
2818
2819    OBJECT          cGtpVersion
2820    MIN-ACCESS      read-only
2821    DESCRIPTION
2822        "Write access is not required."
2823    ::= { cGtpMIBCompliances 7 }
2824
2825cGtpMIBComplianceRev7 MODULE-COMPLIANCE
2826    STATUS          deprecated
2827    DESCRIPTION
2828        "The compliance statements for entities which
2829        implement the CISCO-GTP-MIB."
2830    MODULE          -- this module
2831    MANDATORY-GROUPS {
2832                        cGtpConfigurationsGroupRev2,
2833                        cGtpConfigurationsGroupSup2,
2834                        cGtpConfigurationsGroupSup3,
2835                        cGtpStatusGroupRev3,
2836                        cGtpStatisticsGroupRev1,
2837                        cGtpStatisticsGroupSup2,
2838                        cGtpNotifGroup
2839                    }
2840
2841    OBJECT          cGtpVersion
2842    MIN-ACCESS      read-only
2843    DESCRIPTION
2844        "Write access is not required."
2845
2846    OBJECT          cGtpSgsnProfileEchoDisable
2847    MIN-ACCESS      read-only
2848    DESCRIPTION
2849        "Write access is not required."
2850
2851    OBJECT          cGtpSgsnProfileStorageType
2852    MIN-ACCESS      read-only
2853    DESCRIPTION
2854        "read-create access is not required."
2855
2856    OBJECT          cGtpSgsnProfileIpAddressType
2857    SYNTAX          INTEGER  {
2858                        ipv4(1)
2859                    }
2860    DESCRIPTION
2861        "An implementation is only required to support IPv4
2862        addresses."
2863
2864    OBJECT          cGtpSgsnProfileStartIpAddress
2865    SYNTAX          InetAddress (SIZE (4))
2866    DESCRIPTION
2867        "An implementation is only required to support IPv4
2868        addresses."
2869
2870    OBJECT          cGtpSgsnProfileEndIpAddress
2871    SYNTAX          InetAddress (SIZE (4))
2872    DESCRIPTION
2873        "An implementation is only required to support IPv4
2874        addresses."
2875
2876    OBJECT          cGtpSgsnProfileRowStatus
2877    SYNTAX          INTEGER  {
2878                        active(1),
2879                        createAndGo(4),
2880                        destroy(6)
2881                    }
2882    DESCRIPTION
2883        "Only 'createAndGo', 'destroy' and 'active' need
2884        to be supported."
2885    ::= { cGtpMIBCompliances 8 }
2886
2887cGtpMIBComplianceRev8 MODULE-COMPLIANCE
2888    STATUS          deprecated
2889    DESCRIPTION
2890        "The compliance statements for entities which
2891        implement the CISCO-GTP-MIB. This compliance is deprecated by
2892        cGtpMIBComplianceRev9."
2893    MODULE          -- this module
2894    MANDATORY-GROUPS {
2895                        cGtpConfigurationsGroupRev2,
2896                        cGtpConfigurationsGroupSup2,
2897                        cGtpConfigurationsGroupSup3,
2898                        cGtpStatusGroupRev3,
2899                        cGtpStatusGroupSup1,
2900                        cGtpStatisticsGroupRev1,
2901                        cGtpStatisticsGroupSup2,
2902                        cGtpStatisticsGroupSup3,
2903                        cGtpNotifGroup
2904                    }
2905
2906    OBJECT          cGtpVersion
2907    MIN-ACCESS      read-only
2908    DESCRIPTION
2909        "Write access is not required."
2910
2911    OBJECT          cGtpSgsnProfileEchoDisable
2912    MIN-ACCESS      read-only
2913    DESCRIPTION
2914        "Write access is not required."
2915
2916    OBJECT          cGtpSgsnProfileStorageType
2917    MIN-ACCESS      read-only
2918    DESCRIPTION
2919        "read-create access is not required."
2920
2921    OBJECT          cGtpSgsnProfileIpAddressType
2922    SYNTAX          INTEGER  {
2923                        ipv4(1)
2924                    }
2925    DESCRIPTION
2926        "An implementation is only required to support IPv4
2927        addresses."
2928
2929    OBJECT          cGtpSgsnProfileStartIpAddress
2930    SYNTAX          InetAddress (SIZE (4))
2931    DESCRIPTION
2932        "An implementation is only required to support IPv4
2933        addresses."
2934
2935    OBJECT          cGtpSgsnProfileEndIpAddress
2936    SYNTAX          InetAddress (SIZE (4))
2937    DESCRIPTION
2938        "An implementation is only required to support IPv4
2939        addresses."
2940
2941    OBJECT          cGtpSgsnProfileRowStatus
2942    SYNTAX          INTEGER  {
2943                        active(1),
2944                        createAndGo(4),
2945                        destroy(6)
2946                    }
2947    DESCRIPTION
2948        "Only 'createAndGo', 'destroy' and 'active' need
2949        to be supported."
2950    ::= { cGtpMIBCompliances 9 }
2951
2952cGtpMIBComplianceRev9 MODULE-COMPLIANCE
2953    STATUS          deprecated
2954    DESCRIPTION
2955        "The compliance statements for entities which
2956        implement the CISCO-GTP-MIB.This compliance has
2957        been superceded by cGtpMIBComplianceRev10."
2958    MODULE          -- this module
2959    MANDATORY-GROUPS {
2960                        cGtpConfigurationsGroupRev2,
2961                        cGtpConfigurationsGroupSup2,
2962                        cGtpConfigurationsGroupSup3,
2963                        cGtpStatusGroupRev3,
2964                        cGtpStatusGroupSup1,
2965                        cGtpStatisticsGroupRev1,
2966                        cGtpStatisticsGroupSup2,
2967                        cGtpStatisticsGroupSup3,
2968                        cGtpNotifGroup,
2969                        cGtpStatisticsGroupSup4
2970                    }
2971
2972    OBJECT          cGtpVersion
2973    MIN-ACCESS      read-only
2974    DESCRIPTION
2975        "Write access is not required."
2976
2977    OBJECT          cGtpSgsnProfileEchoDisable
2978    MIN-ACCESS      read-only
2979    DESCRIPTION
2980        "Write access is not required."
2981
2982    OBJECT          cGtpSgsnProfileStorageType
2983    MIN-ACCESS      read-only
2984    DESCRIPTION
2985        "read-create access is not required."
2986
2987    OBJECT          cGtpSgsnProfileIpAddressType
2988    SYNTAX          INTEGER  {
2989                        ipv4(1)
2990                    }
2991    DESCRIPTION
2992        "An implementation is only required to support IPv4
2993        addresses."
2994
2995    OBJECT          cGtpSgsnProfileStartIpAddress
2996    SYNTAX          InetAddress (SIZE (4))
2997    DESCRIPTION
2998        "An implementation is only required to support IPv4
2999        addresses."
3000
3001    OBJECT          cGtpSgsnProfileEndIpAddress
3002    SYNTAX          InetAddress (SIZE (4))
3003    DESCRIPTION
3004        "An implementation is only required to support IPv4
3005        addresses."
3006
3007    OBJECT          cGtpSgsnProfileRowStatus
3008    SYNTAX          INTEGER  {
3009                        active(1),
3010                        createAndGo(4),
3011                        destroy(6)
3012                    }
3013    DESCRIPTION
3014        "Only 'createAndGo', 'destroy' and 'active' need
3015        to be supported."
3016    ::= { cGtpMIBCompliances 10 }
3017
3018cGtpMIBComplianceRev10 MODULE-COMPLIANCE
3019    STATUS          deprecated
3020    DESCRIPTION
3021        "The compliance statements for entities which
3022        implement the CISCO-GTP-MIB.This compliance has
3023        been superceded by cGtpMIBComplianceRev11."
3024    MODULE          -- this module
3025    MANDATORY-GROUPS {
3026                        cGtpStatisticsGroupRev1,
3027                        cGtpNotifGroup,
3028                        cGtpConfigurationsGroupRev2,
3029                        cGtpStatusGroupRev3,
3030                        cGtpConfigurationsGroupSup2,
3031                        cGtpStatisticsGroupSup2,
3032                        cGtpConfigurationsGroupSup3,
3033                        cGtpStatusGroupSup1,
3034                        cGtpStatisticsGroupSup3,
3035                        cGtpStatisticsGroupSup4,
3036                        cGtpStatusGroupSup2,
3037                        cGtpStatisticsGroupSup5
3038                    }
3039
3040    OBJECT          cGtpVersion
3041    MIN-ACCESS      read-only
3042    DESCRIPTION
3043        "Write access is not required."
3044
3045    OBJECT          cGtpSgsnProfileEchoDisable
3046    MIN-ACCESS      read-only
3047    DESCRIPTION
3048        "Write access is not required."
3049
3050    OBJECT          cGtpSgsnProfileStorageType
3051    MIN-ACCESS      read-only
3052    DESCRIPTION
3053        "read-create access is not required."
3054
3055    OBJECT          cGtpSgsnProfileIpAddressType
3056    SYNTAX          INTEGER  {
3057                        ipv4(1)
3058                    }
3059    DESCRIPTION
3060        "An implementation is only required to support IPv4
3061        addresses."
3062
3063    OBJECT          cGtpSgsnProfileStartIpAddress
3064    SYNTAX          InetAddress (SIZE (4))
3065    DESCRIPTION
3066        "An implementation is only required to support IPv4
3067        addresses."
3068
3069    OBJECT          cGtpSgsnProfileEndIpAddress
3070    SYNTAX          InetAddress (SIZE (4))
3071    DESCRIPTION
3072        "An implementation is only required to support IPv4
3073        addresses."
3074
3075    OBJECT          cGtpSgsnProfileRowStatus
3076    SYNTAX          INTEGER  {
3077                        active(1),
3078                        createAndGo(4),
3079                        destroy(6)
3080                    }
3081    DESCRIPTION
3082        "Only 'createAndGo', 'destroy' and 'active' need
3083        to be supported."
3084    ::= { cGtpMIBCompliances 11 }
3085
3086cGtpMIBComplianceRev11 MODULE-COMPLIANCE
3087    STATUS          current
3088    DESCRIPTION
3089        "The compliance statements for entities which implement the
3090        CISCO-GTP-MIB."
3091    MODULE          -- this module
3092    MANDATORY-GROUPS {
3093                        cGtpStatisticsGroupRev1,
3094                        cGtpNotifGroup,
3095                        cGtpConfigurationsGroupRev2,
3096                        cGtpStatusGroupRev3,
3097                        cGtpConfigurationsGroupSup2,
3098                        cGtpStatisticsGroupSup2,
3099                        cGtpConfigurationsGroupSup3,
3100                        cGtpStatusGroupSup1,
3101                        cGtpStatisticsGroupSup3,
3102                        cGtpStatisticsGroupSup4,
3103                        cGtpStatusGroupSup2,
3104                        cGtpStatisticsGroupSup5,
3105                        cGtpStatisticsGroupSup6
3106                    }
3107
3108    OBJECT          cGtpVersion
3109    MIN-ACCESS      read-only
3110    DESCRIPTION
3111        "Write access is not required."
3112
3113    OBJECT          cGtpSgsnProfileEchoDisable
3114    MIN-ACCESS      read-only
3115    DESCRIPTION
3116        "Write access is not required."
3117
3118    OBJECT          cGtpSgsnProfileStorageType
3119    MIN-ACCESS      read-only
3120    DESCRIPTION
3121        "read-create access is not required."
3122
3123    OBJECT          cGtpSgsnProfileIpAddressType
3124    SYNTAX          INTEGER  {
3125                        ipv4(1)
3126                    }
3127    DESCRIPTION
3128        "An implementation is only required to support IPv4
3129        addresses."
3130
3131    OBJECT          cGtpSgsnProfileStartIpAddress
3132    SYNTAX          InetAddress (SIZE (4))
3133    DESCRIPTION
3134        "An implementation is only required to support IPv4
3135        addresses."
3136
3137    OBJECT          cGtpSgsnProfileEndIpAddress
3138    SYNTAX          InetAddress (SIZE (4))
3139    DESCRIPTION
3140        "An implementation is only required to support IPv4
3141        addresses."
3142
3143    OBJECT          cGtpSgsnProfileRowStatus
3144    SYNTAX          INTEGER  {
3145                        active(1),
3146                        createAndGo(4),
3147                        destroy(6)
3148                    }
3149    DESCRIPTION
3150        "Only 'createAndGo', 'destroy' and 'active' need
3151        to be supported."
3152    ::= { cGtpMIBCompliances 12 }
3153
3154-- units of conformance
3155
3156cGtpConfigurationsGroup OBJECT-GROUP
3157    OBJECTS         {
3158                        cGtpGSNService,
3159                        cGtpVersion,
3160                        cGtpT3TunnelTimer,
3161                        cGtpT3ResponseTimer,
3162                        cGtpN3Request,
3163                        cGtpN3BufferSize,
3164                        cGtpEchoRequestTimer,
3165                        cGtpGSNTotalBandwidthResrc,
3166                        cGtpMaximumPdps,
3167                        cGtpNotifEnable
3168                    }
3169    STATUS          obsolete
3170    DESCRIPTION
3171        "A collection of GTP configurations."
3172    ::= { cGtpMIBGroups 1 }
3173
3174cGtpStatusGroup OBJECT-GROUP
3175    OBJECTS         {
3176                        cGtpLastNoRespToEchoGSNIpAddrTyp,
3177                        cGtpLastNoRespToEchoGSNIpAddr,
3178                        cGtpPremiumQosMeanThroughput,
3179                        cGtpNormalQosMeanThroughput,
3180                        cGtpBestEffortQosMeanThroughput,
3181                        cGtpGSNAddress
3182                    }
3183    STATUS          obsolete
3184    DESCRIPTION
3185        "A collection of GTP Status."
3186    ::= { cGtpMIBGroups 2 }
3187
3188cGtpStatisticsGroup OBJECT-GROUP
3189    OBJECTS         {
3190                        cGtpPathFailureOccurrences,
3191                        cGtpCurrentUsedBandwidth,
3192                        cGtpTotalDroppedPackets
3193                    }
3194    STATUS          obsolete
3195    DESCRIPTION
3196        "A collection of GTP statistics ."
3197    ::= { cGtpMIBGroups 3 }
3198
3199cGtpConfigurationsGroupRev1 OBJECT-GROUP
3200    OBJECTS         {
3201                        cGtpGSNService,
3202                        cGtpVersion,
3203                        cGtpT3TunnelTimer,
3204                        cGtpT3ResponseTimer,
3205                        cGtpN3Request,
3206                        cGtpN3BufferSize,
3207                        cGtpEchoRequestTimerEnable,
3208                        cGtpEchoRequestTimer,
3209                        cGtpMaximumPdps,
3210                        cGtpNotifEnable,
3211                        cGtpDynamicEchoTimerEnable,
3212                        cGtpDynamicEchoTimerMinTime,
3213                        cGtpDynamicEchoTimerSmoothFactor
3214                    }
3215    STATUS          obsolete
3216    DESCRIPTION
3217        "A collection of GTP configurations."
3218    ::= { cGtpMIBGroups 4 }
3219
3220cGtpStatusGroupRev1 OBJECT-GROUP
3221    OBJECTS         {
3222                        cGtpLastNoRespToEchoGSNIpAddrTyp,
3223                        cGtpLastNoRespToEchoGSNIpAddr,
3224                        cGtpGSNAddress
3225                    }
3226    STATUS          obsolete
3227    DESCRIPTION
3228        "A collection of GTP Status."
3229    ::= { cGtpMIBGroups 5 }
3230
3231cGtpStatisticsGroupRev1 OBJECT-GROUP
3232    OBJECTS         {
3233                        cGtpPathFailureOccurrences,
3234                        cGtpTotalDroppedPackets
3235                    }
3236    STATUS          current
3237    DESCRIPTION
3238        "A collection of GTP statistics."
3239    ::= { cGtpMIBGroups 6 }
3240
3241cGtpNotifGroup NOTIFICATION-GROUP
3242   NOTIFICATIONS    { cGtpPathFailedNotification }
3243    STATUS          current
3244    DESCRIPTION
3245        "A collection of GTP notifications."
3246    ::= { cGtpMIBGroups 7 }
3247
3248cGtpConfigurationsGroupRev2 OBJECT-GROUP
3249    OBJECTS         {
3250                        cGtpGSNService,
3251                        cGtpVersion,
3252                        cGtpT3ResponseTimer,
3253                        cGtpN3Request,
3254                        cGtpN3BufferSize,
3255                        cGtpEchoRequestTimerEnable,
3256                        cGtpEchoRequestTimer,
3257                        cGtpMaximumPdps,
3258                        cGtpNotifEnable,
3259                        cGtpDynamicEchoTimerEnable,
3260                        cGtpDynamicEchoTimerMinTime,
3261                        cGtpDynamicEchoTimerSmoothFactor
3262                    }
3263    STATUS          current
3264    DESCRIPTION
3265        "A collection of GTP configurations."
3266    ::= { cGtpMIBGroups 8 }
3267
3268cGtpStatusGroupRev2 OBJECT-GROUP
3269    OBJECTS         {
3270                        cGtpLastNoRespToEchoGSNIpAddrTyp,
3271                        cGtpLastNoRespToEchoGSNIpAddr,
3272                        cGtpGSNAddress,
3273                        cGtpGSNVersion
3274                    }
3275    STATUS          deprecated
3276    DESCRIPTION
3277        "A collection of GTP status.  This is deprecated by
3278        cGtpStatusGroupRev3."
3279    ::= { cGtpMIBGroups 9 }
3280
3281cGtpStatusGroupRev3 OBJECT-GROUP
3282    OBJECTS         {
3283                        cGtpLastNoRespToEchoGSNIpAddrTyp,
3284                        cGtpLastNoRespToEchoGSNIpAddr,
3285                        cGtpPathVersion
3286                    }
3287    STATUS          current
3288    DESCRIPTION
3289        "A collection of GTP status."
3290    ::= { cGtpMIBGroups 11 }
3291
3292cGtpStatisticsGroupSup1 OBJECT-GROUP
3293    OBJECTS         {
3294                        cGtpUnexpectedMsgs,
3295                        cGtpDroppedDataMsgs,
3296                        cGtpRcvdPDUMsgs,
3297                        cGtpSentPDUMsgs,
3298                        cGtpRcvdPDUOctets,
3299                        cGtpSentPDUOctets,
3300                        cGtpMsgTooShort,
3301                        cGtpUnknownMsgs,
3302                        cGtpUnexpectedSigMsgs,
3303                        cGtpRoamingPDUs,
3304                        cGtpSecurityViolations,
3305                        cGtpUnsupportedExtHdr,
3306                        cGtpPathFailures,
3307                        cGtpTotalDropped,
3308                        cGtpDroppedSigMsgs,
3309                        cGtpRcvdSigMsgs,
3310                        cGtpSentSigMsgs,
3311                        cGtpTotalCreatedPDPs,
3312                        cGtpTotalDeletedPDPs,
3313                        cGtpTotalCreatedPppPDPs,
3314                        cGtpTotalDeletedPppPDPs,
3315                        cGtpSinglePDPSessCleared,
3316                        cGtpPathFailLocalDelPDPs,
3317                        cGtpVerUpgradeLocalDelPDPs,
3318                        cGtpNoSgsnLocalDelPDPs,
3319                        cGtpVerFallbackLocalDelPDPs,
3320                        cGtpCreateCollideWithDel,
3321                        cGtpVersionChanges,
3322                        cGtpRetransCreatePDPReqs,
3323                        cGtpCreateAsUpdate,
3324                        cGtpIpv6PdpActRejects,
3325                        cGtpIpv6CreatedPDPs,
3326                        cGtpIpv6DeletedPDPs,
3327                        cGtpIpv6RcvdSigMsgs,
3328                        cGtpIpv6SentSigMsgs,
3329                        cGtpIpv6RcvdPDUs,
3330                        cGtpIpv6SentPDUs,
3331                        cGtpIpv6RcvdOctets,
3332                        cGtpIpv6SentOctets,
3333                        cGtpHistUnexpectedMsgs,
3334                        cGtpHistDroppedDataMsgs,
3335                        cGtpHistRcvdPDUMsgs,
3336                        cGtpHistSentPDUMsgs,
3337                        cGtpHistRcvdPDUOctets,
3338                        cGtpHistSentPDUOctets,
3339                        cGtpHistMsgTooShort,
3340                        cGtpHistUnknownMsgs,
3341                        cGtpHistUnexpectedSigMsgs,
3342                        cGtpHistRoamingPDUs,
3343                        cGtpHistSecurityViolations,
3344                        cGtpHistUnsupportedExtHdr,
3345                        cGtpHistPathFailures,
3346                        cGtpHistTotalDropped,
3347                        cGtpHistDroppedSigMsgs,
3348                        cGtpHistRcvdSigMsgs,
3349                        cGtpHistSentSigMsgs,
3350                        cGtpHistTotalCreatedPDPs,
3351                        cGtpHistTotalDeletedPDPs,
3352                        cGtpHistTotalCreatedPppPDPs,
3353                        cGtpHistTotalDeletedPppPDPs,
3354                        cGtpHistSinglePDPSessCleared,
3355                        cGtpHistPathFailLocalDelPDPs,
3356                        cGtpHistVerUpgradeLocalDel,
3357                        cGtpHistNoSgsnLocalDelPDPs,
3358                        cGtpHistVerFallbackLocalDel,
3359                        cGtpHistCreateCollideWithDel,
3360                        cGtpHistVersionChanges,
3361                        cGtpHistRetransCreatePDPReqs,
3362                        cGtpHistCreateAsUpdate,
3363                        cGtpHistIpv6PdpActRejects,
3364                        cGtpHistIpv6CreatedPDPs,
3365                        cGtpHistIpv6DeletedPDPs,
3366                        cGtpHistIpv6RcvdSigMsgs,
3367                        cGtpHistIpv6SentSigMsgs,
3368                        cGtpHistIpv6RcvdPDUs,
3369                        cGtpHistIpv6SentPDUs,
3370                        cGtpHistIpv6RcvdOctets,
3371                        cGtpHistIpv6SentOctets
3372                    }
3373    STATUS          deprecated
3374    DESCRIPTION
3375        "A collection of GTP status. This is deprecated by
3376        cGtpStatisticsGroupSup2."
3377    ::= { cGtpMIBGroups 12 }
3378
3379cGtpConfigurationsGroupSup1 OBJECT-GROUP
3380    OBJECTS         { cGtpPathHistoryLimit }
3381    STATUS          deprecated
3382    DESCRIPTION
3383        "A collection of GTP configurations. This is deprecated
3384        by cGtpConfigurationsGroupSup2."
3385    ::= { cGtpMIBGroups 13 }
3386
3387cGtpConfigurationsGroupSup2 OBJECT-GROUP
3388    OBJECTS         {
3389                        cGtpPathHistoryLimit,
3390                        cGtpUpdateFailDelete
3391                    }
3392    STATUS          current
3393    DESCRIPTION
3394        "A collection of GTP configurations."
3395    ::= { cGtpMIBGroups 14 }
3396
3397cGtpStatisticsGroupSup2 OBJECT-GROUP
3398    OBJECTS         {
3399                        cGtpUnexpectedMsgs,
3400                        cGtpDroppedDataMsgs,
3401                        cGtpRcvdPDUMsgs,
3402                        cGtpSentPDUMsgs,
3403                        cGtpRcvdPDUOctets,
3404                        cGtpSentPDUOctets,
3405                        cGtpMsgTooShort,
3406                        cGtpUnknownMsgs,
3407                        cGtpUnexpectedSigMsgs,
3408                        cGtpSecurityViolations,
3409                        cGtpUnsupportedExtHdr,
3410                        cGtpPathFailures,
3411                        cGtpTotalDropped,
3412                        cGtpDroppedSigMsgs,
3413                        cGtpRcvdSigMsgs,
3414                        cGtpSentSigMsgs,
3415                        cGtpTotalCreatedPDPs,
3416                        cGtpTotalDeletedPDPs,
3417                        cGtpTotalCreatedPppPDPs,
3418                        cGtpTotalDeletedPppPDPs,
3419                        cGtpSinglePDPSessCleared,
3420                        cGtpPathFailLocalDelPDPs,
3421                        cGtpVerUpgradeLocalDelPDPs,
3422                        cGtpNoSgsnLocalDelPDPs,
3423                        cGtpVerFallbackLocalDelPDPs,
3424                        cGtpCreateCollideWithDel,
3425                        cGtpVersionChanges,
3426                        cGtpRetransCreatePDPReqs,
3427                        cGtpCreateAsUpdate,
3428                        cGtpIpv6PdpActRejects,
3429                        cGtpIpv6CreatedPDPs,
3430                        cGtpIpv6DeletedPDPs,
3431                        cGtpIpv6RcvdPDUs,
3432                        cGtpIpv6SentPDUs,
3433                        cGtpIpv6RcvdOctets,
3434                        cGtpIpv6SentOctets,
3435                        cGtpNoWaitSgsnLocalDelPDPs,
3436                        cGtpNoReqSgsnLocalDelPDPs,
3437                        cGtpRoamingTrustedPDPs,
3438                        cGtpRoamingNonTrustedPDPs,
3439                        cGtpNonRoamingPDPs,
3440                        cGtpSentPdpUpdateReqs,
3441                        cGtpRcvdPdpUpdateResponses,
3442                        cGtpTotalDtEnabled,
3443                        cGtpHistUnexpectedMsgs,
3444                        cGtpHistDroppedDataMsgs,
3445                        cGtpHistRcvdPDUMsgs,
3446                        cGtpHistSentPDUMsgs,
3447                        cGtpHistRcvdPDUOctets,
3448                        cGtpHistSentPDUOctets,
3449                        cGtpHistMsgTooShort,
3450                        cGtpHistUnknownMsgs,
3451                        cGtpHistUnexpectedSigMsgs,
3452                        cGtpHistSecurityViolations,
3453                        cGtpHistUnsupportedExtHdr,
3454                        cGtpHistPathFailures,
3455                        cGtpHistTotalDropped,
3456                        cGtpHistDroppedSigMsgs,
3457                        cGtpHistRcvdSigMsgs,
3458                        cGtpHistSentSigMsgs,
3459                        cGtpHistTotalCreatedPDPs,
3460                        cGtpHistTotalDeletedPDPs,
3461                        cGtpHistTotalCreatedPppPDPs,
3462                        cGtpHistTotalDeletedPppPDPs,
3463                        cGtpHistSinglePDPSessCleared,
3464                        cGtpHistPathFailLocalDelPDPs,
3465                        cGtpHistVerUpgradeLocalDel,
3466                        cGtpHistNoSgsnLocalDelPDPs,
3467                        cGtpHistVerFallbackLocalDel,
3468                        cGtpHistCreateCollideWithDel,
3469                        cGtpHistVersionChanges,
3470                        cGtpHistRetransCreatePDPReqs,
3471                        cGtpHistCreateAsUpdate,
3472                        cGtpHistIpv6PdpActRejects,
3473                        cGtpHistIpv6CreatedPDPs,
3474                        cGtpHistIpv6DeletedPDPs,
3475                        cGtpHistIpv6RcvdPDUs,
3476                        cGtpHistIpv6SentPDUs,
3477                        cGtpHistIpv6RcvdOctets,
3478                        cGtpHistIpv6SentOctets,
3479                        cGtpHistNoWaitSgsnLocalDelPDPs,
3480                        cGtpHistNoReqSgsnLocalDelPDPs,
3481                        cGtpHistRoamingTrustedPDPs,
3482                        cGtpHistRoamingNonTrustedPDPs,
3483                        cGtpHistNonRoamingPDPs,
3484                        cGtpHistSentPdpUpdateReqs,
3485                        cGtpHistRcvdPdpUpdateResponses,
3486                        cGtpHistTotalDtEnabled
3487                    }
3488    STATUS          current
3489    DESCRIPTION
3490        "A collection of GTP statistics."
3491    ::= { cGtpMIBGroups 15 }
3492
3493cGtpConfigurationsGroupSup3 OBJECT-GROUP
3494    OBJECTS         {
3495                        cGtpSgsnProfileIpAddressType,
3496                        cGtpSgsnProfileStartIpAddress,
3497                        cGtpSgsnProfileEndIpAddress,
3498                        cGtpSgsnProfilePortNumber,
3499                        cGtpSgsnProfileEchoDisable,
3500                        cGtpSgsnProfileStorageType,
3501                        cGtpSgsnProfileRowStatus
3502                    }
3503    STATUS          current
3504    DESCRIPTION
3505        "A collection of objects for SGSN profile configurations."
3506    ::= { cGtpMIBGroups 16 }
3507
3508cGtpStatusGroupSup1 OBJECT-GROUP
3509    OBJECTS         {
3510                        cGtpPathRemoteNode,
3511                        cGtpPathVrfName
3512                    }
3513    STATUS          current
3514    DESCRIPTION
3515        "This group of objects provides the GTP path information."
3516    ::= { cGtpMIBGroups 17 }
3517
3518cGtpStatisticsGroupSup3 OBJECT-GROUP
3519    OBJECTS         {
3520                        cGtpHistRemoteNode,
3521                        cGtpIpv4v6CreatedPDPs,
3522                        cGtpIpv4v6DeletedPDPs,
3523                        cGtpHistIpv4v6CreatedPDPs,
3524                        cGtpHistIpv4v6DeletedPDPs
3525                    }
3526    STATUS          current
3527    DESCRIPTION
3528        "This supplements cGtpStatisticsGroupRev1 to provide
3529        the information about the remote node in the GTP path
3530        history."
3531    ::= { cGtpMIBGroups 18 }
3532
3533cGtpStatisticsGroupSup4 OBJECT-GROUP
3534    OBJECTS         {
3535                        cGtpNetworkBehindMsApns,
3536                        cGtpTotalDownldFramedRout,
3537                        cGtpTotalDownldFramedRoutSavedFail,
3538                        cGtpTotalDownldFramedRoutInsFail,
3539                        cGtpTotalDownldFramedRoutIns,
3540                        cGtpTotalDownldFramedRoutDeleted
3541                    }
3542    STATUS          current
3543    DESCRIPTION
3544        "This supplements cGtpStatisticsGroupSup3 to provide
3545        the information about the networks behind Ms Statistics."
3546    ::= { cGtpMIBGroups 19 }
3547
3548cGtpStatusGroupSup2 OBJECT-GROUP
3549    OBJECTS         {
3550                        cGtpTotalActivePaths,
3551                        cGtpTotalActiveGtpv1DataPaths
3552                    }
3553    STATUS          current
3554    DESCRIPTION
3555        "This group of objects provides the GTP path status
3556        information."
3557    ::= { cGtpMIBGroups 20 }
3558
3559cGtpStatisticsGroupSup5 OBJECT-GROUP
3560    OBJECTS         {
3561                        cGtpTotalv0v1SigMsgDropped,
3562                        cGtpTotalDataMsgDropped,
3563                        cGtpv0PathCreated,
3564                        cGtpv0PathDeleted,
3565                        cGtpv0PathRestarted,
3566                        cGtpv1SigPathCreated,
3567                        cGtpv1SigPathDeleted,
3568                        cGtpv1SigPathRestarted,
3569                        cGtpv1DataPathCreated,
3570                        cGtpv1DataPathDeleted,
3571                        cGtpv1DataPathRestarted
3572                    }
3573    STATUS          current
3574    DESCRIPTION
3575        "This group of objects provides the GTP path statistics
3576        information."
3577    ::= { cGtpMIBGroups 21 }
3578
3579cGtpStatisticsGroupSup6 OBJECT-GROUP
3580    OBJECTS         {
3581                        cGtpTotalDownlinkQosFailures,
3582                        cGtpTotalUplinkQosFailures
3583                    }
3584    STATUS          current
3585    DESCRIPTION
3586        "This group of objects provides the GTP QoS statistics
3587        information."
3588    ::= { cGtpMIBGroups 22 }
3589
3590END
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613