CISCO-GTP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-GTP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cGtpMIB 1.3.6.1.4.1.9.9.188
This MIB module manages the GPRS Tunnelling Protocol (GTP) on GGSN and SGSN. GPRS provides wireless access to packet data network on the GSM infrastructure. The following diagram illustrates a simplified GPRS logical architecture with the name of inter-node interface: +---------------------------------------------+ | a PLMN +======+ +======+ | | | SGSN | | AAA | | | +======+ +======+ | | | | | | Gn SGi | | | | | |+====+ +====+ +=====+ +======+ +======+ | +===+ || TE |-R-| MT |-| BSS |-| SGSN |-Gn-| GGSN |-|-Gi-|PDN| |+====+ +====+ +=====+ +======+ +======+ | +===+ | | | | | | +----------------------------------------|----+ Gp | +-----------------------------+ | +====+ +=====+ +======+ | | | MS |---| BSS |---| SGSN | | | +====+ +=====+ +======+ | | | | other PLMN | +-----------------------------+ GTP is the protocol between GSN nodes (GSN peers) in the GPRS backbone network. It includes both the GTP signalling and data transfer procedures. GTP is used both on the Gn interface, i.e. the interface between GSN peers with in a PLMN, and the Gp interface between GSN peers in different PLMNs. SGSN is the serving GPRS support node, it responsible for the delivery of data packets from and to the MS within its service area. GGSN is the gateway GPRS support node, it provides interworking with external PDN and is connected with SGSNs via an IP-based GPRS backbone network. The GTP protocol is implemented only by SGSNs and GGSN. A PDP Context is an information set maintained by MS and GSNs which describes the mobile wireless service call or session. A Qos Profile is associated with each PDP context which defines multiple attributes like precedence, delay, reliability, peak throughput and mean throughput. Based on the precedence, delay and mean throughput an user is classified into one of the three Qos classes: Best Effort, Normal and Premium. Mean throughput is measured at the Gi and R reference points in units of octets per second. It specifies the average rate at which data is expected to be transferred across the GPRS network during the remaining lifetime of an activated PDP context. A MAP converting GSN is responsible for converting GTP messages to and from MAP messages. This helps in the communication with HLR. Acronyms and terms: APN Access Point Name BSS Base Station Subsystem CG Charging Gateway COA Change of Authorization ETSI European Telecommunications Standards Institute GDM GTP Director Module Gi Reference point between GPRS and an external packet data network. Gn the interface between GSNs within a PLMN Gp the interface between GSNs in different PLMNs GGSN Gateway GPRS Support Node GPRS General Packet Radio Service GSM Global System for Mobile communication GSN GPRS Support Node G-PDU GTP PDU HLR Home Location Register MAP Mobile Application Protocol MME Mobility Management Entity MS Mobile Station = TE + MT MT Mobile Termination NMS Network Management System PDN Public Data Network PDP Packet Data Protocol PDU Protocol Data Unit PGW PDN Gateway PLMN Public Land Mobile Network R Reference point between a non-ISDN compatible TE and MT. SAE System Architecture Evolution SGSN Serving GPRS Support Node SGW Serving Gateway TE Terminal Equipment T-PDU the payload of G-PDU VRF Virtual routing and forwarding AAA Authentication, Authorization and Accounting eNodeB Evolved Node B RNC Radio Network Controller
         cGtpMIBObjects 1.3.6.1.4.1.9.9.188.1
             cGtpConfigurations 1.3.6.1.4.1.9.9.188.1.1
                 cGtpGSNService 1.3.6.1.4.1.9.9.188.1.1.1 bits read-write
This object indicates the type of GPRS service that will be enabled on the device: undefined - the GPRS service functionality is turned off. ggsn - the device will function as a GGSN. sgsn - the device will function as SGSN. gtpdirector - the device will function as GDM. sgw - the device will function as a SGW in the SAE architecture. pgw - the device will function as a PGW in the SAE architecture. spgw - the device will function as a combined PGW and SGW in the SAE architecture. When the device is configured to function as GDM, all the other objects in this MIB will not be accessible and the CISCO-GTP-DIRECTOR-MIB should be used for managing the device. Bits: 'undefined': 0, 'pgw': 5, 'spgw': 6, 'sgw': 4, 'sgsn': 1, 'gtpdirector': 3, 'ggsn': 2.
                 cGtpVersion 1.3.6.1.4.1.9.9.188.1.1.2 cgtpversion read-write
The highest gtp version supported by the GSN. When the value is, version0 - GTP v0 is supported, version1 - GTP v1 and GTP v0 are supported, version2 - GTP v0, GTP v1 and GTP v2 are supported.
                 cGtpT3TunnelTimer 1.3.6.1.4.1.9.9.188.1.1.3 integer32 read-write
When the GSN behaves as SGSN, the T3-TUNNEL timer is used for mobility management. When a roaming MS moves from one SGSN(Old SGSN) to a another SGSN(New SGSN), this timer is started by the 'Old SGSN'. While the timer is running, the T-PDUs received by the 'Old SGSN' (from the GGSN), and any buffered T-PDUs are forwarded to the 'New SGSN'. When the GSN behaves as GGSN, the GGSN starts this timer after receiving a Update PDP Context request message from 'New SGSN'. An Update PDP context request shall be sent by SGSN as part of mobility management intimating that MS has moved to this SGSN. While the timer is running, the GGSN will not be forwarding any PDUs to the requesting 'New SGSN'.
                 cGtpT3ResponseTimer 1.3.6.1.4.1.9.9.188.1.1.4 integer32 read-write
The T3-RESPONSE timer for retransmission. This timer is started by a GSN, upon the transmission of a signalling request message; it is used for message retransmission purposes, in the event that no response is received by the time the timer expires.
                 cGtpN3Request 1.3.6.1.4.1.9.9.188.1.1.5 integer32 read-write
Maximum number of retransmissions for a signalling request message if no corresponding response message is received for a request in cGtpT3ResponseTimer time.
                 cGtpN3BufferSize 1.3.6.1.4.1.9.9.188.1.1.6 integer32 read-write
Maximum size of the receive buffer for G-PDUs and signalling request messages. If a packet arrives with more data bytes than the receive buffer can contain, the packet will be discarded.
                 cGtpEchoRequestTimerEnable 1.3.6.1.4.1.9.9.188.1.1.7 truthvalue read-write
