-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCISCO-GPRS-ACC-PT-MIB.mib
3755 lines (3324 loc) · 148 KB
/
CISCO-GPRS-ACC-PT-MIB.mib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-- *******************************************************************
-- CISCO-GPRS-ACC-PT-MIB.my: GPRS access point management MIB
--
-- Dec 1999, Huiyang Yang
--
-- Copyright (c) 1999, 2000, 2001, 2002, 2004, 2005, 2006
-- by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
CISCO-GPRS-ACC-PT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Integer32, Gauge32, IpAddress, Counter32, Counter64,
Unsigned32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, TruthValue, RowStatus, DisplayString
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
ciscoMgmt
FROM CISCO-SMI
InterfaceIndexOrZero, CiscoInetAddressMask
FROM CISCO-TC
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
InetAddressType, InetAddress, InetPortNumber
FROM INET-ADDRESS-MIB;
ciscoGprsAccPtMIB MODULE-IDENTITY
LAST-UPDATED "200608300000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: [email protected]"
DESCRIPTION
"This MIB module supports access point configuration
for GGSN in a GPRS system. GPRS [1] is a GSM network
providing mobile wireless data communication services.
GGSN is the Gateway GPRS Support Node in the GPRS
architecture. It provides interworking with external
packet-switched networks - PDNs or other data networks.
GGSN is a software extension of a router.
A GGSN provides data access for its mobile subscribers
to parts of the data network identified by the list of
APNs configured on the node.
The following diagram illustrates the network
elements in a GPRS network, and the interfaces
between them:
+=====+ +======+ +======+ +=====+
| BSS |----| SGSN |--Gn--| GGSN |--Gi--| PDN |
+=====+ +======+ +======+ +=====+
^ ^
/|\ /|\
| |
| Visited access +--------+
| provider network | Access |
| | point |
\|/ | table |
V +--------+
+=====+
| MS |
+=====+
Access points must be configured on the GGSN.
The Access Point Name is defined in GSM 03.03 [2] and
consists of two parts, the APN Network Identifier and
the APN Operator Identifier (more details in the
object description in this MIB module). The
cgprsAccPtTable contains the list of APNs supported
by this GGSN and a set of engineering parameters that
define the access point's operation.
Acronyms and terms:
APN Access Point Name
BSS Base Station Subsystem
CAC Call Admission Control
ETSI European Telecommunications Standards
Instititute
Gi Name of the Interface between GGSN and PDN
Gn Name of the Interface between GGSN and SGSN
GGSN Gateway GPRS Support Node
GPRS General Packet Radio Service
GSM Global System for Mobile communication
IMS IP Multimedia Subsystem
MS Mobile Station
P-CSCF Proxy Call Session Control Function
PCO Protocol Config Options
PDF Policy Decision Function
PDN Public Data Network
PDP Packet Data Protocol
PLMN Public Land Mobile Network
SGSN Serving GPRS support Node
UE User Equipment
VPN Virtual Private Network
VRF VPN Routing and Forwarding
REFERENCE
[1] GSM 03.60: Digital cellular telecommunications
system (Phase 2+); General Packet Radio Service
(GPRS); Service description; Stage 2.
[2] GSM 03.03: Digital cellular telecommunication
system (Phase 2+); General Packet Radio Service
(GPRS); Service description; Stage 1."
REVISION "200608300000Z"
DESCRIPTION
"Deprecated cgprsAccPtImsConfigTable, as IMS is
not supported from GGSN release 5.0 onwards.
Added cgprsAccPtPcscfServerGroupName to
cgprsAccPtTable."
REVISION "200605181300Z"
DESCRIPTION
"Added cgprsAccPtIpv6Configs to ciscoGprsAccPtConfig.
Added following objects to cgprsAccPtStatisticsTable:
cgprsAccPtIpv6MsActivatedPdps,
cgprsAccPtIpv6MsSuccActivatedPdps,
cgprsAccPtIpv6NetworkInitDeactPdps,
cgprsAccPtIpv6NetworkInitDeactSuccPdps,
cgprsAccPtIpv6MsActivatedDynPdps,
cgprsAccPtIpv6MsSuccActivatedDynPdps,
cgprsAccPtIpv6MsDeactivatedPdps,
cgprsAccPtIpv6MsSuccDeactivatedPdps,
cgprsAccPtIpv6GgsnDeactivatedPdps,
cgprsAccPtIpv6GgsnSuccDeactivatedPdps,
cgprsAccPtIpv6UpstreamTrafficVolume,
cgprsAccPtIpv6DownstreamTrafficVolume,
cgprsAccPtIpv6UpstreamPackets,
cgprsAccPtIpv6DownstreamPackets."
REVISION "200511221400Z"
DESCRIPTION
"Changed the range of cgprsAccPtName and
cgprsAccPtMsIsdnSuppressedValue."
REVISION "200510281700Z"
DESCRIPTION
"Modified the description for the object
cgprsAccPtName.
Modified the description for the object
cgprsAccPtChgProfile.
Added new value to the object
cgprsAccPtType.
Added new objects cgprsAccPtServiceAware,
cgprsAccPtAdvDownlinkNextHopAddrType,
cgprsAccPtAdvDownlinkNextHopAddr to
cgprsAccPtExtTable."
REVISION "200407260200Z"
DESCRIPTION
"Modified the description for the object
cgprsAccPtChgProfile."
REVISION "200402112000Z"
DESCRIPTION
"+ Added cgprsAccPtInterimAccountinEnable,
cgprsAccPtSetRadiusAttributes,
cgprsAccPtOperationMode,
cgprsAccPtAbsoluteSessionTimer,
cgprsAccPtRadiusAttrNasId,
cgprsAccPtPdpInServicePolicyName,
cgprsAccPtPdpOutServicePolicyNam,
cgprsAccPtPppRegenVerifyDomain,
cgprsAccPtIpAddrLocalPoolName to cgprsAccPtExtTable.
+ Added cgprsAccPtGenServerConfigs,
cgprsAccPtImsConfigs, cgprsAccPtChargingParams,
cgprsAccPtCacConfigs, cgprsAccPtRouteProbeConfigs to
ciscoGprsAccPtConfig.
+ Added cgprsAccPtThruputStatsTable to
ciscoGprsAccPtStatistics.
+ Added cgprsAccPtRevUpstreamTrafficVol,
cgprsAccPtRevDownstrTrafficVol,
cgprsAccPtUpstreamPacketCount,
cgprsAccPtDownstreamPacketCount,
cgprsAccPtDhcpAddrRequests,
cgprsAccPtSuccDhcpAddrRequests,
cgprsAccPtDhcpAddrReleases to
cgprsAccPtStatisticsTable.
+ Added cgprsAccPtSecSrcViolNotif,
cgprsAccPtSecDestViolNotif,
cgprsAccPtMaintenanceNotif and
cgprsAccPtInServiceNotif to
cgprsAccPtMIBNotifications.
+ Deprecated cgprsAccPtUpstreamTrafficVol,
cgprsAccPtDownstreamTrafficVol."
REVISION "200208261800Z"
DESCRIPTION
"+ Added cgprsAccPtSuppressRadiusAttribs to
cgprsAccPtExtTable.
+ Deprecated cgprsAccPtImsiSuppressed."
REVISION "200206131800Z"
DESCRIPTION
"+ Added cgprsAccPtImsiSuppressed,
cgprsAccPtVerifyUpStrTpduSrcAddr,
cgprsAccPtVerifyUpStrTpduDstAddr,
cgprsAccPtRedirInterMobilAddrTyp,
cgprsAccPtRedirInterMobilAddr to cgprsAccPtExtTable.
+ Added cgprsAccPtSourceAddrViolTpdus,
cgprsAccPtDestAddrViolTpdus,
cgprsAccPtRedirInterMobilTraffic to
cgprsAccPtStatisticsTable.
+ Updated the DESCRIPTION and DEFVAL of
cgprsAccPtPppRegenMaxSessions.
+ Updated the DESCRIPTION of
cgprsAccPtMsIsdnSuppressed."
REVISION "200112281430Z"
DESCRIPTION
"+ Added cgprsAccPtExtTable.
+ Added cgprsAccPtType, cgprsAccPtVrfName,
cgprsAccPtDhcpAddrSpace,
cgprsAccPtPppRegenEnable,
cgprsAccPtPppRegenMaxSessions,
cgprsAccPtPppRegenSetupTime,
cgprsAccPtAutoAggregation.
+ Added objects for performance data measurements
related to GGSN.
+ Added cgprsAccPtIdlePdpPurgeTimer,
cgprsAccPtBlockMsRoaming,
cgprsAccPtAnonymousUserName,
cgprsAccPtAnonymousUserPassword
cgprsAccPtMsIsdnSuppressed,
cgprsAccPtMsIsdnSuppressedValue,
cgprsAccPtAaaAuthServerGroup,
cgprsAccPtAaaAccountServerGroup,
cgprsAccPtAaaAccountingEnable.
+ Deprecated cgprsAccPtUsers, cgprsAccPtRadiusServerPri
and cgprsAccPtRadiusServerSec."
REVISION "200007210000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoMgmt 183 }
AccessControlListId ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Access Control List (ACL) specifies criteria by
which packets are evaluated as matching or
non-matching. The ACL also specifies an action
which is applied to packets which match.
Objects which use this textual convention identify
ACLs.
ACLs are configured/defined outside the scope of
this MIB. The value of an object with this syntax
associates to an ACL with the same ACL number."
SYNTAX Integer32 (1..2699)
AccessControlListOrZero ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Access Control List (ACL) specifies criteria by
which packets are evaluated as matching or
non-matching. The ACL also specifies an action
which is applied to packets which match.
Objects which use this textual convention identify
ACLs.
ACLs are configured/defined outside the scope of
this MIB. The value of an object with this syntax
associates to an ACL with the same ACL number.
A value of zero indicates no ACL is configured."
SYNTAX Integer32 (0..199 | 1300..2699)
AccessControlListName ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Access Control List (ACL) specifies the criteria by
which packets are evaluated as matching or
non-matching. The ACL also specifies an action,
which is applied to packets which match.
Objects which use this textual convention identify
ACLs.
ACLs are configured/defined outside the scope of
this MIB. The name of an object with this syntax
associates to an ACL with the same ACL name."
SYNTAX OCTET STRING (SIZE (0..255))
--
-- Object Definitions
--
ciscoGprsAccPtMIBObjects OBJECT IDENTIFIER
::= { ciscoGprsAccPtMIB 1 }
ciscoGprsAccPtConfig OBJECT IDENTIFIER
::= { ciscoGprsAccPtMIBObjects 1 }
ciscoGprsAccPtCfgNotifInfo OBJECT IDENTIFIER
::= { ciscoGprsAccPtMIBObjects 2 }
ciscoGprsAccPtStatistics OBJECT IDENTIFIER
::= { ciscoGprsAccPtMIBObjects 3 }
ciscoGprsAccPtNotifInfo OBJECT IDENTIFIER
::= { ciscoGprsAccPtMIBObjects 4 }
-- *********************************************************************
-- Access Point Table
-- *********************************************************************
cgprsAccPtTable OBJECT-TYPE
SYNTAX SEQUENCE OF CgprsAccPtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains a list of access points configured
on this GGSN."
::= { ciscoGprsAccPtConfig 1 }
cgprsAccPtEntry OBJECT-TYPE
SYNTAX CgprsAccPtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A description of an access point. Access point
parameters cannot be changed when active PDP's exists
on the GGSN."
INDEX { cgprsAccPtIndex }
::= { cgprsAccPtTable 1 }
CgprsAccPtEntry ::= SEQUENCE {
cgprsAccPtIndex Unsigned32,
cgprsAccPtRowStatus RowStatus,
cgprsAccPtName SnmpAdminString,
cgprsAccPtMode INTEGER,
cgprsAccPtIpAddressPool INTEGER,
cgprsAccPtDHCPServerPri IpAddress,
cgprsAccPtDHCPServerSec IpAddress,
cgprsAccPtDHCPGwAddr IpAddress,
cgprsAccPtRadiusServerPri IpAddress,
cgprsAccPtRadiusServerSec IpAddress,
cgprsAccPtIPAccListGroupIn AccessControlListId,
cgprsAccPtIPAccListGroupOut AccessControlListId,
cgprsAccPtIfIndex InterfaceIndexOrZero,
cgprsAccPtIfNextHop IpAddress,
cgprsAccPtAccessViolation INTEGER,
cgprsAccPtSubrRequired TruthValue,
cgprsAccPtNetworkInitiated TruthValue,
cgprsAccPtIpAddrAllocations Gauge32,
cgprsAccPtUsers Gauge32,
cgprsAccPtIdlePdpPurgeTimer Unsigned32,
cgprsAccPtBlockMsRoaming TruthValue,
cgprsAccPtAnonymousUserName SnmpAdminString,
cgprsAccPtAnonymousUserPassword SnmpAdminString,
cgprsAccPtMsIsdnSuppressed TruthValue,
cgprsAccPtMsIsdnSuppressedValue DisplayString,
cgprsAccPtAaaAuthServerGroup SnmpAdminString,
cgprsAccPtAaaAccountServerGroup SnmpAdminString,
cgprsAccPtAaaAccountingEnable TruthValue,
cgprsAccPtType INTEGER,
cgprsAccPtVrfName SnmpAdminString,
cgprsAccPtDhcpAddrSpace INTEGER,
cgprsAccPtPppRegenEnable TruthValue,
cgprsAccPtPppRegenMaxSessions Integer32,
cgprsAccPtPppRegenSetupTime Integer32,
cgprsAccPtAutoAggregation TruthValue,
cgprsAccPtPcscfServerGroupName SnmpAdminString
}
cgprsAccPtIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A locally unique identifier for this access point on
this GGSN."
::= { cgprsAccPtEntry 1 }
cgprsAccPtRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to create or delete conceptual
row in this table.
To create a row, set this object to 'createAndGo'.
There are no mandatory objects in a create request.
To delete a row, set this object to 'destroy'."
::= { cgprsAccPtEntry 2 }
cgprsAccPtName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (0..100))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The Access Point Name. It is composed of two parts:
- The APN Network Identifier is mandatory and is a
fully qualified domain name according to the DNS
naming conventions, e.g., 'company.com.'.
- The APN Operator Identifier is optional. It is a
fully qualified domain name according to the DNS
naming convention, and consists of three labels,
the last of which must be '.gprs'. For example,
'mncyyyy.mcczzzz.gprs'.
An example of a full APN name with both the Network
and operator identifiers is
'company.com.mncyyyy.mcczzzz.gprs'."
REFERENCE
"GSM 03.03: Digital cellular telecommunication system
(Phase 2+); General Packet Radio Service (GPRS);
Service description; Stage 1."
DEFVAL { ''H }
::= { cgprsAccPtEntry 3 }
cgprsAccPtMode OBJECT-TYPE
SYNTAX INTEGER {
transparent (1),
nontransparent(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies the type of access allowed to the PDN
through this access point.
- 'transparent', indicates that users can access
without authentication.
- 'nontransparent', indicates that users must
be authenticated by the GGSN."
DEFVAL { transparent }
::= { cgprsAccPtEntry 4 }
cgprsAccPtIpAddressPool OBJECT-TYPE
SYNTAX INTEGER {
global (1),
dhcp (2),
radius (3),
disable(4),
local (5)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies a dynamic address allocation method for
this access point.
- 'global', which indicates that no method is
defined specifically to this access point and the
DHCP or radius server configured for this GGSN
'globally' will be used to allocation a dynamic IP
address to the user.
- 'dhcp', which indicates that the DHCP server
will be used.
- 'radius', which indicates that the radius server
will be used.
- 'disable', which indicates that dynamic address
allocation is disabled.
- 'local', indicates that local address pool
configured on the GGSN is going to be used.
cgprsAccPtIpAddrLocalPoolName denotes the name
of the corresponding address pool."
DEFVAL { global }
::= { cgprsAccPtEntry 5 }
cgprsAccPtDHCPServerPri OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the IP address of the primary
DHCP server from which a mobile subscriber can request
an IP address assignment for the access of this APN.
In case this DHCP server is not available, the
secondary DHCP server is used."
::= { cgprsAccPtEntry 6 }
cgprsAccPtDHCPServerSec OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The IP address of the secondary DHCP server.
The secondary DHCP server is used if the primary
DHCP server is not available. This object can be
set after configuring primary DHCP server."
::= { cgprsAccPtEntry 7 }
cgprsAccPtDHCPGwAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the DHCP gateway address that
is used in the 'giaddr' field of the DHCP request.
It is used by DHCP to determine from which pool the
IP address will be allocated.
If no DHCP gateway is specified, the IP address
associated with the Gn interface is used."
::= { cgprsAccPtEntry 8 }
cgprsAccPtRadiusServerPri OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION
"This object specifies the IP address of the primary
RADIUS server used by this access point to
authenticate and/or authorize mobile users to access
the PDN.
In case this RADIUS server is not available, the
secondary will be used.
Obsoleted by cgprsAccPtAaaAuthServerGroup and
cgprsAccPtAaaAccountServerGroup."
::= { cgprsAccPtEntry 9 }
cgprsAccPtRadiusServerSec OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION
"Specifies a secondary RADIUS server.
The secondary RADIUS server will be used if the primary
RADIUS server is not available.
Obsoleted by cgprsAccPtAaaAuthServerGroup and
cgprsAccPtAaaAccountServerGroup."
::= { cgprsAccPtEntry 10 }
cgprsAccPtIPAccListGroupIn OBJECT-TYPE
SYNTAX AccessControlListId
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the ACL against which to compare
packets received at this Access Point from the PDN for
forwarding towards an MS.
Access list at the access point level is used to
control which packets are allowed access between the
APN and the MS. Access violations by a packet according
to the rules in this ACL could cause this packet to be
dropped or its PDP session terminated. Which of these
treatments is taken is specified by the object
cgprsAccPtAccessViolation.
This object is ignored if cgprsAccPtIPAccListInEnable
is set to 'false'."
::= { cgprsAccPtEntry 11 }
cgprsAccPtIPAccListGroupOut OBJECT-TYPE
SYNTAX AccessControlListId
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the ACL against which to compare
packets originated by an MS and received by at this
Access Point for forwarding to the PDN.
Access list at the access point level is used to
control which packets are allowed access between the
APN and the MS. Access violations by a packet according
to the rules in this ACL could cause this packet to be
dropped or its PDP session terminated. Which of these
treatments is taken is specified by the object
cgprsAccPtAccessViolation.
This object is ignored if cgprsAccPtIPAccListOutEnable
is set to 'false'."
::= { cgprsAccPtEntry 12 }
cgprsAccPtIfIndex OBJECT-TYPE
SYNTAX InterfaceIndexOrZero
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION
"Specifies an interface to be used by GGSN on Gi
interface.
The value zero indicates that no interface is
specified.
The cgprsAccPtIfNextHop must be specified if this
object is set to the Gi associated interface."
DEFVAL { 0 }
::= { cgprsAccPtEntry 13 }
cgprsAccPtIfNextHop OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION
"Specifies the IP address of the next hop for the
Gi interface, specified by cgprsAccPtIfIndex.
This value is mandatory if the value of
cgprsAccPtIfIndex is non-zero. Setting the
cgprsAccPtIfIndex object to zero will reset this
object to the value of '00000000'H, which means
it is not used."
::= { cgprsAccPtEntry 14 }
cgprsAccPtAccessViolation OBJECT-TYPE
SYNTAX INTEGER {
discardPacket (1),
terminateSession(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies how access violation should be treated.
An access violation occurs if the IP packets violates
any rules in ACL as specified by either
cgprsAccPtIPAccListGroupIn or
cgprsAccPtIPAccListGroupOut.
- 'discardPacket', packets are discarded.
- 'terminateSession', the user's session is
terminated."
DEFVAL { discardPacket }
::= { cgprsAccPtEntry 15 }
cgprsAccPtSubrRequired OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object indicates if a user needs to subscribe
to this access point before accessing it."
DEFVAL { false }
::= { cgprsAccPtEntry 16 }
cgprsAccPtNetworkInitiated OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object indicates whether network (PDN)
initiated PDP sessions are allowed for this access
point. The more common case, is false, which
indicates that the PDP is initiated by the MS."
DEFVAL { false }
::= { cgprsAccPtEntry 17 }
cgprsAccPtIpAddrAllocations OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of IP addresses allocated to
MS's.
Trigger Condition: This gauge is
incremented/decremented by successful completion of
create/delete dynamic PDP context request message
respectively."
::= { cgprsAccPtEntry 18 }
cgprsAccPtUsers OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"The number of mobile subscribers currently accessing
this APN. Obsoleted by cgprsAccPtActivePdps."
::= { cgprsAccPtEntry 19 }
cgprsAccPtIdlePdpPurgeTimer OBJECT-TYPE
SYNTAX Unsigned32 (0..168)
UNITS "hours"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object indicates maximum idle connection time
allowed to the PDP context before termination of the
GTP session. A value of 0 means session idle timer
is not used."
DEFVAL { 0 }
::= { cgprsAccPtEntry 20 }
cgprsAccPtBlockMsRoaming OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object indicates whether access to a roaming
MS needs to be blocked for this APN."
DEFVAL { false }
::= { cgprsAccPtEntry 21 }
cgprsAccPtAnonymousUserName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the anonymous user name, which
is used when a MS tries to access a non-transparent
APN without supplying user name and password."
REFERENCE
"GSM 03.03: Digital cellular telecommunication
system (Phase 2+); General Packet Radio Service
(GPRS); Service description; Stage 1."
::= { cgprsAccPtEntry 22 }
cgprsAccPtAnonymousUserPassword OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the password corresponding
to cgprsAccPtAnonymousUserName. For security reasons,
retrieving this object returns a zero-length string."
REFERENCE
"GSM 03.03: Digital cellular telecommunication
system (Phase 2+); General Packet Radio Service
(GPRS); Service description; Stage 1."
::= { cgprsAccPtEntry 23 }
cgprsAccPtMsIsdnSuppressed OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies whether the ISDN ID used
by the MS, when authenticating with a radius server,
needs to be suppressed or not. When set to 'true',
the ISDN ID attribute will not be sent by the GGSN.
When set to 'false', the ISDN ID attribute will be
sent by the GGSN. To set this object to 'true', AAA
radius group for authentication should have been
configured on the GGSN(either at global or APN level)."
REFERENCE
"GSM 09.02: Digital cellular telecommunication
system (Phase 2+); Mobile Application Part (MAP)
specification."
DEFVAL { false }
::= { cgprsAccPtEntry 24 }
cgprsAccPtMsIsdnSuppressedValue OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..20))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the value that will be
transmitted to the radius server in place of
mobile stations ISDN ID. This object can only
be set if cgprsAccPtMsIsdnSuppressed is 'true'.
Valid characters for this object are 0..9,
a, b, c, * and #. If no value is set, no MS-ISDN
ID will be sent to the radius server."
REFERENCE
"GSM 09.02: Digital cellular telecommunication
system (Phase 2+); Mobile Application Part (MAP)
specification."
DEFVAL { ''H }
::= { cgprsAccPtEntry 25 }
cgprsAccPtAaaAuthServerGroup OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the AAA radius server group
that is used for authentication by this APN."
::= { cgprsAccPtEntry 26 }
cgprsAccPtAaaAccountServerGroup OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the AAA radius server group
that is used for accounting by this APN. If no
group is specified for accounting,
cgprsAccPtAaaAuthServerGroup will be used."
::= { cgprsAccPtEntry 27 }
cgprsAccPtAaaAccountingEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to enable accounting when the
APN is in 'transparent' mode. When the object is set to
'true', cgprsAccPtAaaAccountServerGroup is used for
accounting. If cgprsAccPtAaaAccountServerGroup is not
specified, cgprsAccPtAaaAuthServerGroup will be used.
When the APN is in 'non-transparent' mode, the
accounting will always be enabled i.e., this object
will be 'true' by default."
::= { cgprsAccPtEntry 28 }
cgprsAccPtType OBJECT-TYPE
SYNTAX INTEGER {
real (1),
virtual (2),
virtualPreAuth(3)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the type of APN.
'virtual' - Specifies an APN type that is not
associated with any specific physical target network
on the GGSN. When this object is set to 'virtual',
all other APN parameters are ignored.
'real' - Specifies an APN type that corresponds to a
physical interface to an external network on the GGSN.
'virtualPreAuth' - Specifies an APN type that is not
associated with any specific physical target network
on the GGSN. It applies a pre-authentication phase
for any create PDP request that includes a virtual
APN. During pre-authentication, an Access-Request
message is sent to an AAA server and the AAA server
then returns a target APN encoded in a Radius
attribute in the Access-Accept message."
DEFVAL { real }
::= { cgprsAccPtEntry 29 }
cgprsAccPtVrfName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the name of the VRF with
which this APN is associated."
::= { cgprsAccPtEntry 30 }
cgprsAccPtDhcpAddrSpace OBJECT-TYPE
SYNTAX INTEGER {
global(1),
vrf (2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the address space used
by the dhcp server. This object can only be
set if cgprsAccPtDHCPServerPri is set."
DEFVAL { global }
::= { cgprsAccPtEntry 31 }
cgprsAccPtPppRegenEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to enable GGSN to regenerate
a PPP session for each IP PDP context on this APN."
DEFVAL { false }
::= { cgprsAccPtEntry 32 }
cgprsAccPtPppRegenMaxSessions OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the maximum number of regenerated
PPP sessions allowed for this access-point.
This object can only be set if cgprsAccPtPppRegenEnable
is set to 'true'.
The maximum value that can be held by this object
depends on the GGSN platform used."
DEFVAL { 65535 }
::= { cgprsAccPtEntry 33 }
cgprsAccPtPppRegenSetupTime OBJECT-TYPE
SYNTAX Integer32 (1..65535)
UNITS "seconds"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the maximum tolerance time within
which a regenerated PPP session has to fully come up.
This object can only be set if cgprsAccPtPppRegenEnable
is set to 'true'."
DEFVAL { 60 }
::= { cgprsAccPtEntry 34 }
cgprsAccPtAutoAggregation OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to enable auto aggregation on this
APN. When a user tries to configure entries in
cgprsAccPtAggregTable, this object will automatically
be set to 'false'. When this object is set to 'true',
the entries in cgprsAccPtAggregTable, if any, will be
deleted."
DEFVAL { false }
::= { cgprsAccPtEntry 35 }
cgprsAccPtPcscfServerGroupName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (0..100))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object represents the Proxy-CSCF server group that
will be used by this APN. The Proxy-CSCF server group
contains a list of Proxy-CSCF addresses which will be
provided to the MS(UE) in response to a PDP contexts for
which the P-CSCF address request field is set in PCO."
::= { cgprsAccPtEntry 36 }
cgprsAccPtAggregTable OBJECT-TYPE
SYNTAX SEQUENCE OF CgprsAccPtAggregEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the list of aggregate routes
configured on this APN. GGSN uses a static host route
to forward user data packets for each PDP context
received from Gi interface to Gn interface. Using the
aggregate route (address range), total number of static
routes implemented in the GGSN for PDP requests can be
greatly reduced. If there is no aggregate route
configured on this access-point, then default aggregate
routes configured on GGSN will be used."
::= { ciscoGprsAccPtConfig 2 }
cgprsAccPtAggregEntry OBJECT-TYPE
SYNTAX CgprsAccPtAggregEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An Entry contains the IP network prefix which is used
to combine the routes of PDP requests for the same
network as a single route on the GGSN."
INDEX { cgprsAccPtIndex,
cgprsAccPtAggregIpAddrType,
cgprsAccPtAggregIpAddr,
cgprsAccPtAggregIpMask
}
::= { cgprsAccPtAggregTable 1 }
CgprsAccPtAggregEntry ::= SEQUENCE {
cgprsAccPtAggregIpAddrType InetAddressType,
cgprsAccPtAggregIpAddr InetAddress,
cgprsAccPtAggregIpMask CiscoInetAddressMask,
cgprsAccPtAggregRowStatus RowStatus