1-- *******************************************************************
2-- CISCO-GPRS-ACC-PT-MIB.my: GPRS access point management MIB
3--
4-- Dec 1999, Huiyang Yang
5-- Oct 2007, 2008 Annie Mishalini Devasahayam
6--
7-- Copyright (c) 1999-2012 by Cisco Systems Inc.
8--
9-- All rights reserved.
10-- *****************************************************************
11
12CISCO-GPRS-ACC-PT-MIB DEFINITIONS ::= BEGIN
13
14IMPORTS
15    MODULE-IDENTITY,
16    OBJECT-TYPE,
17    NOTIFICATION-TYPE,
18    Integer32,
19    Gauge32,
20    IpAddress,
21    Counter32,
22    Counter64,
23    Unsigned32
24        FROM SNMPv2-SMI
25    MODULE-COMPLIANCE,
26    OBJECT-GROUP,
27    NOTIFICATION-GROUP
28        FROM SNMPv2-CONF
29    TEXTUAL-CONVENTION,
30    TruthValue,
31    RowStatus,
32    DisplayString
33        FROM SNMPv2-TC
34    SnmpAdminString
35        FROM SNMP-FRAMEWORK-MIB
36    InetAddressType,
37    InetAddress,
38    InetPortNumber
39        FROM INET-ADDRESS-MIB
40    InterfaceIndexOrZero,
41    CiscoInetAddressMask
42        FROM CISCO-TC
43    ciscoMgmt
44        FROM CISCO-SMI;
45
46
47ciscoGprsAccPtMIB MODULE-IDENTITY
48    LAST-UPDATED    "201204040000Z"
49    ORGANIZATION    "Cisco Systems, Inc."
50    CONTACT-INFO
51            "Cisco Systems
52            Customer Service
53
54            Postal: 170 W Tasman Drive
55            San Jose, CA  95134
56            USA
57
58            Tel: +1 800 553-NETS
59
60            E-mail: cs-gprs@cisco.com"
61    DESCRIPTION
62        "This MIB module supports access point configuration
63        for GGSN in a GPRS system. GPRS [1] is a GSM network
64        providing mobile wireless data communication services.
65
66        GGSN is the Gateway GPRS Support Node in the GPRS
67        architecture. It provides interworking with external
68        packet-switched networks - PDNs or other data networks.
69
70        GGSN is a software extension of a router.
71
72        A GGSN provides data access for its mobile subscribers
73        to parts of the data network identified by the list of
74        APNs configured on the node.
75
76        The following diagram illustrates the network
77        elements in a GPRS network, and the interfaces
78        between them:
79
80            +=====+    +======+      +======+      +=====+
81            | BSS |----| SGSN |--Gn--| GGSN |--Gi--| PDN |
82            +=====+    +======+      +======+      +=====+
83               ^                         ^
84              /|\                       /|\
85               |                         |
86               | Visited access      +--------+
87               | provider network    | Access |
88               |                     | point  |
89              \|/                    | table  |
90               V                     +--------+
91            +=====+
92            | MS  |
93            +=====+
94
95        Access points must be configured on the GGSN.
96        The Access Point Name is defined in GSM 03.03 [2] and
97        consists of two parts, the APN Network Identifier and
98        the APN Operator Identifier (more details in the
99        object description in this MIB module). The
100        cgprsAccPtTable contains the list of APNs supported
101        by this GGSN and a set of engineering parameters that
102        define the access point's operation.
103
104        This MIB is also supported in the Evolved Packet
105        Core(EPC) architecture. The details of this architecture
106        is discussed in CISCO-EPC-GATEWAY-MIB description. Hence,
107        the MIB will be supported by GGSN Gateway, PDN Gateway(PGW),
108        Serving Gateway(SGW) and a combined PGW and SGW Gateway
109        SPGW(SGW PGW Gateway).
110
111        Acronyms and terms:
112
113            3GPP   3rd Generation Partnership Project
114
115            APN    Access Point Name
116
117            BSS    Base Station Subsystem
118
119            CAC    Call Admission Control
120
121            COA    Change of Authorization
122
123            CSG2   Content Service Gateway Release 2
124
125            ETSI   European Telecommunications Standards
126                   Institute
127
128            Gi     Name of the Interface between GGSN and PDN
129
130            Gn     Name of the Interface between GGSN and SGSN
131
132            GGSN   Gateway GPRS Support Node
133
134            GPRS   General Packet Radio Service
135
136            GSM    Global System for Mobile communication
137
138            Gx     Dynamic Charging and Policy Interface
139
140            IMS    IP Multimedia Subsystem
141
142            MME    Mobility Management Entity
143
144            MS     Mobile Station
145
146            P-CSCF Proxy Call Session Control Function
147
148            PCO    Protocol Config Options
149
150            PDF    Policy Decision Function
151
152            PDN    Public Data Network
153
154            PDP    Packet Data Protocol
155
156            PLMN   Public Land Mobile Network
157
158            QOS    Quality Of Service
159
160            SGSN   Serving GPRS support Node
161
162            UE     User Equipment
163
164            VPN    Virtual Private Network
165
166            VRF    VPN Routing and Forwarding
167
168        REFERENCE
169
170        [1] GSM 03.60: Digital cellular telecommunications
171            system (Phase 2+); General Packet Radio Service
172            (GPRS); Service description; Stage 2.
173
174        [2] GSM 03.03: Digital cellular telecommunication
175            system (Phase 2+); General Packet Radio Service
176            (GPRS); Service description; Stage 1."
177    REVISION        "201204040000Z"
178    DESCRIPTION
179        "The following changes have been made.
180
181        [1] The following objects have been added
182            to cgprsAccPtStatisticsTable.
183
184             cgprsAccPtFailMsActivatedPdps,
185             cgprsAccPtFailPdpUpdate,
186             cgprsAccPtUpdateRspTimeOut
187
188        [2] Added cgprsAccPtStatisticsGroupSup6 group.
189
190        [3] Deprecated cgprsAccPtMIBComplianceRev14 and
191            replaced it with cgprsAccPtMIBComplianceRev15."
192    REVISION        "201109220000Z"
193    DESCRIPTION
194        "The following changes have been made.
195
196        [1] The following objects have been added
197            to cgprsAccPtStatisticsTable.
198
199            cgprsAccPtIpv4v6MsActivatedDynamicPdps,
200            cgprsAccPtIpv4v6MsSuccActivatedDynamicPdps.
201
202        [2] Added cgprsAccPtStatisticsGroupSup5 group.
203
204        [3] Deprecated cgprsAccPtMIBComplianceRev13 and
205            replaced it with cgprsAccPtMIBComplianceRev14."
206    REVISION        "201103140000Z"
207    DESCRIPTION
208        "The following changes have been made.
209
210        [1] The following objects has been added
211            to cgprsAccPtStatisticsTable.
212
213            cgprsAccPtActiveBearers,
214            cgprsAccPtDhcpProxServTxErrDrops,
215            cgprsAccPtDhcpProxServIpAllocErr,
216            cgprsAccPtDedBearerDeactivations,
217            cgprsAccPtDedBearerQosUpdate,
218            cgprsAccPtDedBearerSucQosUpdate,
219            cgprsAccPtDedBearerNoQosUpdate,
220            cgprsAccPtDedBearerSucNoQosUpdate.
221
222        [2] Added table cgprsAccPtDhcpv6ProxyStatsTable which
223            includes the following objects.
224
225            cgprsAccPtDhcpv6ProxInforeqRcvd,
226            cgprsAccPtDhcpv6ProxInforeqRply,
227            cgprsAccPtDhcpv6ProxInforeqLocRply,
228            cgprsAccPtDhcpv6ProxIpAllocSuc,
229            cgprsAccPtDhcpv6ProxIpAllocFail,
230            cgprsAccPtDhcpv6ProxIpRelease,
231            cgprsAccPtDhcpv6ProxIpRenewFail,
232            cgprsAccPtDhcpv6ProxUnkwnMsg,
233            cgprsAccPtDhcpv6ProxErrs.
234
235        [3] The following objects has been added
236            to cgprsAccPtExtTable.
237
238            cgprsAccPtVerifyDownlinkAddr.
239
240        [4] The following objects has been added
241            to cgprsAccPtIpv6Table.
242
243            cgprsAccPtDhcpv6ProxClientIntf,
244            cgprsAccptDhcpv6RapidCommit,
245            cgprsAccptDhcpv6PoolName.
246
247        [5] Modified the description for the following
248            objects to extend Bearer support to the MIB.
249
250            cgprsAccPtTable,
251            cgprsAccPtEntry,
252            cgprsAccPtIndex,
253            cgprsAccPtMode,
254            cgprsAccPtIpAddressPool,
255            cgprsAccPtDHCPGwAddr,
256            cgprsAccPtIPAccListGroupIn,
257            cgprsAccPtIPAccListGroupOut,
258            cgprsAccPtNetworkInitiated,
259            cgprsAccPtIpAddrAllocations,
260            cgprsAccPtIdlePdpPurgeTimer,
261            cgprsAccPtMsIsdnSuppressed,
262            cgprsAccPtType,
263            cgprsAccPtPppRegenEnable,
264            cgprsAccPtPppRegenMaxSessions,
265            cgprsAccPtPcscfServerGroupName,
266            cgprsAccPtAggregTable,
267            cgprsAccPtAggregEntry,
268            cgprsAccPtGtpRespMesgWaitAcctng,
269            cgprsAccPtInterimAccountinEnable,
270            cgprsAccPtVerifyUpStrTpduSrcAddr,
271            cgprsAccPtVerifyUpStrTpduDstAddr,
272            cgprsAccPtRedirInterMobilAddr,
273            cgprsAccPtSuppressRadiusAttribs,
274            cgprsAccPtSetRadiusAttributes,
275            cgprsAccPtOperationMode,
276            cgprsAccPtAbsoluteSessionTimer,
277            cgprsAccPtRadiusAttrNasId,
278            cgprsAccPtPdpInServicePolicyName,
279            cgprsAccPtPdpOutServicePolicyNam,
280            cgprsAccPtAdvDownlinkNextHopAddr,
281            cgprsAccPtGtpUpdateFailDelete,
282            cgprsAccPtAaaAccountInterPeriod,
283            cgprsAccPtAaaAccountInterRadius,
284            cgprsAccPtPcscfLoadBalance,
285            cgprsAccPtNetworkBehindMsEnable,
286            cgprsAccPtChargingRecordType,
287            cgprsAccPtImsConfigTable,
288            cgprsAccPtChgProfTable,
289            cgprsAccPtMsType,
290            cgprsAccPtChgProfOverride,
291            cgprsAccPtCacTable,
292            cgprsAccPtCacPolicyName,
293            cgprsAccPtCacUpStrBandWidthPool,
294            cgprsAccPtRouteProbeTable,
295            cgprsAccPtIpv6Table,
296            cgprsAccPtIpv6BaseVTemplate,
297            cgprsAccPtIpv6Enable,
298            cgprsAccPtIpv6Exclusive,
299            cgprsAccPtIpv6AddrPool,
300            cgprsAccPtIpv6Redirect,
301            cgprsAccPtIpv6SecurityVerifySrc,
302            cgprsAccPtIpv6SecurityVerifyDst,
303            cgprsAccPtCfgNotifIndex,
304            cgprsAccPtStatisticsTable,
305            cgprsAccPtMsActivatedPdps,
306            cgprsAccPtSuccMsActivatedPdps,
307            cgprsAccPtMsActivatedDynPdps,
308            cgprsAccPtSuccMsActivatedDynPdps,
309            cgprsAccPtMsDeactivatedPdps,
310            cgprsAccPtSuccMsDeactivatedPdps,
311            cgprsAccPtNetworkInitPdps,
312            cgprsAccPtSuccNetworkInitPdps,
313            cgprsAccPtGgsnDeactivatedPdps,
314            cgprsAccPtSuccGgsDeactivatedPdps,
315            cgprsAccPtActivePdps,
316            cgprsAccPtDhcpAddrRequests,
317            cgprsAccPtSuccDhcpAddrRequests,
318            cgprsAccPtDhcpAddrReleases,
319            cgprsAccPtIpv6MsActivatedPdps,
320            cgprsAccPtIpv6MsSuccActivatedPdps,
321            cgprsAccPtIpv6NetworkInitDeactPdps,
322            cgprsAccPtIpv6NetworkInitDeactSuccPdps,
323            cgprsAccPtIpv6MsActivatedDynPdps,
324            cgprsAccPtIpv6MsSuccActivatedDynPdps,
325            cgprsAccPtIpv6MsDeactivatedPdps,
326            cgprsAccPtIpv6MsSuccDeactivatedPdps,
327            cgprsAccPtIpv6GgsnDeactivatedPdps,
328            cgprsAccPtIpv6GgsnSuccDeactivatedPdps,
329            cgprsAccPtPdpUpdateReqSent,
330            cgprsAccPtSuccPdpUpdateResRcvd,
331            cgprsAccPtCoaSuccess,
332            cgprsAccPtDtEnabled,
333            cgprsAccPtTotalBearers,
334            cgprsAccPtTotRmtInitCreateBearers,
335            cgprsAccPtSuccRmtInitCreateBearers,
336            cgprsAccPtNetworkInitDeleteBearers,
337            cgprsAccPtTotRmtInitModifyBearers,
338            cgprsAccPtSuccRmtInitModifyBearers,
339            cgprsAccPtTotNetworkInitUpdateBearers,
340            cgprsAccPtSuccNetworkInitUpdateBearers,
341            cgprsAccPtTotNetworkInitCreateDedBearers,
342            cgprsAccPtSuccNetworkInitCreateDedBearers,
343            cgprsAccPtTotNetworkInitCreateIPv6DedBearers,
344            cgprsAccPtSuccNetworkInitCreateIPv6DedBearers,
345            cgprsAccPtv4v6MsActivatedPdps,
346            cgprsAccPtv4v6SuccMsActivatedPdps,
347            cgprsAccPtv4v6MsDeactivatedPdps,
348            cgprsAccPtv4v6SuccMsDeactivatedPdps,
349            cgprsAccPtv4v6ActDedbearerPdps,
350            cgprsAccPtv4v6SuccActDedbearerPdps,
351            cgprsAccPtDhcpProxServRelease,
352            cgprsAccPtDhcpProxServOffer,
353            cgprsAccPtDhcpProxServAcks,
354            cgprsAccPtDhcpProxServNaks,
355            cgprsAccPtDhcpProxServInform,
356            cgprsAccPtDhcpProxServUnknowMsg,
357            cgprsAccPtDhcpProxServRetryDrops,
358            cgprsAccPtDhcpProxServErrDrops,
359            cgprsAccPtThruputStatsTable,
360            cgprsAccPtRouteProbeGroup,
361            cgprsAccPtIpv6Group.
362
363        [6] Added the following groups
364            cgprsAccPtExtMIBGroupSup2,
365            cgprsAccPtDhcpv6ProxyStatsGroup,
366            cgprsAccPtStatisticsGroupSup4.
367
368        [7] Deprecated MODULE-COMPLIANCE
369            cgprsAccPtMIBComplianceRev12 and is superceded by
370            cgprsAccPtMIBComplianceRev13."
371    REVISION        "201004290000Z"
372    DESCRIPTION
373        "The following changes have been made.
374
375        [1] The following objects has been added
376            to cgprsAccPtStatisticsTable.
377
378            cgprsAccPtv4v6MsActivatedPdps,
379            cgprsAccPtv4v6SuccMsActivatedPdps,
380            cgprsAccPtv4v6MsDeactivatedPdps,
381            cgprsAccPtv4v6SuccMsDeactivatedPdps,
382            cgprsAccPtv4v6SuccActDedbearerPdps,
383            cgprsAccPtv4v6SuccActDedbearerPdps,
384            cgprsAccPtDhcpProxServDiscover,
385            cgprsAccPtDhcpProxServRequest,
386            cgprsAccPtDhcpProxServDeclines,
387            cgprsAccPtDhcpProxServRelease,
388            cgprsAccPtDhcpProxServOffer,
389            cgprsAccPtDhcpProxServAcks,
390            cgprsAccPtDhcpProxServNaks,
391            cgprsAccPtDhcpProxServInform,
392            cgprsAccPtDhcpProxServUnknowMsg,
393            cgprsAccPtDhcpProxServRetryDrops,
394            cgprsAccPtDhcpProxServErrDrops
395
396        [2] The following objects has been added
397            to cgprsAccPtExtTable.
398
399            cgprsAccPtDualAddrEnabled
400
401        [3] The following objects has been added
402            to cgprsAccPtIpv6Table.
403
404            cgprsAccPtIpv6AddrAllocations
405
406        [4] Added group cgprsAccPtStatisticsGroupSup3, which
407            deprecates cgprsAccPtStatisticsGroupSup2.
408
409        [5] Added new group cgprsAccPtMIBGroupSup1.
410
411        [6] Deprecated MODULE-COMPLIANCE
412            cgprsAccPtMIBComplianceRev11 and is superceded by
413            cgprsAccPtMIBComplianceRev12."
414    REVISION        "201004022000Z"
415    DESCRIPTION
416        "The following changes have been made.
417
418        [1] The following objects has been added
419            to cgprsAccPtStatisticsTable.
420
421            cgprsAccPtTotalBearers,
422            cgprsAccPtTotRmtInitCreateBearers,
423            cgprsAccPtSuccRmtInitCreateBearers,
424            cgprsAccPtNetworkInitDeleteBearers,
425            cgprsAccPtTotNetworkInitUpdateBearers,
426            cgprsAccPtSuccNetworkInitUpdateBearers,
427            cgprsAccPtTotNetworkInitCreateDedBearers,
428            cgprsAccPtSuccNetworkInitCreateDedBearers,
429            cgprsAccPtTotRmtInitModifyBearers,
430            cgprsAccPtSuccRmtInitModifyBearers,
431            cgprsAccPtTotNetworkInitCreateIPv6DedBearers,
432            cgprsAccPtSuccNetworkInitCreateIPv6DedBearers
433
434        [2] The following objects has been added
435            to cgprsAccPtExtTable.
436
437            cgprsAccPtChargingRecordType,
438            cgprsAccPtChargingGrp,
439            cgprsAccPtIpAddrPoolNoRedistribute
440
441        [3] The following object has been added to
442            cgprsAccPtAggregTable.
443
444            cgprsAccPtAggregCsgGroup
445
446        [4] Added cgprsAccPtCsgGroupTable to ciscoGprsAccPtConfig.
447
448        [5] Added group cgprsAccPtStatisticsGroupSup2, which
449            deprecates cgprsAccPtStatisticsGroupSup1.
450
451        [6] Added group cgprsAccPtMIBR90GroupRev1, which
452            deprecates cgprsAccPtMIBR90Group.
453
454        [7] Added new group cgprsAccPtMIBR92Group.
455
456        [8] Added new group cgprsAccPtMIBR100Group.
457
458        [9] Deprecated MODULE-COMPLIANCE
459            cgprsAccPtMIBComplianceRev10 and is superceded by
460            cgprsAccPtMIBComplianceRev11."
461    REVISION        "200812190000Z"
462    DESCRIPTION
463        "Added cgprsAccPtGxEnable,
464        cgprsAccPtPcscfLoadBalance,
465        cgprsAccPtNetworkBehindMsEnable,
466        cgprsAccPtMaxSubnetsBehindMobile to
467        cgprsAccPtExtTable."
468    REVISION        "200803030000Z"
469    DESCRIPTION
470        "Added cgprsAccPtAaaAccountInterRadius to
471        cgprsAccPtExtTable."
472    REVISION        "200802270000Z"
473    DESCRIPTION
474        "Added cgprsAccPtGtpUpdateFailDelete,
475        cgprsAccPtAaaAccountInterPeriod to
476        cgprsAccPtExtTable.
477
478        Added cgprsAccPtPdpUpdateReqSent,
479        cgprsAccPtSuccPdpUpdateResRcvd,
480        cgprsAccPtCoaRcvd,
481        cgprsAccPtCoaSuccess,
482        cgprsAccPtDtEnabled to
483        cgprsAccPtStatisticsTable."
484    REVISION        "200608300000Z"
485    DESCRIPTION
486        "Deprecated cgprsAccPtImsConfigTable, as IMS is
487        not supported from GGSN release 5.0 onwards.
488
489        Added cgprsAccPtPcscfServerGroupName to
490        cgprsAccPtTable."
491    REVISION        "200605181300Z"
492    DESCRIPTION
493        "Added cgprsAccPtIpv6Configs to ciscoGprsAccPtConfig.
494
495        Added following objects to cgprsAccPtStatisticsTable:
496         cgprsAccPtIpv6MsActivatedPdps,
497         cgprsAccPtIpv6MsSuccActivatedPdps,
498         cgprsAccPtIpv6NetworkInitDeactPdps,
499         cgprsAccPtIpv6NetworkInitDeactSuccPdps,
500         cgprsAccPtIpv6MsActivatedDynPdps,
501         cgprsAccPtIpv6MsSuccActivatedDynPdps,
502         cgprsAccPtIpv6MsDeactivatedPdps,
503         cgprsAccPtIpv6MsSuccDeactivatedPdps,
504         cgprsAccPtIpv6GgsnDeactivatedPdps,
505         cgprsAccPtIpv6GgsnSuccDeactivatedPdps,
506         cgprsAccPtIpv6UpstreamTrafficVolume,
507         cgprsAccPtIpv6DownstreamTrafficVolume,
508         cgprsAccPtIpv6UpstreamPackets,
509         cgprsAccPtIpv6DownstreamPackets."
510    REVISION        "200511221400Z"
511    DESCRIPTION
512        "Changed the range of cgprsAccPtName and
513        cgprsAccPtMsIsdnSuppressedValue."
514    REVISION        "200510281700Z"
515    DESCRIPTION
516        "Modified the description for the object
517        cgprsAccPtName.
518
519        Modified the description for the object
520        cgprsAccPtChgProfile.
521
522        Added new value to the object
523        cgprsAccPtType.
524
525        Added new objects cgprsAccPtServiceAware,
526        cgprsAccPtAdvDownlinkNextHopAddrType,
527        cgprsAccPtAdvDownlinkNextHopAddr to
528        cgprsAccPtExtTable."
529    REVISION        "200407260200Z"
530    DESCRIPTION
531        "Modified the description for the object
532        cgprsAccPtChgProfile."
533    REVISION        "200402112000Z"
534    DESCRIPTION
535        "+ Added cgprsAccPtInterimAccountinEnable,
536        cgprsAccPtSetRadiusAttributes,
537        cgprsAccPtOperationMode,
538        cgprsAccPtAbsoluteSessionTimer,
539        cgprsAccPtRadiusAttrNasId,
540        cgprsAccPtPdpInServicePolicyName,
541        cgprsAccPtPdpOutServicePolicyNam,
542        cgprsAccPtPppRegenVerifyDomain,
543        cgprsAccPtIpAddrLocalPoolName to cgprsAccPtExtTable.
544
545        + Added cgprsAccPtGenServerConfigs,
546        cgprsAccPtImsConfigs, cgprsAccPtChargingParams,
547        cgprsAccPtCacConfigs, cgprsAccPtRouteProbeConfigs to
548        ciscoGprsAccPtConfig.
549
550        + Added cgprsAccPtThruputStatsTable to
551        ciscoGprsAccPtStatistics.
552
553        + Added cgprsAccPtRevUpstreamTrafficVol,
554        cgprsAccPtRevDownstrTrafficVol,
555        cgprsAccPtUpstreamPacketCount,
556        cgprsAccPtDownstreamPacketCount,
557        cgprsAccPtDhcpAddrRequests,
558        cgprsAccPtSuccDhcpAddrRequests,
559        cgprsAccPtDhcpAddrReleases to
560        cgprsAccPtStatisticsTable.
561
562        + Added cgprsAccPtSecSrcViolNotif,
563        cgprsAccPtSecDestViolNotif,
564        cgprsAccPtMaintenanceNotif and
565        cgprsAccPtInServiceNotif to
566        cgprsAccPtMIBNotifications.
567
568        + Deprecated cgprsAccPtUpstreamTrafficVol,
569        cgprsAccPtDownstreamTrafficVol."
570    REVISION        "200208261800Z"
571    DESCRIPTION
572        "+ Added cgprsAccPtSuppressRadiusAttribs to
573        cgprsAccPtExtTable.
574        + Deprecated cgprsAccPtImsiSuppressed."
575    REVISION        "200206131800Z"
576    DESCRIPTION
577        "+ Added cgprsAccPtImsiSuppressed,
578        cgprsAccPtVerifyUpStrTpduSrcAddr,
579        cgprsAccPtVerifyUpStrTpduDstAddr,
580        cgprsAccPtRedirInterMobilAddrTyp,
581        cgprsAccPtRedirInterMobilAddr to cgprsAccPtExtTable.
582        + Added cgprsAccPtSourceAddrViolTpdus,
583        cgprsAccPtDestAddrViolTpdus,
584        cgprsAccPtRedirInterMobilTraffic to
585        cgprsAccPtStatisticsTable.
586        + Updated the DESCRIPTION and DEFVAL of
587        cgprsAccPtPppRegenMaxSessions.
588        + Updated the DESCRIPTION of
589        cgprsAccPtMsIsdnSuppressed."
590    REVISION        "200112281430Z"
591    DESCRIPTION
592        "+ Added cgprsAccPtExtTable.
593        + Added cgprsAccPtType, cgprsAccPtVrfName,
594          cgprsAccPtDhcpAddrSpace,
595          cgprsAccPtPppRegenEnable,
596          cgprsAccPtPppRegenMaxSessions,
597          cgprsAccPtPppRegenSetupTime,
598          cgprsAccPtAutoAggregation.
599        + Added objects for performance data measurements
600          related to GGSN.
601        + Added cgprsAccPtIdlePdpPurgeTimer,
602          cgprsAccPtBlockMsRoaming,
603          cgprsAccPtAnonymousUserName,
604          cgprsAccPtAnonymousUserPassword
605          cgprsAccPtMsIsdnSuppressed,
606          cgprsAccPtMsIsdnSuppressedValue,
607          cgprsAccPtAaaAuthServerGroup,
608          cgprsAccPtAaaAccountServerGroup,
609          cgprsAccPtAaaAccountingEnable.
610        + Deprecated cgprsAccPtUsers, cgprsAccPtRadiusServerPri
611          and cgprsAccPtRadiusServerSec."
612    REVISION        "200007210000Z"
613    DESCRIPTION
614        "Initial version of this MIB module."
615    ::= { ciscoMgmt 183 }
616
617
618
619AccessControlListId ::= TEXTUAL-CONVENTION
620    STATUS          current
621    DESCRIPTION
622        "Access Control List (ACL) specifies criteria by
623        which packets are evaluated as matching or
624        non-matching. The ACL also specifies an action
625        which is applied to packets which match.
626        Objects which use this textual convention identify
627        ACLs.
628
629        ACLs are configured/defined outside the scope of
630        this MIB. The value of an object with this syntax
631        associates to an ACL with the same ACL number."
632    SYNTAX          Integer32 (1..2699)
633
634AccessControlListOrZero ::= TEXTUAL-CONVENTION
635    STATUS          current
636    DESCRIPTION
637        "Access Control List (ACL) specifies criteria by
638        which packets are evaluated as matching or
639        non-matching. The ACL also specifies an action
640        which is applied to packets which match.
641        Objects which use this textual convention identify
642        ACLs.
643
644        ACLs are configured/defined outside the scope of
645        this MIB. The value of an object with this syntax
646        associates to an ACL with the same ACL number.
647
648        A value of zero indicates no ACL is configured."
649    SYNTAX          Integer32 (0..199 | 1300..2699)
650
651AccessControlListName ::= TEXTUAL-CONVENTION
652    STATUS          current
653    DESCRIPTION
654        "Access Control List (ACL) specifies the criteria by
655        which packets are evaluated as matching or
656        non-matching. The ACL also specifies an action,
657        which is applied to packets which match.
658        Objects which use this textual convention identify
659        ACLs.
660
661        ACLs are configured/defined outside the scope of
662        this MIB. The name of an object with this syntax
663        associates to an ACL with the same ACL name."
664    SYNTAX          OCTET STRING (SIZE (0..255))
665-- Object Definitions
666
667ciscoGprsAccPtMIBObjects  OBJECT IDENTIFIER
668    ::= { ciscoGprsAccPtMIB 1 }
669
670ciscoGprsAccPtConfig  OBJECT IDENTIFIER
671    ::= { ciscoGprsAccPtMIBObjects 1 }
672
673ciscoGprsAccPtCfgNotifInfo  OBJECT IDENTIFIER
674    ::= { ciscoGprsAccPtMIBObjects 2 }
675
676ciscoGprsAccPtStatistics  OBJECT IDENTIFIER
677    ::= { ciscoGprsAccPtMIBObjects 3 }
678
679ciscoGprsAccPtNotifInfo  OBJECT IDENTIFIER
680    ::= { ciscoGprsAccPtMIBObjects 4 }
681
682-- *********************************************************************
683-- Access Point Table
684-- *********************************************************************
685
686cgprsAccPtTable OBJECT-TYPE
687    SYNTAX          SEQUENCE OF CgprsAccPtEntry
688    MAX-ACCESS      not-accessible
689    STATUS          current
690    DESCRIPTION
691        "This table contains a list of access points configured
692        on this Gateway."
693    ::= { ciscoGprsAccPtConfig 1 }
694
695cgprsAccPtEntry OBJECT-TYPE
696    SYNTAX          CgprsAccPtEntry
697    MAX-ACCESS      not-accessible
698    STATUS          current
699    DESCRIPTION
700        "A description of an access point. Access point
701        parameters cannot be changed when active PDP's or
702        Bearer's exists on the Gateway."
703    INDEX           { cgprsAccPtIndex }
704    ::= { cgprsAccPtTable 1 }
705
706CgprsAccPtEntry ::= SEQUENCE {
707        cgprsAccPtIndex                 Unsigned32,
708        cgprsAccPtRowStatus             RowStatus,
709        cgprsAccPtName                  SnmpAdminString,
710        cgprsAccPtMode                  INTEGER,
711        cgprsAccPtIpAddressPool         INTEGER,
712        cgprsAccPtDHCPServerPri         IpAddress,
713        cgprsAccPtDHCPServerSec         IpAddress,
714        cgprsAccPtDHCPGwAddr            IpAddress,
715        cgprsAccPtRadiusServerPri       IpAddress,
716        cgprsAccPtRadiusServerSec       IpAddress,
717        cgprsAccPtIPAccListGroupIn      AccessControlListId,
718        cgprsAccPtIPAccListGroupOut     AccessControlListId,
719        cgprsAccPtIfIndex               InterfaceIndexOrZero,
720        cgprsAccPtIfNextHop             IpAddress,
721        cgprsAccPtAccessViolation       INTEGER,
722        cgprsAccPtSubrRequired          TruthValue,
723        cgprsAccPtNetworkInitiated      TruthValue,
724        cgprsAccPtIpAddrAllocations     Gauge32,
725        cgprsAccPtUsers                 Gauge32,
726        cgprsAccPtIdlePdpPurgeTimer     Unsigned32,
727        cgprsAccPtBlockMsRoaming        TruthValue,
728        cgprsAccPtAnonymousUserName     SnmpAdminString,
729        cgprsAccPtAnonymousUserPassword SnmpAdminString,
730        cgprsAccPtMsIsdnSuppressed      TruthValue,
731        cgprsAccPtMsIsdnSuppressedValue DisplayString,
732        cgprsAccPtAaaAuthServerGroup    SnmpAdminString,
733        cgprsAccPtAaaAccountServerGroup SnmpAdminString,
734        cgprsAccPtAaaAccountingEnable   TruthValue,
735        cgprsAccPtType                  INTEGER,
736        cgprsAccPtVrfName               SnmpAdminString,
737        cgprsAccPtDhcpAddrSpace         INTEGER,
738        cgprsAccPtPppRegenEnable        TruthValue,
739        cgprsAccPtPppRegenMaxSessions   Integer32,
740        cgprsAccPtPppRegenSetupTime     Integer32,
741        cgprsAccPtAutoAggregation       TruthValue,
742        cgprsAccPtPcscfServerGroupName  SnmpAdminString
743}
744
745cgprsAccPtIndex OBJECT-TYPE
746    SYNTAX          Unsigned32 (1..65535)
747    MAX-ACCESS      not-accessible
748    STATUS          current
749    DESCRIPTION
750        "A locally unique identifier for this access point on
751        this Gateway."
752    ::= { cgprsAccPtEntry 1 }
753
754cgprsAccPtRowStatus OBJECT-TYPE
755    SYNTAX          RowStatus
756    MAX-ACCESS      read-create
757    STATUS          current
758    DESCRIPTION
759        "This object is used to create or delete conceptual
760        row in this table.
761
762        To create a row, set this object to 'createAndGo'.
763        There are no mandatory objects in a create request.
764
765        To delete a row, set this object to 'destroy'."
766    ::= { cgprsAccPtEntry 2 }
767
768cgprsAccPtName OBJECT-TYPE
769    SYNTAX          SnmpAdminString (SIZE  (0..100))
770    MAX-ACCESS      read-create
771    STATUS          current
772    DESCRIPTION
773        "The Access Point Name. It is composed of two parts:
774
775        - The APN Network Identifier is mandatory and is a
776          fully qualified domain name according to the DNS
777          naming conventions, e.g., 'company.com.'.
778
779        - The APN Operator Identifier is optional. It is a
780          fully qualified domain name according to the DNS
781          naming convention, and consists of three labels,
782          the last of which must be '.gprs'. For example,
783          'mncyyyy.mcczzzz.gprs'.
784
785        An example of a full APN name with both the Network
786        and operator identifiers is
787        'company.com.mncyyyy.mcczzzz.gprs'."
788    REFERENCE
789        "GSM 03.03: Digital cellular telecommunication system
790        (Phase 2+); General Packet Radio Service (GPRS);
791        Service description; Stage 1."
792    DEFVAL          { ''H }
793    ::= { cgprsAccPtEntry 3 }
794
795cgprsAccPtMode OBJECT-TYPE
796    SYNTAX          INTEGER  {
797                        transparent(1),
798                        nontransparent(2)
799                    }
800    MAX-ACCESS      read-create
801    STATUS          current
802    DESCRIPTION
803        "Specifies the type of access allowed to the PDN
804        through this access point.
805
806            - 'transparent', indicates that users can access
807            without authentication.
808
809            - 'nontransparent', indicates that users must
810            be authenticated by the Gateway."
811    DEFVAL          { transparent }
812    ::= { cgprsAccPtEntry 4 }
813
814cgprsAccPtIpAddressPool OBJECT-TYPE
815    SYNTAX          INTEGER  {
816                        global(1),
817                        dhcp(2),
818                        radius(3),
819                        disable(4),
820                        local(5)
821                    }
822    MAX-ACCESS      read-create
823    STATUS          current
824    DESCRIPTION
825        "Specifies a dynamic address allocation method for
826        this access point.
827
828            - 'global', which indicates that no method is
829            defined specifically to this access point and the
830            DHCP or radius server configured for this Gateway
831            'globally' will be used to allocation a dynamic IP
832            address to the user.
833
834            - 'dhcp', which indicates that the DHCP server
835            will be used.
836
837            - 'radius', which indicates that the radius server
838            will be used.
839
840            - 'disable', which indicates that dynamic address
841            allocation is disabled.
842
843            - 'local', indicates that local address pool
844            configured on the Gateway is going to be used.
845            cgprsAccPtIpAddrLocalPoolName denotes the name
846            of the corresponding address pool."
847    DEFVAL          { global }
848    ::= { cgprsAccPtEntry 5 }
849
850cgprsAccPtDHCPServerPri OBJECT-TYPE
851    SYNTAX          IpAddress
852    MAX-ACCESS      read-create
853    STATUS          current
854    DESCRIPTION
855        "This object specifies the IP address of the primary
856        DHCP server from which a mobile subscriber can request
857        an IP address assignment for the access of this APN.
858
859        In case this DHCP server is not available, the
860        secondary DHCP server is used."
861    ::= { cgprsAccPtEntry 6 }
862
863cgprsAccPtDHCPServerSec OBJECT-TYPE
864    SYNTAX          IpAddress
865    MAX-ACCESS      read-create
866    STATUS          current
867    DESCRIPTION
868        "The IP address of the secondary DHCP server.
869
870        The secondary DHCP server is used if the primary
871        DHCP server is not available. This object can be
872        set after configuring primary DHCP server."
873    ::= { cgprsAccPtEntry 7 }
874
875cgprsAccPtDHCPGwAddr OBJECT-TYPE
876    SYNTAX          IpAddress
877    MAX-ACCESS      read-create
878    STATUS          current
879    DESCRIPTION
880        "This object specifies the DHCP Gateway address that
881        is used in the 'giaddr' field of the DHCP request.
882        It is used by DHCP to determine from which pool the
883        IP address will be allocated.
884
885        If no DHCP Gateway is specified, the IP address
886        associated with the Gn interface is used."
887    ::= { cgprsAccPtEntry 8 }
888
889cgprsAccPtRadiusServerPri OBJECT-TYPE
890    SYNTAX          IpAddress
891    MAX-ACCESS      read-create
892    STATUS          obsolete
893    DESCRIPTION
894        "This object specifies the IP address of the primary
895        RADIUS server used by this access point to
896        authenticate and/or authorize mobile users to access
897        the PDN.
898
899        In case this RADIUS server is not available, the
900        secondary will be used.
901
902        Obsoleted by cgprsAccPtAaaAuthServerGroup and
903        cgprsAccPtAaaAccountServerGroup."
904    ::= { cgprsAccPtEntry 9 }
905
906cgprsAccPtRadiusServerSec OBJECT-TYPE
907    SYNTAX          IpAddress
908    MAX-ACCESS      read-create
909    STATUS          obsolete
910    DESCRIPTION
911        "Specifies a secondary RADIUS server.
912
913        The secondary RADIUS server will be used if the primary
914        RADIUS server is not available.
915
916        Obsoleted by cgprsAccPtAaaAuthServerGroup and
917        cgprsAccPtAaaAccountServerGroup."
918    ::= { cgprsAccPtEntry 10 }
919
920cgprsAccPtIPAccListGroupIn OBJECT-TYPE
921    SYNTAX          AccessControlListId
922    MAX-ACCESS      read-create
923    STATUS          current
924    DESCRIPTION
925        "This object specifies the ACL against which to compare
926        packets received at this Access Point from the PDN for
927        forwarding towards an MS.
928
929        Access list at the access point level is used to
930        control which packets are allowed access between the
931        APN and the MS. Access violations by a packet according
932        to the rules in this ACL could cause this packet to be
933        dropped or its PDP or Bearer session terminated. Which
934        of these treatments is taken is specified by the object
935        cgprsAccPtAccessViolation.
936
937        This object is ignored if cgprsAccPtIPAccListInEnable
938        is set to 'false'."
939    ::= { cgprsAccPtEntry 11 }
940
941cgprsAccPtIPAccListGroupOut OBJECT-TYPE
942    SYNTAX          AccessControlListId
943    MAX-ACCESS      read-create
944    STATUS          current
945    DESCRIPTION
946        "This object specifies the ACL against which to compare
947        packets originated by an MS and received by at this
948        Access Point for forwarding to the PDN.
949
950        Access list at the access point level is used to
951        control which packets are allowed access between the
952        APN and the MS. Access violations by a packet according
953        to the rules in this ACL could cause this packet to be
954        dropped or its PDP or Bearer session terminated. Which
955        of these treatments is taken is specified by the object
956        cgprsAccPtAccessViolation.
957
958        This object is ignored if cgprsAccPtIPAccListOutEnable
959        is set to 'false'."
960    ::= { cgprsAccPtEntry 12 }
961
962cgprsAccPtIfIndex OBJECT-TYPE
963    SYNTAX          InterfaceIndexOrZero
964    MAX-ACCESS      read-create
965    STATUS          obsolete
966    DESCRIPTION
967        "Specifies an interface to be used by GGSN on Gi
968        interface.
969
970        The value zero indicates that no interface is
971        specified.
972
973        The cgprsAccPtIfNextHop must be specified if this
974        object is set to the Gi associated interface."
975    DEFVAL          { 0 }
976    ::= { cgprsAccPtEntry 13 }
977
978cgprsAccPtIfNextHop OBJECT-TYPE
979    SYNTAX          IpAddress
980    MAX-ACCESS      read-create
981    STATUS          obsolete
982    DESCRIPTION
983        "Specifies the IP address of the next hop for the
984        Gi interface, specified by cgprsAccPtIfIndex.
985
986        This value is mandatory if the value of
987        cgprsAccPtIfIndex is non-zero. Setting the
988        cgprsAccPtIfIndex object to zero will reset this
989        object to the value of '00000000'H, which means
990        it is not used."
991    ::= { cgprsAccPtEntry 14 }
992
993cgprsAccPtAccessViolation OBJECT-TYPE
994    SYNTAX          INTEGER  {
995                        discardPacket(1),
996                        terminateSession(2)
997                    }
998    MAX-ACCESS      read-create
999    STATUS          current
1000    DESCRIPTION
1001        "Specifies how access violation should be treated.
1002
1003        An access violation occurs if the IP packets violates
1004        any rules in ACL as specified by either
1005        cgprsAccPtIPAccListGroupIn or
1006        cgprsAccPtIPAccListGroupOut.
1007
1008            - 'discardPacket', packets are discarded.
1009
1010            - 'terminateSession', the user's session is
1011            terminated."
1012    DEFVAL          { discardPacket }
1013    ::= { cgprsAccPtEntry 15 }
1014
1015cgprsAccPtSubrRequired OBJECT-TYPE
1016    SYNTAX          TruthValue
1017    MAX-ACCESS      read-create
1018    STATUS          current
1019    DESCRIPTION
1020        "This object indicates if a user needs to subscribe
1021        to this access point before accessing it."
1022    DEFVAL          { false }
1023    ::= { cgprsAccPtEntry 16 }
1024
1025cgprsAccPtNetworkInitiated OBJECT-TYPE
1026    SYNTAX          TruthValue
1027    MAX-ACCESS      read-create
1028    STATUS          current
1029    DESCRIPTION
1030        "This object indicates whether network (PDN)
1031        initiated PDP or Bearer sessions are allowed for
1032        this access point. The more common case, is false,
1033        which indicates that the PDP or Bearer is initiated
1034        by the MS."
1035    DEFVAL          { false }
1036    ::= { cgprsAccPtEntry 17 }
1037
1038cgprsAccPtIpAddrAllocations OBJECT-TYPE
1039    SYNTAX          Gauge32
1040    MAX-ACCESS      read-only
1041    STATUS          current
1042    DESCRIPTION
1043        "Indicates the number of IP addresses allocated to
1044        MS's.
1045
1046        Trigger Condition: This gauge is
1047        incremented/decremented by successful completion of
1048        create/delete dynamic PDP or Bearer context request
1049        message respectively."
1050    ::= { cgprsAccPtEntry 18 }
1051
1052cgprsAccPtUsers OBJECT-TYPE
1053    SYNTAX          Gauge32
1054    MAX-ACCESS      read-only
1055    STATUS          obsolete
1056    DESCRIPTION
1057        "The number of mobile subscribers currently accessing
1058        this APN.  Obsoleted by cgprsAccPtActivePdps."
1059    ::= { cgprsAccPtEntry 19 }
1060
1061cgprsAccPtIdlePdpPurgeTimer OBJECT-TYPE
1062    SYNTAX          Unsigned32 (0..168)
1063    UNITS           "hours"
1064    MAX-ACCESS      read-create
1065    STATUS          current
1066    DESCRIPTION
1067        "This object indicates maximum idle connection time
1068        allowed to the PDP or Bearer context before termination of the
1069        GTP session.  A value of 0 means session idle timer
1070        is not used."
1071    DEFVAL          { 0 }
1072    ::= { cgprsAccPtEntry 20 }
1073
1074cgprsAccPtBlockMsRoaming OBJECT-TYPE
1075    SYNTAX          TruthValue
1076    MAX-ACCESS      read-create
1077    STATUS          current
1078    DESCRIPTION
1079        "This object indicates whether access to a roaming
1080        MS needs to be blocked for this APN."
1081    DEFVAL          { false }
1082    ::= { cgprsAccPtEntry 21 }
1083
1084cgprsAccPtAnonymousUserName OBJECT-TYPE
1085    SYNTAX          SnmpAdminString
1086    MAX-ACCESS      read-create
1087    STATUS          current
1088    DESCRIPTION
1089        "This object specifies the anonymous user name, which
1090        is used when a MS tries to access a non-transparent
1091        APN without supplying user name and password."
1092    REFERENCE
1093        "GSM 03.03: Digital cellular telecommunication
1094        system (Phase 2+); General Packet Radio Service
1095        (GPRS); Service description; Stage 1."
1096    ::= { cgprsAccPtEntry 22 }
1097
1098cgprsAccPtAnonymousUserPassword OBJECT-TYPE
1099    SYNTAX          SnmpAdminString
1100    MAX-ACCESS      read-create
1101    STATUS          current
1102    DESCRIPTION
1103        "This object specifies the password corresponding
1104        to cgprsAccPtAnonymousUserName.  For security reasons,
1105        retrieving this object returns a zero-length string."
1106    REFERENCE
1107        "GSM 03.03: Digital cellular telecommunication
1108        system (Phase 2+); General Packet Radio Service
1109        (GPRS); Service description; Stage 1."
1110    ::= { cgprsAccPtEntry 23 }
1111
1112cgprsAccPtMsIsdnSuppressed OBJECT-TYPE
1113    SYNTAX          TruthValue
1114    MAX-ACCESS      read-create
1115    STATUS          current
1116    DESCRIPTION
1117        "This object specifies whether the ISDN ID used
1118        by the MS, when authenticating with a radius server,
1119        needs to be suppressed or not.  When set to 'true',
1120        the ISDN ID attribute will not be sent by the Gateway.
1121        When set to 'false', the ISDN ID attribute will be
1122        sent by the Gateway.  To set this object to 'true', AAA
1123        radius group for authentication should have been
1124        configured on the Gateway(either at global or APN level)."
1125    REFERENCE
1126        "GSM 09.02: Digital cellular telecommunication
1127        system (Phase 2+); Mobile Application Part (MAP)
1128        specification."
1129    DEFVAL          { false }
1130    ::= { cgprsAccPtEntry 24 }
1131
1132cgprsAccPtMsIsdnSuppressedValue OBJECT-TYPE
1133    SYNTAX          DisplayString (SIZE  (0..20))
1134    MAX-ACCESS      read-create
1135    STATUS          current
1136    DESCRIPTION
1137        "This object specifies the value that will be
1138        transmitted to the radius server in place of
1139        mobile stations ISDN ID.  This object can only
1140        be set if cgprsAccPtMsIsdnSuppressed is 'true'.
1141
1142        Valid characters for this object are 0..9,
1143        a, b, c, * and #.  If no value is set, no MS-ISDN
1144        ID will be sent to the radius server."
1145    REFERENCE
1146        "GSM 09.02: Digital cellular telecommunication
1147        system (Phase 2+); Mobile Application Part (MAP)
1148        specification."
1149    DEFVAL          { ''H }
1150    ::= { cgprsAccPtEntry 25 }
1151
1152cgprsAccPtAaaAuthServerGroup OBJECT-TYPE
1153    SYNTAX          SnmpAdminString
1154    MAX-ACCESS      read-create
1155    STATUS          current
1156    DESCRIPTION
1157        "This object specifies the AAA radius server group
1158        that is used for authentication by this APN."
1159    ::= { cgprsAccPtEntry 26 }
1160
1161cgprsAccPtAaaAccountServerGroup OBJECT-TYPE
1162    SYNTAX          SnmpAdminString
1163    MAX-ACCESS      read-create
1164    STATUS          current
1165    DESCRIPTION
1166        "This object specifies the AAA radius server group
1167        that is used for accounting by this APN.  If no
1168        group is specified for accounting,
1169        cgprsAccPtAaaAuthServerGroup will be used."
1170    ::= { cgprsAccPtEntry 27 }
1171
1172cgprsAccPtAaaAccountingEnable OBJECT-TYPE
1173    SYNTAX          TruthValue
1174    MAX-ACCESS      read-create
1175    STATUS          current
1176    DESCRIPTION
1177        "This object is used to enable accounting when the
1178        APN is in 'transparent' mode.  When the object is set to
1179        'true', cgprsAccPtAaaAccountServerGroup is used for
1180        accounting.  If cgprsAccPtAaaAccountServerGroup is not
1181        specified, cgprsAccPtAaaAuthServerGroup will be used.
1182
1183        When the APN is in 'non-transparent' mode, the
1184        accounting will always be enabled i.e., this object
1185        will be 'true' by default."
1186    ::= { cgprsAccPtEntry 28 }
1187
1188cgprsAccPtType OBJECT-TYPE
1189    SYNTAX          INTEGER  {
1190                        real(1),
1191                        virtual(2),
1192                        virtualPreAuth(3)
1193                    }
1194    MAX-ACCESS      read-create
1195    STATUS          current
1196    DESCRIPTION
1197        "This object specifies the type of APN.
1198
1199        'virtual' - Specifies an APN type that is not
1200        associated with any specific physical target network
1201        on the Gateway.  When this object is set to 'virtual',
1202        all other APN parameters are ignored.
1203
1204        'real' - Specifies an APN type that corresponds to a
1205        physical interface to an external network on the Gateway.
1206
1207        'virtualPreAuth' - Specifies an APN type that is not
1208        associated with any specific physical target network
1209        on the Gateway. It applies a pre-authentication phase
1210        for any create PDP or Bearer request that includes a virtual
1211        APN. During pre-authentication, an Access-Request
1212        message is sent to an AAA server and the AAA server
1213        then returns a target APN encoded in a Radius
1214        attribute in the Access-Accept message."
1215    DEFVAL          { real }
1216    ::= { cgprsAccPtEntry 29 }
1217
1218cgprsAccPtVrfName OBJECT-TYPE
1219    SYNTAX          SnmpAdminString
1220    MAX-ACCESS      read-create
1221    STATUS          current
1222    DESCRIPTION
1223        "This object specifies the name of the VRF with
1224        which this APN is associated."
1225    ::= { cgprsAccPtEntry 30 }
1226
1227cgprsAccPtDhcpAddrSpace OBJECT-TYPE
1228    SYNTAX          INTEGER  {
1229                        global(1),
1230                        vrf(2)
1231                    }
1232    MAX-ACCESS      read-create
1233    STATUS          current
1234    DESCRIPTION
1235        "This object specifies the address space used
1236        by the dhcp server.  This object can only be
1237        set if cgprsAccPtDHCPServerPri is set."
1238    DEFVAL          { global }
1239    ::= { cgprsAccPtEntry 31 }
1240
1241cgprsAccPtPppRegenEnable OBJECT-TYPE
1242    SYNTAX          TruthValue
1243    MAX-ACCESS      read-create
1244    STATUS          current
1245    DESCRIPTION
1246        "This object is used to enable Gateway to regenerate
1247        a PPP session for each IP PDP or Bearer context on
1248        this APN."
1249    DEFVAL          { false }
1250    ::= { cgprsAccPtEntry 32 }
1251
1252cgprsAccPtPppRegenMaxSessions OBJECT-TYPE
1253    SYNTAX          Integer32 (1..65535)
1254    MAX-ACCESS      read-create
1255    STATUS          current
1256    DESCRIPTION
1257        "This object specifies the maximum number of regenerated
1258        PPP sessions allowed for this access-point.
1259
1260        This object can only be set if cgprsAccPtPppRegenEnable
1261        is set to 'true'.
1262
1263        The maximum value that can be held by this object
1264        depends on the Gateway's platform."
1265    DEFVAL          { 65535 }
1266    ::= { cgprsAccPtEntry 33 }
1267
1268cgprsAccPtPppRegenSetupTime OBJECT-TYPE
1269    SYNTAX          Integer32 (1..65535)
1270    UNITS           "seconds"
1271    MAX-ACCESS      read-create
1272    STATUS          current
1273    DESCRIPTION
1274        "This object specifies the maximum tolerance time within
1275        which a regenerated PPP session has to fully come up.
1276
1277        This object can only be set if cgprsAccPtPppRegenEnable
1278        is set to 'true'."
1279    DEFVAL          { 60 }
1280    ::= { cgprsAccPtEntry 34 }
1281
1282cgprsAccPtAutoAggregation OBJECT-TYPE
1283    SYNTAX          TruthValue
1284    MAX-ACCESS      read-create
1285    STATUS          current
1286    DESCRIPTION
1287        "This object is used to enable auto aggregation on this
1288        APN.  When a user tries to configure entries in
1289        cgprsAccPtAggregTable, this object will automatically
1290        be set to 'false'. When this object is set to 'true',
1291        the entries in cgprsAccPtAggregTable, if any, will be
1292        deleted."
1293    DEFVAL          { false }
1294    ::= { cgprsAccPtEntry 35 }
1295
1296cgprsAccPtPcscfServerGroupName OBJECT-TYPE
1297    SYNTAX          SnmpAdminString (SIZE  (0..100))
1298    MAX-ACCESS      read-create
1299    STATUS          current
1300    DESCRIPTION
1301        "This object represents the Proxy-CSCF server group that
1302        will be used by this APN.  The Proxy-CSCF server group
1303        contains a list of Proxy-CSCF addresses which will be
1304        provided to the MS(UE) in response to a PDP or Bearer
1305        contexts for which the P-CSCF address request field is
1306        set in PCO."
1307    ::= { cgprsAccPtEntry 36 }
1308
1309
1310
1311cgprsAccPtAggregTable OBJECT-TYPE
1312    SYNTAX          SEQUENCE OF CgprsAccPtAggregEntry
1313    MAX-ACCESS      not-accessible
1314    STATUS          current
1315    DESCRIPTION
1316        "This table contains the list of aggregate routes
1317        configured on this APN. Gateway uses a static host route
1318        to forward user data packets for each PDP or Bearer context
1319        received from Gi interface to Gn interface.  Using the
1320        aggregate route (address range), total number of static
1321        routes implemented in the Gateway for PDP or Bearer requests
1322        can be greatly reduced.  If there is no aggregate route
1323        configured on this access-point, then default aggregate
1324        routes configured on Gateway will be used."
1325    ::= { ciscoGprsAccPtConfig 2 }
1326
1327cgprsAccPtAggregEntry OBJECT-TYPE
1328    SYNTAX          CgprsAccPtAggregEntry
1329    MAX-ACCESS      not-accessible
1330    STATUS          current
1331    DESCRIPTION
1332        "An Entry contains the IP network prefix which is used
1333        to combine the routes of PDP or Bearer requests for the same
1334        network as a single route on the Gateway."
1335    INDEX           {
1336                        cgprsAccPtIndex,
1337                        cgprsAccPtAggregIpAddrType,
1338                        cgprsAccPtAggregIpAddr,
1339                        cgprsAccPtAggregIpMask
1340                    }
1341    ::= { cgprsAccPtAggregTable 1 }
1342
1343CgprsAccPtAggregEntry ::= SEQUENCE {
1344        cgprsAccPtAggregIpAddrType InetAddressType,
1345        cgprsAccPtAggregIpAddr     InetAddress,
1346        cgprsAccPtAggregIpMask     CiscoInetAddressMask,
1347        cgprsAccPtAggregRowStatus  RowStatus,
1348        cgprsAccPtAggregCsgGroup   SnmpAdminString
1349}
1350
1351cgprsAccPtAggregIpAddrType OBJECT-TYPE
1352    SYNTAX          InetAddressType
1353    MAX-ACCESS      not-accessible
1354    STATUS          current
1355    DESCRIPTION
1356        "This object specifies the type of Internet address
1357        denoted by cgprsAccPtAggregIpAddr."
1358    ::= { cgprsAccPtAggregEntry 1 }
1359
1360cgprsAccPtAggregIpAddr OBJECT-TYPE
1361    SYNTAX          InetAddress
1362    MAX-ACCESS      not-accessible
1363    STATUS          current
1364    DESCRIPTION
1365        "This object specifies the IP address whose network
1366        prefix is going to be defined by
1367        cgprsAccPtAggregIpMask.
1368
1369        When this object is set, cgprsAccPtAggregIpMask must be
1370        specified."
1371    ::= { cgprsAccPtAggregEntry 2 }
1372
1373cgprsAccPtAggregIpMask OBJECT-TYPE
1374    SYNTAX          CiscoInetAddressMask
1375    MAX-ACCESS      not-accessible
1376    STATUS          current
1377    DESCRIPTION
1378        "This object specifies the net-mask pertaining to
1379        cgprsAccPtAggregIpAddr."
1380    ::= { cgprsAccPtAggregEntry 3 }
1381
1382cgprsAccPtAggregRowStatus OBJECT-TYPE
1383    SYNTAX          RowStatus
1384    MAX-ACCESS      read-create
1385    STATUS          current
1386    DESCRIPTION
1387        "This object is used to create a new row or delete an
1388        existing row in this table.
1389
1390        To create a row, set this object to 'createAndGo'.
1391        To delete a row, set this object to 'destroy'."
1392    ::= { cgprsAccPtAggregEntry 4 }
1393
1394cgprsAccPtAggregCsgGroup OBJECT-TYPE
1395    SYNTAX          SnmpAdminString
1396    MAX-ACCESS      read-create
1397    STATUS          current
1398    DESCRIPTION
1399        "This object specifies the name of the CSG Group.
1400
1401        The value must be same as an entry in
1402        cgprsAccPtCsgGroupTable identified by
1403        cgprsAccPtCsgGroupName."
1404    ::= { cgprsAccPtAggregEntry 5 }
1405
1406
1407
1408cgprsAccPtExtTable OBJECT-TYPE
1409    SYNTAX          SEQUENCE OF CgprsAccPtExtEntry
1410    MAX-ACCESS      not-accessible
1411    STATUS          current
1412    DESCRIPTION
1413        "This table is an extension of cgprsAccPtTable."
1414    ::= { ciscoGprsAccPtConfig 3 }
1415
1416cgprsAccPtExtEntry OBJECT-TYPE
1417    SYNTAX          CgprsAccPtExtEntry
1418    MAX-ACCESS      not-accessible
1419    STATUS          current
1420    DESCRIPTION
1421        "An entry in cgprsAccPtExtTable."
1422    AUGMENTS           { cgprsAccPtEntry  }
1423    ::= { cgprsAccPtExtTable 1 }
1424
1425CgprsAccPtExtEntry ::= SEQUENCE {
1426        cgprsAccPtIPAccListInEnable          TruthValue,
1427        cgprsAccPtIPAccListOutEnable         TruthValue,
1428        cgprsAccPtGtpRespMesgWaitAcctng      TruthValue,
1429        cgprsAccPtImsiSuppressed             TruthValue,
1430        cgprsAccPtVerifyUpStrTpduSrcAddr     TruthValue,
1431        cgprsAccPtVerifyUpStrTpduDstAddr     TruthValue,
1432        cgprsAccPtRedirInterMobilAddrTyp     InetAddressType,
1433        cgprsAccPtRedirInterMobilAddr        InetAddress,
1434        cgprsAccPtSuppressRadiusAttribs      BITS,
1435        cgprsAccPtInterimAccountinEnable     TruthValue,
1436        cgprsAccPtSetRadiusAttributes        BITS,
1437        cgprsAccPtOperationMode              INTEGER,
1438        cgprsAccPtAbsoluteSessionTimer       Unsigned32,
1439        cgprsAccPtRadiusAttrNasId            SnmpAdminString,
1440        cgprsAccPtPdpInServicePolicyName     SnmpAdminString,
1441        cgprsAccPtPdpOutServicePolicyNam     SnmpAdminString,
1442        cgprsAccPtPppRegenVerifyDomain       TruthValue,
1443        cgprsAccPtIpAddrLocalPoolName        SnmpAdminString,
1444        cgprsAccPtServiceAware               TruthValue,
1445        cgprsAccPtAdvDownlinkNextHopAddrType InetAddressType,
1446        cgprsAccPtAdvDownlinkNextHopAddr     InetAddress,
1447        cgprsAccPtGtpUpdateFailDelete        TruthValue,
1448        cgprsAccPtAaaAccountInterPeriod      Unsigned32,
1449        cgprsAccPtAaaAccountInterRadius      TruthValue,
1450        cgprsAccPtGxEnable                   TruthValue,
1451        cgprsAccPtPcscfLoadBalance           TruthValue,
1452        cgprsAccPtNetworkBehindMsEnable      TruthValue,
1453        cgprsAccPtMaxSubnetsBehindMobile     Unsigned32,
1454        cgprsAccPtChargingRecordType         INTEGER,
1455        cgprsAccPtChargingGrp                Unsigned32,
1456        cgprsAccPtIpAddrPoolNoRedistribute   TruthValue,
1457        cgprsAccPtDualAddrEnabled            TruthValue,
1458        cgprsAccPtVerifyDownlinkAddr         TruthValue
1459}
1460
1461cgprsAccPtIPAccListInEnable OBJECT-TYPE
1462    SYNTAX          TruthValue
1463    MAX-ACCESS      read-create
1464    STATUS          current
1465    DESCRIPTION
1466        "When this object is set to 'true', ACL denoted by
1467        cgprsAccPtIPAccListGroupIn will be active. When
1468        set to 'false', it will become inactive."
1469    DEFVAL          { false }
1470    ::= { cgprsAccPtExtEntry 1 }
1471
1472cgprsAccPtIPAccListOutEnable OBJECT-TYPE
1473    SYNTAX          TruthValue
1474    MAX-ACCESS      read-create
1475    STATUS          current
1476    DESCRIPTION
1477        "When this object is set to 'true', ACL denoted by
1478        cgprsAccPtIPAccListGroupOut will be active. When
1479        set to 'false', it will become inactive."
1480    DEFVAL          { false }
1481    ::= { cgprsAccPtExtEntry 2 }
1482
1483cgprsAccPtGtpRespMesgWaitAcctng OBJECT-TYPE
1484    SYNTAX          TruthValue
1485    MAX-ACCESS      read-create
1486    STATUS          current
1487    DESCRIPTION
1488        "When this object is set to 'true', Gateway waits for a
1489        RADIUS accounting response before sending a create PDP
1490        or Bearer context response to the MME or SGSN, for create
1491        PDP or Bearer context requests received at a particular APN.
1492
1493        When this object is set to 'false', Gateway sends create
1494        PDP or Bearer response to MME or SGSN after sending a RADIUS
1495        start accounting message to the RADIUS server (without waiting
1496        for a response from the RADIUS accounting server)."
1497    DEFVAL          { false }
1498    ::= { cgprsAccPtExtEntry 3 }
1499
1500cgprsAccPtImsiSuppressed OBJECT-TYPE
1501    SYNTAX          TruthValue
1502    MAX-ACCESS      read-create
1503    STATUS          obsolete
1504    DESCRIPTION
1505        "This object specifies whether GGSN will be sending
1506        the radius attribute, IMSI value, in any of the
1507        radius requests to the radius server or not.  When set
1508        to 'true', the IMSI attribute will not be sent by
1509        the GGSN.  When set to 'false', the IMSI attribute
1510        will be sent by the GGSN.  This object is obsoleted by
1511        cgprsAccPtSuppressRadiusAttribs."
1512    REFERENCE
1513        "3GPP TS 29.061 Release 1999: Digital cellular
1514        telecommunications system (Phase 2+) (GSM); Universal
1515        Mobile Telecommunications System (UMTS);Interworking
1516        between the Public Land Mobile Network (PLMN)
1517        supporting Packet Based services and Packet Data
1518        Networks (PDN)."
1519    DEFVAL          { false }
1520    ::= { cgprsAccPtExtEntry 4 }
1521
1522cgprsAccPtVerifyUpStrTpduSrcAddr OBJECT-TYPE
1523    SYNTAX          TruthValue
1524    MAX-ACCESS      read-create
1525    STATUS          current
1526    DESCRIPTION
1527        "When this object is set to 'true', the Gateway will check the
1528        upstream TPDU source address against the address
1529        previously assigned to this user.  If the addresses are
1530        different, the TPDU is dropped, the notification
1531        cgprsAccPtSecSrcViolNotif is generated and
1532        cgprsAccPtSourceAddrViolTpdus is incremented.  This
1533        check will enable the Gateway to restrict the users with
1534        fake identity.
1535
1536        When the object is set to 'false', no checking is
1537        performed by the Gateway."
1538    DEFVAL          { false }
1539    ::= { cgprsAccPtExtEntry 5 }
1540
1541cgprsAccPtVerifyUpStrTpduDstAddr OBJECT-TYPE
1542    SYNTAX          TruthValue
1543    MAX-ACCESS      read-create
1544    STATUS          current
1545    DESCRIPTION
1546        "When this object is set to 'true', Gateway will check the
1547        upstream TPDU destination address against the range of
1548        IP addresses reserved for PLMN devices.  If there is a
1549        match, the TPDU is dropped, the notification
1550        cgprsAccPtSecDestViolNotif is generated and
1551        cgprsAccPtDestAddrViolTpdus is incremented.  The
1552        configuration of IP address ranges reserved for PLMN
1553        device is out of the scope of this MIB.  This check
1554        would enable the Gateway to protect the GPRS network from
1555        some hacker who may try to flood the Gateway and PLMN
1556        nodes with intense data traffic.
1557
1558        When the object is set to 'false', no checking is
1559        performed by the Gateway."
1560    DEFVAL          { false }
1561    ::= { cgprsAccPtExtEntry 6 }
1562
1563cgprsAccPtRedirInterMobilAddrTyp OBJECT-TYPE
1564    SYNTAX          InetAddressType
1565    MAX-ACCESS      read-create
1566    STATUS          current
1567    DESCRIPTION
1568        "This object indicates the type of Internet address by
1569        which cgprsAccPtRedirInterMobilAddr is reachable."
1570    ::= { cgprsAccPtExtEntry 7 }
1571
1572cgprsAccPtRedirInterMobilAddr OBJECT-TYPE
1573    SYNTAX          InetAddress
1574    MAX-ACCESS      read-create
1575    STATUS          current
1576    DESCRIPTION
1577        "This object represents the IP address of the device
1578        to which inter-mobile traffic will be re-directed.
1579        When this redirection is active on an APN, before
1580        downstream packets exit the Gateway, they are screened
1581        to see if they come from other GTP tunnels.  If so,
1582        they won't be GTP-tunneled downstream, but will get
1583        redirected to the device specified by this object and
1584        cgprsAccPtRedirInterMobilTraffic is incremented.
1585        When this object is set to zero value, inter-mobile
1586        traffic will not be redirected i.e., the traffic will
1587        get switched through Gateway without going through any
1588        Gi interface."
1589    ::= { cgprsAccPtExtEntry 8 }
1590
1591cgprsAccPtSuppressRadiusAttribs OBJECT-TYPE
1592    SYNTAX          BITS {
1593                        none(0),
1594                        imsi(1),
1595                        sgsnAddr(2),
1596                        qos(3)
1597                    }
1598    MAX-ACCESS      read-create
1599    STATUS          current
1600    DESCRIPTION
1601        "This object indicates the attributes that will be
1602        suppressed by the Gateway in its its authorization and
1603        accounting requests to the RADIUS server."
1604    REFERENCE
1605        "3GPP TS 29.061 Release 1999: Digital cellular
1606        telecommunications system (Phase 2+) (GSM); Universal
1607        Mobile Telecommunications System (UMTS);Interworking
1608        between the Public Land Mobile Network (PLMN)
1609        supporting Packet Based services and Packet Data
1610        Networks (PDN)."
1611    DEFVAL          { { none } }
1612    ::= { cgprsAccPtExtEntry 9 }
1613
1614cgprsAccPtInterimAccountinEnable OBJECT-TYPE
1615    SYNTAX          TruthValue
1616    MAX-ACCESS      read-create
1617    STATUS          current
1618    DESCRIPTION
1619        "This object is used to enable Interim Accounting for a
1620        PDP or Bearer context on this APN.  When set to 'true',
1621        accounting updates will be triggered whenever a update
1622        PDP or Bearer request is received. This object can set
1623        to 'true' only when accounting(cgprsAccPtAaaAccountingEnable)
1624        is enabled."
1625    DEFVAL          { false }
1626    ::= { cgprsAccPtExtEntry 10 }
1627
1628cgprsAccPtSetRadiusAttributes OBJECT-TYPE
1629    SYNTAX          BITS {
1630                        none(0),
1631                        userNameMsisdn(1),
1632                        accSessIdChargingId(2)
1633                    }
1634    MAX-ACCESS      read-create
1635    STATUS          current
1636    DESCRIPTION
1637        "This object indicates the values set in various radius
1638        attributes by the Gateway while communicating with RADIUS
1639        Server.  When set to
1640
1641        'none' - reset the value set by the options below.
1642
1643        'userNameMsisdn' - MSISDN of the mobile is sent in the
1644             user-name attribute.
1645
1646        'accSessIdChargingId' - Charging ID is sent in the
1647             accounting session ID attribute."
1648    ::= { cgprsAccPtExtEntry 11 }
1649
1650cgprsAccPtOperationMode OBJECT-TYPE
1651    SYNTAX          INTEGER  {
1652                        inService(0),
1653                        maintenance(1)
1654                    }
1655    MAX-ACCESS      read-create
1656    STATUS          current
1657    DESCRIPTION
1658        "This object denotes the operation mode of this APN.
1659        Each mode has different PDP or Bearer context activation and
1660        deactivation behavior and is given as below:
1661
1662        inService - normal operational mode in which all
1663            functions are allowed.  cgprsAccPtInServiceNotif
1664            notification will be sent to indicate the state
1665            change.
1666
1667        maintenance - No new PDPs or Bearers can be activated in this
1668            state. cgprsAccPtMaintenanceNotif notification
1669            will be sent to indicate the state change."
1670    DEFVAL          { inService }
1671    ::= { cgprsAccPtExtEntry 12 }
1672
1673cgprsAccPtAbsoluteSessionTimer OBJECT-TYPE
1674    SYNTAX          Unsigned32 (0 | 30..4294967)
1675    UNITS           "seconds"
1676    MAX-ACCESS      read-create
1677    STATUS          current
1678    DESCRIPTION
1679        "Absolute session timer is a RADIUS attribute (#27) sent
1680        by the AAA server in the Access-Accept packet. The Gateway
1681        will deactivate the PDP or Bearer when this timer expires.  This
1682        object denotes the timer used by the Gateway when the same
1683        is not received from the AAA server.  Value of '0'
1684        denotes that the timer is disabled."
1685    DEFVAL          { 0 }
1686    ::= { cgprsAccPtExtEntry 13 }
1687
1688cgprsAccPtRadiusAttrNasId OBJECT-TYPE
1689    SYNTAX          SnmpAdminString
1690    MAX-ACCESS      read-create
1691    STATUS          current
1692    DESCRIPTION
1693        "This object denotes the value used as NAS ID in the
1694        RADIUS access requests sent by the Gateway on this APN.  A
1695        zero length string needs to be set to unconfigure the
1696        NAS ID value."
1697    ::= { cgprsAccPtExtEntry 14 }
1698
1699cgprsAccPtPdpInServicePolicyName OBJECT-TYPE
1700    SYNTAX          SnmpAdminString (SIZE  (0..40))
1701    MAX-ACCESS      read-create
1702    STATUS          current
1703    DESCRIPTION
1704        "Per PDP or Bearer Policy feature on the Gateway ensures
1705        that the PDP or Bearer contexts does not exceed bandwidth
1706        negotiated as part of PDP or Bearer context activation
1707        procedure. A service policy contains classification and
1708        policing parameters, details of the same is out of the scope
1709        of this MIB. This object denotes the name of the service
1710        policy that is applicable to inbound traffic on all the PDP's
1711        pertaining to this APN."
1712    ::= { cgprsAccPtExtEntry 15 }
1713
1714cgprsAccPtPdpOutServicePolicyNam OBJECT-TYPE
1715    SYNTAX          SnmpAdminString (SIZE  (0..40))
1716    MAX-ACCESS      read-create
1717    STATUS          current
1718    DESCRIPTION
1719        "This object denotes the name of the service policy that
1720        is applicable to outbound traffic on all the PDP's or Bearer's
1721        pertaining to this APN."
1722    ::= { cgprsAccPtExtEntry 16 }
1723
1724cgprsAccPtPppRegenVerifyDomain OBJECT-TYPE
1725    SYNTAX          TruthValue
1726    MAX-ACCESS      read-create
1727    STATUS          current
1728    DESCRIPTION
1729        "When this object is set to 'true', a PPP regen session
1730        creation would be rejected if the domain name in PCO
1731        field is different than the APN name.  This object can
1732        only be set when cgprsAccPtPppRegenEnable is 'true'."
1733    DEFVAL          { false }
1734    ::= { cgprsAccPtExtEntry 17 }
1735
1736cgprsAccPtIpAddrLocalPoolName OBJECT-TYPE
1737    SYNTAX          SnmpAdminString
1738    MAX-ACCESS      read-create
1739    STATUS          current
1740    DESCRIPTION
1741        "This object represents the name of the local address
1742        pool used when cgprsAccPtIpAddressPool is set to
1743        'local'."
1744    ::= { cgprsAccPtExtEntry 18 }
1745
1746cgprsAccPtServiceAware OBJECT-TYPE
1747    SYNTAX          TruthValue
1748    MAX-ACCESS      read-create
1749    STATUS          current
1750    DESCRIPTION
1751        "This object is to enable service-aware billing
1752        (Diameter Credit Control Application [DCCA]
1753        support) on the access-point. This object can be
1754        set only when the object cGgsnSAServiceAware present
1755        in CISCO-GGSN-SERVICE-AWARE-MIB is set to 'true'."
1756    DEFVAL          { false }
1757    ::= { cgprsAccPtExtEntry 19 }
1758
1759cgprsAccPtAdvDownlinkNextHopAddrType OBJECT-TYPE
1760    SYNTAX          InetAddressType
1761    MAX-ACCESS      read-create
1762    STATUS          current
1763    DESCRIPTION
1764        "This object indicates the type of Internet address
1765        of downlink next hop address."
1766    ::= { cgprsAccPtExtEntry 20 }
1767
1768cgprsAccPtAdvDownlinkNextHopAddr OBJECT-TYPE
1769    SYNTAX          InetAddress
1770    MAX-ACCESS      read-create
1771    STATUS          current
1772    DESCRIPTION
1773        "This object advertises the next hop address on the
1774        Gateway to which downlink traffic destined for the Gateway
1775        is to be routed. The address type is given by the
1776        cgprsAccPtAdvDownlinkNextHopAddrType object."
1777    ::= { cgprsAccPtExtEntry 21 }
1778
1779cgprsAccPtGtpUpdateFailDelete OBJECT-TYPE
1780    SYNTAX          TruthValue
1781    MAX-ACCESS      read-create
1782    STATUS          current
1783    DESCRIPTION
1784        "This object denotes the action to be taken when a COA
1785        initiated update request for QOS change fails for a
1786        PDP or Bearer context on this Access Point. If the object is
1787        set to 'true' and the update response from MME or SGSN (for
1788        a update request) is not got after the configured retries
1789        or the received response indicates a cause value other than
1790        'request accepted', then the PDP or Bearer context will be
1791        deleted by the Gateway."
1792    DEFVAL          { false }
1793    ::= { cgprsAccPtExtEntry 22 }
1794
1795cgprsAccPtAaaAccountInterPeriod OBJECT-TYPE
1796    SYNTAX          Unsigned32 (0 | 15..71582)
1797    UNITS           "minutes"
1798    MAX-ACCESS      read-create
1799    STATUS          current
1800    DESCRIPTION
1801        "This object specifies the periodic accounting timer
1802        interval value for the access point. When this object
1803        is set to a value, 'interim' type accounting records
1804        will be sent at the specified interval for the PDP or
1805        Bearer contexts on this APN. When set to '0' the 'interim'
1806        type accounting records will not be sent out."
1807    DEFVAL          { 0 }
1808    ::= { cgprsAccPtExtEntry 23 }
1809
1810cgprsAccPtAaaAccountInterRadius OBJECT-TYPE
1811    SYNTAX          TruthValue
1812    MAX-ACCESS      read-create
1813    STATUS          current
1814    DESCRIPTION
1815        "This object when set to 'true', enables Gateway to receive
1816        and use the Accounting Periodic Interval from Radius for
1817        the PDP or Bearer contexts on this APN."
1818    DEFVAL          { false }
1819    ::= { cgprsAccPtExtEntry 24 }
1820
1821cgprsAccPtGxEnable OBJECT-TYPE
1822    SYNTAX          TruthValue
1823    MAX-ACCESS      read-create
1824    STATUS          current
1825    DESCRIPTION
1826        "This object when set to 'true', indicates that this APN
1827        is Gx enabled."
1828    DEFVAL          { false }
1829    ::= { cgprsAccPtExtEntry 25 }
1830
1831cgprsAccPtPcscfLoadBalance OBJECT-TYPE
1832    SYNTAX          TruthValue
1833    MAX-ACCESS      read-create
1834    STATUS          current
1835    DESCRIPTION
1836        "The Proxy-CSCF server group represented by the object
1837        cgprsAccPtPcscfServerGroupName contains a list of
1838        Proxy-CSCF addresses which will be provided to the MS(UE)
1839        in the PCO (Protocol Configuration Option) response message.
1840        The object cgprsAccPtPcscfLoadBalance when set to 'true',
1841        enables Gateway to include the IP address of the least loaded
1842        P-CSCF server in the PCO response message. Round Robin
1843        algorithm is used for the selection of the least loaded
1844        P-CSCF server."
1845    DEFVAL          { false }
1846    ::= { cgprsAccPtExtEntry 26 }
1847
1848cgprsAccPtNetworkBehindMsEnable OBJECT-TYPE
1849    SYNTAX          TruthValue
1850    MAX-ACCESS      read-create
1851    STATUS          current
1852    DESCRIPTION
1853        "This object when set to 'true', enables the Gateway to support
1854        a network behind the Mobile Station."
1855    DEFVAL          { false }
1856    ::= { cgprsAccPtExtEntry 27 }
1857
1858cgprsAccPtMaxSubnetsBehindMobile OBJECT-TYPE
1859    SYNTAX          Unsigned32 (0..16)
1860    MAX-ACCESS      read-create
1861    STATUS          current
1862    DESCRIPTION
1863        "This object indicates the number of subnetworks that can
1864        be permitted behind the Mobile station. This object can be
1865        set only when the object cgprsAccPtNetworkBehindMsEnable is
1866        set to 'true' as this object can take effect only when
1867        cgprsAccPtNetworkBehindMsEnable is 'true'. Setting the value
1868        of '0' to this object will not take effect. The value of this
1869        object will be set to '0' only if the object
1870        cgprsAccPtNetworkBehindMsEnable is set to 'false'."
1871    DEFVAL          { 0 }
1872    ::= { cgprsAccPtExtEntry 28 }
1873
1874cgprsAccPtChargingRecordType OBJECT-TYPE
1875    SYNTAX          INTEGER  {
1876                        noconfig(0),
1877                        none(1),
1878                        gcdr(2),
1879                        egcdr(3)
1880                    }
1881    MAX-ACCESS      read-create
1882    STATUS          current
1883    DESCRIPTION
1884        "This object denotes the charging record type of this APN.
1885        Each type has different PDP or Bearer context behavior and
1886        is given as below:
1887
1888        noconfig - When no record type is configured.
1889
1890        none - when there are no active PDP or Bearer contexts under
1891               this APN
1892
1893        gcdr - When the derived record type is gcdr, the Gateway
1894               indicates CSG2 that gcdr generation is configured for
1895               this user, so that CSG2 will generate service level
1896               CDRs.
1897
1898        egcdr - When the derived record type is egcdr, the Gateway
1899               indicates CSG2 that egcdr generation is configured
1900               for this user, so that CSG2 will not generate
1901               service level CDRs."
1902    DEFVAL          { noconfig }
1903    ::= { cgprsAccPtExtEntry 29 }
1904
1905cgprsAccPtChargingGrp OBJECT-TYPE
1906    SYNTAX          Unsigned32 (0..29)
1907    MAX-ACCESS      read-create
1908    STATUS          current
1909    DESCRIPTION
1910        "This object provides the charging group identifier to
1911        which an access point is associated with. By default the
1912        value of this object is 0, it indicates that the default
1913        charging group is associated with this access point entry.
1914
1915        The value of this object must be same as one of the values
1916        identified by cgprsCgGroupIndex."
1917    REFERENCE
1918        "csgprsCgGroupIndex is defined in CISCO-GPRS-CHARGING-MIB."
1919    DEFVAL          { 0 }
1920    ::= { cgprsAccPtExtEntry 30 }
1921
1922cgprsAccPtIpAddrPoolNoRedistribute OBJECT-TYPE
1923    SYNTAX          TruthValue
1924    MAX-ACCESS      read-create
1925    STATUS          current
1926    DESCRIPTION
1927        "This object indicates whether route propagation from PCOP to
1928        SUP (Supervisor) shall occur. This object can be set/unset
1929        only when the object cgprsAccPtIpAddressPool is configured.
1930        By default the value of this object is false.
1931        Setting it to true does not allow the redistribution of routes
1932        from PCOP to the SUP."
1933    DEFVAL          { false }
1934    ::= { cgprsAccPtExtEntry 31 }
1935
1936cgprsAccPtDualAddrEnabled OBJECT-TYPE
1937    SYNTAX          TruthValue
1938    MAX-ACCESS      read-create
1939    STATUS          current
1940    DESCRIPTION
1941        "This object when set to 'true' indicates that the APN has dual
1942        stack capability."
1943    DEFVAL          { false }
1944    ::= { cgprsAccPtExtEntry 32 }
1945
1946cgprsAccPtVerifyDownlinkAddr OBJECT-TYPE
1947    SYNTAX          TruthValue
1948    MAX-ACCESS      read-create
1949    STATUS          current
1950    DESCRIPTION
1951        "This object indicates that the Gateway is programmed
1952        to check and reject all downstream packets with same
1953        source and destination.
1954
1955        When the value is set to 'true', the Gateway check and
1956        reject all downstream packets with same source and
1957        destination and 'false' means this feature is disabled."
1958    DEFVAL          { false }
1959    ::= { cgprsAccPtExtEntry 33 }
1960
1961
1962-- Generic Servers
1963
1964cgprsAccPtGenServerConfigs  OBJECT IDENTIFIER
1965    ::= { ciscoGprsAccPtConfig 4 }
1966
1967
1968cgprsAccPtGenServerConfigTable OBJECT-TYPE
1969    SYNTAX          SEQUENCE OF CgprsAccPtGenServerConfigEntry
1970    MAX-ACCESS      not-accessible
1971    STATUS          current
1972    DESCRIPTION
1973        "Each column in this table represent IP address of
1974        different generic servers, for example: DNS, NetBIOS,
1975        configured on the APN."
1976    ::= { cgprsAccPtGenServerConfigs 1 }
1977
1978cgprsAccPtGenServerConfigEntry OBJECT-TYPE
1979    SYNTAX          CgprsAccPtGenServerConfigEntry
1980    MAX-ACCESS      not-accessible
1981    STATUS          current
1982    DESCRIPTION
1983        "An entry in cgprsAccPtGenServerConfigTable."
1984    AUGMENTS           { cgprsAccPtEntry  }
1985    ::= { cgprsAccPtGenServerConfigTable 1 }
1986
1987CgprsAccPtGenServerConfigEntry ::= SEQUENCE {
1988        cgprsAccPtDnsServerAddrType     InetAddressType,
1989        cgprsAccPtPriDnsServer          InetAddress,
1990        cgprsAccPtSecDnsServer          InetAddress,
1991        cgprsAccPtNetbiosServerAddrType InetAddressType,
1992        cgprsAccPtPriNetbiosServer      InetAddress,
1993        cgprsAccPtSecNetbiosServer      InetAddress
1994}
1995
1996cgprsAccPtDnsServerAddrType OBJECT-TYPE
1997    SYNTAX          InetAddressType
1998    MAX-ACCESS      read-create
1999    STATUS          current
2000    DESCRIPTION
2001        "This object indicates the type of Internet address by
2002        which cgprsAccPtPriDnsServer and cgprsAccPtSecDnsServer
2003        are reachable.
2004
2005        DNS addresses to be sent to the MS can come from DHCP
2006        server or RADIUS server based on IP address allocation
2007        scheme chosen by cgprsAccPtIpAddressPool.  The IP
2008        address configured to cgprsAccPtPriDnsServer and
2009        cgprsAccPtSecDnsServer will be sent to MS only when
2010
2011         - DHCP/RADIUS servers does not return any DNS address.
2012         - local address pool is used for IP address
2013           allocation for MS."
2014    ::= { cgprsAccPtGenServerConfigEntry 1 }
2015
2016cgprsAccPtPriDnsServer OBJECT-TYPE
2017    SYNTAX          InetAddress
2018    MAX-ACCESS      read-create
2019    STATUS          current
2020    DESCRIPTION
2021        "This object specifies the IP address of the primary
2022        DNS server that will be sent to MS."
2023    ::= { cgprsAccPtGenServerConfigEntry 2 }
2024
2025cgprsAccPtSecDnsServer OBJECT-TYPE
2026    SYNTAX          InetAddress
2027    MAX-ACCESS      read-create
2028    STATUS          current
2029    DESCRIPTION
2030        "This object specifies the IP address of the secondary
2031        DNS server that will be sent to MS.  A secondary server
2032        can be configured only if primary exists."
2033    ::= { cgprsAccPtGenServerConfigEntry 3 }
2034
2035cgprsAccPtNetbiosServerAddrType OBJECT-TYPE
2036    SYNTAX          InetAddressType
2037    MAX-ACCESS      read-create
2038    STATUS          current
2039    DESCRIPTION
2040        "This object indicates the type of Internet address by
2041        which cgprsAccPtPriNetbiosServer and
2042        cgprsAccPtSecNetbiosServer are reachable.
2043
2044        NBNS addresses to be sent to the MS can come from DHCP
2045        server or RADIUS server based on IP address allocation
2046        scheme chosen by cgprsAccPtIpAddressPool.  The IP
2047        address configured to cgprsAccPtPriNetbiosServer and
2048        cgprsAccPtSecNetbiosServer will be sent to MS only when
2049
2050         - DHCP/RADIUS servers does not return any NBNS address.
2051         - local address pool is used for IP address allocation
2052           for MS."
2053    ::= { cgprsAccPtGenServerConfigEntry 4 }
2054
2055cgprsAccPtPriNetbiosServer OBJECT-TYPE
2056    SYNTAX          InetAddress
2057    MAX-ACCESS      read-create
2058    STATUS          current
2059    DESCRIPTION
2060        "This object specifies the IP address of the primary
2061        NetBIOS name server(NBNS) that will be sent to MS."
2062    ::= { cgprsAccPtGenServerConfigEntry 5 }
2063
2064cgprsAccPtSecNetbiosServer OBJECT-TYPE
2065    SYNTAX          InetAddress
2066    MAX-ACCESS      read-create
2067    STATUS          current
2068    DESCRIPTION
2069        "This object specifies the IP address of the secondary
2070        NetBIOS name server(NBNS) that will be sent to MS.  A
2071        secondary server can be configured only if primary
2072        exists."
2073    ::= { cgprsAccPtGenServerConfigEntry 6 }
2074
2075
2076-- IMS Params
2077
2078cgprsAccPtImsConfigs  OBJECT IDENTIFIER
2079    ::= { ciscoGprsAccPtConfig 5 }
2080
2081
2082cgprsAccPtImsConfigTable OBJECT-TYPE
2083    SYNTAX          SEQUENCE OF CgprsAccPtImsConfigEntry
2084    MAX-ACCESS      not-accessible
2085    STATUS          deprecated
2086    DESCRIPTION
2087        "IP Multimedia Subsystem(IMS) has been introduced in
2088        3GPP release 5 for the provision of multimedia services.
2089        The Gateway terminates the GPRS Bearer to carry IMS signaling
2090        and traffic. It communicates with Policy Decision
2091        Function(PDF) over the Go interface and acts as a Policy
2092        Enforcement Point(PEP) to enforce QoS per media flows
2093        using COPS protocol.
2094
2095        This table represents various parameters required to
2096        support IMS.  This table is deprecated as IMS is not
2097        supported from GGSN 5.0 release onwards."
2098    REFERENCE       "3GPP TS 29.207: Policy Control over Go interface."
2099    ::= { cgprsAccPtImsConfigs 1 }
2100
2101cgprsAccPtImsConfigEntry OBJECT-TYPE
2102    SYNTAX          CgprsAccPtImsConfigEntry
2103    MAX-ACCESS      not-accessible
2104    STATUS          deprecated
2105    DESCRIPTION
2106        "An entry in cgprsAccPtImsConfigTable"
2107    AUGMENTS           { cgprsAccPtEntry  }
2108    ::= { cgprsAccPtImsConfigTable 1 }
2109
2110CgprsAccPtImsConfigEntry ::= SEQUENCE {
2111        cgprsAccPtImsEnable         BITS,
2112        cgprsAccPtPCscfGroupName    SnmpAdminString,
2113        cgprsAccPtImsSigAccGroupIn  AccessControlListOrZero,
2114        cgprsAccPtImsSigAccGroupOut AccessControlListOrZero,
2115        cgprsAccPtRejNonImsPdp      TruthValue
2116}
2117
2118cgprsAccPtImsEnable OBJECT-TYPE
2119    SYNTAX          BITS {
2120                        disable(0),
2121                        enable(1),
2122                        exclusive(2),
2123                        transformPrimary(3)
2124                    }
2125    MAX-ACCESS      read-create
2126    STATUS          deprecated
2127    DESCRIPTION
2128        "This object indicates whether IMS traffic, both
2129        signaling and data, is allowed on this APN. When set to
2130
2131        disable   - IMS traffic is not allowed.
2132        enable    - IMS traffic is allowed.
2133        exclusive - Only IMS traffic is allowed, non-IMS
2134                    traffic will be rejected.
2135        transformPrimary - non IMS traffic will be allowed
2136                    but all the rules applicable to IMS
2137                    traffic will also apply, for example. ACL's.
2138
2139        The options 'exclusive' and 'transformPrimary' are
2140        mutually exclusive and can be set only when IMS is
2141        enabled, i.e., when 'enable' is set."
2142    DEFVAL          { { disable } }
2143    ::= { cgprsAccPtImsConfigEntry 1 }
2144
2145cgprsAccPtPCscfGroupName OBJECT-TYPE
2146    SYNTAX          SnmpAdminString (SIZE  (0..100))
2147    MAX-ACCESS      read-create
2148    STATUS          deprecated
2149    DESCRIPTION
2150        "This object represents the Proxy-CSCF server group that
2151        will be used by this APN.  Proxy-CSCF server group
2152        contains list of Proxy-CSCF addresses which will be
2153        provided to MS(UE) in response to a PDP contexts
2154        for which P-CSCF address request field is set in PCO."
2155    ::= { cgprsAccPtImsConfigEntry 2 }
2156
2157cgprsAccPtImsSigAccGroupIn OBJECT-TYPE
2158    SYNTAX          AccessControlListOrZero
2159    MAX-ACCESS      read-create
2160    STATUS          deprecated
2161    DESCRIPTION
2162        "This object represents the access list that will be
2163        applied to all the IMS signaling PDP context received
2164        by this APN from the PDN for forwarding towards a MS.
2165        An IMS signaling PDP context will have IMS signaling
2166        flag set in the PCO field."
2167    DEFVAL          { 0 }
2168    ::= { cgprsAccPtImsConfigEntry 3 }
2169
2170cgprsAccPtImsSigAccGroupOut OBJECT-TYPE
2171    SYNTAX          AccessControlListOrZero
2172    MAX-ACCESS      read-create
2173    STATUS          deprecated
2174    DESCRIPTION
2175        "This object represents the access list that will be
2176        applied to all the IMS signaling PDP context received
2177        by this APN from a MS for forwarding towards PDN.  An
2178        IMS signaling PDP context will have IMS signaling flag
2179        set in the PCO field."
2180    DEFVAL          { 0 }
2181    ::= { cgprsAccPtImsConfigEntry 4 }
2182
2183cgprsAccPtRejNonImsPdp OBJECT-TYPE
2184    SYNTAX          TruthValue
2185    MAX-ACCESS      read-create
2186    STATUS          deprecated
2187    DESCRIPTION
2188        "This object represents the action to be taken on a non
2189        IMS PDP context, when cgprsAccPtImsEnable is set to
2190        'true' on this APN.  When this object is set to 'true',
2191        respective PDP context activation will be rejected.
2192        When set to 'false', PDP activation will be based on the
2193        QoS negotiation."
2194    DEFVAL          { false }
2195    ::= { cgprsAccPtImsConfigEntry 5 }
2196
2197
2198-- Charging Parameters
2199
2200cgprsAccPtChargingParams  OBJECT IDENTIFIER
2201    ::= { ciscoGprsAccPtConfig 6 }
2202
2203
2204cgprsAccPtChgProfTable OBJECT-TYPE
2205    SYNTAX          SEQUENCE OF CgprsAccPtChgProfEntry
2206    MAX-ACCESS      not-accessible
2207    STATUS          current
2208    DESCRIPTION
2209        "Charging characteristics is a parameter that allows the
2210        operator to apply different charging methods on a per
2211        PDP or Bearer basis.  Each charging profile is associated
2212        with an index, set of charging parameters like subscriber
2213        category, volume limit trigger, etc., details of the
2214        same is outside the scope of the MIB and are defined
2215        in CISCO-GPRS-CHARGING-MIB.
2216
2217        Charging characteristics can be received from MME or SGSN as
2218        an Information Element in the create PDP/Bearer request or
2219        defaults can be configured at the Gateway and/or APN level.
2220
2221        This table represents the charging profiles that can
2222        be applied to different type of mobile subscribers on
2223        an APN.  The Gateway level configurations are dealt in
2224        CISCO-GPRS-CHARGING-MIB."
2225    REFERENCE
2226        "3GPP TS 32.215 V5.2.0 Charging data description for
2227        the Packet Switched domain(Release 4)."
2228    ::= { cgprsAccPtChargingParams 1 }
2229
2230cgprsAccPtChgProfEntry OBJECT-TYPE
2231    SYNTAX          CgprsAccPtChgProfEntry
2232    MAX-ACCESS      not-accessible
2233    STATUS          current
2234    DESCRIPTION
2235        "An entry in cgprsAccPtChgProfTable."
2236    INDEX           {
2237                        cgprsAccPtIndex,
2238                        cgprsAccPtMsType
2239                    }
2240    ::= { cgprsAccPtChgProfTable 1 }
2241
2242CgprsAccPtChgProfEntry ::= SEQUENCE {
2243        cgprsAccPtMsType           INTEGER,
2244        cgprsAccPtChgProfile       Unsigned32,
2245        cgprsAccPtChgProfOverride  TruthValue,
2246        cgprsAccPtChgProfRowStatus RowStatus
2247}
2248
2249cgprsAccPtMsType OBJECT-TYPE
2250    SYNTAX          INTEGER  {
2251                        all(1),
2252                        home(2),
2253                        roaming(3),
2254                        roamingTrusted(4),
2255                        visiting(5),
2256                        visitingTrusted(6)
2257                    }
2258    MAX-ACCESS      not-accessible
2259    STATUS          current
2260    DESCRIPTION
2261        "This object represents the type of MS to which the
2262        charging profile selected by cgprsAccPtChgProfile is
2263        applied on this APN. Different types of MS -
2264
2265        A roaming MS belongs to a MME/SGSN of a different PLMN.
2266        A visitor MS is one whose IMSI value belongs to a
2267        different PLMN.  A home MS is neither roamer nor
2268        visitor, i.e., IMSI and MME/SGSN corresponds to same PLMN.
2269
2270        A roamer/visitor is said to be Trusted/Friendly if
2271        the different PLMN is a trusted/friendly PLMN."
2272    ::= { cgprsAccPtChgProfEntry 1 }
2273
2274cgprsAccPtChgProfile OBJECT-TYPE
2275    SYNTAX          Unsigned32
2276    MAX-ACCESS      read-create
2277    STATUS          current
2278    DESCRIPTION
2279        "This object represents the charging profile number to
2280        be applied to MS denoted by cgprsAccPtMsType on this
2281        APN.  Details of charging profile parameters are outside
2282        the scope of this MIB and are covered by
2283        CISCO-GPRS-CHARGING-MIB.  This object is mandatory while
2284        creating a row. The current valid values are 1 to 255."
2285    ::= { cgprsAccPtChgProfEntry 2 }
2286
2287cgprsAccPtChgProfOverride OBJECT-TYPE
2288    SYNTAX          TruthValue
2289    MAX-ACCESS      read-create
2290    STATUS          current
2291    DESCRIPTION
2292        "This object specifies whether charging characteristics
2293        value supplied by MME or SGSN will be ignored and the values
2294        supplied in this table are used.  When this object is
2295        set to 'true', the value supplied by MME or SGSN will be
2296        ignored."
2297    DEFVAL          { true }
2298    ::= { cgprsAccPtChgProfEntry 3 }
2299
2300cgprsAccPtChgProfRowStatus OBJECT-TYPE
2301    SYNTAX          RowStatus
2302    MAX-ACCESS      read-create
2303    STATUS          current
2304    DESCRIPTION
2305        "This object is used to create a new row or delete an
2306        existing row in this table.
2307
2308        To create a row, set this object to 'createAndGo'.
2309        To delete a row, set this object to 'destroy'."
2310    ::= { cgprsAccPtChgProfEntry 4 }
2311
2312
2313-- Call Admission Control(CAC) configs
2314
2315cgprsAccPtCacConfigs  OBJECT IDENTIFIER
2316    ::= { ciscoGprsAccPtConfig 7 }
2317
2318
2319cgprsAccPtCacTable OBJECT-TYPE
2320    SYNTAX          SEQUENCE OF CgprsAccPtCacEntry
2321    MAX-ACCESS      not-accessible
2322    STATUS          current
2323    DESCRIPTION
2324        "Call Admission Control(CAC) on the Gateway ensures that
2325        required network resources are available for real-time
2326        data traffic, such as voice, video, etc., and to support
2327        establishment and modification of the QoS parameters by
2328        signaling and negotiating during PDP or Bearer context
2329        activation procedure and modification procedure. CAC
2330        performs this by examining various QoS parameters like
2331        traffic class, maximum bit rate and guaranteed bit rate
2332        for both uplink and downlink received from the MME or
2333        SGSN with the local configured parameters or policy
2334        received from Policy Decision Function(PDF).
2335
2336        This table represents various parameters required to
2337        support CAC."
2338    ::= { cgprsAccPtCacConfigs 1 }
2339
2340cgprsAccPtCacEntry OBJECT-TYPE
2341    SYNTAX          CgprsAccPtCacEntry
2342    MAX-ACCESS      not-accessible
2343    STATUS          current
2344    DESCRIPTION
2345        "An entry in cgprsAccPtCacTable."
2346    AUGMENTS           { cgprsAccPtEntry  }
2347    ::= { cgprsAccPtCacTable 1 }
2348
2349CgprsAccPtCacEntry ::= SEQUENCE {
2350        cgprsAccPtCacPolicyName         SnmpAdminString,
2351        cgprsAccPtCacUpStrBandWidthPool SnmpAdminString,
2352        cgprsAccPtCacDnStrBandWidthPool SnmpAdminString
2353}
2354
2355cgprsAccPtCacPolicyName OBJECT-TYPE
2356    SYNTAX          SnmpAdminString (SIZE  (0..40))
2357    MAX-ACCESS      read-create
2358    STATUS          current
2359    DESCRIPTION
2360        "This object represents the local policy name that will
2361        be used by CAC for the PDP's or Bearer's pertaining to
2362        this APN.
2363
2364        Details of QoS parameters pertaining to a CAC policy
2365        are out of scope of this MIB and are covered in
2366        CISCO-GGSN-QOS-MIB.
2367
2368        A zero-length string denotes that no policy is
2369        configured."
2370    ::= { cgprsAccPtCacEntry 1 }
2371
2372cgprsAccPtCacUpStrBandWidthPool OBJECT-TYPE
2373    SYNTAX          SnmpAdminString (SIZE  (0..40))
2374    MAX-ACCESS      read-create
2375    STATUS          current
2376    DESCRIPTION
2377        "A Bandwidth pool is a user defined pool with bandwidth
2378        pre-allocation details like amount of available
2379        bandwidth, percent of bandwidth available to a specific
2380        traffic class.  CAC uses this information during PDP or
2381        Bearer context activation and modification procedures.
2382
2383        This object represents the name of the bandwidth pool
2384        used for upstream traffic. Configuration of the
2385        bandwidth pool is covered in CISCO-GGSN-QOS-MIB.
2386
2387        A zero-length string denotes that no policy is
2388        configured."
2389    ::= { cgprsAccPtCacEntry 2 }
2390
2391cgprsAccPtCacDnStrBandWidthPool OBJECT-TYPE
2392    SYNTAX          SnmpAdminString (SIZE  (0..40))
2393    MAX-ACCESS      read-create
2394    STATUS          current
2395    DESCRIPTION
2396        "This object represents the name of the bandwidth pool
2397        used for downstream traffic. Configuration of the
2398        bandwidth pool is covered in CISCO-GGSN-QOS-MIB.
2399
2400        A zero-length string denotes that no policy is
2401        configured."
2402    ::= { cgprsAccPtCacEntry 3 }
2403
2404
2405-- Route Probe Configs
2406
2407cgprsAccPtRouteProbeConfigs  OBJECT IDENTIFIER
2408    ::= { ciscoGprsAccPtConfig 8 }
2409
2410
2411cgprsAccPtRouteProbeTable OBJECT-TYPE
2412    SYNTAX          SEQUENCE OF CgprsAccPtRouteProbeEntry
2413    MAX-ACCESS      not-accessible
2414    STATUS          current
2415    DESCRIPTION
2416        "Route probe feature enables the Gateway to send out a route
2417        probe packet to a configured destination after a
2418        successful PDP or Bearer activation procedure.  The source IP
2419        address of the packet would be the IP address of the
2420        PDP or Bearer context.
2421
2422        This table represents various parameters set in the
2423        route probe packet.  At this point, UDP packets will be
2424        sent, a new column will be added to represent the
2425        protocol when the support is extended to other
2426        protocols."
2427    ::= { cgprsAccPtRouteProbeConfigs 1 }
2428
2429cgprsAccPtRouteProbeEntry OBJECT-TYPE
2430    SYNTAX          CgprsAccPtRouteProbeEntry
2431    MAX-ACCESS      not-accessible
2432    STATUS          current
2433    DESCRIPTION
2434        "An entry in cgprsAccPtRouteProbeTable."
2435    AUGMENTS           { cgprsAccPtEntry  }
2436    ::= { cgprsAccPtRouteProbeTable 1 }
2437
2438CgprsAccPtRouteProbeEntry ::= SEQUENCE {
2439        cgprsAccPtRpDestAddrType InetAddressType,
2440        cgprsAccPtRpDestAddr     InetAddress,
2441        cgprsAccPtRpProtocol     INTEGER,
2442        cgprsAccPtRpDestPort     InetPortNumber,
2443        cgprsAccPtRpTtl          Unsigned32
2444}
2445
2446cgprsAccPtRpDestAddrType OBJECT-TYPE
2447    SYNTAX          InetAddressType
2448    MAX-ACCESS      read-create
2449    STATUS          current
2450    DESCRIPTION
2451        "This object indicates the type of Internet address by
2452        which cgprsAccPtRpDestAddr is reachable."
2453    ::= { cgprsAccPtRouteProbeEntry 1 }
2454
2455cgprsAccPtRpDestAddr OBJECT-TYPE
2456    SYNTAX          InetAddress
2457    MAX-ACCESS      read-create
2458    STATUS          current
2459    DESCRIPTION
2460        "This object specifies the destination IP address to
2461        which the route probe packet needs to be sent."
2462    ::= { cgprsAccPtRouteProbeEntry 2 }
2463
2464cgprsAccPtRpProtocol OBJECT-TYPE
2465    SYNTAX          INTEGER  {
2466                        udp(1),
2467                        icmp(2)
2468                    }
2469    MAX-ACCESS      read-create
2470    STATUS          current
2471    DESCRIPTION
2472        "This objects specifies the protocol type of route probe
2473        packet.  This object can be set only after
2474        cgprsAccPtRpDestAddr is being set."
2475    DEFVAL          { udp }
2476    ::= { cgprsAccPtRouteProbeEntry 3 }
2477
2478cgprsAccPtRpDestPort OBJECT-TYPE
2479    SYNTAX          InetPortNumber
2480    MAX-ACCESS      read-create
2481    STATUS          current
2482    DESCRIPTION
2483        "This object specifies the destination port number of
2484        the route probe packet when cgprsAccPtRpProtocol is
2485        set to 'udp'.  This object can be set only after
2486        cgprsAccPtRpDestAddr is being set."
2487    DEFVAL          { 9 }
2488    ::= { cgprsAccPtRouteProbeEntry 4 }
2489
2490cgprsAccPtRpTtl OBJECT-TYPE
2491    SYNTAX          Unsigned32 (1..255)
2492    UNITS           "seconds"
2493    MAX-ACCESS      read-create
2494    STATUS          current
2495    DESCRIPTION
2496        "This object specifies the TTL value set in the route
2497        probe packet.  This object can be set only after
2498        cgprsAccPtRpDestAddr is being set."
2499    DEFVAL          { 255 }
2500    ::= { cgprsAccPtRouteProbeEntry 5 }
2501
2502
2503-- APN IPv6 Configs
2504
2505cgprsAccPtIpv6Configs  OBJECT IDENTIFIER
2506    ::= { ciscoGprsAccPtConfig 9 }
2507
2508
2509cgprsAccPtIpv6Table OBJECT-TYPE
2510    SYNTAX          SEQUENCE OF CgprsAccPtIpv6Entry
2511    MAX-ACCESS      not-accessible
2512    STATUS          current
2513    DESCRIPTION
2514        "The Gateway supports IPv6 PDP or Bearer type and its user
2515        traffic. It will provide the IPv6 prefix and interface
2516        identifier to the MS; generate IPv6 PDP or Bearer address
2517        in the appropriate charging records and AAA accounting record.
2518
2519        This table represents various parameters required to
2520        support IPv6 PDP or Bearer under APN."
2521    ::= { cgprsAccPtIpv6Configs 1 }
2522
2523cgprsAccPtIpv6Entry OBJECT-TYPE
2524    SYNTAX          CgprsAccPtIpv6Entry
2525    MAX-ACCESS      not-accessible
2526    STATUS          current
2527    DESCRIPTION
2528        "An entry in cgprsAccPtIpv6Table.
2529
2530        The agent can create/destroy/modify a profile as a
2531        result of actions from the local console.  The table
2532        objects can be modified, when the RowStatus is active.
2533
2534        The entries in this table are stored in NVRAM when the
2535        agent writes the configuration to memory before
2536        restart."
2537    AUGMENTS           { cgprsAccPtEntry  }
2538    ::= { cgprsAccPtIpv6Table 1 }
2539
2540CgprsAccPtIpv6Entry ::= SEQUENCE {
2541        cgprsAccPtIpv6BaseVTemplate     Unsigned32,
2542        cgprsAccPtIpv6DnsAddrType       InetAddressType,
2543        cgprsAccPtIpv6DnsPriAddress     InetAddress,
2544        cgprsAccPtIpv6DnsSecAddress     InetAddress,
2545        cgprsAccPtIpv6Enable            TruthValue,
2546        cgprsAccPtIpv6Exclusive         TruthValue,
2547        cgprsAccPtIpv6AccessGroupDown   AccessControlListName,
2548        cgprsAccPtIpv6AccessGroupUp     AccessControlListName,
2549        cgprsAccPtIpv6AddrPool          INTEGER,
2550        cgprsAccPtIpv6AddrLocalPoolName SnmpAdminString,
2551        cgprsAccPtIpv6Redirect          INTEGER,
2552        cgprsAccPtIpv6RedirectAddrType  InetAddressType,
2553        cgprsAccPtIpv6RedirectAddr      InetAddress,
2554        cgprsAccPtIpv6SecurityVerifySrc TruthValue,
2555        cgprsAccPtIpv6SecurityVerifyDst TruthValue,
2556        cgprsAccPtIpv6AddrAllocations   Gauge32,
2557        cgprsAccPtDhcpv6ProxClientIntf  InterfaceIndexOrZero,
2558        cgprsAccptDhcpv6RapidCommit     TruthValue,
2559        cgprsAccptDhcpv6PoolName        SnmpAdminString
2560}
2561
2562cgprsAccPtIpv6BaseVTemplate OBJECT-TYPE
2563    SYNTAX          Unsigned32
2564    MAX-ACCESS      read-create
2565    STATUS          current
2566    DESCRIPTION
2567        "This object specifies the base virtual template
2568        for an APN.  To create a sub-interface for each PDP or
2569        Bearer, a base virtual-template needs to be configured so
2570        that virtual-access interface can be cloned from it. Many
2571        APN can share one base virtual-template.  But one APN
2572        can only use one base virtual-template.
2573
2574        This object must be set to appropriate value for IPv6
2575        APN i.e., when the object cgprsAccPtIpv6Enable or
2576        cgprsAccPtIpv6Exclusive is set to 'true'."
2577    ::= { cgprsAccPtIpv6Entry 1 }
2578
2579cgprsAccPtIpv6DnsAddrType OBJECT-TYPE
2580    SYNTAX          InetAddressType
2581    MAX-ACCESS      read-create
2582    STATUS          current
2583    DESCRIPTION
2584        "This object specifies the type of
2585        cgprsAccPtIpv6DnsPriAddress and
2586        cgprsAccPtIpv6DnsSecAddress.
2587
2588        DNS addresses to be sent to the MS can come from DHCP
2589        server or RADIUS server based on IP address allocation
2590        scheme chosen by cgprsAccPtIpv6AddrPool.  The IP address
2591        configured to cgprsAccPtIpv6DnsPriAddress and
2592        cgprsAccPtIpv6DnsSecAddress will be sent to MS only when
2593
2594         - DHCP/RADIUS servers does not return any DNS address.
2595         - local address pool is used for IP address
2596           allocation for MS."
2597    ::= { cgprsAccPtIpv6Entry 2 }
2598
2599cgprsAccPtIpv6DnsPriAddress OBJECT-TYPE
2600    SYNTAX          InetAddress
2601    MAX-ACCESS      read-create
2602    STATUS          current
2603    DESCRIPTION
2604        "This object specifies the IPv6 address of the primary
2605        DNS server that will be sent to MS."
2606    ::= { cgprsAccPtIpv6Entry 3 }
2607
2608cgprsAccPtIpv6DnsSecAddress OBJECT-TYPE
2609    SYNTAX          InetAddress
2610    MAX-ACCESS      read-create
2611    STATUS          current
2612    DESCRIPTION
2613        "This object specifies the IPv6 address of the secondary
2614        DNS server that will be sent to MS.  This object can
2615        be configured only after configuring the primary DNS
2616        address(cgprsAccPtIpv6DnsPriAddress)."
2617    ::= { cgprsAccPtIpv6Entry 4 }
2618
2619cgprsAccPtIpv6Enable OBJECT-TYPE
2620    SYNTAX          TruthValue
2621    MAX-ACCESS      read-create
2622    STATUS          current
2623    DESCRIPTION
2624        "This object specifies whether the APN supports
2625        IPv6 PDP or Bearer.
2626
2627        The Gateway supports dual stack APN.  Both IPv6 and IPv4 PDP
2628        or Bearer can be created for the same APN."
2629    ::= { cgprsAccPtIpv6Entry 5 }
2630
2631cgprsAccPtIpv6Exclusive OBJECT-TYPE
2632    SYNTAX          TruthValue
2633    MAX-ACCESS      read-create
2634    STATUS          current
2635    DESCRIPTION
2636        "This object specifies whether the APN supports only
2637        IPv6 PDPs or Bearers."
2638    ::= { cgprsAccPtIpv6Entry 6 }
2639
2640cgprsAccPtIpv6AccessGroupDown OBJECT-TYPE
2641    SYNTAX          AccessControlListName
2642    MAX-ACCESS      read-create
2643    STATUS          current
2644    DESCRIPTION
2645        "This object specifies the name of the access list
2646        applied to all the traffic received by this APN from
2647        the PDN,  for forwarding towards a MS."
2648    ::= { cgprsAccPtIpv6Entry 7 }
2649
2650cgprsAccPtIpv6AccessGroupUp OBJECT-TYPE
2651    SYNTAX          AccessControlListName
2652    MAX-ACCESS      read-create
2653    STATUS          current
2654    DESCRIPTION
2655        "This object specifies the name of the access list
2656        applied to all the traffic received by this APN from
2657        a MS,  for forwarding towards PDN."
2658    ::= { cgprsAccPtIpv6Entry 8 }
2659
2660cgprsAccPtIpv6AddrPool OBJECT-TYPE
2661    SYNTAX          INTEGER  {
2662                        global(1),
2663                        dhcp(2),
2664                        disable(3),
2665                        local(4),
2666                        radius(5)
2667                    }
2668    MAX-ACCESS      read-create
2669    STATUS          current
2670    DESCRIPTION
2671        "This object specifies a dynamic address allocation
2672        method followed by this access point.
2673
2674            - 'global', which indicates that no method is
2675            defined specifically to this access point and the
2676            DHCP or radius server configured for this Gateway
2677            under AAA configurations will be used to
2678            allocation a dynamic IPv6 address to the user.
2679
2680            - 'dhcp', which indicates that the DHCP server
2681            will be used.
2682
2683            - 'radius', which indicates that the radius server
2684            will be used.
2685
2686            - 'disable', which indicates that dynamic address
2687            allocation is disabled.
2688
2689            - 'local', indicates that local address pool
2690            configured on the Gateway is going to be used.
2691            cgprsAccPtIpv6AddrLocalPoolName denotes the name
2692            of the corresponding address pool."
2693    DEFVAL          { global }
2694    ::= { cgprsAccPtIpv6Entry 9 }
2695
2696cgprsAccPtIpv6AddrLocalPoolName OBJECT-TYPE
2697    SYNTAX          SnmpAdminString
2698    MAX-ACCESS      read-create
2699    STATUS          current
2700    DESCRIPTION
2701        "This object specifies the name of the local address
2702        pool used when cgprsAccPtIpv6AddrPool is set to
2703        'local'."
2704    ::= { cgprsAccPtIpv6Entry 10 }
2705
2706cgprsAccPtIpv6Redirect OBJECT-TYPE
2707    SYNTAX          INTEGER  {
2708                        none(0),
2709                        all(1),
2710                        intermobile(2)
2711                    }
2712    MAX-ACCESS      read-create
2713    STATUS          current
2714    DESCRIPTION
2715        "This object specifies the traffic redirection in an
2716        APN.
2717
2718         - 'none', indicates that, traffic will not be
2719         redirected i.e., the traffic will get switched through
2720         the Gateway without going through any Gi interface.
2721
2722         - 'intermobile', when this redirection is active on
2723         an APN, before downstream packets exit the Gateway, they
2724         are screened to see if they come from other GTP
2725         tunnels.  If so, packets won't be GTP-tunneled
2726         downstream, but will get redirected to the device
2727         specified by the object cgprsAccPtIpv6RedirectAddr.
2728
2729         - 'all', when this redirection is active on an APN,
2730         redirect all packets to a specified destination, given
2731         by the object cgprsAccPtIpv6RedirectAddr, regardless
2732         whether the destination address belongs to a MS on the
2733         same Gateway or not."
2734    ::= { cgprsAccPtIpv6Entry 11 }
2735
2736cgprsAccPtIpv6RedirectAddrType OBJECT-TYPE
2737    SYNTAX          InetAddressType
2738    MAX-ACCESS      read-create
2739    STATUS          current
2740    DESCRIPTION
2741        "This object specifies the type of
2742        cgprsAccPtIpv6RedirectAddr."
2743    ::= { cgprsAccPtIpv6Entry 12 }
2744
2745cgprsAccPtIpv6RedirectAddr OBJECT-TYPE
2746    SYNTAX          InetAddress
2747    MAX-ACCESS      read-create
2748    STATUS          current
2749    DESCRIPTION
2750        "This object specifies the Internet address of the
2751        device to which traffic will be re-directed."
2752    ::= { cgprsAccPtIpv6Entry 13 }
2753
2754cgprsAccPtIpv6SecurityVerifySrc OBJECT-TYPE
2755    SYNTAX          TruthValue
2756    MAX-ACCESS      read-create
2757    STATUS          current
2758    DESCRIPTION
2759        "When this object is set to 'true', the Gateway will check the
2760        upstream TPDU source address against the address
2761        previously assigned to this user.  If the addresses are
2762        different, the TPDU is dropped. This check will enable
2763        the Gateway to restrict the users with fake identity.
2764
2765        When the object is set to 'false', the Gateway will not
2766        perform any checking on the upstream TPDU for the
2767        source address."
2768    DEFVAL          { false }
2769    ::= { cgprsAccPtIpv6Entry 14 }
2770
2771cgprsAccPtIpv6SecurityVerifyDst OBJECT-TYPE
2772    SYNTAX          TruthValue
2773    MAX-ACCESS      read-create
2774    STATUS          current
2775    DESCRIPTION
2776        "When this object is set to 'true', the Gateway will check the
2777        upstream TPDU destination address against the range of
2778        IP addresses reserved for PLMN devices.  If there is a
2779        match, the TPDU is dropped. This check would enable
2780        the Gateway to protect the GPRS network from some hacker
2781        who may try to flood the Gateway and PLMN nodes with
2782        intense data traffic.
2783
2784        When the object is set to 'false', the Gateway will not
2785        perform any checking on the upstream TPDU for the
2786        destination address."
2787    DEFVAL          { false }
2788    ::= { cgprsAccPtIpv6Entry 15 }
2789
2790cgprsAccPtIpv6AddrAllocations OBJECT-TYPE
2791    SYNTAX          Gauge32
2792    MAX-ACCESS      read-only
2793    STATUS          current
2794    DESCRIPTION
2795        "This object indicates the total number of IPv6
2796        addresses currently allocated to user."
2797    ::= { cgprsAccPtIpv6Entry 16 }
2798
2799cgprsAccPtDhcpv6ProxClientIntf OBJECT-TYPE
2800    SYNTAX          InterfaceIndexOrZero
2801    MAX-ACCESS      read-create
2802    STATUS          current
2803    DESCRIPTION
2804        "The object indicates the interface index, of the
2805        interface which is to be used for DHCPv6 request
2806        multicasting."
2807    ::= { cgprsAccPtIpv6Entry 17 }
2808
2809cgprsAccptDhcpv6RapidCommit OBJECT-TYPE
2810    SYNTAX          TruthValue
2811    MAX-ACCESS      read-create
2812    STATUS          current
2813    DESCRIPTION
2814        "This object indicates that whether DHCPv6 rapid-commit
2815        feature is enabled for this APN."
2816    ::= { cgprsAccPtIpv6Entry 18 }
2817
2818cgprsAccptDhcpv6PoolName OBJECT-TYPE
2819    SYNTAX          SnmpAdminString (SIZE  (1..255))
2820    MAX-ACCESS      read-create
2821    STATUS          current
2822    DESCRIPTION
2823        "This object represents the IPV6 DHCP
2824        pool-name configured for this APN."
2825    ::= { cgprsAccPtIpv6Entry 19 }
2826
2827
2828-- APN CSG Group Configs
2829
2830cgprsAccPtCsgGroupTable OBJECT-TYPE
2831    SYNTAX          SEQUENCE OF CgprsAccPtCsgGroupEntry
2832    MAX-ACCESS      not-accessible
2833    STATUS          current
2834    DESCRIPTION
2835        "This table contains the list of CSG Groups
2836        configured on this APN."
2837    ::= { ciscoGprsAccPtConfig 10 }
2838
2839cgprsAccPtCsgGroupEntry OBJECT-TYPE
2840    SYNTAX          CgprsAccPtCsgGroupEntry
2841    MAX-ACCESS      not-accessible
2842    STATUS          current
2843    DESCRIPTION
2844        "An Entry contains the CSG Group name configured
2845        under the access point entry with index
2846        cgprsAccPtIndex.
2847        The agent can create/destroy a CSG group under
2848        access point."
2849    INDEX           {
2850                        cgprsAccPtIndex,
2851                        cgprsAccPtCsgGroupName
2852                    }
2853    ::= { cgprsAccPtCsgGroupTable 1 }
2854
2855CgprsAccPtCsgGroupEntry ::= SEQUENCE {
2856        cgprsAccPtCsgGroupName      SnmpAdminString,
2857        cgprsAccPtCsgGroupRowStatus RowStatus
2858}
2859
2860cgprsAccPtCsgGroupName OBJECT-TYPE
2861    SYNTAX          SnmpAdminString
2862    MAX-ACCESS      not-accessible
2863    STATUS          current
2864    DESCRIPTION
2865        "This object specifies CSG Group name to use to
2866        communicate with the CSG server in an access point
2867        configuration.
2868
2869        The value must be same as an entry in cGgsnSACsgTable
2870        identified by cGgsnSACsgGroupName."
2871    REFERENCE
2872        "cGgsnSACsgGroupName is defined in
2873        CISCO-GGSN-SERVICE-AWARE-MIB."
2874    ::= { cgprsAccPtCsgGroupEntry 1 }
2875
2876cgprsAccPtCsgGroupRowStatus OBJECT-TYPE
2877    SYNTAX          RowStatus
2878    MAX-ACCESS      read-create
2879    STATUS          current
2880    DESCRIPTION
2881        "This object is used to create a new row or delete an
2882        existing row in this table.
2883        This object must be set to 'creatAndGo' to create
2884        an entry and set to 'destroy' to delete an entry.
2885
2886        The value in any column may be modified any time even the
2887        value of this entry rowStatus object is 'active'."
2888    ::= { cgprsAccPtCsgGroupEntry 2 }
2889
2890
2891-- *********************************************************************
2892-- Configuration change notification history information
2893-- *********************************************************************
2894
2895cgprsAccPtCfgNotifHistTable OBJECT-TYPE
2896    SYNTAX          SEQUENCE OF CgprsAccPtCfgNotifHistEntry
2897    MAX-ACCESS      not-accessible
2898    STATUS          current
2899    DESCRIPTION
2900        "This table contains a history of access point
2901        configuration change notifications generated by
2902        the agent for changes in the access point
2903        configuration.
2904
2905        The object cgprsAccPtCfgNotifHistMax specifies the
2906        maximum number of entries stored in this table.
2907        When the table is full, the oldest entries are
2908        discarded to make space for new entries."
2909    ::= { ciscoGprsAccPtCfgNotifInfo 1 }
2910
2911cgprsAccPtCfgNotifHistEntry OBJECT-TYPE
2912    SYNTAX          CgprsAccPtCfgNotifHistEntry
2913    MAX-ACCESS      not-accessible
2914    STATUS          current
2915    DESCRIPTION
2916        "A description of a configuration change in the
2917        cgprsAccPtTable. A configuration change is said
2918        to occur if one of the following happens:
2919
2920            - An access point has been created. In this
2921            case the object cgprsAccPtCfgNotifAccPtIndex
2922            is set to the index of the access point being
2923            created and cgprsAccPtCfgNotifReason is
2924            set to 'creation'.
2925
2926            - An access point has been deleted. In this
2927            case the object cgprsAccPtCfgNotifAccPtIndex
2928            is set to the index of the access point being
2929            deleted and cgprsAccPtCfgNotifReason is
2930            set to 'deletion'.
2931
2932            - The configuration of an access point has
2933            changed. In this case the object
2934            cgprsAccPtCfgNotifAccPtIndex is set to the
2935            index of the access point being changed and
2936            cgprsAccPtCfgNotifReason is set to
2937            'modification'. The configuration change of
2938            an access point is said to occur if any of the
2939            configurable attributes are changed."
2940    INDEX           { cgprsAccPtCfgNotifIndex }
2941    ::= { cgprsAccPtCfgNotifHistTable 1 }
2942
2943CgprsAccPtCfgNotifHistEntry ::= SEQUENCE {
2944        cgprsAccPtCfgNotifIndex      Unsigned32,
2945        cgprsAccPtCfgNotifAccPtIndex Unsigned32,
2946        cgprsAccPtCfgNotifReason     INTEGER
2947}
2948
2949cgprsAccPtCfgNotifIndex OBJECT-TYPE
2950    SYNTAX          Unsigned32 (1..4294967295)
2951    MAX-ACCESS      not-accessible
2952    STATUS          current
2953    DESCRIPTION
2954        "An arbitrary non-zero integer value uniquely
2955        identifying each notification previously sent
2956        by the GPRS. This value increases monotonically
2957        with each notification sent by the Gateway.
2958
2959        When it reaches the maximum value, it wraps to 1."
2960    ::= { cgprsAccPtCfgNotifHistEntry 1 }
2961
2962cgprsAccPtCfgNotifAccPtIndex OBJECT-TYPE
2963    SYNTAX          Unsigned32 (1..65535)
2964    MAX-ACCESS      read-only
2965    STATUS          current
2966    DESCRIPTION
2967        "This object specifies the access point which has
2968        been created, changed or modified."
2969    ::= { cgprsAccPtCfgNotifHistEntry 2 }
2970
2971cgprsAccPtCfgNotifReason OBJECT-TYPE
2972    SYNTAX          INTEGER  {
2973                        modification(1),
2974                        creation(2),
2975                        deletion(3)
2976                    }
2977    MAX-ACCESS      read-only
2978    STATUS          current
2979    DESCRIPTION
2980        "This object describes the reason of the notification."
2981    ::= { cgprsAccPtCfgNotifHistEntry 3 }
2982
2983
2984
2985-- *********************************************************************
2986-- System Information
2987-- *********************************************************************
2988
2989cgprsAccPtCfgNotifEnable OBJECT-TYPE
2990    SYNTAX          TruthValue
2991    MAX-ACCESS      read-write
2992    STATUS          current
2993    DESCRIPTION
2994        "This object controls whether the access point
2995        notifications, cgprsAccPtMIBNotifications, are
2996        generated. Note that entries in the
2997        cgprsAccPtCfgNotifHistTable are generated
2998        irrespectively to this object."
2999    DEFVAL          { false }
3000    ::= { ciscoGprsAccPtCfgNotifInfo 2 }
3001
3002cgprsAccPtCfgNotifHistMax OBJECT-TYPE
3003    SYNTAX          Unsigned32 (1..5000)
3004    MAX-ACCESS      read-write
3005    STATUS          current
3006    DESCRIPTION
3007        "The maximum size of the event history table,
3008        cgprsAccPtCfgNotifHistTable.
3009
3010        When the table is full, the oldest entries are
3011        removed to make space for new entries."
3012    DEFVAL          { 200 }
3013    ::= { ciscoGprsAccPtCfgNotifInfo 3 }
3014
3015cgprsAccPtCfgNotifLatestIndex OBJECT-TYPE
3016    SYNTAX          Unsigned32 (1..4294967295)
3017    MAX-ACCESS      read-only
3018    STATUS          current
3019    DESCRIPTION
3020        "The value of cgprsAccPtCfgNotifIndex for the most
3021        recently created entry in cgprsAccPtCfgNotifHistTable."
3022    ::= { ciscoGprsAccPtCfgNotifInfo 4 }
3023-- *********************************************************************
3024-- Statistics
3025-- *********************************************************************
3026
3027cgprsAccPtStatisticsTable OBJECT-TYPE
3028    SYNTAX          SEQUENCE OF CgprsAccPtStatisticsEntry
3029    MAX-ACCESS      not-accessible
3030    STATUS          current
3031    DESCRIPTION
3032        "This table contains the performance statistics of
3033        each APN on this Gateway."
3034    ::= { ciscoGprsAccPtStatistics 1 }
3035
3036cgprsAccPtStatisticsEntry OBJECT-TYPE
3037    SYNTAX          CgprsAccPtStatisticsEntry
3038    MAX-ACCESS      not-accessible
3039    STATUS          current
3040    DESCRIPTION
3041        "Entry for each APN in statistics table."
3042    AUGMENTS           { cgprsAccPtEntry  }
3043    ::= { cgprsAccPtStatisticsTable 1 }
3044
3045CgprsAccPtStatisticsEntry ::= SEQUENCE {
3046        cgprsAccPtMsActivatedPdps                     Counter32,
3047        cgprsAccPtSuccMsActivatedPdps                 Counter32,
3048        cgprsAccPtMsActivatedDynPdps                  Counter32,
3049        cgprsAccPtSuccMsActivatedDynPdps              Counter32,
3050        cgprsAccPtMsDeactivatedPdps                   Counter32,
3051        cgprsAccPtSuccMsDeactivatedPdps               Counter32,
3052        cgprsAccPtNetworkInitPdps                     Counter32,
3053        cgprsAccPtSuccNetworkInitPdps                 Counter32,
3054        cgprsAccPtGgsnDeactivatedPdps                 Counter32,
3055        cgprsAccPtSuccGgsDeactivatedPdps              Counter32,
3056        cgprsAccPtActivePdps                          Gauge32,
3057        cgprsAccPtUpstreamTrafficVol                  Counter32,
3058        cgprsAccPtDownstreamTrafficVol                Counter32,
3059        cgprsAccPtSourceAddrViolTpdus                 Counter32,
3060        cgprsAccPtDestAddrViolTpdus                   Counter32,
3061        cgprsAccPtRedirInterMobilTraffic              Counter32,
3062        cgprsAccPtRevUpstreamTrafficVol               Counter64,
3063        cgprsAccPtRevDownstrTrafficVol                Counter64,
3064        cgprsAccPtUpstreamPacketCount                 Counter32,
3065        cgprsAccPtDownstreamPacketCount               Counter32,
3066        cgprsAccPtDhcpAddrRequests                    Counter32,
3067        cgprsAccPtSuccDhcpAddrRequests                Counter32,
3068        cgprsAccPtDhcpAddrReleases                    Counter32,
3069        cgprsAccPtIpv6MsActivatedPdps                 Counter32,
3070        cgprsAccPtIpv6MsSuccActivatedPdps             Counter32,
3071        cgprsAccPtIpv6NetworkInitDeactPdps            Counter32,
3072        cgprsAccPtIpv6NetworkInitDeactSuccPdps        Counter32,
3073        cgprsAccPtIpv6MsActivatedDynPdps              Counter32,
3074        cgprsAccPtIpv6MsSuccActivatedDynPdps          Counter32,
3075        cgprsAccPtIpv6MsDeactivatedPdps               Counter32,
3076        cgprsAccPtIpv6MsSuccDeactivatedPdps           Counter32,
3077        cgprsAccPtIpv6GgsnDeactivatedPdps             Counter32,
3078        cgprsAccPtIpv6GgsnSuccDeactivatedPdps         Counter32,
3079        cgprsAccPtIpv6UpstreamTrafficVolume           Counter64,
3080        cgprsAccPtIpv6DownstreamTrafficVolume         Counter64,
3081        cgprsAccPtIpv6UpstreamPackets                 Counter32,
3082        cgprsAccPtIpv6DownstreamPackets               Counter32,
3083        cgprsAccPtPdpUpdateReqSent                    Counter32,
3084        cgprsAccPtSuccPdpUpdateResRcvd                Counter32,
3085        cgprsAccPtCoaRcvd                             Counter32,
3086        cgprsAccPtCoaSuccess                          Counter32,
3087        cgprsAccPtDtEnabled                           Counter32,
3088        cgprsAccPtTotalBearers                        Counter32,
3089        cgprsAccPtTotRmtInitCreateBearers             Counter32,
3090        cgprsAccPtSuccRmtInitCreateBearers            Counter32,
3091        cgprsAccPtNetworkInitDeleteBearers            Counter32,
3092        cgprsAccPtTotRmtInitModifyBearers             Counter32,
3093        cgprsAccPtSuccRmtInitModifyBearers            Counter32,
3094        cgprsAccPtTotNetworkInitUpdateBearers         Counter32,
3095        cgprsAccPtSuccNetworkInitUpdateBearers        Counter32,
3096        cgprsAccPtTotNetworkInitCreateDedBearers      Counter32,
3097        cgprsAccPtSuccNetworkInitCreateDedBearers     Counter32,
3098        cgprsAccPtTotNetworkInitCreateIPv6DedBearers  Counter32,
3099        cgprsAccPtSuccNetworkInitCreateIPv6DedBearers Counter32,
3100        cgprsAccPtv4v6MsActivatedPdps                 Counter32,
3101        cgprsAccPtv4v6SuccMsActivatedPdps             Counter32,
3102        cgprsAccPtv4v6MsDeactivatedPdps               Counter32,
3103        cgprsAccPtv4v6SuccMsDeactivatedPdps           Counter32,
3104        cgprsAccPtv4v6ActDedbearerPdps                Counter32,
3105        cgprsAccPtv4v6SuccActDedbearerPdps            Counter32,
3106        cgprsAccPtDhcpProxServDiscover                Counter32,
3107        cgprsAccPtDhcpProxServRequest                 Counter32,
3108        cgprsAccPtDhcpProxServDeclines                Counter32,
3109        cgprsAccPtDhcpProxServRelease                 Counter32,
3110        cgprsAccPtDhcpProxServOffer                   Counter32,
3111        cgprsAccPtDhcpProxServAcks                    Counter32,
3112        cgprsAccPtDhcpProxServNaks                    Counter32,
3113        cgprsAccPtDhcpProxServInform                  Counter32,
3114        cgprsAccPtDhcpProxServUnknowMsg               Counter32,
3115        cgprsAccPtDhcpProxServRetryDrops              Counter32,
3116        cgprsAccPtDhcpProxServErrDrops                Counter32,
3117        cgprsAccPtActiveBearers                       Gauge32,
3118        cgprsAccPtDhcpProxServTxErrDrops              Counter32,
3119        cgprsAccPtDhcpProxServIpAllocErr              Counter32,
3120        cgprsAccPtDedBearerDeactivations              Counter32,
3121        cgprsAccPtDedBearerQosUpdate                  Counter32,
3122        cgprsAccPtDedBearerSucQosUpdate               Counter32,
3123        cgprsAccPtDedBearerNoQosUpdate                Counter32,
3124        cgprsAccPtDedBearerSucNoQosUpdate             Counter32,
3125        cgprsAccPtIpv4v6MsActivatedDynamicPdps        Counter32,
3126        cgprsAccPtIpv4v6MsSuccActivatedDynamicPdps    Counter32,
3127        cgprsAccPtFailMsActivatedPdps                 Counter32,
3128        cgprsAccPtFailPdpUpdate                       Counter32,
3129        cgprsAccPtUpdateRspTimeOut                    Counter32
3130}
3131
3132cgprsAccPtMsActivatedPdps OBJECT-TYPE
3133    SYNTAX          Counter32
3134    MAX-ACCESS      read-only
3135    STATUS          current
3136    DESCRIPTION
3137        "This object indicates the total number of PDP or Bearer
3138        context activation procedures initiated by any MS on this APN.
3139
3140        Trigger Condition: This counter is triggered by create
3141        PDP or Bearer request message."
3142    REFERENCE
3143        "GSM 12.04: Digital cellular telecommunications
3144        system (Phase 2+); Performance data measurements,
3145        Section: B.9.1.1."
3146    ::= { cgprsAccPtStatisticsEntry 1 }
3147
3148cgprsAccPtSuccMsActivatedPdps OBJECT-TYPE
3149    SYNTAX          Counter32
3150    MAX-ACCESS      read-only
3151    STATUS          current
3152    DESCRIPTION
3153        "This object indicates the total number of successfully
3154        completed PDP or Bearer context activation procedures initiated
3155        by MS on this APN.
3156
3157        Trigger Condition: This counter is triggered by create
3158        PDP or Bearer request message."
3159    REFERENCE
3160        "GSM 12.04: Digital cellular telecommunications
3161        system (Phase 2+); Performance data measurements,
3162        Section: B.9.1.2."
3163    ::= { cgprsAccPtStatisticsEntry 2 }
3164
3165cgprsAccPtMsActivatedDynPdps OBJECT-TYPE
3166    SYNTAX          Counter32
3167    MAX-ACCESS      read-only
3168    STATUS          current
3169    DESCRIPTION
3170        "This object indicates the total number of dynamic
3171        PDP or Bearer context activation procedures initiated by the
3172        MS on this APN.  When a MS requests dynamic PDP or Bearer
3173        address from the PLMN, a dynamic PDP or Bearer context
3174        activation procedure is initiated.
3175
3176        Trigger Condition: This counter is triggered by a request
3177        message to create a PDP or Bearer context."
3178    REFERENCE
3179        "GSM 12.04: Digital cellular telecommunications
3180        system (Phase 2+); Performance data measurements,
3181        Section: B.9.1.3."
3182    ::= { cgprsAccPtStatisticsEntry 3 }
3183
3184cgprsAccPtSuccMsActivatedDynPdps OBJECT-TYPE
3185    SYNTAX          Counter32
3186    MAX-ACCESS      read-only
3187    STATUS          current
3188    DESCRIPTION
3189        "This object indicates the total number of successfully
3190        completed dynamic PDP or Bearer context activation procedures
3191        initiated by MS on this APN.
3192
3193        Trigger Condition: This counter is triggered by a request
3194        message to create a PDP or Bearer context."
3195    REFERENCE
3196        "GSM 12.04: Digital cellular telecommunications
3197        system (Phase 2+); Performance data measurements,
3198        Section: B.9.1.4."
3199    ::= { cgprsAccPtStatisticsEntry 4 }
3200
3201cgprsAccPtMsDeactivatedPdps OBJECT-TYPE
3202    SYNTAX          Counter32
3203    MAX-ACCESS      read-only
3204    STATUS          current
3205    DESCRIPTION
3206        "This object indicates the total number of PDP
3207        or Bearer context deactivation procedures initiated by the
3208        MS on this APN.
3209
3210        Trigger Condition: This counter is triggered by a request
3211        message to delete PDP or Bearer context."
3212    REFERENCE
3213        "GSM 12.04: Digital cellular telecommunications
3214        system (Phase 2+); Performance data measurements,
3215        Section: B.9.1.5."
3216    ::= { cgprsAccPtStatisticsEntry 5 }
3217
3218cgprsAccPtSuccMsDeactivatedPdps OBJECT-TYPE
3219    SYNTAX          Counter32
3220    MAX-ACCESS      read-only
3221    STATUS          current
3222    DESCRIPTION
3223        "This object indicates the total number of
3224        successfully completed PDP or Bearer context deactivation
3225        procedures initiated by the MS.
3226
3227        Trigger Condition: This counter is triggered by a request
3228        message to delete PDP or Bearer context."
3229    REFERENCE
3230        "GSM 12.04: Digital cellular telecommunications
3231        system (Phase 2+); Performance data measurements,
3232        Section: B.9.1.6."
3233    ::= { cgprsAccPtStatisticsEntry 6 }
3234
3235cgprsAccPtNetworkInitPdps OBJECT-TYPE
3236    SYNTAX          Counter32
3237    MAX-ACCESS      read-only
3238    STATUS          current
3239    DESCRIPTION
3240        "This object indicates the total number of network
3241        initiated PDP or Bearer context activation procedures.
3242
3243        Trigger Condition: This counter is triggered by a request
3244        message to create PDP or Bearer context."
3245    ::= { cgprsAccPtStatisticsEntry 7 }
3246
3247cgprsAccPtSuccNetworkInitPdps OBJECT-TYPE
3248    SYNTAX          Counter32
3249    MAX-ACCESS      read-only
3250    STATUS          current
3251    DESCRIPTION
3252        "This object indicates the total number of
3253        successfully completed network initiated PDP
3254        or Bearer context activation procedures.
3255
3256        Trigger Condition: This counter is triggered by a request
3257        message to create PDP or Bearer context."
3258    ::= { cgprsAccPtStatisticsEntry 8 }
3259
3260cgprsAccPtGgsnDeactivatedPdps OBJECT-TYPE
3261    SYNTAX          Counter32
3262    MAX-ACCESS      read-only
3263    STATUS          current
3264    DESCRIPTION
3265        "This object indicates the total number of PDP
3266        context deactivation procedures initiated by the
3267        Gateway.
3268
3269        Trigger Condition: This counter is triggered by delete
3270        PDP request message."
3271    REFERENCE
3272        "GSM 12.04: Digital cellular telecommunications
3273        system (Phase 2+); Performance data measurements,
3274        Section: B.9.1.7."
3275    ::= { cgprsAccPtStatisticsEntry 9 }
3276
3277cgprsAccPtSuccGgsDeactivatedPdps OBJECT-TYPE
3278    SYNTAX          Counter32
3279    MAX-ACCESS      read-only
3280    STATUS          current
3281    DESCRIPTION
3282        "This object indicates the total number of
3283        successfully completed PDP context deactivation
3284        procedures initiated by the Gateway.
3285
3286        Trigger Condition: This counter is triggered by delete
3287        PDP request message."
3288    REFERENCE
3289        "GSM 12.04: Digital cellular telecommunications
3290        system (Phase 2+); Performance data measurements,
3291        Section: B.9.1.8."
3292    ::= { cgprsAccPtStatisticsEntry 10 }
3293
3294cgprsAccPtActivePdps OBJECT-TYPE
3295    SYNTAX          Gauge32
3296    MAX-ACCESS      read-only
3297    STATUS          current
3298    DESCRIPTION
3299        "This object indicates the current number of active
3300        PDP or Bearer contexts on this APN.
3301
3302        Trigger Condition: This counter is incremented/
3303        decremented by a request message to create/delete
3304        PDP or Bearer context respectively."
3305    REFERENCE
3306        "GSM 12.04: Digital cellular telecommunications
3307        system (Phase 2+); Performance data measurements,
3308        Section: B.9.1.9."
3309    ::= { cgprsAccPtStatisticsEntry 11 }
3310
3311cgprsAccPtUpstreamTrafficVol OBJECT-TYPE
3312    SYNTAX          Counter32
3313    UNITS           "bytes"
3314    MAX-ACCESS      read-only
3315    STATUS          deprecated
3316    DESCRIPTION
3317        "This object indicates the total payload volume in
3318        upstream traffic.  Data flow from MS to PDN is
3319        considered to be upstream traffic.
3320
3321        This object is deprecated by
3322        cgprsAccPtRevUpstreamTrafficVol."
3323    ::= { cgprsAccPtStatisticsEntry 12 }
3324
3325cgprsAccPtDownstreamTrafficVol OBJECT-TYPE
3326    SYNTAX          Counter32
3327    UNITS           "bytes"
3328    MAX-ACCESS      read-only
3329    STATUS          deprecated
3330    DESCRIPTION
3331        "This object indicates the total payload volume in
3332        downstream traffic.  Data flow from PDN to MS is
3333        considered as downstream traffic.
3334
3335        This object is deprecated by
3336        cgprsAccPtRevDownstrTrafficVol."
3337    ::= { cgprsAccPtStatisticsEntry 13 }
3338
3339cgprsAccPtSourceAddrViolTpdus OBJECT-TYPE
3340    SYNTAX          Counter32
3341    UNITS           "packets"
3342    MAX-ACCESS      read-only
3343    STATUS          current
3344    DESCRIPTION
3345        "This object indicates the total number of upstream
3346        TPDU's that have been dropped due to source address
3347        violation as specified by
3348        cgprsAccPtVerifyUpStrTpduSrcAddr."
3349    ::= { cgprsAccPtStatisticsEntry 14 }
3350
3351cgprsAccPtDestAddrViolTpdus OBJECT-TYPE
3352    SYNTAX          Counter32
3353    UNITS           "packets"
3354    MAX-ACCESS      read-only
3355    STATUS          current
3356    DESCRIPTION
3357        "This object indicates the total number of upstream
3358        TPDU's that have been dropped due to destination
3359        address violation as specified by
3360        cgprsAccPtVerifyUpStrTpduDstAddr."
3361    ::= { cgprsAccPtStatisticsEntry 15 }
3362
3363cgprsAccPtRedirInterMobilTraffic OBJECT-TYPE
3364    SYNTAX          Counter32
3365    UNITS           "packets"
3366    MAX-ACCESS      read-only
3367    STATUS          current
3368    DESCRIPTION
3369        "This object represents the total number of packets,
3370        pertaining to inter mobile communication, that have
3371        been redirected to device specified by
3372        cgprsAccPtRedirInterMobilAddr."
3373    ::= { cgprsAccPtStatisticsEntry 16 }
3374
3375cgprsAccPtRevUpstreamTrafficVol OBJECT-TYPE
3376    SYNTAX          Counter64
3377    UNITS           "bytes"
3378    MAX-ACCESS      read-only
3379    STATUS          current
3380    DESCRIPTION
3381        "This object indicates the total payload volume in
3382        upstream traffic.  Data flow from MS to PDN is
3383        considered to be upstream traffic.
3384
3385        Trigger Condition: This counter is triggered when
3386        upstream traffic is being routed to PDN."
3387    ::= { cgprsAccPtStatisticsEntry 17 }
3388
3389cgprsAccPtRevDownstrTrafficVol OBJECT-TYPE
3390    SYNTAX          Counter64
3391    UNITS           "bytes"
3392    MAX-ACCESS      read-only
3393    STATUS          current
3394    DESCRIPTION
3395        "This object indicates the total payload volume in
3396        downstream traffic.  Data flow from PDN to MS is
3397        considered as downstream traffic.
3398
3399        Trigger Condition: This counter is triggered when
3400        downstream traffic is being routed to PDN."
3401    ::= { cgprsAccPtStatisticsEntry 18 }
3402
3403cgprsAccPtUpstreamPacketCount OBJECT-TYPE
3404    SYNTAX          Counter32
3405    UNITS           "packets"
3406    MAX-ACCESS      read-only
3407    STATUS          current
3408    DESCRIPTION
3409        "This object represents the total number of upstream
3410        packets sent on this APN.  Data flow from MS to PDN is
3411        considered to be upstream traffic.
3412
3413        Trigger Condition: This counter is triggered when
3414        upstream traffic is being routed to PDN."
3415    ::= { cgprsAccPtStatisticsEntry 19 }
3416
3417cgprsAccPtDownstreamPacketCount OBJECT-TYPE
3418    SYNTAX          Counter32
3419    UNITS           "packets"
3420    MAX-ACCESS      read-only
3421    STATUS          current
3422    DESCRIPTION
3423        "This object represents the total number of downstream
3424        packets sent on this APN.  Data flow from PDN to MS is
3425        considered to be downstream traffic.
3426
3427        Trigger Condition: This counter is triggered when
3428        downstream traffic is being routed to PDN."
3429    ::= { cgprsAccPtStatisticsEntry 20 }
3430
3431cgprsAccPtDhcpAddrRequests OBJECT-TYPE
3432    SYNTAX          Counter32
3433    UNITS           "packets"
3434    MAX-ACCESS      read-only
3435    STATUS          current
3436    DESCRIPTION
3437        "This object represents the total number of DHCP
3438        address request sent by the Gateway on this APN.
3439
3440        Trigger Condition: This counter is triggered by create
3441        PDP or Bearer request message."
3442    ::= { cgprsAccPtStatisticsEntry 21 }
3443
3444cgprsAccPtSuccDhcpAddrRequests OBJECT-TYPE
3445    SYNTAX          Counter32
3446    UNITS           "packets"
3447    MAX-ACCESS      read-only
3448    STATUS          current
3449    DESCRIPTION
3450        "This object represents the total number of successful
3451        DHCP address request sent by the Gateway on this APN.
3452
3453        Trigger Condition: This counter is triggered by create
3454        PDP or Bearer request message."
3455    ::= { cgprsAccPtStatisticsEntry 22 }
3456
3457cgprsAccPtDhcpAddrReleases OBJECT-TYPE
3458    SYNTAX          Counter32
3459    UNITS           "packets"
3460    MAX-ACCESS      read-only
3461    STATUS          current
3462    DESCRIPTION
3463        "This object represents the total number of DHCP
3464        address release request sent by the Gateway on this APN.
3465
3466        Trigger Condition: This counter is triggered by delete
3467        PDP or Bearer request message."
3468    ::= { cgprsAccPtStatisticsEntry 23 }
3469
3470cgprsAccPtIpv6MsActivatedPdps OBJECT-TYPE
3471    SYNTAX          Counter32
3472    MAX-ACCESS      read-only
3473    STATUS          current
3474    DESCRIPTION
3475        "This object indicates the total number of IPv6 PDP
3476        or Bearer context activation procedures initiated by any MS on
3477        this APN.
3478
3479        Trigger Condition: This counter is triggered by a request
3480        message to create PDP or Bearer context."
3481    ::= { cgprsAccPtStatisticsEntry 24 }
3482
3483cgprsAccPtIpv6MsSuccActivatedPdps OBJECT-TYPE
3484    SYNTAX          Counter32
3485    MAX-ACCESS      read-only
3486    STATUS          current
3487    DESCRIPTION
3488        "This object indicates the total number of successfully
3489        completed IPv6 PDP or Bearer context activation procedures
3490        initiated by MS on this APN.
3491
3492        Trigger Condition: This counter is triggered by create
3493        PDP or Bearer response message sent by the Gateway."
3494    ::= { cgprsAccPtStatisticsEntry 25 }
3495
3496cgprsAccPtIpv6NetworkInitDeactPdps OBJECT-TYPE
3497    SYNTAX          Counter32
3498    MAX-ACCESS      read-only
3499    STATUS          current
3500    DESCRIPTION
3501        "This object indicates the total number of IPv6 PDP
3502        or Bearer context deactivation procedures initiated by network.
3503
3504        Trigger Condition: This counter is triggered by delete
3505        PDP or Bearer request message by network."
3506    ::= { cgprsAccPtStatisticsEntry 26 }
3507
3508cgprsAccPtIpv6NetworkInitDeactSuccPdps OBJECT-TYPE
3509    SYNTAX          Counter32
3510    MAX-ACCESS      read-only
3511    STATUS          current
3512    DESCRIPTION
3513        "This object indicates the total number of
3514        successfully completed IPv6 PDP or Bearer context deactivation
3515        procedures initiated by the network on this APN.
3516
3517        Trigger Condition: This counter is triggered by delete
3518        PDP or Bearer response message by network."
3519    ::= { cgprsAccPtStatisticsEntry 27 }
3520
3521cgprsAccPtIpv6MsActivatedDynPdps OBJECT-TYPE
3522    SYNTAX          Counter32
3523    MAX-ACCESS      read-only
3524    STATUS          current
3525    DESCRIPTION
3526        "This object indicates the total number of dynamic IPv6
3527        PDP or Bearer context activation procedures initiated by the MS
3528        on this APN.  When a MS requests dynamic PDP or Bearer address
3529        from the PLMN, a dynamic PDP or Bearer context activation
3530        procedure is initiated.
3531
3532        Trigger Condition: This counter is triggered by create
3533        PDP or Bearer request message, received by Gateway from an MS."
3534    ::= { cgprsAccPtStatisticsEntry 28 }
3535
3536cgprsAccPtIpv6MsSuccActivatedDynPdps OBJECT-TYPE
3537    SYNTAX          Counter32
3538    MAX-ACCESS      read-only
3539    STATUS          current
3540    DESCRIPTION
3541        "This object indicates the total number of successfully
3542        completed dynamic IPv6 PDP or Bearer context activation
3543        procedures initiated by MS on this APN.
3544
3545        Trigger Condition: This counter is triggered by create
3546        PDP or Bearer response message."
3547    ::= { cgprsAccPtStatisticsEntry 29 }
3548
3549cgprsAccPtIpv6MsDeactivatedPdps OBJECT-TYPE
3550    SYNTAX          Counter32
3551    MAX-ACCESS      read-only
3552    STATUS          current
3553    DESCRIPTION
3554        "This object indicates the total number of IPv6 PDP
3555        or Bearer context deactivation procedures initiated by the
3556        MS on this APN.
3557
3558        Trigger Condition: This counter is triggered by delete
3559        PDP or Bearer request message."
3560    ::= { cgprsAccPtStatisticsEntry 30 }
3561
3562cgprsAccPtIpv6MsSuccDeactivatedPdps OBJECT-TYPE
3563    SYNTAX          Counter32
3564    MAX-ACCESS      read-only
3565    STATUS          current
3566    DESCRIPTION
3567        "This object indicates the total number of
3568        successfully completed IPv6 PDP or Bearer context deactivation
3569        procedures initiated by the MS on this APN.
3570
3571        Trigger Condition: This counter is triggered by delete
3572        PDP or Bearer context response message."
3573    ::= { cgprsAccPtStatisticsEntry 31 }
3574
3575cgprsAccPtIpv6GgsnDeactivatedPdps OBJECT-TYPE
3576    SYNTAX          Counter32
3577    MAX-ACCESS      read-only
3578    STATUS          current
3579    DESCRIPTION
3580        "This object indicates the total number of IPv6 PDP
3581        context deactivation procedures initiated by the
3582        Gateway on this APN.
3583
3584        Trigger Condition: This counter is triggered by delete
3585        PDP request message, sent by the Gateway to a MME or  SGSN."
3586    ::= { cgprsAccPtStatisticsEntry 32 }
3587
3588cgprsAccPtIpv6GgsnSuccDeactivatedPdps OBJECT-TYPE
3589    SYNTAX          Counter32
3590    MAX-ACCESS      read-only
3591    STATUS          current
3592    DESCRIPTION
3593        "This object indicates the total number of
3594        successfully completed IPv6 PDP context deactivation
3595        procedures initiated by the Gateway on this APN.
3596
3597        Trigger Condition: This counter is triggered by delete
3598        PDP response message, received by the Gateway from a
3599        MME or SGSN."
3600    ::= { cgprsAccPtStatisticsEntry 33 }
3601
3602cgprsAccPtIpv6UpstreamTrafficVolume OBJECT-TYPE
3603    SYNTAX          Counter64
3604    UNITS           "bytes"
3605    MAX-ACCESS      read-only
3606    STATUS          current
3607    DESCRIPTION
3608        "This object indicates the total payload volume in
3609        upstream traffic sent on this APN.  Data flow from
3610        MS to PDN is considered to be upstream traffic.
3611
3612        Trigger Condition: This counter is triggered when
3613        upstream traffic is being routed to PDN."
3614    ::= { cgprsAccPtStatisticsEntry 34 }
3615
3616cgprsAccPtIpv6DownstreamTrafficVolume OBJECT-TYPE
3617    SYNTAX          Counter64
3618    UNITS           "bytes"
3619    MAX-ACCESS      read-only
3620    STATUS          current
3621    DESCRIPTION
3622        "This object indicates the total payload volume in
3623        downstream traffic sent on this APN.  Data flow from
3624        PDN to MS is considered as downstream traffic.
3625
3626        Trigger Condition: This counter is triggered when
3627        downstream traffic is being routed to PDN."
3628    ::= { cgprsAccPtStatisticsEntry 35 }
3629
3630cgprsAccPtIpv6UpstreamPackets OBJECT-TYPE
3631    SYNTAX          Counter32
3632    UNITS           "packets"
3633    MAX-ACCESS      read-only
3634    STATUS          current
3635    DESCRIPTION
3636        "This object indicates the total number of upstream
3637        packets sent on this APN.  Data flow from MS to PDN is
3638        considered to be upstream traffic.
3639
3640        Trigger Condition: This counter is triggered when
3641        upstream traffic is being routed to PDN."
3642    ::= { cgprsAccPtStatisticsEntry 36 }
3643
3644cgprsAccPtIpv6DownstreamPackets OBJECT-TYPE
3645    SYNTAX          Counter32
3646    UNITS           "packets"
3647    MAX-ACCESS      read-only
3648    STATUS          current
3649    DESCRIPTION
3650        "This object represents the total number of downstream
3651        packets sent on this APN.  Data flow from PDN to MS is
3652        considered to be downstream traffic.
3653
3654        Trigger Condition: This counter is triggered when
3655        downstream traffic is being routed to PDN."
3656    ::= { cgprsAccPtStatisticsEntry 37 }
3657
3658cgprsAccPtPdpUpdateReqSent OBJECT-TYPE
3659    SYNTAX          Counter32
3660    UNITS           "messages"
3661    MAX-ACCESS      read-only
3662    STATUS          current
3663    DESCRIPTION
3664        "This object represents the total number of PDP
3665        or Bearer context update requests sent on this APN.
3666
3667        Trigger Condition: This counter is triggered when a
3668        PDP or Bearer context update request is initiated."
3669    ::= { cgprsAccPtStatisticsEntry 38 }
3670
3671cgprsAccPtSuccPdpUpdateResRcvd OBJECT-TYPE
3672    SYNTAX          Counter32
3673    UNITS           "messages"
3674    MAX-ACCESS      read-only
3675    STATUS          current
3676    DESCRIPTION
3677        "This object represents the total number of successful
3678        PDP or Bearer context update responses received with a cause
3679        value 'Request accepted' for the initiated update
3680        requests on this APN.
3681
3682        Trigger condition: This counter is triggered when a
3683        update response with cause value 'Request accepted' is
3684        received on this APN."
3685    ::= { cgprsAccPtStatisticsEntry 39 }
3686
3687cgprsAccPtCoaRcvd OBJECT-TYPE
3688    SYNTAX          Counter32
3689    UNITS           "messages"
3690    MAX-ACCESS      read-only
3691    STATUS          current
3692    DESCRIPTION
3693        "This object represents the total number of Change of
3694        Authorization (COA) messages received on this APN.
3695        Trigger condition: This counter is triggered when a COA
3696        message is received."
3697    ::= { cgprsAccPtStatisticsEntry 40 }
3698
3699cgprsAccPtCoaSuccess OBJECT-TYPE
3700    SYNTAX          Counter32
3701    UNITS           "messages"
3702    MAX-ACCESS      read-only
3703    STATUS          current
3704    DESCRIPTION
3705        "This object represents the number of COA messages
3706        that were acknowledged by the Gateway with a COA ACK.
3707
3708        Trigger condition: This counter is triggered when a
3709        COA ACK is sent by the Gateway."
3710    ::= { cgprsAccPtStatisticsEntry 41 }
3711
3712cgprsAccPtDtEnabled OBJECT-TYPE
3713    SYNTAX          Counter32
3714    UNITS           "pdps"
3715    MAX-ACCESS      read-only
3716    STATUS          current
3717    DESCRIPTION
3718        "This object represents the number of times Direct
3719        tunnel is enabled for the PDP contexts on this APN
3720        in Gateway."
3721    ::= { cgprsAccPtStatisticsEntry 42 }
3722
3723cgprsAccPtTotalBearers OBJECT-TYPE
3724    SYNTAX          Counter32
3725    MAX-ACCESS      read-only
3726    STATUS          current
3727    DESCRIPTION
3728        "This object indicates the total number of Bearers
3729        in this APN."
3730    ::= { cgprsAccPtStatisticsEntry 43 }
3731
3732cgprsAccPtTotRmtInitCreateBearers OBJECT-TYPE
3733    SYNTAX          Counter32
3734    MAX-ACCESS      read-only
3735    STATUS          current
3736    DESCRIPTION
3737        "This object indicates the total number of Bearer
3738        creation initiated by MME, SGSN or MS."
3739    ::= { cgprsAccPtStatisticsEntry 44 }
3740
3741cgprsAccPtSuccRmtInitCreateBearers OBJECT-TYPE
3742    SYNTAX          Counter32
3743    MAX-ACCESS      read-only
3744    STATUS          current
3745    DESCRIPTION
3746        "This object indicates the total number of successful
3747        Bearer creation initiated by MME, SGSN or MS."
3748    ::= { cgprsAccPtStatisticsEntry 45 }
3749
3750cgprsAccPtNetworkInitDeleteBearers OBJECT-TYPE
3751    SYNTAX          Counter32
3752    MAX-ACCESS      read-only
3753    STATUS          current
3754    DESCRIPTION
3755        "This object indicates the total number of Bearer
3756        delete initiated by network."
3757    ::= { cgprsAccPtStatisticsEntry 46 }
3758
3759cgprsAccPtTotRmtInitModifyBearers OBJECT-TYPE
3760    SYNTAX          Counter32
3761    MAX-ACCESS      read-only
3762    STATUS          current
3763    DESCRIPTION
3764        "This object indicates the total number of Bearer
3765        modify initiated by MME or SGSN."
3766    ::= { cgprsAccPtStatisticsEntry 47 }
3767
3768cgprsAccPtSuccRmtInitModifyBearers OBJECT-TYPE
3769    SYNTAX          Counter32
3770    MAX-ACCESS      read-only
3771    STATUS          current
3772    DESCRIPTION
3773        "This object indicates the total number of successful
3774        Bearer modify initiated by MME or SGSN."
3775    ::= { cgprsAccPtStatisticsEntry 48 }
3776
3777cgprsAccPtTotNetworkInitUpdateBearers OBJECT-TYPE
3778    SYNTAX          Counter32
3779    MAX-ACCESS      read-only
3780    STATUS          current
3781    DESCRIPTION
3782        "This object indicates the total number of Bearer
3783        update initiated by network."
3784    ::= { cgprsAccPtStatisticsEntry 49 }
3785
3786cgprsAccPtSuccNetworkInitUpdateBearers OBJECT-TYPE
3787    SYNTAX          Counter32
3788    MAX-ACCESS      read-only
3789    STATUS          current
3790    DESCRIPTION
3791        "This object indicates the total number of successful
3792        Bearer update initiated by network."
3793    ::= { cgprsAccPtStatisticsEntry 50 }
3794
3795cgprsAccPtTotNetworkInitCreateDedBearers OBJECT-TYPE
3796    SYNTAX          Counter32
3797    MAX-ACCESS      read-only
3798    STATUS          current
3799    DESCRIPTION
3800        "This object indicates the total number of dedicated
3801        Bearer creation initiated by network."
3802    ::= { cgprsAccPtStatisticsEntry 51 }
3803
3804cgprsAccPtSuccNetworkInitCreateDedBearers OBJECT-TYPE
3805    SYNTAX          Counter32
3806    MAX-ACCESS      read-only
3807    STATUS          current
3808    DESCRIPTION
3809        "This object indicates the total number of successful
3810        dedicated Bearer creation initiated by network."
3811    ::= { cgprsAccPtStatisticsEntry 52 }
3812
3813cgprsAccPtTotNetworkInitCreateIPv6DedBearers OBJECT-TYPE
3814    SYNTAX          Counter32
3815    MAX-ACCESS      read-only
3816    STATUS          current
3817    DESCRIPTION
3818        "This object indicates the total number of IPv6
3819        dedicated Bearer creation initiated by network."
3820    ::= { cgprsAccPtStatisticsEntry 53 }
3821
3822cgprsAccPtSuccNetworkInitCreateIPv6DedBearers OBJECT-TYPE
3823    SYNTAX          Counter32
3824    MAX-ACCESS      read-only
3825    STATUS          current
3826    DESCRIPTION
3827        "This object indicates the total number of IPv6
3828        dedicated Bearer creation initiated by network."
3829    ::= { cgprsAccPtStatisticsEntry 54 }
3830
3831cgprsAccPtv4v6MsActivatedPdps OBJECT-TYPE
3832    SYNTAX          Counter32
3833    MAX-ACCESS      read-only
3834    STATUS          current
3835    DESCRIPTION
3836        "This object indicates the total number of IPv4v6 PDP
3837        or Bearer context activation procedures initiated by any MS on
3838        this APN."
3839    ::= { cgprsAccPtStatisticsEntry 55 }
3840
3841cgprsAccPtv4v6SuccMsActivatedPdps OBJECT-TYPE
3842    SYNTAX          Counter32
3843    MAX-ACCESS      read-only
3844    STATUS          current
3845    DESCRIPTION
3846        "This object indicates the total number of successfully
3847        completed IPv4v6 PDP or Bearer context activation procedures
3848        initiated by MS on this APN."
3849    ::= { cgprsAccPtStatisticsEntry 56 }
3850
3851cgprsAccPtv4v6MsDeactivatedPdps OBJECT-TYPE
3852    SYNTAX          Counter32
3853    MAX-ACCESS      read-only
3854    STATUS          current
3855    DESCRIPTION
3856        "This object indicates the total number of IPv4v6 PDP
3857        or Bearer context deactivation procedures initiated by the
3858        MS on this APN."
3859    ::= { cgprsAccPtStatisticsEntry 57 }
3860
3861cgprsAccPtv4v6SuccMsDeactivatedPdps OBJECT-TYPE
3862    SYNTAX          Counter32
3863    MAX-ACCESS      read-only
3864    STATUS          current
3865    DESCRIPTION
3866        "This object indicates the total number of
3867        successfully completed IPv4v6 PDP or Bearer context
3868        deactivation procedures initiated by the MS on this APN."
3869    ::= { cgprsAccPtStatisticsEntry 58 }
3870
3871cgprsAccPtv4v6ActDedbearerPdps OBJECT-TYPE
3872    SYNTAX          Counter32
3873    MAX-ACCESS      read-only
3874    STATUS          current
3875    DESCRIPTION
3876        "This object indicates the total number of IPv4v6, dedicated
3877        Bearer activations that were initiated by the PGW on this APN."
3878    ::= { cgprsAccPtStatisticsEntry 59 }
3879
3880cgprsAccPtv4v6SuccActDedbearerPdps OBJECT-TYPE
3881    SYNTAX          Counter32
3882    MAX-ACCESS      read-only
3883    STATUS          current
3884    DESCRIPTION
3885        "This object indicates the total number of IPv4v6 dedicated
3886        Bearers that were successfully activated by the PGW."
3887    ::= { cgprsAccPtStatisticsEntry 60 }
3888
3889cgprsAccPtDhcpProxServDiscover OBJECT-TYPE
3890    SYNTAX          Counter32
3891    MAX-ACCESS      read-only
3892    STATUS          current
3893    DESCRIPTION
3894        "This object represents the number of DHCP Discover messages
3895        received by the Gateway.
3896
3897        The UE sends this message upon bootup/lease rebinding timer
3898        expiry."
3899    ::= { cgprsAccPtStatisticsEntry 61 }
3900
3901cgprsAccPtDhcpProxServRequest OBJECT-TYPE
3902    SYNTAX          Counter32
3903    MAX-ACCESS      read-only
3904    STATUS          current
3905    DESCRIPTION
3906        "This object represents the number of DHCP request messages
3907        received by the Gateway.
3908
3909        The UE may send the DHCP-Request message with
3910        Requested-IP-Address option in one of the many following
3911        scenarios:
3912         UE is rebooting and it has an IPv4-address with unexpired
3913        lease.
3914         UE is selecting an offer from the DHCP-server.
3915         UE is renewing the lease.
3916         UE is attempting to rebind the lease."
3917    ::= { cgprsAccPtStatisticsEntry 62 }
3918
3919cgprsAccPtDhcpProxServDeclines OBJECT-TYPE
3920    SYNTAX          Counter32
3921    MAX-ACCESS      read-only
3922    STATUS          current
3923    DESCRIPTION
3924        "This object represents the number of DHCP decline messages
3925        received by the Gateway from UE.
3926
3927        The UE may send this message when the IP-address it received is
3928        found to be already in use by another device."
3929    ::= { cgprsAccPtStatisticsEntry 63 }
3930
3931cgprsAccPtDhcpProxServRelease OBJECT-TYPE
3932    SYNTAX          Counter32
3933    MAX-ACCESS      read-only
3934    STATUS          current
3935    DESCRIPTION
3936        "This object represents the number DHCP - Release messages
3937        received
3938        by the Gateway.
3939
3940        The User Equipment may send this message when the IPv4-session
3941        is terminated."
3942    ::= { cgprsAccPtStatisticsEntry 64 }
3943
3944cgprsAccPtDhcpProxServOffer OBJECT-TYPE
3945    SYNTAX          Counter32
3946    MAX-ACCESS      read-only
3947    STATUS          current
3948    DESCRIPTION
3949        "This object represents the number of DHCP offer messages sent
3950        by the Gateway.
3951        The Gateway sends this message on allocating a Requested IP
3952        address to the User equipment."
3953    ::= { cgprsAccPtStatisticsEntry 65 }
3954
3955cgprsAccPtDhcpProxServAcks OBJECT-TYPE
3956    SYNTAX          Counter32
3957    MAX-ACCESS      read-only
3958    STATUS          current
3959    DESCRIPTION
3960        "This object represents the number of DHCP Acknowledge messages
3961        sent by the Gateway.
3962        The Gateway sends this message to the User equipment in response
3963        to a DHCP-Request message."
3964    ::= { cgprsAccPtStatisticsEntry 66 }
3965
3966cgprsAccPtDhcpProxServNaks OBJECT-TYPE
3967    SYNTAX          Counter32
3968    MAX-ACCESS      read-only
3969    STATUS          current
3970    DESCRIPTION
3971        "This object represents the number of DHCP-Negative-Acknowledge
3972        messages sent by the Gateway.
3973
3974        The Gateway sends DHCP-Negative acknowledge message to the User
3975        Equipment in the following cases:
3976          If the DHCP-Request contains an IP-address that is different
3977          from the address that PGW sent in the DHCP-Offer.
3978
3979          If PGW is unable to allocate the offered IP-address"
3980    ::= { cgprsAccPtStatisticsEntry 67 }
3981
3982cgprsAccPtDhcpProxServInform OBJECT-TYPE
3983    SYNTAX          Counter32
3984    MAX-ACCESS      read-only
3985    STATUS          current
3986    DESCRIPTION
3987        "This object represents the number of DHCP-Inform message sent
3988        by the Gateway.
3989        The Gateway shall respond with a DHCP-Acknowledge to the
3990        DHCP-Inform message sent by the UE"
3991    ::= { cgprsAccPtStatisticsEntry 68 }
3992
3993cgprsAccPtDhcpProxServUnknowMsg OBJECT-TYPE
3994    SYNTAX          Counter32
3995    MAX-ACCESS      read-only
3996    STATUS          current
3997    DESCRIPTION
3998        "This object represents the number of DHCP-Unknown messages
3999        received by the Gateway.
4000        DHCP-Control messages, with unknown format are specified as
4001        DHCP-uknown message."
4002    ::= { cgprsAccPtStatisticsEntry 69 }
4003
4004cgprsAccPtDhcpProxServRetryDrops OBJECT-TYPE
4005    SYNTAX          Counter32
4006    MAX-ACCESS      read-only
4007    STATUS          current
4008    DESCRIPTION
4009        "This object represents the number of times the Gateway has
4010        retried to establish a connection with the Proxy server."
4011    ::= { cgprsAccPtStatisticsEntry 70 }
4012
4013cgprsAccPtDhcpProxServErrDrops OBJECT-TYPE
4014    SYNTAX          Counter32
4015    MAX-ACCESS      read-only
4016    STATUS          current
4017    DESCRIPTION
4018        "This object represents the number of times a DHCP proxy server
4019        control message is dropped by the Gateway due to some error in
4020        the message."
4021    ::= { cgprsAccPtStatisticsEntry 71 }
4022
4023cgprsAccPtActiveBearers OBJECT-TYPE
4024    SYNTAX          Gauge32
4025    UNITS           "bearers"
4026    MAX-ACCESS      read-only
4027    STATUS          current
4028    DESCRIPTION
4029        "This object indicates the current number of active
4030        Bearer on this APN."
4031    ::= { cgprsAccPtStatisticsEntry 72 }
4032
4033cgprsAccPtDhcpProxServTxErrDrops OBJECT-TYPE
4034    SYNTAX          Counter32
4035    MAX-ACCESS      read-only
4036    STATUS          current
4037    DESCRIPTION
4038        "This object represents the number of times an outgoing DHCP
4039        proxy server control message is dropped by the Gateway due to
4040        some failure in the Gateway."
4041    ::= { cgprsAccPtStatisticsEntry 73 }
4042
4043cgprsAccPtDhcpProxServIpAllocErr OBJECT-TYPE
4044    SYNTAX          Counter32
4045    MAX-ACCESS      read-only
4046    STATUS          current
4047    DESCRIPTION
4048        "This object represents the number of times an incoming DHCP
4049        proxy server control message has been dropped by the Gateway
4050        due to IP allocation error in the message."
4051    ::= { cgprsAccPtStatisticsEntry 74 }
4052
4053cgprsAccPtDedBearerDeactivations OBJECT-TYPE
4054    SYNTAX          Counter32
4055    MAX-ACCESS      read-only
4056    STATUS          current
4057    DESCRIPTION
4058        "This object represents the total number dedicated bearer
4059        deactivation request initiated by the Gateway."
4060    ::= { cgprsAccPtStatisticsEntry 75 }
4061
4062cgprsAccPtDedBearerQosUpdate OBJECT-TYPE
4063    SYNTAX          Counter32
4064    MAX-ACCESS      read-only
4065    STATUS          current
4066    DESCRIPTION
4067        "This object represents the total number of dedicated bearer
4068        modification request with QoS change initiated by the Gateway."
4069    ::= { cgprsAccPtStatisticsEntry 76 }
4070
4071cgprsAccPtDedBearerSucQosUpdate OBJECT-TYPE
4072    SYNTAX          Counter32
4073    MAX-ACCESS      read-only
4074    STATUS          current
4075    DESCRIPTION
4076        "This object represents the total number of successful
4077        dedicated bearer modification request with QoS change
4078        initiated by the Gateway."
4079    ::= { cgprsAccPtStatisticsEntry 77 }
4080
4081cgprsAccPtDedBearerNoQosUpdate OBJECT-TYPE
4082    SYNTAX          Counter32
4083    MAX-ACCESS      read-only
4084    STATUS          current
4085    DESCRIPTION
4086        "This object represents the total number of dedicated bearer
4087        modification request without QoS change initiated by the
4088        Gateway."
4089    ::= { cgprsAccPtStatisticsEntry 78 }
4090
4091cgprsAccPtDedBearerSucNoQosUpdate OBJECT-TYPE
4092    SYNTAX          Counter32
4093    MAX-ACCESS      read-only
4094    STATUS          current
4095    DESCRIPTION
4096        "This object represents the total number of successful
4097        dedicated bearer modification request without QoS change
4098        initiated by the Gateway."
4099    ::= { cgprsAccPtStatisticsEntry 79 }
4100
4101cgprsAccPtIpv4v6MsActivatedDynamicPdps OBJECT-TYPE
4102    SYNTAX          Counter32
4103    MAX-ACCESS      read-only
4104    STATUS          current
4105    DESCRIPTION
4106        "This object indicates the total number of IPv4v6 PDP
4107        or Bearer context activation procedures initiated by any MS on
4108        this APN."
4109    ::= { cgprsAccPtStatisticsEntry 80 }
4110
4111cgprsAccPtIpv4v6MsSuccActivatedDynamicPdps OBJECT-TYPE
4112    SYNTAX          Counter32
4113    MAX-ACCESS      read-only
4114    STATUS          current
4115    DESCRIPTION
4116        "This object indicates the total number of successfully
4117        completed IPv4v6 PDP or Bearer context activation procedures
4118        initiated by MS on this APN."
4119    ::= { cgprsAccPtStatisticsEntry 81 }
4120
4121cgprsAccPtFailMsActivatedPdps OBJECT-TYPE
4122    SYNTAX          Counter32
4123    MAX-ACCESS      read-only
4124    STATUS          current
4125    DESCRIPTION
4126        "This object indicates the total number of failed PDP or Bearer
4127        context activation procedures initiated by MS on this APN."
4128    ::= { cgprsAccPtStatisticsEntry 82 }
4129
4130cgprsAccPtFailPdpUpdate OBJECT-TYPE
4131    SYNTAX          Counter32
4132    MAX-ACCESS      read-only
4133    STATUS          current
4134    DESCRIPTION
4135        "This object represents the total number of failed PDP or Bearer
4136        context update for the initiated update requests on this APN."
4137    ::= { cgprsAccPtStatisticsEntry 83 }
4138
4139cgprsAccPtUpdateRspTimeOut OBJECT-TYPE
4140    SYNTAX          Counter32
4141    MAX-ACCESS      read-only
4142    STATUS          current
4143    DESCRIPTION
4144        "This object represents the total number of failed PDP or
4145        Bearer context update response not received due to the time out
4146        for the initiated update requests on this APN."
4147    ::= { cgprsAccPtStatisticsEntry 84 }
4148
4149
4150-- *******************************************************************
4151-- APN DHCPv6 Statistics
4152-- *******************************************************************
4153
4154cgprsAccPtDhcpv6ProxyStatsTable OBJECT-TYPE
4155    SYNTAX          SEQUENCE OF CgprsAccPtDhcpv6ProxyStatsEntry
4156    MAX-ACCESS      not-accessible
4157    STATUS          current
4158    DESCRIPTION
4159        "This table contains the DHCPv6 proxy server
4160        performance statistics for each APN on this Gateway."
4161    ::= { ciscoGprsAccPtStatistics 2 }
4162
4163cgprsAccPtDhcpv6ProxyStatsEntry OBJECT-TYPE
4164    SYNTAX          CgprsAccPtDhcpv6ProxyStatsEntry
4165    MAX-ACCESS      not-accessible
4166    STATUS          current
4167    DESCRIPTION
4168        "There is an entry in this table for each APN in
4169        the Gateway."
4170    AUGMENTS           { cgprsAccPtEntry  }
4171    ::= { cgprsAccPtDhcpv6ProxyStatsTable 1 }
4172
4173CgprsAccPtDhcpv6ProxyStatsEntry ::= SEQUENCE {
4174        cgprsAccPtDhcpv6ProxInforeqRcvd    Counter32,
4175        cgprsAccPtDhcpv6ProxInforeqRply    Counter32,
4176        cgprsAccPtDhcpv6ProxInforeqLocRply Counter32,
4177        cgprsAccPtDhcpv6ProxIpAllocSuc     Counter32,
4178        cgprsAccPtDhcpv6ProxIpAllocFail    Counter32,
4179        cgprsAccPtDhcpv6ProxIpRelease      Counter32,
4180        cgprsAccPtDhcpv6ProxIpRenewFail    Counter32,
4181        cgprsAccPtDhcpv6ProxUnkwnMsg       Counter32,
4182        cgprsAccPtDhcpv6ProxErrs           Counter32
4183}
4184
4185cgprsAccPtDhcpv6ProxInforeqRcvd OBJECT-TYPE
4186    SYNTAX          Counter32
4187    MAX-ACCESS      read-only
4188    STATUS          current
4189    DESCRIPTION
4190        "This object represents the total number of DHCPv6
4191        information request message handled by the Gateway's
4192        DHCPv6 proxy-client."
4193    ::= { cgprsAccPtDhcpv6ProxyStatsEntry 1 }
4194
4195cgprsAccPtDhcpv6ProxInforeqRply OBJECT-TYPE
4196    SYNTAX          Counter32
4197    MAX-ACCESS      read-only
4198    STATUS          current
4199    DESCRIPTION
4200        "This object represents the total number of DHCPv6 response
4201        message sent by the Gateway's DHCPv6 proxy-client."
4202    ::= { cgprsAccPtDhcpv6ProxyStatsEntry 2 }
4203
4204cgprsAccPtDhcpv6ProxInforeqLocRply OBJECT-TYPE
4205    SYNTAX          Counter32
4206    MAX-ACCESS      read-only
4207    STATUS          current
4208    DESCRIPTION
4209        "This object represents the total number of times a local
4210        response was sent for the DHCPv6 information request received
4211        by the Gateway's DHCPv6 proxy-client."
4212    ::= { cgprsAccPtDhcpv6ProxyStatsEntry 3 }
4213
4214cgprsAccPtDhcpv6ProxIpAllocSuc OBJECT-TYPE
4215    SYNTAX          Counter32
4216    MAX-ACCESS      read-only
4217    STATUS          current
4218    DESCRIPTION
4219        "This object represents the total number of times DHCPv6
4220        IP allocation was successful."
4221    ::= { cgprsAccPtDhcpv6ProxyStatsEntry 4 }
4222
4223cgprsAccPtDhcpv6ProxIpAllocFail OBJECT-TYPE
4224    SYNTAX          Counter32
4225    MAX-ACCESS      read-only
4226    STATUS          current
4227    DESCRIPTION
4228        "This object represents the total number of times DHCPv6
4229        IP allocation was failed."
4230    ::= { cgprsAccPtDhcpv6ProxyStatsEntry 5 }
4231
4232cgprsAccPtDhcpv6ProxIpRelease OBJECT-TYPE
4233    SYNTAX          Counter32
4234    MAX-ACCESS      read-only
4235    STATUS          current
4236    DESCRIPTION
4237        "This object represents the total number of times an allocated
4238        DHCPv6 IP was released."
4239    ::= { cgprsAccPtDhcpv6ProxyStatsEntry 6 }
4240
4241cgprsAccPtDhcpv6ProxIpRenewFail OBJECT-TYPE
4242    SYNTAX          Counter32
4243    MAX-ACCESS      read-only
4244    STATUS          current
4245    DESCRIPTION
4246        "This object represents the total number of times an allocated
4247        DHCPv6 IP renewal was failed."
4248    ::= { cgprsAccPtDhcpv6ProxyStatsEntry 7 }
4249
4250cgprsAccPtDhcpv6ProxUnkwnMsg OBJECT-TYPE
4251    SYNTAX          Counter32
4252    MAX-ACCESS      read-only
4253    STATUS          current
4254    DESCRIPTION
4255        "This object represents the total number of times an unknown
4256        message was handled by the Gateway's DHCPv6 proxy-client."
4257    ::= { cgprsAccPtDhcpv6ProxyStatsEntry 8 }
4258
4259cgprsAccPtDhcpv6ProxErrs OBJECT-TYPE
4260    SYNTAX          Counter32
4261    MAX-ACCESS      read-only
4262    STATUS          current
4263    DESCRIPTION
4264        "This object represents the total number of times an error
4265        has occurred at the Gateway's DHCPv6 proxy-client."
4266    ::= { cgprsAccPtDhcpv6ProxyStatsEntry 9 }
4267
4268
4269-- *******************************************************************
4270-- APN Throughput Statistics
4271-- *******************************************************************
4272
4273cgprsAccPtThruputStatsTable OBJECT-TYPE
4274    SYNTAX          SEQUENCE OF CgprsAccPtThruputStatsEntry
4275    MAX-ACCESS      not-accessible
4276    STATUS          current
4277    DESCRIPTION
4278        "This table contains the throughput statistics of
4279        each APN on this Gateway."
4280    ::= { ciscoGprsAccPtStatistics 3 }
4281
4282cgprsAccPtThruputStatsEntry OBJECT-TYPE
4283    SYNTAX          CgprsAccPtThruputStatsEntry
4284    MAX-ACCESS      not-accessible
4285    STATUS          current
4286    DESCRIPTION
4287        "An entry in this table."
4288    INDEX           {
4289                        cgprsAccPtIndex,
4290                        cgprsAccPtThruputInterval
4291                    }
4292    ::= { cgprsAccPtThruputStatsTable 1 }
4293
4294CgprsAccPtThruputStatsEntry ::= SEQUENCE {
4295        cgprsAccPtThruputInterval      Integer32,
4296        cgprsAccPtThruPutLastCollected Integer32,
4297        cgprsAccPtUpstrByteCount       Gauge32,
4298        cgprsAccPtDownstrByteCount     Gauge32,
4299        cgprsAccPtUpstrPktCount        Gauge32,
4300        cgprsAccPtDownstrPktCount      Gauge32
4301}
4302
4303cgprsAccPtThruputInterval OBJECT-TYPE
4304    SYNTAX          Integer32 (1..65535)
4305    UNITS           "minutes"
4306    MAX-ACCESS      not-accessible
4307    STATUS          current
4308    DESCRIPTION
4309        "This object represents the time interval at which the
4310        statistics are sampled.  Interval configuration is out
4311        of the scope of the MIB and are covered in
4312        CISCO-GGSN-MIB."
4313    ::= { cgprsAccPtThruputStatsEntry 1 }
4314
4315cgprsAccPtThruPutLastCollected OBJECT-TYPE
4316    SYNTAX          Integer32 (0..65535)
4317    UNITS           "minutes"
4318    MAX-ACCESS      read-only
4319    STATUS          current
4320    DESCRIPTION
4321        "This object represents the delta value between the time
4322        when this data is collected and the time it is been
4323        retrieved."
4324    ::= { cgprsAccPtThruputStatsEntry 2 }
4325
4326cgprsAccPtUpstrByteCount OBJECT-TYPE
4327    SYNTAX          Gauge32
4328    UNITS           "bytes"
4329    MAX-ACCESS      read-only
4330    STATUS          current
4331    DESCRIPTION
4332        "This object represents the total payload volume in
4333        upstream traffic sent on this APN in the last sampling
4334        period specified by cgprsAccPtThruputInterval."
4335    ::= { cgprsAccPtThruputStatsEntry 3 }
4336
4337cgprsAccPtDownstrByteCount OBJECT-TYPE
4338    SYNTAX          Gauge32
4339    UNITS           "bytes"
4340    MAX-ACCESS      read-only
4341    STATUS          current
4342    DESCRIPTION
4343        "This object represents the total payload volume in
4344        downstream traffic sent on this APN in the last sampling
4345        period specified by cgprsAccPtThruputInterval."
4346    ::= { cgprsAccPtThruputStatsEntry 4 }
4347
4348cgprsAccPtUpstrPktCount OBJECT-TYPE
4349    SYNTAX          Gauge32
4350    UNITS           "packets"
4351    MAX-ACCESS      read-only
4352    STATUS          current
4353    DESCRIPTION
4354        "This object represents the number of upstream packets
4355        sent on this APN in the last sampling period specified
4356        by cgprsAccPtThruputInterval."
4357    ::= { cgprsAccPtThruputStatsEntry 5 }
4358
4359cgprsAccPtDownstrPktCount OBJECT-TYPE
4360    SYNTAX          Gauge32
4361    UNITS           "packets"
4362    MAX-ACCESS      read-only
4363    STATUS          current
4364    DESCRIPTION
4365        "This object represents the number of downstream packets
4366        sent on this APN in the last sampling period specified
4367        by cgprsAccPtThruputInterval."
4368    ::= { cgprsAccPtThruputStatsEntry 6 }
4369
4370
4371
4372-- *********************************************************************
4373-- NotifInfo
4374-- *********************************************************************
4375
4376cgprsAccPtMsAddrType OBJECT-TYPE
4377    SYNTAX          InetAddressType
4378    MAX-ACCESS      accessible-for-notify
4379    STATUS          current
4380    DESCRIPTION
4381        "This object specifies the type of Internet address
4382        denoted by cgprsAccPtMsAllocAddr, cgprsAccPtMsNewAddr
4383        and cgprsAccPtMsTpduDstAddr."
4384    ::= { ciscoGprsAccPtNotifInfo 1 }
4385
4386cgprsAccPtMsAllocAddr OBJECT-TYPE
4387    SYNTAX          InetAddress
4388    MAX-ACCESS      accessible-for-notify
4389    STATUS          current
4390    DESCRIPTION
4391        "This object specifies the IP address that is assigned
4392        to the MS during PDP activation."
4393    ::= { ciscoGprsAccPtNotifInfo 2 }
4394
4395cgprsAccPtMsNewAddr OBJECT-TYPE
4396    SYNTAX          InetAddress
4397    MAX-ACCESS      accessible-for-notify
4398    STATUS          current
4399    DESCRIPTION
4400        "This object specifies the fake IP address that is used
4401        by the MS."
4402    ::= { ciscoGprsAccPtNotifInfo 3 }
4403
4404cgprsAccPtMsTpduDstAddr OBJECT-TYPE
4405    SYNTAX          InetAddress
4406    MAX-ACCESS      accessible-for-notify
4407    STATUS          current
4408    DESCRIPTION
4409        "This object specifies the upstream TPDU destination
4410        address used by a MS that falls in the reserved range
4411        of IP addresses for PLMN devices."
4412    ::= { ciscoGprsAccPtNotifInfo 4 }
4413-- *********************************************************************
4414-- Notification
4415-- *********************************************************************
4416
4417cgprsAccPtMIBNotificationPrefix  OBJECT IDENTIFIER
4418    ::= { ciscoGprsAccPtMIB 2 }
4419
4420cgprsAccPtMIBNotifications  OBJECT IDENTIFIER
4421    ::= { cgprsAccPtMIBNotificationPrefix 0 }
4422
4423
4424cgprsAccPtCfgNotif NOTIFICATION-TYPE
4425    OBJECTS         {
4426                        cgprsAccPtCfgNotifAccPtIndex,
4427                        cgprsAccPtCfgNotifReason
4428                    }
4429    STATUS          current
4430    DESCRIPTION
4431        "A notification of this type is generated when an
4432        entry is generated in the
4433        cgprsAccPtCfgNotifHistTable and
4434        cgprsAccPtCfgNotifEnable is set to true."
4435   ::= { cgprsAccPtMIBNotifications 1 }
4436
4437cgprsAccPtSecSrcViolNotif NOTIFICATION-TYPE
4438    OBJECTS         {
4439                        cgprsAccPtCfgNotifAccPtIndex,
4440                        cgprsAccPtMsAddrType,
4441                        cgprsAccPtMsAllocAddr,
4442                        cgprsAccPtMsNewAddr
4443                    }
4444    STATUS          current
4445    DESCRIPTION
4446        "A notification of this type is generated when security
4447        violation as specified by
4448        cgprsAccPtVerifyUpStrTpduSrcAddr occurs on an APN."
4449   ::= { cgprsAccPtMIBNotifications 2 }
4450
4451cgprsAccPtSecDestViolNotif NOTIFICATION-TYPE
4452    OBJECTS         {
4453                        cgprsAccPtCfgNotifAccPtIndex,
4454                        cgprsAccPtMsAddrType,
4455                        cgprsAccPtMsAllocAddr,
4456                        cgprsAccPtMsTpduDstAddr
4457                    }
4458    STATUS          current
4459    DESCRIPTION
4460        "A notification of this type is generated when security
4461        violation as specified by
4462        cgprsAccPtVerifyUpStrTpduDstAddr occurs on an APN."
4463   ::= { cgprsAccPtMIBNotifications 3 }
4464
4465cgprsAccPtMaintenanceNotif NOTIFICATION-TYPE
4466    OBJECTS         { cgprsAccPtCfgNotifAccPtIndex }
4467    STATUS          current
4468    DESCRIPTION
4469        "A notification of this type is generated when APN is
4470        placed in maintenance mode which is specified by
4471        cgprsAccPtOperationMode."
4472   ::= { cgprsAccPtMIBNotifications 4 }
4473
4474cgprsAccPtInServiceNotif NOTIFICATION-TYPE
4475    OBJECTS         { cgprsAccPtCfgNotifAccPtIndex }
4476    STATUS          current
4477    DESCRIPTION
4478        "A notification of this type is generated when APN is
4479        placed in in-service mode which is specified by
4480        cgprsAccPtOperationMode."
4481   ::= { cgprsAccPtMIBNotifications 5 }
4482-- *********************************************************************
4483-- Conformance Information
4484-- *********************************************************************
4485
4486cgprsAccPtConformances  OBJECT IDENTIFIER
4487    ::= { ciscoGprsAccPtMIB 3 }
4488
4489cgprsAccPtMIBCompliances  OBJECT IDENTIFIER
4490    ::= { cgprsAccPtConformances 1 }
4491
4492cgprsAccPtMIBGroups  OBJECT IDENTIFIER
4493    ::= { cgprsAccPtConformances 2 }
4494
4495
4496-- Compliance statements
4497
4498cgprsAccPtMIBCompliance MODULE-COMPLIANCE
4499    STATUS          obsolete
4500    DESCRIPTION
4501        "The compliance statements for entities which
4502        implement the CISCO-GPRS-ACC-PT-MIB."
4503    MODULE          -- this module
4504    MANDATORY-GROUPS {
4505                        cgprsAccPtMIBGroup,
4506                        cgprsAccPtCfgNotifGroup
4507                    }
4508    ::= { cgprsAccPtMIBCompliances 1 }
4509
4510cgprsAccPtMIBComplianceRev1 MODULE-COMPLIANCE
4511    STATUS          obsolete
4512    DESCRIPTION
4513        "The compliance statements for entities which
4514        implement the CISCO-GPRS-ACC-PT-MIB."
4515    MODULE          -- this module
4516    MANDATORY-GROUPS {
4517                        cgprsAccPtMIBGroupRev1,
4518                        cgprsAccPtCfgNotifGroup,
4519                        cgprsAccPtStatisticsGroup,
4520                        cgprsAccPtExtMIBGroup,
4521                        cgprsAccPtMIBNotifGroup
4522                    }
4523    ::= { cgprsAccPtMIBCompliances 2 }
4524
4525cgprsAccPtMIBComplianceRev2 MODULE-COMPLIANCE
4526    STATUS          obsolete
4527    DESCRIPTION
4528        "The compliance statements for entities which
4529        implement the CISCO-GPRS-ACC-PT-MIB. This is
4530        obsoleted by cgprsAccPtMIBComplianceRev3."
4531    MODULE          -- this module
4532    MANDATORY-GROUPS {
4533                        cgprsAccPtMIBGroupRev1,
4534                        cgprsAccPtCfgNotifGroup,
4535                        cgprsAccPtStatisticsGroupRev1,
4536                        cgprsAccPtExtMIBGroupRev1,
4537                        cgprsAccPtMIBNotifGroup
4538                    }
4539    ::= { cgprsAccPtMIBCompliances 3 }
4540
4541cgprsAccPtMIBComplianceRev3 MODULE-COMPLIANCE
4542    STATUS          deprecated
4543    DESCRIPTION
4544        "The compliance statements for entities which
4545        implement the CISCO-GPRS-ACC-PT-MIB. This is
4546        deprecated by cgprsAccPtMIBComplianceRev4."
4547    MODULE          -- this module
4548    MANDATORY-GROUPS {
4549                        cgprsAccPtMIBGroupRev1,
4550                        cgprsAccPtCfgNotifGroup,
4551                        cgprsAccPtStatisticsGroupRev1,
4552                        cgprsAccPtExtMIBGroupRev2,
4553                        cgprsAccPtMIBNotifGroup
4554                    }
4555    ::= { cgprsAccPtMIBCompliances 4 }
4556
4557cgprsAccPtMIBComplianceRev4 MODULE-COMPLIANCE
4558    STATUS          deprecated
4559    DESCRIPTION
4560        "The compliance statements for entities which
4561        implement the CISCO-GPRS-ACC-PT-MIB."
4562    MODULE          -- this module
4563    MANDATORY-GROUPS {
4564                        cgprsAccPtMIBGroupRev1,
4565                        cgprsAccPtCfgNotifGroup,
4566                        cgprsAccPtExtMIBGroupRev3,
4567                        cgprsAccPtGenServerGroup,
4568                        cgprsAccPtImsGroup,
4569                        cgprsAccPtChargingGroup,
4570                        cgprsAccPtCacGroup,
4571                        cgprsAccPtRouteProbeGroup,
4572                        cgprsAccPtStatisticsGroupRev2,
4573                        cgprsAccPtThruPutGroup,
4574                        cgprsAccPtNotifInfoGroup,
4575                        cgprsAccPtMIBNotifGroupRev1
4576                    }
4577    ::= { cgprsAccPtMIBCompliances 5 }
4578
4579cgprsAccPtMIBComplianceRev5 MODULE-COMPLIANCE
4580    STATUS          deprecated
4581    DESCRIPTION
4582        "The compliance statements for entities which
4583        implement the CISCO-GPRS-ACC-PT-MIB."
4584    MODULE          -- this module
4585    MANDATORY-GROUPS {
4586                        cgprsAccPtMIBGroupRev1,
4587                        cgprsAccPtCfgNotifGroup,
4588                        cgprsAccPtExtMIBGroupRev3,
4589                        cgprsAccPtGenServerGroup,
4590                        cgprsAccPtImsGroup,
4591                        cgprsAccPtChargingGroup,
4592                        cgprsAccPtCacGroup,
4593                        cgprsAccPtRouteProbeGroup,
4594                        cgprsAccPtStatisticsGroupRev2,
4595                        cgprsAccPtThruPutGroup,
4596                        cgprsAccPtNotifInfoGroup,
4597                        cgprsAccPtMIBNotifGroupRev1,
4598                        cgprsAccPtMIBR60Group
4599                    }
4600    ::= { cgprsAccPtMIBCompliances 6 }
4601
4602cgprsAccPtMIBComplianceRev6 MODULE-COMPLIANCE
4603    STATUS          deprecated
4604    DESCRIPTION
4605        "The compliance statements for entities which
4606        implement the CISCO-GPRS-ACC-PT-MIB."
4607    MODULE          -- this module
4608    MANDATORY-GROUPS {
4609                        cgprsAccPtMIBGroupRev1,
4610                        cgprsAccPtCfgNotifGroup,
4611                        cgprsAccPtExtMIBGroupRev3,
4612                        cgprsAccPtGenServerGroup,
4613                        cgprsAccPtImsGroup,
4614                        cgprsAccPtChargingGroup,
4615                        cgprsAccPtCacGroup,
4616                        cgprsAccPtRouteProbeGroup,
4617                        cgprsAccPtStatisticsGroupRev3,
4618                        cgprsAccPtThruPutGroup,
4619                        cgprsAccPtNotifInfoGroup,
4620                        cgprsAccPtMIBNotifGroupRev1,
4621                        cgprsAccPtMIBR60Group,
4622                        cgprsAccPtIpv6Group
4623                    }
4624    ::= { cgprsAccPtMIBCompliances 7 }
4625
4626cgprsAccPtMIBComplianceRev7 MODULE-COMPLIANCE
4627    STATUS          deprecated
4628    DESCRIPTION
4629        "The compliance statements for entities which
4630        implement the CISCO-GPRS-ACC-PT-MIB."
4631    MODULE          -- this module
4632    MANDATORY-GROUPS {
4633                        cgprsAccPtMIBGroupRev1,
4634                        cgprsAccPtCfgNotifGroup,
4635                        cgprsAccPtExtMIBGroupRev3,
4636                        cgprsAccPtGenServerGroup,
4637                        cgprsAccPtChargingGroup,
4638                        cgprsAccPtCacGroup,
4639                        cgprsAccPtRouteProbeGroup,
4640                        cgprsAccPtStatisticsGroupRev3,
4641                        cgprsAccPtThruPutGroup,
4642                        cgprsAccPtNotifInfoGroup,
4643                        cgprsAccPtMIBNotifGroupRev1,
4644                        cgprsAccPtMIBR60Group,
4645                        cgprsAccPtIpv6Group,
4646                        cgprsAccPtPcscfGroup
4647                    }
4648    ::= { cgprsAccPtMIBCompliances 8 }
4649
4650cgprsAccPtMIBComplianceRev8 MODULE-COMPLIANCE
4651    STATUS          deprecated
4652    DESCRIPTION
4653        "The compliance statements for entities which
4654        implement the CISCO-GPRS-ACC-PT-MIB. This is deprecated
4655        by cgprsAccPtMIBComplianceRev9."
4656    MODULE          -- this module
4657    MANDATORY-GROUPS {
4658                        cgprsAccPtMIBGroupRev1,
4659                        cgprsAccPtCfgNotifGroup,
4660                        cgprsAccPtExtMIBGroupRev3,
4661                        cgprsAccPtGenServerGroup,
4662                        cgprsAccPtChargingGroup,
4663                        cgprsAccPtCacGroup,
4664                        cgprsAccPtRouteProbeGroup,
4665                        cgprsAccPtStatisticsGroupRev3,
4666                        cgprsAccPtThruPutGroup,
4667                        cgprsAccPtNotifInfoGroup,
4668                        cgprsAccPtMIBNotifGroupRev1,
4669                        cgprsAccPtMIBR60Group,
4670                        cgprsAccPtIpv6Group,
4671                        cgprsAccPtPcscfGroup,
4672                        cgprsAccPtMIBR80Group,
4673                        cgprsAccPtStatisticsGroupSup1
4674                    }
4675    ::= { cgprsAccPtMIBCompliances 9 }
4676
4677cgprsAccPtMIBComplianceRev9 MODULE-COMPLIANCE
4678    STATUS          deprecated
4679    DESCRIPTION
4680        "The compliance statements for entities which
4681        implement the CISCO-GPRS-ACC-PT-MIB. This is
4682        deprecated by cgprsAccPtMIBComplianceRev10."
4683    MODULE          -- this module
4684    MANDATORY-GROUPS {
4685                        cgprsAccPtMIBGroupRev1,
4686                        cgprsAccPtCfgNotifGroup,
4687                        cgprsAccPtExtMIBGroupRev3,
4688                        cgprsAccPtGenServerGroup,
4689                        cgprsAccPtChargingGroup,
4690                        cgprsAccPtCacGroup,
4691                        cgprsAccPtRouteProbeGroup,
4692                        cgprsAccPtStatisticsGroupRev3,
4693                        cgprsAccPtThruPutGroup,
4694                        cgprsAccPtNotifInfoGroup,
4695                        cgprsAccPtMIBNotifGroupRev1,
4696                        cgprsAccPtMIBR60Group,
4697                        cgprsAccPtIpv6Group,
4698                        cgprsAccPtPcscfGroup,
4699                        cgprsAccPtMIBR80Group,
4700                        cgprsAccPtStatisticsGroupSup1,
4701                        cgprsAccPtMIBR80GroupSup1
4702                    }
4703    ::= { cgprsAccPtMIBCompliances 10 }
4704
4705cgprsAccPtMIBComplianceRev10 MODULE-COMPLIANCE
4706    STATUS          deprecated
4707    DESCRIPTION
4708        "The compliance statements for entities which
4709        implement the CISCO-GPRS-ACC-PT-MIB. This is
4710        deprecated by cgprsAccPtMIBComplianceRev11."
4711    MODULE          -- this module
4712    MANDATORY-GROUPS {
4713                        cgprsAccPtMIBGroupRev1,
4714                        cgprsAccPtCfgNotifGroup,
4715                        cgprsAccPtExtMIBGroupRev3,
4716                        cgprsAccPtGenServerGroup,
4717                        cgprsAccPtChargingGroup,
4718                        cgprsAccPtCacGroup,
4719                        cgprsAccPtRouteProbeGroup,
4720                        cgprsAccPtStatisticsGroupRev3,
4721                        cgprsAccPtThruPutGroup,
4722                        cgprsAccPtNotifInfoGroup,
4723                        cgprsAccPtMIBNotifGroupRev1,
4724                        cgprsAccPtMIBR60Group,
4725                        cgprsAccPtIpv6Group,
4726                        cgprsAccPtPcscfGroup,
4727                        cgprsAccPtMIBR80Group,
4728                        cgprsAccPtStatisticsGroupSup1,
4729                        cgprsAccPtMIBR80GroupSup1,
4730                        cgprsAccPtMIBR90Group
4731                    }
4732    ::= { cgprsAccPtMIBCompliances 11 }
4733
4734cgprsAccPtMIBComplianceRev11 MODULE-COMPLIANCE
4735    STATUS          deprecated
4736    DESCRIPTION
4737        "The compliance statements for entities which
4738        implement the CISCO-GPRS-ACC-PT-MIB. This is
4739        deprecated by cgprsAccPtMIBComplianceRev12."
4740    MODULE          -- this module
4741    MANDATORY-GROUPS {
4742                        cgprsAccPtMIBGroupRev1,
4743                        cgprsAccPtCfgNotifGroup,
4744                        cgprsAccPtExtMIBGroupRev3,
4745                        cgprsAccPtGenServerGroup,
4746                        cgprsAccPtChargingGroup,
4747                        cgprsAccPtCacGroup,
4748                        cgprsAccPtRouteProbeGroup,
4749                        cgprsAccPtStatisticsGroupRev3,
4750                        cgprsAccPtThruPutGroup,
4751                        cgprsAccPtNotifInfoGroup,
4752                        cgprsAccPtMIBNotifGroupRev1,
4753                        cgprsAccPtMIBR60Group,
4754                        cgprsAccPtIpv6Group,
4755                        cgprsAccPtPcscfGroup,
4756                        cgprsAccPtMIBR80Group,
4757                        cgprsAccPtStatisticsGroupSup2,
4758                        cgprsAccPtMIBR80GroupSup1,
4759                        cgprsAccPtMIBR92Group,
4760                        cgprsAccPtMIBR90GroupRev1,
4761                        cgprsAccPtMIBR100Group
4762                    }
4763    ::= { cgprsAccPtMIBCompliances 12 }
4764
4765cgprsAccPtMIBComplianceRev12 MODULE-COMPLIANCE
4766    STATUS          deprecated
4767    DESCRIPTION
4768        "The compliance statements for entities which
4769        implement the CISCO-GPRS-ACC-PT-MIB. This is
4770        deprecated by cgprsAccPtMIBComplianceRev13."
4771    MODULE          -- this module
4772    MANDATORY-GROUPS {
4773                        cgprsAccPtMIBGroupRev1,
4774                        cgprsAccPtCfgNotifGroup,
4775                        cgprsAccPtExtMIBGroupRev3,
4776                        cgprsAccPtGenServerGroup,
4777                        cgprsAccPtChargingGroup,
4778                        cgprsAccPtCacGroup,
4779                        cgprsAccPtRouteProbeGroup,
4780                        cgprsAccPtStatisticsGroupRev3,
4781                        cgprsAccPtThruPutGroup,
4782                        cgprsAccPtNotifInfoGroup,
4783                        cgprsAccPtMIBNotifGroupRev1,
4784                        cgprsAccPtMIBR60Group,
4785                        cgprsAccPtIpv6Group,
4786                        cgprsAccPtPcscfGroup,
4787                        cgprsAccPtMIBR80Group,
4788                        cgprsAccPtStatisticsGroupSup3,
4789                        cgprsAccPtMIBR80GroupSup1,
4790                        cgprsAccPtMIBR92Group,
4791                        cgprsAccPtMIBR90GroupRev1,
4792                        cgprsAccPtMIBR100Group,
4793                        cgprsAccPtExtMIBGroupSup1,
4794                        cgprsAccPtIpv6GroupSup1
4795                    }
4796    ::= { cgprsAccPtMIBCompliances 13 }
4797
4798cgprsAccPtMIBComplianceRev13 MODULE-COMPLIANCE
4799    STATUS          deprecated
4800    DESCRIPTION
4801        "The compliance statements for entities which
4802        implement the CISCO-GPRS-ACC-PT-MIB. This is
4803        superceded by cgprsAccPtMIBComplianceRev14."
4804    MODULE          -- this module
4805    MANDATORY-GROUPS {
4806                        cgprsAccPtMIBGroupRev1,
4807                        cgprsAccPtCfgNotifGroup,
4808                        cgprsAccPtExtMIBGroupRev3,
4809                        cgprsAccPtGenServerGroup,
4810                        cgprsAccPtChargingGroup,
4811                        cgprsAccPtCacGroup,
4812                        cgprsAccPtRouteProbeGroup,
4813                        cgprsAccPtStatisticsGroupRev3,
4814                        cgprsAccPtThruPutGroup,
4815                        cgprsAccPtNotifInfoGroup,
4816                        cgprsAccPtMIBNotifGroupRev1,
4817                        cgprsAccPtMIBR60Group,
4818                        cgprsAccPtIpv6Group,
4819                        cgprsAccPtPcscfGroup,
4820                        cgprsAccPtMIBR80Group,
4821                        cgprsAccPtStatisticsGroupSup3,
4822                        cgprsAccPtStatisticsGroupSup4,
4823                        cgprsAccPtMIBR80GroupSup1,
4824                        cgprsAccPtMIBR92Group,
4825                        cgprsAccPtMIBR90GroupRev1,
4826                        cgprsAccPtMIBR100Group,
4827                        cgprsAccPtExtMIBGroupSup1,
4828                        cgprsAccPtIpv6GroupSup1,
4829                        cgprsAccPtExtMIBGroupSup2,
4830                        cgprsAccPtDhcpv6ProxyStatsGroup
4831                    }
4832    ::= { cgprsAccPtMIBCompliances 14 }
4833
4834cgprsAccPtMIBComplianceRev14 MODULE-COMPLIANCE
4835    STATUS          deprecated
4836    DESCRIPTION
4837        "The compliance statements for entities which implement the
4838        CISCO-GPRS-ACC-PT-MIB. This is superceded by cgprsAccPtMIBComplianceRev15."
4839    MODULE          -- this module
4840    MANDATORY-GROUPS {
4841                        cgprsAccPtCfgNotifGroup,
4842                        cgprsAccPtMIBGroupRev1,
4843                        cgprsAccPtExtMIBGroupRev3,
4844                        cgprsAccPtGenServerGroup,
4845                        cgprsAccPtChargingGroup,
4846                        cgprsAccPtCacGroup,
4847                        cgprsAccPtRouteProbeGroup,
4848                        cgprsAccPtThruPutGroup,
4849                        cgprsAccPtNotifInfoGroup,
4850                        cgprsAccPtMIBNotifGroupRev1,
4851                        cgprsAccPtMIBR60Group,
4852                        cgprsAccPtIpv6Group,
4853                        cgprsAccPtStatisticsGroupRev3,
4854                        cgprsAccPtPcscfGroup,
4855                        cgprsAccPtMIBR80Group,
4856                        cgprsAccPtMIBR80GroupSup1,
4857                        cgprsAccPtMIBR92Group,
4858                        cgprsAccPtMIBR90GroupRev1,
4859                        cgprsAccPtMIBR100Group,
4860                        cgprsAccPtStatisticsGroupSup3,
4861                        cgprsAccPtExtMIBGroupSup1,
4862                        cgprsAccPtIpv6GroupSup1,
4863                        cgprsAccPtStatisticsGroupSup4,
4864                        cgprsAccPtDhcpv6ProxyStatsGroup,
4865                        cgprsAccPtExtMIBGroupSup2,
4866                        cgprsAccPtStatisticsGroupSup5
4867                    }
4868    ::= { cgprsAccPtMIBCompliances 15 }
4869
4870cgprsAccPtMIBComplianceRev15 MODULE-COMPLIANCE
4871    STATUS          current
4872    DESCRIPTION
4873        "The compliance statements for entities which
4874        implement the CISCO-GPRS-ACC-PT-MIB."
4875    MODULE          -- this module
4876    MANDATORY-GROUPS {
4877                        cgprsAccPtCfgNotifGroup,
4878                        cgprsAccPtMIBGroupRev1,
4879                        cgprsAccPtExtMIBGroupRev3,
4880                        cgprsAccPtGenServerGroup,
4881                        cgprsAccPtChargingGroup,
4882                        cgprsAccPtCacGroup,
4883                        cgprsAccPtRouteProbeGroup,
4884                        cgprsAccPtThruPutGroup,
4885                        cgprsAccPtNotifInfoGroup,
4886                        cgprsAccPtMIBNotifGroupRev1,
4887                        cgprsAccPtMIBR60Group,
4888                        cgprsAccPtIpv6Group,
4889                        cgprsAccPtStatisticsGroupRev3,
4890                        cgprsAccPtPcscfGroup,
4891                        cgprsAccPtMIBR80Group,
4892                        cgprsAccPtMIBR80GroupSup1,
4893                        cgprsAccPtMIBR92Group,
4894                        cgprsAccPtMIBR90GroupRev1,
4895                        cgprsAccPtMIBR100Group,
4896                        cgprsAccPtStatisticsGroupSup3,
4897                        cgprsAccPtExtMIBGroupSup1,
4898                        cgprsAccPtIpv6GroupSup1,
4899                        cgprsAccPtStatisticsGroupSup4,
4900                        cgprsAccPtDhcpv6ProxyStatsGroup,
4901                        cgprsAccPtExtMIBGroupSup2,
4902                        cgprsAccPtStatisticsGroupSup5,
4903                        cgprsAccPtStatisticsGroupSup6
4904                    }
4905    ::= { cgprsAccPtMIBCompliances 16 }
4906
4907-- Unit Conformance
4908
4909cgprsAccPtMIBGroup OBJECT-GROUP
4910    OBJECTS         {
4911                        cgprsAccPtRowStatus,
4912                        cgprsAccPtName,
4913                        cgprsAccPtMode,
4914                        cgprsAccPtIpAddressPool,
4915                        cgprsAccPtDHCPServerPri,
4916                        cgprsAccPtDHCPServerSec,
4917                        cgprsAccPtDHCPGwAddr,
4918                        cgprsAccPtRadiusServerPri,
4919                        cgprsAccPtRadiusServerSec,
4920                        cgprsAccPtIPAccListGroupIn,
4921                        cgprsAccPtIPAccListGroupOut,
4922                        cgprsAccPtIfIndex,
4923                        cgprsAccPtIfNextHop,
4924                        cgprsAccPtAccessViolation,
4925                        cgprsAccPtSubrRequired,
4926                        cgprsAccPtNetworkInitiated,
4927                        cgprsAccPtIpAddrAllocations,
4928                        cgprsAccPtUsers,
4929                        cgprsAccPtIdlePdpPurgeTimer,
4930                        cgprsAccPtBlockMsRoaming,
4931                        cgprsAccPtAnonymousUserName,
4932                        cgprsAccPtAnonymousUserPassword,
4933                        cgprsAccPtMsIsdnSuppressed,
4934                        cgprsAccPtMsIsdnSuppressedValue,
4935                        cgprsAccPtAaaAuthServerGroup,
4936                        cgprsAccPtAaaAccountServerGroup,
4937                        cgprsAccPtAaaAccountingEnable,
4938                        cgprsAccPtAggregRowStatus
4939                    }
4940    STATUS          obsolete
4941    DESCRIPTION
4942        "A collection of objects providing APN configurations."
4943    ::= { cgprsAccPtMIBGroups 1 }
4944
4945cgprsAccPtCfgNotifGroup OBJECT-GROUP
4946    OBJECTS         {
4947                        cgprsAccPtCfgNotifEnable,
4948                        cgprsAccPtCfgNotifAccPtIndex,
4949                        cgprsAccPtCfgNotifReason,
4950                        cgprsAccPtCfgNotifHistMax,
4951                        cgprsAccPtCfgNotifLatestIndex
4952                    }
4953    STATUS          current
4954    DESCRIPTION
4955        "A collection of objects providing GPRS access point
4956        configuration change event related information."
4957    ::= { cgprsAccPtMIBGroups 2 }
4958
4959cgprsAccPtStatisticsGroup OBJECT-GROUP
4960    OBJECTS         {
4961                        cgprsAccPtMsActivatedPdps,
4962                        cgprsAccPtSuccMsActivatedPdps,
4963                        cgprsAccPtMsActivatedDynPdps,
4964                        cgprsAccPtSuccMsActivatedDynPdps,
4965                        cgprsAccPtMsDeactivatedPdps,
4966                        cgprsAccPtSuccMsDeactivatedPdps,
4967                        cgprsAccPtNetworkInitPdps,
4968                        cgprsAccPtSuccNetworkInitPdps,
4969                        cgprsAccPtGgsnDeactivatedPdps,
4970                        cgprsAccPtSuccGgsDeactivatedPdps,
4971                        cgprsAccPtActivePdps,
4972                        cgprsAccPtUpstreamTrafficVol,
4973                        cgprsAccPtDownstreamTrafficVol
4974                    }
4975    STATUS          obsolete
4976    DESCRIPTION
4977        "A collection of objects providing GPRS access point
4978        performance statistics.
4979        This is obsoleted by cgprsAccPtStatisticsGroupRev1."
4980    ::= { cgprsAccPtMIBGroups 3 }
4981
4982cgprsAccPtMIBGroupRev1 OBJECT-GROUP
4983    OBJECTS         {
4984                        cgprsAccPtRowStatus,
4985                        cgprsAccPtName,
4986                        cgprsAccPtMode,
4987                        cgprsAccPtIpAddressPool,
4988                        cgprsAccPtDHCPServerPri,
4989                        cgprsAccPtDHCPServerSec,
4990                        cgprsAccPtDHCPGwAddr,
4991                        cgprsAccPtIPAccListGroupIn,
4992                        cgprsAccPtIPAccListGroupOut,
4993                        cgprsAccPtAccessViolation,
4994                        cgprsAccPtSubrRequired,
4995                        cgprsAccPtNetworkInitiated,
4996                        cgprsAccPtIpAddrAllocations,
4997                        cgprsAccPtIdlePdpPurgeTimer,
4998                        cgprsAccPtBlockMsRoaming,
4999                        cgprsAccPtAnonymousUserName,
5000                        cgprsAccPtAnonymousUserPassword,
5001                        cgprsAccPtMsIsdnSuppressed,
5002                        cgprsAccPtMsIsdnSuppressedValue,
5003                        cgprsAccPtAaaAuthServerGroup,
5004                        cgprsAccPtAaaAccountServerGroup,
5005                        cgprsAccPtAaaAccountingEnable,
5006                        cgprsAccPtType,
5007                        cgprsAccPtVrfName,
5008                        cgprsAccPtDhcpAddrSpace,
5009                        cgprsAccPtPppRegenEnable,
5010                        cgprsAccPtPppRegenMaxSessions,
5011                        cgprsAccPtPppRegenSetupTime,
5012                        cgprsAccPtAutoAggregation,
5013                        cgprsAccPtAggregRowStatus
5014                    }
5015    STATUS          current
5016    DESCRIPTION
5017        "A collection of objects providing APN configurations."
5018    ::= { cgprsAccPtMIBGroups 4 }
5019
5020cgprsAccPtExtMIBGroup OBJECT-GROUP
5021    OBJECTS         {
5022                        cgprsAccPtIPAccListInEnable,
5023                        cgprsAccPtIPAccListOutEnable,
5024                        cgprsAccPtGtpRespMesgWaitAcctng
5025                    }
5026    STATUS          obsolete
5027    DESCRIPTION
5028        "A collection of objects providing APN configurations."
5029    ::= { cgprsAccPtMIBGroups 5 }
5030
5031cgprsAccPtMIBNotifGroup NOTIFICATION-GROUP
5032   NOTIFICATIONS    { cgprsAccPtCfgNotif }
5033    STATUS          deprecated
5034    DESCRIPTION
5035        "A collection of objects providing GPRS access point
5036        notifications."
5037    ::= { cgprsAccPtMIBGroups 6 }
5038
5039cgprsAccPtExtMIBGroupRev1 OBJECT-GROUP
5040    OBJECTS         {
5041                        cgprsAccPtIPAccListInEnable,
5042                        cgprsAccPtIPAccListOutEnable,
5043                        cgprsAccPtGtpRespMesgWaitAcctng,
5044                        cgprsAccPtImsiSuppressed,
5045                        cgprsAccPtVerifyUpStrTpduSrcAddr,
5046                        cgprsAccPtVerifyUpStrTpduDstAddr,
5047                        cgprsAccPtRedirInterMobilAddrTyp,
5048                        cgprsAccPtRedirInterMobilAddr
5049                    }
5050    STATUS          obsolete
5051    DESCRIPTION
5052        "A collection of objects providing APN configurations.
5053        This is obsoleted by cgprsAccPtExtMIBGroupRev2."
5054    ::= { cgprsAccPtMIBGroups 7 }
5055
5056cgprsAccPtStatisticsGroupRev1 OBJECT-GROUP
5057    OBJECTS         {
5058                        cgprsAccPtMsActivatedPdps,
5059                        cgprsAccPtSuccMsActivatedPdps,
5060                        cgprsAccPtMsActivatedDynPdps,
5061                        cgprsAccPtSuccMsActivatedDynPdps,
5062                        cgprsAccPtMsDeactivatedPdps,
5063                        cgprsAccPtSuccMsDeactivatedPdps,
5064                        cgprsAccPtNetworkInitPdps,
5065                        cgprsAccPtSuccNetworkInitPdps,
5066                        cgprsAccPtGgsnDeactivatedPdps,
5067                        cgprsAccPtSuccGgsDeactivatedPdps,
5068                        cgprsAccPtActivePdps,
5069                        cgprsAccPtUpstreamTrafficVol,
5070                        cgprsAccPtDownstreamTrafficVol,
5071                        cgprsAccPtSourceAddrViolTpdus,
5072                        cgprsAccPtDestAddrViolTpdus,
5073                        cgprsAccPtRedirInterMobilTraffic
5074                    }
5075    STATUS          deprecated
5076    DESCRIPTION
5077        "A collection of objects providing GPRS access point
5078        performance statistics.  This is deprecated by
5079        cgprsAccPtStatisticsGroupRev2."
5080    ::= { cgprsAccPtMIBGroups 8 }
5081
5082cgprsAccPtExtMIBGroupRev2 OBJECT-GROUP
5083    OBJECTS         {
5084                        cgprsAccPtIPAccListInEnable,
5085                        cgprsAccPtIPAccListOutEnable,
5086                        cgprsAccPtGtpRespMesgWaitAcctng,
5087                        cgprsAccPtVerifyUpStrTpduSrcAddr,
5088                        cgprsAccPtVerifyUpStrTpduDstAddr,
5089                        cgprsAccPtRedirInterMobilAddrTyp,
5090                        cgprsAccPtRedirInterMobilAddr,
5091                        cgprsAccPtSuppressRadiusAttribs
5092                    }
5093    STATUS          deprecated
5094    DESCRIPTION
5095        "A collection of objects providing APN configurations.
5096        This is deprecated by cgprsAccPtExtMIBGroupRev3."
5097    ::= { cgprsAccPtMIBGroups 9 }
5098
5099cgprsAccPtExtMIBGroupRev3 OBJECT-GROUP
5100    OBJECTS         {
5101                        cgprsAccPtIPAccListInEnable,
5102                        cgprsAccPtIPAccListOutEnable,
5103                        cgprsAccPtGtpRespMesgWaitAcctng,
5104                        cgprsAccPtVerifyUpStrTpduSrcAddr,
5105                        cgprsAccPtVerifyUpStrTpduDstAddr,
5106                        cgprsAccPtRedirInterMobilAddrTyp,
5107                        cgprsAccPtRedirInterMobilAddr,
5108                        cgprsAccPtSuppressRadiusAttribs,
5109                        cgprsAccPtInterimAccountinEnable,
5110                        cgprsAccPtSetRadiusAttributes,
5111                        cgprsAccPtOperationMode,
5112                        cgprsAccPtAbsoluteSessionTimer,
5113                        cgprsAccPtRadiusAttrNasId,
5114                        cgprsAccPtPdpInServicePolicyName,
5115                        cgprsAccPtPdpOutServicePolicyNam,
5116                        cgprsAccPtPppRegenVerifyDomain,
5117                        cgprsAccPtIpAddrLocalPoolName
5118                    }
5119    STATUS          current
5120    DESCRIPTION
5121        "A collection of objects providing APN configurations."
5122    ::= { cgprsAccPtMIBGroups 10 }
5123
5124cgprsAccPtGenServerGroup OBJECT-GROUP
5125    OBJECTS         {
5126                        cgprsAccPtDnsServerAddrType,
5127                        cgprsAccPtPriDnsServer,
5128                        cgprsAccPtSecDnsServer,
5129                        cgprsAccPtNetbiosServerAddrType,
5130                        cgprsAccPtPriNetbiosServer,
5131                        cgprsAccPtSecNetbiosServer
5132                    }
5133    STATUS          current
5134    DESCRIPTION
5135        "A collection of objects providing address of generic
5136        server configurations on the APN."
5137    ::= { cgprsAccPtMIBGroups 11 }
5138
5139cgprsAccPtImsGroup OBJECT-GROUP
5140    OBJECTS         {
5141                        cgprsAccPtImsEnable,
5142                        cgprsAccPtPCscfGroupName,
5143                        cgprsAccPtImsSigAccGroupIn,
5144                        cgprsAccPtImsSigAccGroupOut,
5145                        cgprsAccPtRejNonImsPdp
5146                    }
5147    STATUS          deprecated
5148    DESCRIPTION
5149        "A collection of objects providing IMS configurations
5150        under APN."
5151    ::= { cgprsAccPtMIBGroups 12 }
5152
5153cgprsAccPtChargingGroup OBJECT-GROUP
5154    OBJECTS         {
5155                        cgprsAccPtChgProfile,
5156                        cgprsAccPtChgProfOverride,
5157                        cgprsAccPtChgProfRowStatus
5158                    }
5159    STATUS          current
5160    DESCRIPTION
5161        "A collection of objects providing Charging
5162        configurations under APN."
5163    ::= { cgprsAccPtMIBGroups 13 }
5164
5165cgprsAccPtCacGroup OBJECT-GROUP
5166    OBJECTS         {
5167                        cgprsAccPtCacPolicyName,
5168                        cgprsAccPtCacUpStrBandWidthPool,
5169                        cgprsAccPtCacDnStrBandWidthPool
5170                    }
5171    STATUS          current
5172    DESCRIPTION
5173        "A collection of objects providing CAC configurations
5174        under APN."
5175    ::= { cgprsAccPtMIBGroups 14 }
5176
5177cgprsAccPtRouteProbeGroup OBJECT-GROUP
5178    OBJECTS         {
5179                        cgprsAccPtRpDestAddrType,
5180                        cgprsAccPtRpDestAddr,
5181                        cgprsAccPtRpProtocol,
5182                        cgprsAccPtRpDestPort,
5183                        cgprsAccPtRpTtl
5184                    }
5185    STATUS          current
5186    DESCRIPTION
5187        "A collection of objects providing configurations for
5188        route probe feature."
5189    ::= { cgprsAccPtMIBGroups 15 }
5190
5191cgprsAccPtStatisticsGroupRev2 OBJECT-GROUP
5192    OBJECTS         {
5193                        cgprsAccPtMsActivatedPdps,
5194                        cgprsAccPtSuccMsActivatedPdps,
5195                        cgprsAccPtMsActivatedDynPdps,
5196                        cgprsAccPtSuccMsActivatedDynPdps,
5197                        cgprsAccPtMsDeactivatedPdps,
5198                        cgprsAccPtSuccMsDeactivatedPdps,
5199                        cgprsAccPtNetworkInitPdps,
5200                        cgprsAccPtSuccNetworkInitPdps,
5201                        cgprsAccPtGgsnDeactivatedPdps,
5202                        cgprsAccPtSuccGgsDeactivatedPdps,
5203                        cgprsAccPtActivePdps,
5204                        cgprsAccPtSourceAddrViolTpdus,
5205                        cgprsAccPtDestAddrViolTpdus,
5206                        cgprsAccPtRedirInterMobilTraffic,
5207                        cgprsAccPtRevUpstreamTrafficVol,
5208                        cgprsAccPtRevDownstrTrafficVol,
5209                        cgprsAccPtUpstreamPacketCount,
5210                        cgprsAccPtDownstreamPacketCount,
5211                        cgprsAccPtDhcpAddrRequests,
5212                        cgprsAccPtSuccDhcpAddrRequests,
5213                        cgprsAccPtDhcpAddrReleases
5214                    }
5215    STATUS          deprecated
5216    DESCRIPTION
5217        "A collection of objects providing GPRS access point
5218        performance statistics per name. This is deprecated by
5219        cgprsAccPtStatisticsGroupRev3."
5220    ::= { cgprsAccPtMIBGroups 16 }
5221
5222cgprsAccPtThruPutGroup OBJECT-GROUP
5223    OBJECTS         {
5224                        cgprsAccPtThruPutLastCollected,
5225                        cgprsAccPtUpstrByteCount,
5226                        cgprsAccPtDownstrByteCount,
5227                        cgprsAccPtUpstrPktCount,
5228                        cgprsAccPtDownstrPktCount
5229                    }
5230    STATUS          current
5231    DESCRIPTION
5232        "A collection of objects providing throughput statistics
5233        per APN."
5234    ::= { cgprsAccPtMIBGroups 17 }
5235
5236cgprsAccPtNotifInfoGroup OBJECT-GROUP
5237    OBJECTS         {
5238                        cgprsAccPtMsAddrType,
5239                        cgprsAccPtMsAllocAddr,
5240                        cgprsAccPtMsNewAddr,
5241                        cgprsAccPtMsTpduDstAddr
5242                    }
5243    STATUS          current
5244    DESCRIPTION
5245        "A collection of objects providing notification info on
5246        an APN."
5247    ::= { cgprsAccPtMIBGroups 18 }
5248
5249cgprsAccPtMIBNotifGroupRev1 NOTIFICATION-GROUP
5250   NOTIFICATIONS    {
5251                        cgprsAccPtCfgNotif,
5252                        cgprsAccPtSecSrcViolNotif,
5253                        cgprsAccPtSecDestViolNotif,
5254                        cgprsAccPtMaintenanceNotif,
5255                        cgprsAccPtInServiceNotif
5256                    }
5257    STATUS          current
5258    DESCRIPTION
5259        "A collection of objects providing GPRS access point
5260        notifications."
5261    ::= { cgprsAccPtMIBGroups 19 }
5262
5263cgprsAccPtMIBR60Group OBJECT-GROUP
5264    OBJECTS         {
5265                        cgprsAccPtServiceAware,
5266                        cgprsAccPtAdvDownlinkNextHopAddrType,
5267                        cgprsAccPtAdvDownlinkNextHopAddr
5268                    }
5269    STATUS          current
5270    DESCRIPTION
5271        "A collection of objects added as a part of GGSN R6.0
5272        release."
5273    ::= { cgprsAccPtMIBGroups 20 }
5274
5275cgprsAccPtIpv6Group OBJECT-GROUP
5276    OBJECTS         {
5277                        cgprsAccPtIpv6BaseVTemplate,
5278                        cgprsAccPtIpv6DnsAddrType,
5279                        cgprsAccPtIpv6DnsPriAddress,
5280                        cgprsAccPtIpv6DnsSecAddress,
5281                        cgprsAccPtIpv6Enable,
5282                        cgprsAccPtIpv6Exclusive,
5283                        cgprsAccPtIpv6AccessGroupDown,
5284                        cgprsAccPtIpv6AccessGroupUp,
5285                        cgprsAccPtIpv6AddrPool,
5286                        cgprsAccPtIpv6AddrLocalPoolName,
5287                        cgprsAccPtIpv6Redirect,
5288                        cgprsAccPtIpv6RedirectAddrType,
5289                        cgprsAccPtIpv6RedirectAddr,
5290                        cgprsAccPtIpv6SecurityVerifySrc,
5291                        cgprsAccPtIpv6SecurityVerifyDst
5292                    }
5293    STATUS          current
5294    DESCRIPTION
5295        "A collection of objects providing configurations for
5296        IPv6 feature."
5297    ::= { cgprsAccPtMIBGroups 21 }
5298
5299cgprsAccPtStatisticsGroupRev3 OBJECT-GROUP
5300    OBJECTS         {
5301                        cgprsAccPtMsActivatedPdps,
5302                        cgprsAccPtSuccMsActivatedPdps,
5303                        cgprsAccPtMsActivatedDynPdps,
5304                        cgprsAccPtSuccMsActivatedDynPdps,
5305                        cgprsAccPtMsDeactivatedPdps,
5306                        cgprsAccPtSuccMsDeactivatedPdps,
5307                        cgprsAccPtNetworkInitPdps,
5308                        cgprsAccPtSuccNetworkInitPdps,
5309                        cgprsAccPtGgsnDeactivatedPdps,
5310                        cgprsAccPtSuccGgsDeactivatedPdps,
5311                        cgprsAccPtActivePdps,
5312                        cgprsAccPtSourceAddrViolTpdus,
5313                        cgprsAccPtDestAddrViolTpdus,
5314                        cgprsAccPtRedirInterMobilTraffic,
5315                        cgprsAccPtRevUpstreamTrafficVol,
5316                        cgprsAccPtRevDownstrTrafficVol,
5317                        cgprsAccPtUpstreamPacketCount,
5318                        cgprsAccPtDownstreamPacketCount,
5319                        cgprsAccPtDhcpAddrRequests,
5320                        cgprsAccPtSuccDhcpAddrRequests,
5321                        cgprsAccPtDhcpAddrReleases,
5322                        cgprsAccPtIpv6MsActivatedPdps,
5323                        cgprsAccPtIpv6MsSuccActivatedPdps,
5324                        cgprsAccPtIpv6NetworkInitDeactPdps,
5325                        cgprsAccPtIpv6NetworkInitDeactSuccPdps,
5326                        cgprsAccPtIpv6MsActivatedDynPdps,
5327                        cgprsAccPtIpv6MsSuccActivatedDynPdps,
5328                        cgprsAccPtIpv6MsDeactivatedPdps,
5329                        cgprsAccPtIpv6MsSuccDeactivatedPdps,
5330                        cgprsAccPtIpv6GgsnDeactivatedPdps,
5331                        cgprsAccPtIpv6GgsnSuccDeactivatedPdps,
5332                        cgprsAccPtIpv6UpstreamTrafficVolume,
5333                        cgprsAccPtIpv6DownstreamTrafficVolume,
5334                        cgprsAccPtIpv6UpstreamPackets,
5335                        cgprsAccPtIpv6DownstreamPackets
5336                    }
5337    STATUS          current
5338    DESCRIPTION
5339        "A collection of objects providing GPRS access point
5340        performance statistics per name."
5341    ::= { cgprsAccPtMIBGroups 22 }
5342
5343cgprsAccPtPcscfGroup OBJECT-GROUP
5344    OBJECTS         { cgprsAccPtPcscfServerGroupName }
5345    STATUS          current
5346    DESCRIPTION
5347        "A collection of pcscf related objects."
5348    ::= { cgprsAccPtMIBGroups 23 }
5349
5350cgprsAccPtMIBR80Group OBJECT-GROUP
5351    OBJECTS         {
5352                        cgprsAccPtGtpUpdateFailDelete,
5353                        cgprsAccPtAaaAccountInterPeriod
5354                    }
5355    STATUS          current
5356    DESCRIPTION
5357        "A collection of config objects added for GGSN 8.0."
5358    ::= { cgprsAccPtMIBGroups 24 }
5359
5360cgprsAccPtStatisticsGroupSup1 OBJECT-GROUP
5361    OBJECTS         {
5362                        cgprsAccPtPdpUpdateReqSent,
5363                        cgprsAccPtSuccPdpUpdateResRcvd,
5364                        cgprsAccPtCoaRcvd,
5365                        cgprsAccPtCoaSuccess,
5366                        cgprsAccPtDtEnabled
5367                    }
5368    STATUS          deprecated
5369    DESCRIPTION
5370        "A collection of objects providing GPRS access point
5371        performance statistics per name. This is deprecated by
5372        cgprsAccPtStatisticsGroupSup2."
5373    ::= { cgprsAccPtMIBGroups 25 }
5374
5375cgprsAccPtMIBR80GroupSup1 OBJECT-GROUP
5376    OBJECTS         { cgprsAccPtAaaAccountInterRadius }
5377    STATUS          current
5378    DESCRIPTION
5379        "A collection of config objects added for GGSN 8.0."
5380    ::= { cgprsAccPtMIBGroups 26 }
5381
5382cgprsAccPtMIBR90Group OBJECT-GROUP
5383    OBJECTS         {
5384                        cgprsAccPtGxEnable,
5385                        cgprsAccPtPcscfLoadBalance,
5386                        cgprsAccPtNetworkBehindMsEnable,
5387                        cgprsAccPtMaxSubnetsBehindMobile
5388                    }
5389    STATUS          deprecated
5390    DESCRIPTION
5391        "A collection of config objects added for GGSN 9.0.
5392        This is deprecated by cgprsAccPtMIBR90GroupRev1."
5393    ::= { cgprsAccPtMIBGroups 27 }
5394
5395cgprsAccPtStatisticsGroupSup2 OBJECT-GROUP
5396    OBJECTS         {
5397                        cgprsAccPtPdpUpdateReqSent,
5398                        cgprsAccPtSuccPdpUpdateResRcvd,
5399                        cgprsAccPtCoaRcvd,
5400                        cgprsAccPtCoaSuccess,
5401                        cgprsAccPtDtEnabled,
5402                        cgprsAccPtTotalBearers,
5403                        cgprsAccPtTotRmtInitCreateBearers,
5404                        cgprsAccPtSuccRmtInitCreateBearers,
5405                        cgprsAccPtNetworkInitDeleteBearers,
5406                        cgprsAccPtTotNetworkInitUpdateBearers,
5407                        cgprsAccPtSuccNetworkInitUpdateBearers,
5408                        cgprsAccPtTotNetworkInitCreateDedBearers,
5409                        cgprsAccPtSuccNetworkInitCreateDedBearers,
5410                        cgprsAccPtTotRmtInitModifyBearers,
5411                        cgprsAccPtSuccRmtInitModifyBearers,
5412                        cgprsAccPtTotNetworkInitCreateIPv6DedBearers,
5413                        cgprsAccPtSuccNetworkInitCreateIPv6DedBearers
5414                    }
5415    STATUS          deprecated
5416    DESCRIPTION
5417        "A collection of objects providing GPRS access point
5418        performance statistics per name. This is deprecated by
5419        cgprsAccPtStatisticsGroupSup3."
5420    ::= { cgprsAccPtMIBGroups 28 }
5421
5422cgprsAccPtMIBR92Group OBJECT-GROUP
5423    OBJECTS         { cgprsAccPtChargingRecordType }
5424    STATUS          current
5425    DESCRIPTION
5426        "A collection of config objects added for GGSN."
5427    ::= { cgprsAccPtMIBGroups 29 }
5428
5429cgprsAccPtMIBR90GroupRev1 OBJECT-GROUP
5430    OBJECTS         {
5431                        cgprsAccPtGxEnable,
5432                        cgprsAccPtPcscfLoadBalance,
5433                        cgprsAccPtNetworkBehindMsEnable,
5434                        cgprsAccPtMaxSubnetsBehindMobile,
5435                        cgprsAccPtChargingGrp
5436                    }
5437    STATUS          current
5438    DESCRIPTION
5439        "A collection of config objects added for GGSN."
5440    ::= { cgprsAccPtMIBGroups 30 }
5441
5442cgprsAccPtMIBR100Group OBJECT-GROUP
5443    OBJECTS         {
5444                        cgprsAccPtAggregCsgGroup,
5445                        cgprsAccPtCsgGroupRowStatus,
5446                        cgprsAccPtIpAddrPoolNoRedistribute
5447                    }
5448    STATUS          current
5449    DESCRIPTION
5450        "A collection of config objects added for providing the name
5451        of the CSG Group and allowing the redistribution of routes
5452        from PCOP to the SUP (Supervisor)."
5453    ::= { cgprsAccPtMIBGroups 31 }
5454
5455cgprsAccPtStatisticsGroupSup3 OBJECT-GROUP
5456    OBJECTS         {
5457                        cgprsAccPtPdpUpdateReqSent,
5458                        cgprsAccPtSuccPdpUpdateResRcvd,
5459                        cgprsAccPtCoaRcvd,
5460                        cgprsAccPtCoaSuccess,
5461                        cgprsAccPtDtEnabled,
5462                        cgprsAccPtTotalBearers,
5463                        cgprsAccPtTotRmtInitCreateBearers,
5464                        cgprsAccPtSuccRmtInitCreateBearers,
5465                        cgprsAccPtNetworkInitDeleteBearers,
5466                        cgprsAccPtTotNetworkInitUpdateBearers,
5467                        cgprsAccPtSuccNetworkInitUpdateBearers,
5468                        cgprsAccPtTotNetworkInitCreateDedBearers,
5469                        cgprsAccPtSuccNetworkInitCreateDedBearers,
5470                        cgprsAccPtTotRmtInitModifyBearers,
5471                        cgprsAccPtSuccRmtInitModifyBearers,
5472                        cgprsAccPtTotNetworkInitCreateIPv6DedBearers,
5473                        cgprsAccPtSuccNetworkInitCreateIPv6DedBearers,
5474                        cgprsAccPtv4v6MsActivatedPdps,
5475                        cgprsAccPtv4v6SuccMsActivatedPdps,
5476                        cgprsAccPtv4v6MsDeactivatedPdps,
5477                        cgprsAccPtv4v6SuccMsDeactivatedPdps,
5478                        cgprsAccPtv4v6ActDedbearerPdps,
5479                        cgprsAccPtv4v6SuccActDedbearerPdps,
5480                        cgprsAccPtDhcpProxServDiscover,
5481                        cgprsAccPtDhcpProxServRequest,
5482                        cgprsAccPtDhcpProxServDeclines,
5483                        cgprsAccPtDhcpProxServRelease,
5484                        cgprsAccPtDhcpProxServOffer,
5485                        cgprsAccPtDhcpProxServAcks,
5486                        cgprsAccPtDhcpProxServNaks,
5487                        cgprsAccPtDhcpProxServInform,
5488                        cgprsAccPtDhcpProxServUnknowMsg,
5489                        cgprsAccPtDhcpProxServRetryDrops,
5490                        cgprsAccPtDhcpProxServErrDrops
5491                    }
5492    STATUS          current
5493    DESCRIPTION
5494        "A collection of objects providing GPRS access point
5495        performance statistics per name."
5496    ::= { cgprsAccPtMIBGroups 32 }
5497
5498cgprsAccPtExtMIBGroupSup1 OBJECT-GROUP
5499    OBJECTS         { cgprsAccPtDualAddrEnabled }
5500    STATUS          current
5501    DESCRIPTION
5502        "This group supplements cgprsAccPtExtMIBGroupRev3 to provide
5503        dual stack APN configurations."
5504    ::= { cgprsAccPtMIBGroups 33 }
5505
5506cgprsAccPtIpv6GroupSup1 OBJECT-GROUP
5507    OBJECTS         { cgprsAccPtIpv6AddrAllocations }
5508    STATUS          current
5509    DESCRIPTION
5510        "This group supplements cgprsAccPtIpv6Group to
5511        provide Ipv6 address allocation status."
5512    ::= { cgprsAccPtMIBGroups 34 }
5513
5514cgprsAccPtStatisticsGroupSup4 OBJECT-GROUP
5515    OBJECTS         {
5516                        cgprsAccPtActiveBearers,
5517                        cgprsAccPtDhcpProxServTxErrDrops,
5518                        cgprsAccPtDhcpProxServIpAllocErr,
5519                        cgprsAccPtDedBearerDeactivations,
5520                        cgprsAccPtDedBearerQosUpdate,
5521                        cgprsAccPtDedBearerSucQosUpdate,
5522                        cgprsAccPtDedBearerNoQosUpdate,
5523                        cgprsAccPtDedBearerSucNoQosUpdate
5524                    }
5525    STATUS          current
5526    DESCRIPTION
5527        "A collection of objects providing GPRS access point
5528        performance statistics per name."
5529    ::= { cgprsAccPtMIBGroups 35 }
5530
5531cgprsAccPtDhcpv6ProxyStatsGroup OBJECT-GROUP
5532    OBJECTS         {
5533                        cgprsAccPtDhcpv6ProxInforeqRcvd,
5534                        cgprsAccPtDhcpv6ProxInforeqRply,
5535                        cgprsAccPtDhcpv6ProxInforeqLocRply,
5536                        cgprsAccPtDhcpv6ProxIpAllocSuc,
5537                        cgprsAccPtDhcpv6ProxIpAllocFail,
5538                        cgprsAccPtDhcpv6ProxIpRelease,
5539                        cgprsAccPtDhcpv6ProxIpRenewFail,
5540                        cgprsAccPtDhcpv6ProxUnkwnMsg,
5541                        cgprsAccPtDhcpv6ProxErrs
5542                    }
5543    STATUS          current
5544    DESCRIPTION
5545        "A collection of objects providing DHCPv6 proxy server
5546        performance statistics for each GPRS access point."
5547    ::= { cgprsAccPtMIBGroups 36 }
5548
5549cgprsAccPtExtMIBGroupSup2 OBJECT-GROUP
5550    OBJECTS         {
5551                        cgprsAccPtVerifyDownlinkAddr,
5552                        cgprsAccPtDhcpv6ProxClientIntf,
5553                        cgprsAccptDhcpv6RapidCommit,
5554                        cgprsAccptDhcpv6PoolName
5555                    }
5556    STATUS          current
5557    DESCRIPTION
5558        "This group supplements cgprsAccPtExtMIBGroupRev3 to provide
5559        APN configurations."
5560    ::= { cgprsAccPtMIBGroups 37 }
5561
5562cgprsAccPtStatisticsGroupSup5 OBJECT-GROUP
5563    OBJECTS         {
5564                        cgprsAccPtIpv4v6MsActivatedDynamicPdps,
5565                        cgprsAccPtIpv4v6MsSuccActivatedDynamicPdps
5566                    }
5567    STATUS          current
5568    DESCRIPTION
5569        "A collection of objects providing GPRS access point
5570        performance statistics per name."
5571    ::= { cgprsAccPtMIBGroups 38 }
5572
5573cgprsAccPtStatisticsGroupSup6 OBJECT-GROUP
5574    OBJECTS         {
5575                        cgprsAccPtFailMsActivatedPdps,
5576                        cgprsAccPtFailPdpUpdate,
5577                        cgprsAccPtUpdateRspTimeOut
5578                    }
5579    STATUS          current
5580    DESCRIPTION
5581        "A collection of objects providing GPRS access point
5582        performance statistics per name."
5583    ::= { cgprsAccPtMIBGroups 39 }
5584
5585END
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622