This object indicates whether Echo Request timer is used by the GGSN. - true : will enable the Echo Request timer. - false : will disable the Echo Request timer.
                 cGtpEchoRequestTimer 1.3.6.1.4.1.9.9.188.1.1.8 integer32 read-write
The time interval to transmit 'Echo Request' message. 'Echo Response' message is normally received in response to 'Echo Request' message. In the event of no response to the 'Echo Request' message, a notification is generated identifying the peer GSN (i.e. cGtpGSN Address), which fails to respond. This object can be retrieved only if cGtpEchoRequestTimerEnable is set to 'true'.
                 cGtpGSNTotalBandwidthResrc 1.3.6.1.4.1.9.9.188.1.1.9 unsigned32 read-write
The total amount of bandwidth resource on the GSN, this total depends on various factors like system throughput, memory size, maximum number of PDP contexts supported. A portion of the total resources will be allocated to a user at the PDP context activation time based on the Qos class the user is assigned to.
                 cGtpMaximumPdps 1.3.6.1.4.1.9.9.188.1.1.10 unsigned32 read-write
The maximum number of PDP contexts that can be activated on the GSN.
                 cGtpNotifEnable 1.3.6.1.4.1.9.9.188.1.1.11 truthvalue read-write
Indicates whether cGtpNotifications notification will be sent when a notification is generated by the device. - 'true', it will enable the device to send a notification. - 'false', it will prevent the device from sending out a notification.
                 cGtpDynamicEchoTimerEnable 1.3.6.1.4.1.9.9.188.1.1.12 truthvalue read-write
This object indicates whether dynamic echo timer is used by the GGSN. - true : will enable the dynamic echo timer. - false : will disable the dynamic echo timer.
                 cGtpDynamicEchoTimerMinTime 1.3.6.1.4.1.9.9.188.1.1.13 integer32 read-write
This object specifies the minimum time used by the dynamic echo timer. This object should be ignored if cGtpDynamicEchoTimerEnable is set to 'false'.
                 cGtpDynamicEchoTimerSmoothFactor 1.3.6.1.4.1.9.9.188.1.1.14 integer32 read-write
This object specifies the smooth factor by which dynamic echo timer can be adjusted. This object should be ignored if cGtpDynamicEchoTimerEnable is set to 'false'.
                 cGtpPathHistoryLimit 1.3.6.1.4.1.9.9.188.1.1.15 cgtpmaxhistnumber read-write
This object specifies the maximum number of entries in the cGtpPathStatisticsHistoryTable.
                 cGtpUpdateFailDelete 1.3.6.1.4.1.9.9.188.1.1.16 truthvalue read-write
This object specifies whether the delete action will be taken when a COA initiated update request for QOS change fails for a PDP context. If the object is set to 'true' and the update response from SGSN (for a update request) is not got after the retries or the received response indicates a cause value other than 'request accepted', then the PDP context will be deleted by GGSN.
                 cGtpSgsnProfileTable 1.3.6.1.4.1.9.9.188.1.1.18 no-access
This table provides the configuration on SGSN profiles identified by addresses and port numbers configured in GGSN and the associated profile actions to be applied. When an SGSN path identified by cGtpPathAddress and cGtpPathPort in cGtpPathEntry matches the profile matching criteria represented by cGtpSgsnProfileIpAddressType cGtpSgsnProfileStartIpAddress, cGtpSgsnProfileEndIpAddress and cGtpSgsnProfilePortNumber, the actions associated with the profile entry (such as disable echo) will be applied on the corresponding SGSN path.
                       cGtpSgsnProfileEntry 1.3.6.1.4.1.9.9.188.1.1.18.1 no-access
An entry in this table. Entries in the cGtpSgsnProfileTable are created and deleted using the cGtpSgsnProfileRowStatus object.
                           cGtpSgsnProfileIndex 1.3.6.1.4.1.9.9.188.1.1.18.1.1 unsigned32 no-access
An arbitrary integer-value to uniquely identify a row in in the cGtpSgsnProfileTable.
                           cGtpSgsnProfileIpAddressType 1.3.6.1.4.1.9.9.188.1.1.18.1.2 inetaddresstype read-only
This object indicates the type of Internet address of the objects cGtpSgsnStartIpAddress and cGtpSgsnEndIpAddress in the same row.
                           cGtpSgsnProfileStartIpAddress 1.3.6.1.4.1.9.9.188.1.1.18.1.3 inetaddress read-only
This object indicates the start address of the SGSN node in the address range associated with this SGSN profile.
                           cGtpSgsnProfileEndIpAddress 1.3.6.1.4.1.9.9.188.1.1.18.1.4 inetaddress read-only
This object indicates the end address of the SGSN node in the address range associated with this SGSN profile.
                           cGtpSgsnProfilePortNumber 1.3.6.1.4.1.9.9.188.1.1.18.1.5 inetportnumber read-only
This object indicates the port number of the SGSN node associated with this SGSN profile.
                           cGtpSgsnProfileEchoDisable 1.3.6.1.4.1.9.9.188.1.1.18.1.6 truthvalue read-only
This object indicates whether the GTP echo status is disabled or not for the addresses and port associated with this SGSN profile. The value 'true' indicates that echo is disabled for this profile, while the value 'false' indicates that echo is enabled for this profile.
                           cGtpSgsnProfileStorageType 1.3.6.1.4.1.9.9.188.1.1.18.1.7 storagetype read-only
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                           cGtpSgsnProfileRowStatus 1.3.6.1.4.1.9.9.188.1.1.18.1.8 rowstatus read-only
This object is used to manage creation and deletion of rows in this table. Objects in this row cannot be modified when this entry is 'active'.
             cGtpStatus 1.3.6.1.4.1.9.9.188.1.2
                 cGtpLastNoRespToEchoGSNIpAddrTyp 1.3.6.1.4.1.9.9.188.1.2.1 inetaddresstype read-only
This object indicates the type of Internet address by which cGtpLastNoRespToEchoGSNIpAddr is reachable.
                 cGtpLastNoRespToEchoGSNIpAddr 1.3.6.1.4.1.9.9.188.1.2.2 inetaddress read-only
The IP address of the last peer GSN device that did not reply to an GTP 'Echo Request' message from the local GSN device.
                 cGtpPremiumQosMeanThroughput 1.3.6.1.4.1.9.9.188.1.2.3 gauge32 read-only
The sum of the mean throughput for premium class QOS users on the GSN.
                 cGtpNormalQosMeanThroughput 1.3.6.1.4.1.9.9.188.1.2.4 gauge32 read-only
The sum of the mean throughput for normal class QOS users on the GSN.
                 cGtpBestEffortQosMeanThroughput 1.3.6.1.4.1.9.9.188.1.2.5 gauge32 read-only
The sum of the mean throughput for best-effort class QOS users on the GSN.
                 cGtpGSNTable 1.3.6.1.4.1.9.9.188.1.2.6 no-access
GSN peer table. The SGSN-GGSN peer relationship is established as given in the following series of steps: 1. When Mobile System (MS) wants service, it sends packets to a SGSN with specific APN. 2. SGSN uses the DNS to resolve this APN to the IP address of the GGSN which is the designated as the gateway to this APN. 3. SGSN establishes a path to the GGSN using GTP protocol. 4. The SGSN and GGSN peer maintains path by sending echo request message to each other. If one side fails in echo reply for certain times, the other side will send a notification to NMS. A SGSN can have multiple GGSN as peers, while a GGSN can have multiple SGSN peers, depending on routing path.
                     cGtpGSNEntry 1.3.6.1.4.1.9.9.188.1.2.6.1 no-access
GSN entry. The entry is created when a path between a GGSN and SGSN is setup and the corresponding peer is not yet listed in the GSN peer table. The entry is deleted when the path is released, or echo test message on the path times out after certain retry number defined as cGtpN3Request.
                         cGtpGSNAddressType 1.3.6.1.4.1.9.9.188.1.2.6.1.1 inetaddresstype no-access
The type of Internet address by which cGtpGSNAddress is reachable.
                         cGtpGSNAddress 1.3.6.1.4.1.9.9.188.1.2.6.1.2 inetaddress read-only
Ip address that uniquely identify a GSN node.
                         cGtpGSNVersion 1.3.6.1.4.1.9.9.188.1.2.6.1.3 cgtpversion read-only
This object represents the GTP version supported by the GSN node, identified by cGtpGSNAddressType and cGtpGSNAddress. The value: version0 - represents GTP version0 and version1 - represents GTP version1.
                 cGtpPathTable 1.3.6.1.4.1.9.9.188.1.2.7 no-access
This table identifies the paths established on a GSN. The path may be established between a GGSN and SGSN or GGSN and charging gateway or GGSN and MAP converting GSN. The path between GGSN and charging gateway is established when the charging gateway is configured on the GGSN. The path between GGSN and MAP converting GSN is established when the MAP converting GSN is configured on the GGSN. The path between a GGSN and SGSN is established in the following series of steps: 1. When Mobile System (MS) wants service, it sends packets to a SGSN with specific APN. 2. SGSN uses the DNS to resolve this APN to the IP address of the GGSN which is the designated as the gateway to this APN. 3. SGSN establishes a path to the GGSN using GTP protocol. 4. The SGSN and GGSN peer maintains path by sending echo request message to each other. If one side fails in echo reply for certain times, the other side will send a trap to NMS. A SGSN can have multiple GGSN as peers, while a GGSN can have multiple SGSN peers, depending on routing path. Moreover, a GSN can have more than one path to a peer, each of which will have a unique port.
                     cGtpPathEntry 1.3.6.1.4.1.9.9.188.1.2.7.1 no-access
The entry is created: 1. When a path between a GGSN and SGSN is setup. 2. Or, when a path between the GGSN and the charging gateway is setup. 3. Or, when a path between GGSN and the MAP converting GSN is setup. The entry is deleted when the path is released, or echo test message on the path times out after certain retry number defined as cGtpN3Request.
                         cGtpPathAddressType 1.3.6.1.4.1.9.9.188.1.2.7.1.1 inetaddresstype no-access
The type of Internet address by which cGtpPathAddress is reachable.
                         cGtpPathAddress 1.3.6.1.4.1.9.9.188.1.2.7.1.2 inetaddress no-access
An address that uniquely identifies a remote node to which this path is established.
                         cGtpPathPort 1.3.6.1.4.1.9.9.188.1.2.7.1.3 inetportnumber no-access
This object identifies the port on the remote node. The value of zero is invalid.
                         cGtpPathVersion 1.3.6.1.4.1.9.9.188.1.2.7.1.4 cgtpversion read-only
This object represents the GTP version of the path identified by cGtpPathEntry. The value: version0 - represents GTP version0 and version1 - represents GTP version1.
                         cGtpPathRemoteNode 1.3.6.1.4.1.9.9.188.1.2.7.1.5 cgtpentities read-only
This object represents the remote node associated to the path identified by this entry.
                         cGtpPathVrfName 1.3.6.1.4.1.9.9.188.1.2.7.1.6 snmpadminstring read-only
This object represents the VRF name on the inter-node interface through which this GTP path is established.
                 cGtpTotalActivePaths 1.3.6.1.4.1.9.9.188.1.2.8 gauge32 read-only
This object represents the total number of paths currently active on the gateway.
                 cGtpTotalActiveGtpv1DataPaths 1.3.6.1.4.1.9.9.188.1.2.9 gauge32 read-only
This object represents the total number of GTPv1-U data paths currently active on the gateway.
             cGtpStatistics 1.3.6.1.4.1.9.9.188.1.3
                 cGtpPathFailureOccurrences 1.3.6.1.4.1.9.9.188.1.3.1 counter32 read-only
The number of times that any one of this GSN's peers failed to respond to an GTP 'Echo Request' messages during the waiting intervals.
                 cGtpCurrentUsedBandwidth 1.3.6.1.4.1.9.9.188.1.3.2 gauge32 read-only
The current amount of bandwith resource used on the GSN.
                 cGtpTotalDroppedPackets 1.3.6.1.4.1.9.9.188.1.3.3 counter32 read-only
The total number of received GTP packets that could not be processed and are dropped since system started.
                 cGtpPathStatisticsTable 1.3.6.1.4.1.9.9.188.1.3.4 no-access
The table has the statistics for each SGSN path established.
                     cGtpPathStatisticsEntry 1.3.6.1.4.1.9.9.188.1.3.4.1 no-access
An entry in this table. Creation of row(s) will happen when a PATH is established. Deletion of row(s) will happen when the PATH gets removed.
                         cGtpUnexpectedMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.1 counter32 read-only
This object represents the number of unexpected PDUs received. Trigger Condition: The counter is incremented when GGSN receives a GTP PDU for nonexistent PDP context.
                         cGtpDroppedDataMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.2 counter32 read-only
This object represents the number of GTP PDUs dropped on a GTP-U data path.
                         cGtpRcvdPDUMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.3 counter32 read-only
This object represents the number of PDU messages received on a GTP-U data path.
                         cGtpSentPDUMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.4 counter32 read-only
This object represents the number of PDU messages sent on a GTP-U data path.
                         cGtpRcvdPDUOctets 1.3.6.1.4.1.9.9.188.1.3.4.1.5 counter64 read-only
This object represents the number of bytes received in PDU message on a GTP-U data path.
                         cGtpSentPDUOctets 1.3.6.1.4.1.9.9.188.1.3.4.1.6 counter64 read-only
This object represents the number of bytes sent in PDU message on a GTP-U data path.
                         cGtpMsgTooShort 1.3.6.1.4.1.9.9.188.1.3.4.1.7 counter32 read-only
This object represents the number of GTP-PDU messages which are too short. Trigger Condition: The counter is incremented when a GTP message received that is too short to hold the GTP header for the supported GTP version.
                         cGtpUnknownMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.8 counter32 read-only
This object represents the number of unknown GTP messages received. Trigger Condition: The counter is incremented when a message using a Message Type value defining an unknown GTP signalling message is received.
                         cGtpUnexpectedSigMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.9 counter32 read-only
This object represents the number of unexpected GTP signaling messages received. Trigger Condition: The counter is incremented when a message received on the wrong end of the tunnel or a response message received for a request that was not sent by the GGSN.
                         cGtpRoamingPDUs 1.3.6.1.4.1.9.9.188.1.3.4.1.10 counter32 read-only
This object represents the number of PDUs received from a roaming MS on a SGSN path. This object is deprecated and replaced with more specific objects cGtpRoamingTrustedPDPs and cGtpRoamingNonTrustedPDPs.
                         cGtpSecurityViolations 1.3.6.1.4.1.9.9.188.1.3.4.1.11 counter32 read-only
This objects represents the number of security violations happened on each SGSN path. Trigger Condition: The counter is incremented when a GGSN receives the packet from MS with source or destination address violation.
                         cGtpUnsupportedExtHdr 1.3.6.1.4.1.9.9.188.1.3.4.1.12 counter32 read-only
This object represents the number of create PDP context requests received with unsupported extension headers.
                         cGtpPathFailures 1.3.6.1.4.1.9.9.188.1.3.4.1.13 counter32 read-only
This object represents the number of path failures on the GGSN. Trigger Condition: The counter is incremented when the transmit response timer expires for any message sent on the path.
                         cGtpTotalDropped 1.3.6.1.4.1.9.9.188.1.3.4.1.14 counter32 read-only
This object represents the number of dropped packets by GGSN.
                         cGtpDroppedSigMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.15 counter32 read-only
This object represents the number of signalling packets dropped by GGSN.
                         cGtpRcvdSigMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.16 counter32 read-only
This object represents the number of signaling messages received on a GTP-C signaling path.
                         cGtpSentSigMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.17 counter32 read-only
This object represents the number of signaling messages sent on a GTP-C signaling path.
                         cGtpTotalCreatedPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.18 counter32 read-only
This object represents the number of created PDPs on this path since the path was created. This includes static, dynamic, IP PDPs.
                         cGtpTotalDeletedPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.19 counter32 read-only
This object represents the number of PDPs deleted on this path since the path was created.
                         cGtpTotalCreatedPppPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.20 counter32 read-only
This object represents the number of PPP PDPs created since the system is up.
                         cGtpTotalDeletedPppPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.21 counter32 read-only
This object represents the number of PPP PDPs deleted since the system is up.
                         cGtpSinglePDPSessCleared 1.3.6.1.4.1.9.9.188.1.3.4.1.22 counter32 read-only
This object represents the number of hanging single PDP contexts cleared on the GGSN.
                         cGtpPathFailLocalDelPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.23 counter32 read-only
This object represents the number of PDPs deleted locally because of path failure.
                         cGtpVerUpgradeLocalDelPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.24 counter32 read-only
This object represents the number of PDPs, which are deleted locally, due to version upgrade.
                         cGtpNoSgsnLocalDelPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.25 counter32 read-only
This object indicates the number of PDPs, which are deleted locally without sending delete PDP request. If GPRS service is turned off, or GGSN is in standby mode, the PDPs are deleted locally.
                         cGtpVerFallbackLocalDelPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.26 counter32 read-only
This object indicates the number of PDPs, which are deleted locally, due to fallback in GTP version. Trigger condition: The counter is incremented when GGSN receives create request of version0 PDP which exists on GTP version1 path.
                         cGtpCreateCollideWithDel 1.3.6.1.4.1.9.9.188.1.3.4.1.27 counter32 read-only
This object represents the number of collisions happened when a PDP is locally deleted and recreated.
                         cGtpVersionChanges 1.3.6.1.4.1.9.9.188.1.3.4.1.28 counter32 read-only
This object represents the number of GTP version changes occurred on a SGSN path. Trigger condition: The counter is incremented when GGSN receives create request for version1 PDP, which exists on GTP version0 path.
                         cGtpRetransCreatePDPReqs 1.3.6.1.4.1.9.9.188.1.3.4.1.29 counter32 read-only
This object indicates the number of retransmitted create PDP requests received. Trigger condition: The counter is incremented when GGSN receives create PDP request with same sequence number as before.
                         cGtpCreateAsUpdate 1.3.6.1.4.1.9.9.188.1.3.4.1.30 counter32 read-only
This object represents the number of create requests received, which are treated as update request on GGSN. Trigger condition: The counter is incremented when GGSN receives create request for an existing PDP.
                         cGtpIpv6PdpActRejects 1.3.6.1.4.1.9.9.188.1.3.4.1.31 counter32 read-only
This object represents the number of IPv6 PDP activation rejected by the GGSN.
                         cGtpIpv6CreatedPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.32 counter32 read-only
This object represents the total number of IPv6 PDPs successfully created on a GTP-C signaling or a GTP-U data path. This includes static,dynamic, IP PDPs.
                         cGtpIpv6DeletedPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.33 counter32 read-only
This object indicates the total number of IPv6 PDPs deleted on a GTP-C signaling or a GTP-U data path.
                         cGtpIpv6RcvdSigMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.34 counter32 read-only
This object represents the total number of IPv6 signaling messages received on SGSN path. This object is deprecated as there is no corresponding counter in GGSN. All signaling messages received are indicated by cGtpRcvdSigMsgs.
                         cGtpIpv6SentSigMsgs 1.3.6.1.4.1.9.9.188.1.3.4.1.35 counter32 read-only
This object represents the number of IPv6 signaling messages sent on SGSN path. This object is deprecated as there is no corresponding counter in GGSN. All signaling messages sent are indicated by cGtpSentSigMsgs.
                         cGtpIpv6RcvdPDUs 1.3.6.1.4.1.9.9.188.1.3.4.1.36 counter32 read-only
This object represents the total number of IPv6 PDU messages received on a GTP-U data path.
                         cGtpIpv6SentPDUs 1.3.6.1.4.1.9.9.188.1.3.4.1.37 counter32 read-only
This object represents the total number of IPv6 PDU messages sent on a GTP-U data path.
                         cGtpIpv6RcvdOctets 1.3.6.1.4.1.9.9.188.1.3.4.1.38 counter64 read-only
This object represents the number of bytes received in IPv6 PDU message on a GTP-U data path.
                         cGtpIpv6SentOctets 1.3.6.1.4.1.9.9.188.1.3.4.1.39 counter64 read-only
This object represents the number of bytes sent in IPv6 PDU message on a GTP-U data path.
                         cGtpNoWaitSgsnLocalDelPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.40 counter32 read-only
This object indicates the number of PDPs deleted for a given SGSN path in GGSN without waiting for a delete PDP context response from the SGSN.
                         cGtpNoReqSgsnLocalDelPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.41 counter32 read-only
This object indicates the number of PDPs deleted locally in GGSN on a SGSN path without sending a delete PDP request to the SGSN.
                         cGtpRoamingTrustedPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.42 counter32 read-only
This object indicates the number of roaming PDP contexts in a trusted PLMN.
                         cGtpRoamingNonTrustedPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.43 counter32 read-only
This object indicates the number of roaming PDP contexts that are not in a trusted PLMN.
                         cGtpNonRoamingPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.44 counter32 read-only
This object indicates the number of non-roaming PDPs on a SGSN path.
                         cGtpSentPdpUpdateReqs 1.3.6.1.4.1.9.9.188.1.3.4.1.45 counter32 read-only
This object indicates the total number of GGSN initiated update PDP requests sent on a SGSN path.
                         cGtpRcvdPdpUpdateResponses 1.3.6.1.4.1.9.9.188.1.3.4.1.46 counter32 read-only
This object indicates the total number of update PDP responses received from the SGSN for the GGSN initiated update PDP requests.
                         cGtpTotalDtEnabled 1.3.6.1.4.1.9.9.188.1.3.4.1.47 counter32 read-only
This object indicates the total number of times Direct tunnel is enabled for the PDP contexts in GGSN.
                         cGtpIpv4v6CreatedPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.48 counter32 read-only
This object represents the total number of IPv4v6 PDPs successfully created on a GTP-C signaling or a GTP-U data path.
                         cGtpIpv4v6DeletedPDPs 1.3.6.1.4.1.9.9.188.1.3.4.1.49 counter32 read-only
This object indicates the total number of IPv4v6 PDPs deleted on a GTP-C signaling or a GTP-U data path.
                 cGtpPathStatisticsHistoryTable 1.3.6.1.4.1.9.9.188.1.3.5 no-access
This table indicates historical information for GTP paths which have been deleted.
                     cGtpPathStatisticsHistEntry 1.3.6.1.4.1.9.9.188.1.3.5.1 no-access
An entry in this table. Creation of row(s) will happen when a PATH is removed. Deletion of row(s) will happen when the PATH entry limit, given by the object cGtpPathHistoryLimit, is reached. The oldest paths will be removed once the limit is reached.
                         cGtpHistIndex 1.3.6.1.4.1.9.9.188.1.3.5.1.1 cgtpmaxhistnumber no-access
This object indicates the history number of an entry.
                         cGtpHistRemoteAddrType 1.3.6.1.4.1.9.9.188.1.3.5.1.2 inetaddresstype no-access
This object indicates the type of the Internet address of the object cGtpHistRemoteAddress.
                         cGtpHistRemoteAddress 1.3.6.1.4.1.9.9.188.1.3.5.1.3 inetaddress no-access
This object indicates the Internet address for the remote end of the GTP path, such as the address of the SGSN.
                         cGtpHistRemotePort 1.3.6.1.4.1.9.9.188.1.3.5.1.4 inetportnumber no-access
This object indicates the port number for the remote end of the GTP path.
                         cGtpHistUnexpectedMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.5 counter32 read-only
This object indicates the historical number of unexpected PDUs received. Trigger Condition: The counter is incremented when GGSN receives a GTP PDU for nonexistent PDP context.
                         cGtpHistDroppedDataMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.6 counter32 read-only
This object indicates the historical number of GTP PDUs dropped for a specific SGSN path.
                         cGtpHistRcvdPDUMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.7 counter32 read-only
This object indicates the historical number of PDU messages received on a SGSN path.
                         cGtpHistSentPDUMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.8 counter32 read-only
This object indicates the historical number of PDU messages sent on a SGSN path.
                         cGtpHistRcvdPDUOctets 1.3.6.1.4.1.9.9.188.1.3.5.1.9 counter64 read-only
This object indicates the historical number of bytes received in PDU message on a SGSN path.
                         cGtpHistSentPDUOctets 1.3.6.1.4.1.9.9.188.1.3.5.1.10 counter64 read-only
This object indicates the historical number of bytes sent in PDU message on a SGSN path.
                         cGtpHistMsgTooShort 1.3.6.1.4.1.9.9.188.1.3.5.1.11 counter32 read-only
This object indicates the historical number of GTP-PDU messages which are too short. Trigger Condition: The counter is incremented when a GTP message received that is too short to hold the GTP header for the supported GTP version.
                         cGtpHistUnknownMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.12 counter32 read-only
This object indicates the historical number of unknown GTP messages received. Trigger Condition: The counter is incremented when a message using a Message Type value defining an unknown GTP signalling message is received.
                         cGtpHistUnexpectedSigMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.13 counter32 read-only
This object indicates the historical number of unexpected GTP signaling messages received. Trigger Condition: The counter is incremented when a message received on the wrong end of the tunnel or a response message received for a request that was not sent by the GGSN.
                         cGtpHistRoamingPDUs 1.3.6.1.4.1.9.9.188.1.3.5.1.14 counter32 read-only
This object indicates the historical number of PDUs received from a roaming MS on a SGSN path. This object is deprecated and replaced with more specific objects cGtpHistRoamingTrustedPDPs, cGtpHistRoamingNonTrustedPDPs.
                         cGtpHistSecurityViolations 1.3.6.1.4.1.9.9.188.1.3.5.1.15 counter32 read-only
This object indicates the historical number of security violations happened on each SGSN path. Trigger Condition: The counter is incremented when a GGSN receives the packet from MS with source or destination address violation.
                         cGtpHistUnsupportedExtHdr 1.3.6.1.4.1.9.9.188.1.3.5.1.16 counter32 read-only
This object indicates the historical number of create PDP context requests received with unsupported extension headers.
                         cGtpHistPathFailures 1.3.6.1.4.1.9.9.188.1.3.5.1.17 counter32 read-only
This object indicates the historical number of path failures on the GGSN. Trigger Condition: The counter is incremented when the transmit response timer expires for any message sent on the path.
                         cGtpHistTotalDropped 1.3.6.1.4.1.9.9.188.1.3.5.1.18 counter32 read-only
This object indicates the historical number of dropped packets by GTP.
                         cGtpHistDroppedSigMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.19 counter32 read-only
This object indicates the historical number of signalling packets dropped by GGSN.
                         cGtpHistRcvdSigMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.20 counter32 read-only
This object indicates the historical number of signaling messages received on a GTP-C signaling path.
                         cGtpHistSentSigMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.21 counter32 read-only
This object indicates the historical number of signaling messages sent on a GTP-C signaling path.
                         cGtpHistTotalCreatedPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.22 counter32 read-only
This object indicates the historical number of created PDPs since system is up. This includes static, dynamic, IP PDPs.
                         cGtpHistTotalDeletedPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.23 counter32 read-only
This object indicates the historical number of PDPs deleted since system is up.
                         cGtpHistTotalCreatedPppPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.24 counter32 read-only
This object indicates the historical number of PPP PDPs created since the system is up.
                         cGtpHistTotalDeletedPppPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.25 counter32 read-only
This object indicates the historical number of PPP PDPs deleted since the system is up.
                         cGtpHistSinglePDPSessCleared 1.3.6.1.4.1.9.9.188.1.3.5.1.26 counter32 read-only
This object indicates the historical number of hanging single PDP contexts cleared on the GGSN.
                         cGtpHistPathFailLocalDelPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.27 counter32 read-only
This object indicates the historical number of PDPs deleted locally because of path failure.
                         cGtpHistVerUpgradeLocalDel 1.3.6.1.4.1.9.9.188.1.3.5.1.28 counter32 read-only
This object indicates the historical number of PDPs, which are deleted locally, due to version upgrade.
                         cGtpHistNoSgsnLocalDelPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.29 counter32 read-only
This object indicates the historical number of PDPs, which are deleted locally without sending delete PDP request. If GPRS service is turned off, or GGSN is in standby mode, the PDPs are deleted locally.
                         cGtpHistVerFallbackLocalDel 1.3.6.1.4.1.9.9.188.1.3.5.1.30 counter32 read-only
This object indicates the historical number of PDPs, which are deleted locally, due to fallback in GTP version. Trigger condition: The counter is incremented when GGSN receives create request for version0 PDP which exists on GTP version1 path.
                         cGtpHistCreateCollideWithDel 1.3.6.1.4.1.9.9.188.1.3.5.1.31 counter32 read-only
This object indicates the historical number of collisions happened when a PDP is locally deleted and recreated.
                         cGtpHistVersionChanges 1.3.6.1.4.1.9.9.188.1.3.5.1.32 counter32 read-only
This object indicates the historical number of GTP version changes occured on a SGSN path. Trigger condition: The counter is incremented when GGSN receives create request for version1 PDP, which exists on GTP version0 path.
                         cGtpHistRetransCreatePDPReqs 1.3.6.1.4.1.9.9.188.1.3.5.1.33 counter32 read-only
This object indicates the historical number of retransmitted create PDP requests received. Trigger condition: The counter is incremented when GGSN receives create PDP request with same sequence number as before.
                         cGtpHistCreateAsUpdate 1.3.6.1.4.1.9.9.188.1.3.5.1.34 counter32 read-only
This object indicates the historical number of create requests received, which are treated as update request on GGSN. Trigger condition: The counter is incremented when GGSN receives create request for an existing PDP.
                         cGtpHistIpv6PdpActRejects 1.3.6.1.4.1.9.9.188.1.3.5.1.35 counter32 read-only
This object indicates the historical number of IPv6 PDP activation rejected by the GGSN.
                         cGtpHistIpv6CreatedPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.36 counter32 read-only
This object indicates the historical number of IPv6 PDPs successfully created on SGSN path. This includes static, dynamic IP PDPs.
                         cGtpHistIpv6DeletedPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.37 counter32 read-only
This object indicates the historical number of IPv6 PDPs deleted on SGSN path.
                         cGtpHistIpv6RcvdSigMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.38 counter32 read-only
This object indicates the historical number of IPv6 signaling messages received on SGSN path. This object is deprecated as there is no corresponding counter in GGSN. The historical number of all the signaling messages received is denoted by cGtpHistRcvdSigMsgs.
                         cGtpHistIpv6SentSigMsgs 1.3.6.1.4.1.9.9.188.1.3.5.1.39 counter32 read-only
This object indicates the historical number of IPv6 signaling messages sent on SGSN path. This object is deprecated as there is no corresponding counter in GGSN. The historical number of all signaling messages sent is denoted by cGtpHistSentSigMsgs.
                         cGtpHistIpv6RcvdPDUs 1.3.6.1.4.1.9.9.188.1.3.5.1.40 counter32 read-only
This object indicates the historical number of IPv6 PDU messages received on SGSN path.
                         cGtpHistIpv6SentPDUs 1.3.6.1.4.1.9.9.188.1.3.5.1.41 counter32 read-only
This object indicates the historical number of IPv6 PDU messages sent on SGSN path.
                         cGtpHistIpv6RcvdOctets 1.3.6.1.4.1.9.9.188.1.3.5.1.42 counter64 read-only
This object indicates the historical number of bytes received in IPV6 PDU message on SGSN path.
                         cGtpHistIpv6SentOctets 1.3.6.1.4.1.9.9.188.1.3.5.1.43 counter64 read-only
This object indicates the historical number of bytes sent in IPv6 PDU message on SGSN path.
                         cGtpHistNoWaitSgsnLocalDelPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.44 counter32 read-only
This object indicates the historical number of PDPs deleted in GGSN without waiting for a delete PDP response from the SGSN.
                         cGtpHistNoReqSgsnLocalDelPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.45 counter32 read-only
This object indicates the historical number of PDPs deleted in GGSN without sending a delete PDP request to the SGSN.
                         cGtpHistRoamingTrustedPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.46 counter32 read-only
This object indicates the historical number of roaming PDP contexts in a trusted PLMN on a SGSN path.
                         cGtpHistRoamingNonTrustedPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.47 counter32 read-only
This object indicates the historical number of roaming PDP contexts that are not in a trusted PLMN on a SGSN path.
                         cGtpHistNonRoamingPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.48 counter32 read-only
This object indicates the historical number of non-roaming PDPs on a SGSN path.
                         cGtpHistSentPdpUpdateReqs 1.3.6.1.4.1.9.9.188.1.3.5.1.49 counter32 read-only
This object indicates the historical number of GGSN initiated update PDP requests sent on a SGSN path.
                         cGtpHistRcvdPdpUpdateResponses 1.3.6.1.4.1.9.9.188.1.3.5.1.50 counter32 read-only
This object indicates the historical number of update PDP responses received from the SGSN for the GGSN initiated update PDP requests.
                         cGtpHistTotalDtEnabled 1.3.6.1.4.1.9.9.188.1.3.5.1.51 counter32 read-only
This object indicates the historical number of times Direct tunnel is enabled for the PDP contexts in GGSN on a SGSN path.
                         cGtpHistRemoteNode 1.3.6.1.4.1.9.9.188.1.3.5.1.52 cgtpentities read-only
This object represents the remote node to which the GTP path was associated.
                         cGtpHistIpv4v6CreatedPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.53 counter32 read-only
This object indicates the historical number of IPv4v6 PDPs successfully created on SGSN path.
                         cGtpHistIpv4v6DeletedPDPs 1.3.6.1.4.1.9.9.188.1.3.5.1.54 counter32 read-only
This object indicates the historical number of IPv4v6 PDPs deleted on SGSN path.
                 cGtpNetworkBehindMsApns 1.3.6.1.4.1.9.9.188.1.3.6 counter32 read-only
This object represents the total number of APNs configured to support routing behind the MS in the gateway. Network-behind-mobile access-point is configured to enable an access point to support routing behind the MS. The routing behind the MS feature enables the routing of packets to IP addresses that do not belong to the PDP context (the MS), but exist behind it.
                 cGtpTotalDownldFramedRout 1.3.6.1.4.1.9.9.188.1.3.7 counter32 read-only
This object represents the total number of routes downloaded from the AAA server.
                 cGtpTotalDownldFramedRoutSavedFail 1.3.6.1.4.1.9.9.188.1.3.8 counter32 read-only
This object represents the total number of downloaded routes that could not be saved due to no memory.
                 cGtpTotalDownldFramedRoutInsFail 1.3.6.1.4.1.9.9.188.1.3.9 counter32 read-only
This object represents the total number of downloaded routes that cannot be inserted into the routing table because it is conflicting with other routes.
                 cGtpTotalDownldFramedRoutIns 1.3.6.1.4.1.9.9.188.1.3.10 counter32 read-only
This object represents the total number of routes downloaded from the AAA server that have been inserted into the routing table.
                 cGtpTotalDownldFramedRoutDeleted 1.3.6.1.4.1.9.9.188.1.3.11 counter32 read-only
This object represents the total number of routes downloaded from the AAA server that have been deleted from the routing table.
                 cGtpTotalv0v1SigMsgDropped 1.3.6.1.4.1.9.9.188.1.3.12 counter32 read-only
This object represents the total number of GTPv0 and GTPv1 signalling messages that could not be processed and are dropped since system started.
                 cGtpTotalDataMsgDropped 1.3.6.1.4.1.9.9.188.1.3.13 counter32 read-only
This object represents the total number of data messages that could not be processed and are dropped since system started.
                 cGtpv0PathCreated 1.3.6.1.4.1.9.9.188.1.3.14 counter32 read-only
This object represents the total number of GTPv0 paths created since system started.
                 cGtpv0PathDeleted 1.3.6.1.4.1.9.9.188.1.3.15 counter32 read-only
This object represents the total number of GTPv0 paths deleted since system started.
                 cGtpv0PathRestarted 1.3.6.1.4.1.9.9.188.1.3.16 counter32 read-only
This object represents the total number of GTPv0 paths restarted since system started.
                 cGtpv1SigPathCreated 1.3.6.1.4.1.9.9.188.1.3.17 counter32 read-only
This object represents the total number of GTPv1 signalling paths created since system started.
                 cGtpv1SigPathDeleted 1.3.6.1.4.1.9.9.188.1.3.18 counter32 read-only
This object represents the total number of GTPv1 signalling paths deleted since system started.
                 cGtpv1SigPathRestarted 1.3.6.1.4.1.9.9.188.1.3.19 counter32 read-only
This object represents the total number of GTPv1 signalling paths restarted since system started.
                 cGtpv1DataPathCreated 1.3.6.1.4.1.9.9.188.1.3.20 counter32 read-only
This object represents the total number of GTPv1 data paths created since system started.
                 cGtpv1DataPathDeleted 1.3.6.1.4.1.9.9.188.1.3.21 counter32 read-only
This object represents the total number of GTPv1 data paths deleted since system started.
                 cGtpv1DataPathRestarted 1.3.6.1.4.1.9.9.188.1.3.22 counter32 read-only
This object represents the total number of GTPv1 data paths restarted since system started.
                 cGtpTotalDownlinkQosFailures 1.3.6.1.4.1.9.9.188.1.3.23 counter32 read-only
This object represents the total number of downlink packet drops due to Qos failure on the gateway.
                 cGtpTotalUplinkQosFailures 1.3.6.1.4.1.9.9.188.1.3.24 counter32 read-only
This object represents the total number of uplink packet drops due to Qos failure on the gateway.
         cGtpNotifPrefix 1.3.6.1.4.1.9.9.188.2
             cGtpNotifications 1.3.6.1.4.1.9.9.188.2.0
                 cGtpPathFailedNotification 1.3.6.1.4.1.9.9.188.2.0.1
This notification is sent when one of this GSN's peers failed to respond to the GTP 'Echo Request' message for the waiting interval.
         cGtpMIBConformances 1.3.6.1.4.1.9.9.188.3
             cGtpMIBCompliances 1.3.6.1.4.1.9.9.188.3.1
                 cGtpMIBCompliance 1.3.6.1.4.1.9.9.188.3.1.1
The compliance statements for entities which implement the CISCO-GTP-MIB.
                 cGtpMIBComplianceRev1 1.3.6.1.4.1.9.9.188.3.1.2
The compliance statements for entities which implement the CISCO-GTP-MIB.
                 cGtpMIBComplianceRev2 1.3.6.1.4.1.9.9.188.3.1.3
The compliance statements for entities which implement the CISCO-GTP-MIB.
                 cGtpMIBComplianceRev3 1.3.6.1.4.1.9.9.188.3.1.4
The compliance statements for entities which implement the CISCO-GTP-MIB. This is deprecated by cGtpMIBComplianceRev4.
                 cGtpMIBComplianceRev4 1.3.6.1.4.1.9.9.188.3.1.5
The compliance statements for entities which implement the CISCO-GTP-MIB. This is deprecated by cGtpMIBComplianceRev5.
                 cGtpMIBComplianceRev5 1.3.6.1.4.1.9.9.188.3.1.6
The compliance statements for entities which implement the CISCO-GTP-MIB. This is deprecated by cGtpMIBComplianceRev6.
                 cGtpMIBComplianceRev6 1.3.6.1.4.1.9.9.188.3.1.7
The compliance statements for entities which implement the CISCO-GTP-MIB. This is deprecated by cGtpMIBComplianceRev7.
                 cGtpMIBComplianceRev7 1.3.6.1.4.1.9.9.188.3.1.8
The compliance statements for entities which implement the CISCO-GTP-MIB.
                 cGtpMIBComplianceRev8 1.3.6.1.4.1.9.9.188.3.1.9
The compliance statements for entities which implement the CISCO-GTP-MIB. This compliance is deprecated by cGtpMIBComplianceRev9.
                 cGtpMIBComplianceRev9 1.3.6.1.4.1.9.9.188.3.1.10
The compliance statements for entities which implement the CISCO-GTP-MIB.This compliance has been superceded by cGtpMIBComplianceRev10.
                 cGtpMIBComplianceRev10 1.3.6.1.4.1.9.9.188.3.1.11
The compliance statements for entities which implement the CISCO-GTP-MIB.This compliance has been superceded by cGtpMIBComplianceRev11.
                 cGtpMIBComplianceRev11 1.3.6.1.4.1.9.9.188.3.1.12
The compliance statements for entities which implement the CISCO-GTP-MIB.
             cGtpMIBGroups 1.3.6.1.4.1.9.9.188.3.2
                 cGtpConfigurationsGroup 1.3.6.1.4.1.9.9.188.3.2.1
A collection of GTP configurations.
                 cGtpStatusGroup 1.3.6.1.4.1.9.9.188.3.2.2
A collection of GTP Status.
                 cGtpStatisticsGroup 1.3.6.1.4.1.9.9.188.3.2.3
A collection of GTP statistics .
                 cGtpConfigurationsGroupRev1 1.3.6.1.4.1.9.9.188.3.2.4
A collection of GTP configurations.
                 cGtpStatusGroupRev1 1.3.6.1.4.1.9.9.188.3.2.5
A collection of GTP Status.
                 cGtpStatisticsGroupRev1 1.3.6.1.4.1.9.9.188.3.2.6
A collection of GTP statistics.
                 cGtpNotifGroup 1.3.6.1.4.1.9.9.188.3.2.7
A collection of GTP notifications.
                 cGtpConfigurationsGroupRev2 1.3.6.1.4.1.9.9.188.3.2.8
A collection of GTP configurations.
                 cGtpStatusGroupRev2 1.3.6.1.4.1.9.9.188.3.2.9
A collection of GTP status. This is deprecated by cGtpStatusGroupRev3.
                 cGtpStatusGroupRev3 1.3.6.1.4.1.9.9.188.3.2.11
A collection of GTP status.
                 cGtpStatisticsGroupSup1 1.3.6.1.4.1.9.9.188.3.2.12
A collection of GTP status. This is deprecated by cGtpStatisticsGroupSup2.
                 cGtpConfigurationsGroupSup1 1.3.6.1.4.1.9.9.188.3.2.13
A collection of GTP configurations. This is deprecated by cGtpConfigurationsGroupSup2.
                 cGtpConfigurationsGroupSup2 1.3.6.1.4.1.9.9.188.3.2.14
A collection of GTP configurations.
                 cGtpStatisticsGroupSup2 1.3.6.1.4.1.9.9.188.3.2.15
A collection of GTP statistics.
                 cGtpConfigurationsGroupSup3 1.3.6.1.4.1.9.9.188.3.2.16
A collection of objects for SGSN profile configurations.
                 cGtpStatusGroupSup1 1.3.6.1.4.1.9.9.188.3.2.17
This group of objects provides the GTP path information.
                 cGtpStatisticsGroupSup3 1.3.6.1.4.1.9.9.188.3.2.18
This supplements cGtpStatisticsGroupRev1 to provide the information about the remote node in the GTP path history.
                 cGtpStatisticsGroupSup4 1.3.6.1.4.1.9.9.188.3.2.19
This supplements cGtpStatisticsGroupSup3 to provide the information about the networks behind Ms Statistics.
                 cGtpStatusGroupSup2 1.3.6.1.4.1.9.9.188.3.2.20
This group of objects provides the GTP path status information.
                 cGtpStatisticsGroupSup5 1.3.6.1.4.1.9.9.188.3.2.21
This group of objects provides the GTP path statistics information.
                 cGtpStatisticsGroupSup6 1.3.6.1.4.1.9.9.188.3.2.22
This group of objects provides the GTP QoS statistics information.