All MIBs › CISCO-GPRS-ACC-PT-MIB
Organization: Cisco Systems, Inc.
Last Updated: 2012-04-04
Category: Cisco Devices, Mobile IP, Telephony and VoIP
Description: Provides management objects for monitoring GPRS access points (APNs) on Cisco GGSN including connection and subscriber statistics.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is CISCO-GPRS-ACC-PT-MIB?
CISCO-GPRS-ACC-PT-MIB is a Cisco module for managing GPRS Access Points (APNs) on the Cisco GGSN (Gateway GPRS Support Node), a router component in GSM/GPRS mobile networks that interworks subscriber traffic with external packet-switched networks. It exposes an access point table with per-APN configuration including name, mode, row status, IP address pool, primary/secondary DHCP servers and gateway address, and primary/secondary RADIUS servers. Its monitoring role centers on software-level service configuration status: confirming an APN is active via cgprsAccPtRowStatus, correctly bound to its address pool, and pointed at reachable DHCP and RADIUS servers for subscriber authentication and address assignment. It builds on Cisco's broader GPRS/GGSN MIB family and implicitly depends on RADIUS and DHCP infrastructure referenced by its server objects. It is deployed on Cisco GGSN platforms in mobile operator core networks providing GPRS/UMTS data service to subscribers. Engineers can download the CISCO-GPRS-ACC-PT-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in CISCO-GPRS-ACC-PT-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Cisco GGSN (Gateway GPRS Support Node)
Monitoring Examples
An operator would check cgprsAccPtTable entries by cgprsAccPtIndex, confirming cgprsAccPtRowStatus is active and cgprsAccPtName/cgprsAccPtMode match the intended APN service. Verifying cgprsAccPtIpAddressPool alongside cgprsAccPtDHCPServerPri/Sec and cgprsAccPtDHCPGwAddr confirms subscriber IP assignment is correctly configured. A cgprsAccPtRadiusServerPri that's unreachable, combined with rising subscriber connection failures, would point to an authentication server issue affecting that access point.
What Can Be Monitored
- APN row status and mode
- IP address pool assignment
- primary/secondary DHCP server addresses
- DHCP gateway address
- primary/secondary RADIUS server addresses
This MIB depends on
Related MIBs
Imported Objects
From CISCO-SMI
| ciscoMgmt | OBJECT-IDENTITY |
From CISCO-TC
| CiscoInetAddressMask | |
| InterfaceIndexOrZero |
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressType | |
| InetPortNumber |
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| Gauge32 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DisplayString | |
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TruthValue |
How to Use in IPNetwork Monitor
Example using cgprsAccPtMsActivatedPdps OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| T/F cgprsAccPtAaaAccountingEnable | 1.3.6.1.4.1.9.9.183.1.1.1.1.28 | TruthValue | read-create | 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. |
| U32 cgprsAccPtAaaAccountInterPeriod | 1.3.6.1.4.1.9.9.183.1.1.3.1.23 | Unsigned32 | read-create | This object specifies the periodic accounting timer interval value for the access point. When this object is set to a value, 'interim' type accounting records will be sent at the specified interval for the PDP or Bearer contexts on this APN. When set to '0' the 'interim' type accounting records will not be sent out. |
| T/F cgprsAccPtAaaAccountInterRadius | 1.3.6.1.4.1.9.9.183.1.1.3.1.24 | TruthValue | read-create | This object when set to 'true', enables Gateway to receive and use the Accounting Periodic Interval from Radius for the PDP or Bearer contexts on this APN. |
| STR cgprsAccPtAaaAccountServerGroup | 1.3.6.1.4.1.9.9.183.1.1.1.1.27 | SnmpAdminString | read-create | 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. |
| STR cgprsAccPtAaaAuthServerGroup | 1.3.6.1.4.1.9.9.183.1.1.1.1.26 | SnmpAdminString | read-create | This object specifies the AAA radius server group that is used for authentication by this APN. |
| U32 cgprsAccPtAbsoluteSessionTimer | 1.3.6.1.4.1.9.9.183.1.1.3.1.13 | Unsigned32 | read-create | Absolute session timer is a RADIUS attribute (#27) sent by the AAA server in the Access-Accept packet. The Gateway will deactivate the PDP or Bearer when this timer expires. This object denotes the timer used by the Gateway when the same is not received from the AAA server. Value of '0' denotes that the timer is disabled. |
| INT cgprsAccPtAccessViolation | 1.3.6.1.4.1.9.9.183.1.1.1.1.15 | INTEGER | read-create | 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. |
| G32 cgprsAccPtActiveBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.72 | Gauge32 | read-only | This object indicates the current number of active Bearer on this APN. |
| G32 cgprsAccPtActivePdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.11 | Gauge32 | read-only | This object indicates the current number of active PDP or Bearer contexts on this APN. Trigger Condition: This counter is incremented/ decremented by a request message to create/delete PDP or Bearer context respectively. |
| IP cgprsAccPtAdvDownlinkNextHopAddr | 1.3.6.1.4.1.9.9.183.1.1.3.1.21 | InetAddress | read-create | This object advertises the next hop address on the Gateway to which downlink traffic destined for the Gateway is to be routed. The address type is given by the cgprsAccPtAdvDownlinkNextHopAddrType object. |
| IPt cgprsAccPtAdvDownlinkNextHopAddrType | 1.3.6.1.4.1.9.9.183.1.1.3.1.20 | InetAddressType | read-create | This object indicates the type of Internet address of downlink next hop address. |
| STR cgprsAccPtAggregCsgGroup | 1.3.6.1.4.1.9.9.183.1.1.2.1.5 | SnmpAdminString | read-create | This object specifies the name of the CSG Group. The value must be same as an entry in cgprsAccPtCsgGroupTable identified by cgprsAccPtCsgGroupName. |
| cgprsAccPtAggregEntry | 1.3.6.1.4.1.9.9.183.1.1.2.1 | not-accessible | An Entry contains the IP network prefix which is used to combine the routes of PDP or Bearer requests for the same network as a single route on the Gateway. | |
| IP cgprsAccPtAggregIpAddr | 1.3.6.1.4.1.9.9.183.1.1.2.1.2 | InetAddress | not-accessible | This object specifies the IP address whose network prefix is going to be defined by cgprsAccPtAggregIpMask. When this object is set, cgprsAccPtAggregIpMask must be specified. |
| IPt cgprsAccPtAggregIpAddrType | 1.3.6.1.4.1.9.9.183.1.1.2.1.1 | InetAddressType | not-accessible | This object specifies the type of Internet address denoted by cgprsAccPtAggregIpAddr. |
| ADR cgprsAccPtAggregIpMask | 1.3.6.1.4.1.9.9.183.1.1.2.1.3 | CiscoInetAddressMask | not-accessible | This object specifies the net-mask pertaining to cgprsAccPtAggregIpAddr. |
| ROW cgprsAccPtAggregRowStatus | 1.3.6.1.4.1.9.9.183.1.1.2.1.4 | RowStatus | read-create | This object is used to create a new row or delete an existing row in this table. To create a row, set this object to 'createAndGo'. To delete a row, set this object to 'destroy'. |
| cgprsAccPtAggregTable | 1.3.6.1.4.1.9.9.183.1.1.2 | not-accessible | This table contains the list of aggregate routes configured on this APN. Gateway uses a static host route to forward user data packets for each PDP or Bearer context received from Gi interface to Gn interface. Using the aggregate route (address range), total number of static routes implemented in the Gateway for PDP or Bearer requests can be greatly reduced. If there is no aggregate route configured on this access-point, then default aggregate routes configured on Gateway will be used. | |
| STR cgprsAccPtAnonymousUserName | 1.3.6.1.4.1.9.9.183.1.1.1.1.22 | SnmpAdminString | read-create | 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. |
| STR cgprsAccPtAnonymousUserPassword | 1.3.6.1.4.1.9.9.183.1.1.1.1.23 | SnmpAdminString | read-create | This object specifies the password corresponding to cgprsAccPtAnonymousUserName. For security reasons, retrieving this object returns a zero-length string. |
| T/F cgprsAccPtAutoAggregation | 1.3.6.1.4.1.9.9.183.1.1.1.1.35 | TruthValue | read-create | 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. |
| T/F cgprsAccPtBlockMsRoaming | 1.3.6.1.4.1.9.9.183.1.1.1.1.21 | TruthValue | read-create | This object indicates whether access to a roaming MS needs to be blocked for this APN. |
| cgprsAccPtCacConfigs | 1.3.6.1.4.1.9.9.183.1.1.7 | |||
| STR cgprsAccPtCacDnStrBandWidthPool | 1.3.6.1.4.1.9.9.183.1.1.7.1.1.3 | SnmpAdminString | read-create | This object represents the name of the bandwidth pool used for downstream traffic. Configuration of the bandwidth pool is covered in CISCO-GGSN-QOS-MIB. A zero-length string denotes that no policy is configured. |
| cgprsAccPtCacEntry | 1.3.6.1.4.1.9.9.183.1.1.7.1.1 | not-accessible | An entry in cgprsAccPtCacTable. | |
| cgprsAccPtCacGroup | 1.3.6.1.4.1.9.9.183.3.2.14 | A collection of objects providing CAC configurations under APN. | ||
| STR cgprsAccPtCacPolicyName | 1.3.6.1.4.1.9.9.183.1.1.7.1.1.1 | SnmpAdminString | read-create | This object represents the local policy name that will be used by CAC for the PDP's or Bearer's pertaining to this APN. Details of QoS parameters pertaining to a CAC policy are out of scope of this MIB and are covered in CISCO-GGSN-QOS-MIB. A zero-length string denotes that no policy is configured. |
| cgprsAccPtCacTable | 1.3.6.1.4.1.9.9.183.1.1.7.1 | not-accessible | Call Admission Control(CAC) on the Gateway ensures that required network resources are available for real-time data traffic, such as voice, video, etc., and to support establishment and modification of the QoS parameters by signaling and negotiating during PDP or Bearer context activation procedure and modification procedure. CAC performs this by examining various QoS parameters like traffic class, maximum bit rate and guaranteed bit rate for both uplink and downlink received from the MME or SGSN with the local configured parameters or policy received from Policy Decision Function(PDF). This table represents various parameters required to support CAC. | |
| STR cgprsAccPtCacUpStrBandWidthPool | 1.3.6.1.4.1.9.9.183.1.1.7.1.1.2 | SnmpAdminString | read-create | A Bandwidth pool is a user defined pool with bandwidth pre-allocation details like amount of available bandwidth, percent of bandwidth available to a specific traffic class. CAC uses this information during PDP or Bearer context activation and modification procedures. This object represents the name of the bandwidth pool used for upstream traffic. Configuration of the bandwidth pool is covered in CISCO-GGSN-QOS-MIB. A zero-length string denotes that no policy is configured. |
| NTF cgprsAccPtCfgNotif | 1.3.6.1.4.1.9.9.183.2.0.1 | A notification of this type is generated when an entry is generated in the cgprsAccPtCfgNotifHistTable and cgprsAccPtCfgNotifEnable is set to true. | ||
| U32 cgprsAccPtCfgNotifAccPtIndex | 1.3.6.1.4.1.9.9.183.1.2.1.1.2 | Unsigned32 | read-only | This object specifies the access point which has been created, changed or modified. |
| T/F cgprsAccPtCfgNotifEnable | 1.3.6.1.4.1.9.9.183.1.2.2 | TruthValue | read-write | This object controls whether the access point notifications, cgprsAccPtMIBNotifications, are generated. Note that entries in the cgprsAccPtCfgNotifHistTable are generated irrespectively to this object. |
| cgprsAccPtCfgNotifGroup | 1.3.6.1.4.1.9.9.183.3.2.2 | A collection of objects providing GPRS access point configuration change event related information. | ||
| cgprsAccPtCfgNotifHistEntry | 1.3.6.1.4.1.9.9.183.1.2.1.1 | not-accessible | A description of a configuration change in the cgprsAccPtTable. A configuration change is said to occur if one of the following happens: - An access point has been created. In this case the object cgprsAccPtCfgNotifAccPtIndex is set to the index of the access point being created and cgprsAccPtCfgNotifReason is set to 'creation'. - An access point has been deleted. In this case the object cgprsAccPtCfgNotifAccPtIndex is set to the index of the access point being deleted and cgprsAccPtCfgNotifReason is set to 'deletion'. - The configuration of an access point has changed. In this case the object cgprsAccPtCfgNotifAccPtIndex is set to the index of the access point being changed and cgprsAccPtCfgNotifReason is set to 'modification'. The configuration change of an access point is said to occur if any of the configurable attributes are changed. | |
| U32 cgprsAccPtCfgNotifHistMax | 1.3.6.1.4.1.9.9.183.1.2.3 | Unsigned32 | read-write | The maximum size of the event history table, cgprsAccPtCfgNotifHistTable. When the table is full, the oldest entries are removed to make space for new entries. |
| cgprsAccPtCfgNotifHistTable | 1.3.6.1.4.1.9.9.183.1.2.1 | not-accessible | This table contains a history of access point configuration change notifications generated by the agent for changes in the access point configuration. The object cgprsAccPtCfgNotifHistMax specifies the maximum number of entries stored in this table. When the table is full, the oldest entries are discarded to make space for new entries. | |
| U32 cgprsAccPtCfgNotifIndex | 1.3.6.1.4.1.9.9.183.1.2.1.1.1 | Unsigned32 | not-accessible | An arbitrary non-zero integer value uniquely identifying each notification previously sent by the GPRS. This value increases monotonically with each notification sent by the Gateway. When it reaches the maximum value, it wraps to 1. |
| U32 cgprsAccPtCfgNotifLatestIndex | 1.3.6.1.4.1.9.9.183.1.2.4 | Unsigned32 | read-only | The value of cgprsAccPtCfgNotifIndex for the most recently created entry in cgprsAccPtCfgNotifHistTable. |
| INT cgprsAccPtCfgNotifReason | 1.3.6.1.4.1.9.9.183.1.2.1.1.3 | INTEGER | read-only | This object describes the reason of the notification. |
| cgprsAccPtChargingGroup | 1.3.6.1.4.1.9.9.183.3.2.13 | A collection of objects providing Charging configurations under APN. | ||
| U32 cgprsAccPtChargingGrp | 1.3.6.1.4.1.9.9.183.1.1.3.1.30 | Unsigned32 | read-create | This object provides the charging group identifier to which an access point is associated with. By default the value of this object is 0, it indicates that the default charging group is associated with this access point entry. The value of this object must be same as one of the values identified by cgprsCgGroupIndex. |
| cgprsAccPtChargingParams | 1.3.6.1.4.1.9.9.183.1.1.6 | |||
| INT cgprsAccPtChargingRecordType | 1.3.6.1.4.1.9.9.183.1.1.3.1.29 | INTEGER | read-create | This object denotes the charging record type of this APN. Each type has different PDP or Bearer context behavior and is given as below: noconfig - When no record type is configured. none - when there are no active PDP or Bearer contexts under this APN gcdr - When the derived record type is gcdr, the Gateway indicates CSG2 that gcdr generation is configured for this user, so that CSG2 will generate service level CDRs. egcdr - When the derived record type is egcdr, the Gateway indicates CSG2 that egcdr generation is configured for this user, so that CSG2 will not generate service level CDRs. |
| cgprsAccPtChgProfEntry | 1.3.6.1.4.1.9.9.183.1.1.6.1.1 | not-accessible | An entry in cgprsAccPtChgProfTable. | |
| U32 cgprsAccPtChgProfile | 1.3.6.1.4.1.9.9.183.1.1.6.1.1.2 | Unsigned32 | read-create | This object represents the charging profile number to be applied to MS denoted by cgprsAccPtMsType on this APN. Details of charging profile parameters are outside the scope of this MIB and are covered by CISCO-GPRS-CHARGING-MIB. This object is mandatory while creating a row. The current valid values are 1 to 255. |
| T/F cgprsAccPtChgProfOverride | 1.3.6.1.4.1.9.9.183.1.1.6.1.1.3 | TruthValue | read-create | This object specifies whether charging characteristics value supplied by MME or SGSN will be ignored and the values supplied in this table are used. When this object is set to 'true', the value supplied by MME or SGSN will be ignored. |
| ROW cgprsAccPtChgProfRowStatus | 1.3.6.1.4.1.9.9.183.1.1.6.1.1.4 | RowStatus | read-create | This object is used to create a new row or delete an existing row in this table. To create a row, set this object to 'createAndGo'. To delete a row, set this object to 'destroy'. |
| cgprsAccPtChgProfTable | 1.3.6.1.4.1.9.9.183.1.1.6.1 | not-accessible | Charging characteristics is a parameter that allows the operator to apply different charging methods on a per PDP or Bearer basis. Each charging profile is associated with an index, set of charging parameters like subscriber category, volume limit trigger, etc., details of the same is outside the scope of the MIB and are defined in CISCO-GPRS-CHARGING-MIB. Charging characteristics can be received from MME or SGSN as an Information Element in the create PDP/Bearer request or defaults can be configured at the Gateway and/or APN level. This table represents the charging profiles that can be applied to different type of mobile subscribers on an APN. The Gateway level configurations are dealt in CISCO-GPRS-CHARGING-MIB. | |
| C32 cgprsAccPtCoaRcvd | 1.3.6.1.4.1.9.9.183.1.3.1.1.40 | Counter32 | read-only | This object represents the total number of Change of Authorization (COA) messages received on this APN. Trigger condition: This counter is triggered when a COA message is received. |
| C32 cgprsAccPtCoaSuccess | 1.3.6.1.4.1.9.9.183.1.3.1.1.41 | Counter32 | read-only | This object represents the number of COA messages that were acknowledged by the Gateway with a COA ACK. Trigger condition: This counter is triggered when a COA ACK is sent by the Gateway. |
| cgprsAccPtConformances | 1.3.6.1.4.1.9.9.183.3 | |||
| cgprsAccPtCsgGroupEntry | 1.3.6.1.4.1.9.9.183.1.1.10.1 | not-accessible | An Entry contains the CSG Group name configured under the access point entry with index cgprsAccPtIndex. The agent can create/destroy a CSG group under access point. | |
| STR cgprsAccPtCsgGroupName | 1.3.6.1.4.1.9.9.183.1.1.10.1.1 | SnmpAdminString | not-accessible | This object specifies CSG Group name to use to communicate with the CSG server in an access point configuration. The value must be same as an entry in cGgsnSACsgTable identified by cGgsnSACsgGroupName. |
| ROW cgprsAccPtCsgGroupRowStatus | 1.3.6.1.4.1.9.9.183.1.1.10.1.2 | RowStatus | read-create | This object is used to create a new row or delete an existing row in this table. This object must be set to 'creatAndGo' to create an entry and set to 'destroy' to delete an entry. The value in any column may be modified any time even the value of this entry rowStatus object is 'active'. |
| cgprsAccPtCsgGroupTable | 1.3.6.1.4.1.9.9.183.1.1.10 | not-accessible | This table contains the list of CSG Groups configured on this APN. | |
| C32 cgprsAccPtDedBearerDeactivations | 1.3.6.1.4.1.9.9.183.1.3.1.1.75 | Counter32 | read-only | This object represents the total number dedicated bearer deactivation request initiated by the Gateway. |
| C32 cgprsAccPtDedBearerNoQosUpdate | 1.3.6.1.4.1.9.9.183.1.3.1.1.78 | Counter32 | read-only | This object represents the total number of dedicated bearer modification request without QoS change initiated by the Gateway. |
| C32 cgprsAccPtDedBearerQosUpdate | 1.3.6.1.4.1.9.9.183.1.3.1.1.76 | Counter32 | read-only | This object represents the total number of dedicated bearer modification request with QoS change initiated by the Gateway. |
| C32 cgprsAccPtDedBearerSucNoQosUpdate | 1.3.6.1.4.1.9.9.183.1.3.1.1.79 | Counter32 | read-only | This object represents the total number of successful dedicated bearer modification request without QoS change initiated by the Gateway. |
| C32 cgprsAccPtDedBearerSucQosUpdate | 1.3.6.1.4.1.9.9.183.1.3.1.1.77 | Counter32 | read-only | This object represents the total number of successful dedicated bearer modification request with QoS change initiated by the Gateway. |
| C32 cgprsAccPtDestAddrViolTpdus | 1.3.6.1.4.1.9.9.183.1.3.1.1.15 | Counter32 | read-only | This object indicates the total number of upstream TPDU's that have been dropped due to destination address violation as specified by cgprsAccPtVerifyUpStrTpduDstAddr. |
| C32 cgprsAccPtDhcpAddrReleases | 1.3.6.1.4.1.9.9.183.1.3.1.1.23 | Counter32 | read-only | This object represents the total number of DHCP address release request sent by the Gateway on this APN. Trigger Condition: This counter is triggered by delete PDP or Bearer request message. |
| C32 cgprsAccPtDhcpAddrRequests | 1.3.6.1.4.1.9.9.183.1.3.1.1.21 | Counter32 | read-only | This object represents the total number of DHCP address request sent by the Gateway on this APN. Trigger Condition: This counter is triggered by create PDP or Bearer request message. |
| INT cgprsAccPtDhcpAddrSpace | 1.3.6.1.4.1.9.9.183.1.1.1.1.31 | INTEGER | read-create | This object specifies the address space used by the dhcp server. This object can only be set if cgprsAccPtDHCPServerPri is set. |
| IP cgprsAccPtDHCPGwAddr | 1.3.6.1.4.1.9.9.183.1.1.1.1.8 | IpAddress | read-create | 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. |
| C32 cgprsAccPtDhcpProxServAcks | 1.3.6.1.4.1.9.9.183.1.3.1.1.66 | Counter32 | read-only | This object represents the number of DHCP Acknowledge messages sent by the Gateway. The Gateway sends this message to the User equipment in response to a DHCP-Request message. |
| C32 cgprsAccPtDhcpProxServDeclines | 1.3.6.1.4.1.9.9.183.1.3.1.1.63 | Counter32 | read-only | This object represents the number of DHCP decline messages received by the Gateway from UE. The UE may send this message when the IP-address it received is found to be already in use by another device. |
| C32 cgprsAccPtDhcpProxServDiscover | 1.3.6.1.4.1.9.9.183.1.3.1.1.61 | Counter32 | read-only | This object represents the number of DHCP Discover messages received by the Gateway. The UE sends this message upon bootup/lease rebinding timer expiry. |
| C32 cgprsAccPtDhcpProxServErrDrops | 1.3.6.1.4.1.9.9.183.1.3.1.1.71 | Counter32 | read-only | This object represents the number of times a DHCP proxy server control message is dropped by the Gateway due to some error in the message. |
| C32 cgprsAccPtDhcpProxServInform | 1.3.6.1.4.1.9.9.183.1.3.1.1.68 | Counter32 | read-only | This object represents the number of DHCP-Inform message sent by the Gateway. The Gateway shall respond with a DHCP-Acknowledge to the DHCP-Inform message sent by the UE |
| C32 cgprsAccPtDhcpProxServIpAllocErr | 1.3.6.1.4.1.9.9.183.1.3.1.1.74 | Counter32 | read-only | This object represents the number of times an incoming DHCP proxy server control message has been dropped by the Gateway due to IP allocation error in the message. |
| C32 cgprsAccPtDhcpProxServNaks | 1.3.6.1.4.1.9.9.183.1.3.1.1.67 | Counter32 | read-only | This object represents the number of DHCP-Negative-Acknowledge messages sent by the Gateway. The Gateway sends DHCP-Negative acknowledge message to the User Equipment in the following cases: If the DHCP-Request contains an IP-address that is different from the address that PGW sent in the DHCP-Offer. If PGW is unable to allocate the offered IP-address |
| C32 cgprsAccPtDhcpProxServOffer | 1.3.6.1.4.1.9.9.183.1.3.1.1.65 | Counter32 | read-only | This object represents the number of DHCP offer messages sent by the Gateway. The Gateway sends this message on allocating a Requested IP address to the User equipment. |
| C32 cgprsAccPtDhcpProxServRelease | 1.3.6.1.4.1.9.9.183.1.3.1.1.64 | Counter32 | read-only | This object represents the number DHCP - Release messages received by the Gateway. The User Equipment may send this message when the IPv4-session is terminated. |
| C32 cgprsAccPtDhcpProxServRequest | 1.3.6.1.4.1.9.9.183.1.3.1.1.62 | Counter32 | read-only | This object represents the number of DHCP request messages received by the Gateway. The UE may send the DHCP-Request message with Requested-IP-Address option in one of the many following scenarios: UE is rebooting and it has an IPv4-address with unexpired lease. UE is selecting an offer from the DHCP-server. UE is renewing the lease. UE is attempting to rebind the lease. |
| C32 cgprsAccPtDhcpProxServRetryDrops | 1.3.6.1.4.1.9.9.183.1.3.1.1.70 | Counter32 | read-only | This object represents the number of times the Gateway has retried to establish a connection with the Proxy server. |
| C32 cgprsAccPtDhcpProxServTxErrDrops | 1.3.6.1.4.1.9.9.183.1.3.1.1.73 | Counter32 | read-only | This object represents the number of times an outgoing DHCP proxy server control message is dropped by the Gateway due to some failure in the Gateway. |
| C32 cgprsAccPtDhcpProxServUnknowMsg | 1.3.6.1.4.1.9.9.183.1.3.1.1.69 | Counter32 | read-only | This object represents the number of DHCP-Unknown messages received by the Gateway. DHCP-Control messages, with unknown format are specified as DHCP-uknown message. |
| IP cgprsAccPtDHCPServerPri | 1.3.6.1.4.1.9.9.183.1.1.1.1.6 | IpAddress | read-create | 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. |
| IP cgprsAccPtDHCPServerSec | 1.3.6.1.4.1.9.9.183.1.1.1.1.7 | IpAddress | read-create | 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. |
| STR cgprsAccptDhcpv6PoolName | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.19 | SnmpAdminString | read-create | This object represents the IPV6 DHCP pool-name configured for this APN. |
| NUM cgprsAccPtDhcpv6ProxClientIntf | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.17 | InterfaceIndexOrZero | read-create | The object indicates the interface index, of the interface which is to be used for DHCPv6 request multicasting. |
| C32 cgprsAccPtDhcpv6ProxErrs | 1.3.6.1.4.1.9.9.183.1.3.2.1.9 | Counter32 | read-only | This object represents the total number of times an error has occurred at the Gateway's DHCPv6 proxy-client. |
| C32 cgprsAccPtDhcpv6ProxInforeqLocRply | 1.3.6.1.4.1.9.9.183.1.3.2.1.3 | Counter32 | read-only | This object represents the total number of times a local response was sent for the DHCPv6 information request received by the Gateway's DHCPv6 proxy-client. |
| C32 cgprsAccPtDhcpv6ProxInforeqRcvd | 1.3.6.1.4.1.9.9.183.1.3.2.1.1 | Counter32 | read-only | This object represents the total number of DHCPv6 information request message handled by the Gateway's DHCPv6 proxy-client. |
| C32 cgprsAccPtDhcpv6ProxInforeqRply | 1.3.6.1.4.1.9.9.183.1.3.2.1.2 | Counter32 | read-only | This object represents the total number of DHCPv6 response message sent by the Gateway's DHCPv6 proxy-client. |
| C32 cgprsAccPtDhcpv6ProxIpAllocFail | 1.3.6.1.4.1.9.9.183.1.3.2.1.5 | Counter32 | read-only | This object represents the total number of times DHCPv6 IP allocation was failed. |
| C32 cgprsAccPtDhcpv6ProxIpAllocSuc | 1.3.6.1.4.1.9.9.183.1.3.2.1.4 | Counter32 | read-only | This object represents the total number of times DHCPv6 IP allocation was successful. |
| C32 cgprsAccPtDhcpv6ProxIpRelease | 1.3.6.1.4.1.9.9.183.1.3.2.1.6 | Counter32 | read-only | This object represents the total number of times an allocated DHCPv6 IP was released. |
| C32 cgprsAccPtDhcpv6ProxIpRenewFail | 1.3.6.1.4.1.9.9.183.1.3.2.1.7 | Counter32 | read-only | This object represents the total number of times an allocated DHCPv6 IP renewal was failed. |
| C32 cgprsAccPtDhcpv6ProxUnkwnMsg | 1.3.6.1.4.1.9.9.183.1.3.2.1.8 | Counter32 | read-only | This object represents the total number of times an unknown message was handled by the Gateway's DHCPv6 proxy-client. |
| cgprsAccPtDhcpv6ProxyStatsEntry | 1.3.6.1.4.1.9.9.183.1.3.2.1 | not-accessible | There is an entry in this table for each APN in the Gateway. | |
| cgprsAccPtDhcpv6ProxyStatsGroup | 1.3.6.1.4.1.9.9.183.3.2.36 | A collection of objects providing DHCPv6 proxy server performance statistics for each GPRS access point. | ||
| cgprsAccPtDhcpv6ProxyStatsTable | 1.3.6.1.4.1.9.9.183.1.3.2 | not-accessible | This table contains the DHCPv6 proxy server performance statistics for each APN on this Gateway. | |
| T/F cgprsAccptDhcpv6RapidCommit | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.18 | TruthValue | read-create | This object indicates that whether DHCPv6 rapid-commit feature is enabled for this APN. |
| IPt cgprsAccPtDnsServerAddrType | 1.3.6.1.4.1.9.9.183.1.1.4.1.1.1 | InetAddressType | read-create | This object indicates the type of Internet address by which cgprsAccPtPriDnsServer and cgprsAccPtSecDnsServer are reachable. DNS addresses to be sent to the MS can come from DHCP server or RADIUS server based on IP address allocation scheme chosen by cgprsAccPtIpAddressPool. The IP address configured to cgprsAccPtPriDnsServer and cgprsAccPtSecDnsServer will be sent to MS only when - DHCP/RADIUS servers does not return any DNS address. - local address pool is used for IP address allocation for MS. |
| G32 cgprsAccPtDownstrByteCount | 1.3.6.1.4.1.9.9.183.1.3.3.1.4 | Gauge32 | read-only | This object represents the total payload volume in downstream traffic sent on this APN in the last sampling period specified by cgprsAccPtThruputInterval. |
| C32 cgprsAccPtDownstreamPacketCount | 1.3.6.1.4.1.9.9.183.1.3.1.1.20 | Counter32 | read-only | This object represents the total number of downstream packets sent on this APN. Data flow from PDN to MS is considered to be downstream traffic. Trigger Condition: This counter is triggered when downstream traffic is being routed to PDN. |
| C32 cgprsAccPtDownstreamTrafficVol | 1.3.6.1.4.1.9.9.183.1.3.1.1.13 | Counter32 | read-only | This object indicates the total payload volume in downstream traffic. Data flow from PDN to MS is considered as downstream traffic. This object is deprecated by cgprsAccPtRevDownstrTrafficVol. |
| G32 cgprsAccPtDownstrPktCount | 1.3.6.1.4.1.9.9.183.1.3.3.1.6 | Gauge32 | read-only | This object represents the number of downstream packets sent on this APN in the last sampling period specified by cgprsAccPtThruputInterval. |
| C32 cgprsAccPtDtEnabled | 1.3.6.1.4.1.9.9.183.1.3.1.1.42 | Counter32 | read-only | This object represents the number of times Direct tunnel is enabled for the PDP contexts on this APN in Gateway. |
| T/F cgprsAccPtDualAddrEnabled | 1.3.6.1.4.1.9.9.183.1.1.3.1.32 | TruthValue | read-create | This object when set to 'true' indicates that the APN has dual stack capability. |
| cgprsAccPtEntry | 1.3.6.1.4.1.9.9.183.1.1.1.1 | not-accessible | A description of an access point. Access point parameters cannot be changed when active PDP's or Bearer's exists on the Gateway. | |
| cgprsAccPtExtEntry | 1.3.6.1.4.1.9.9.183.1.1.3.1 | not-accessible | An entry in cgprsAccPtExtTable. | |
| cgprsAccPtExtMIBGroup | 1.3.6.1.4.1.9.9.183.3.2.5 | A collection of objects providing APN configurations. | ||
| cgprsAccPtExtMIBGroupRev1 | 1.3.6.1.4.1.9.9.183.3.2.7 | A collection of objects providing APN configurations. This is obsoleted by cgprsAccPtExtMIBGroupRev2. | ||
| cgprsAccPtExtMIBGroupRev2 | 1.3.6.1.4.1.9.9.183.3.2.9 | A collection of objects providing APN configurations. This is deprecated by cgprsAccPtExtMIBGroupRev3. | ||
| cgprsAccPtExtMIBGroupRev3 | 1.3.6.1.4.1.9.9.183.3.2.10 | A collection of objects providing APN configurations. | ||
| cgprsAccPtExtMIBGroupSup1 | 1.3.6.1.4.1.9.9.183.3.2.33 | This group supplements cgprsAccPtExtMIBGroupRev3 to provide dual stack APN configurations. | ||
| cgprsAccPtExtMIBGroupSup2 | 1.3.6.1.4.1.9.9.183.3.2.37 | This group supplements cgprsAccPtExtMIBGroupRev3 to provide APN configurations. | ||
| cgprsAccPtExtTable | 1.3.6.1.4.1.9.9.183.1.1.3 | not-accessible | This table is an extension of cgprsAccPtTable. | |
| C32 cgprsAccPtFailMsActivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.82 | Counter32 | read-only | This object indicates the total number of failed PDP or Bearer context activation procedures initiated by MS on this APN. |
| C32 cgprsAccPtFailPdpUpdate | 1.3.6.1.4.1.9.9.183.1.3.1.1.83 | Counter32 | read-only | This object represents the total number of failed PDP or Bearer context update for the initiated update requests on this APN. |
| cgprsAccPtGenServerConfigEntry | 1.3.6.1.4.1.9.9.183.1.1.4.1.1 | not-accessible | An entry in cgprsAccPtGenServerConfigTable. | |
| cgprsAccPtGenServerConfigs | 1.3.6.1.4.1.9.9.183.1.1.4 | |||
| cgprsAccPtGenServerConfigTable | 1.3.6.1.4.1.9.9.183.1.1.4.1 | not-accessible | Each column in this table represent IP address of different generic servers, for example: DNS, NetBIOS, configured on the APN. | |
| cgprsAccPtGenServerGroup | 1.3.6.1.4.1.9.9.183.3.2.11 | A collection of objects providing address of generic server configurations on the APN. | ||
| C32 cgprsAccPtGgsnDeactivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.9 | Counter32 | read-only | This object indicates the total number of PDP context deactivation procedures initiated by the Gateway. Trigger Condition: This counter is triggered by delete PDP request message. |
| T/F cgprsAccPtGtpRespMesgWaitAcctng | 1.3.6.1.4.1.9.9.183.1.1.3.1.3 | TruthValue | read-create | When this object is set to 'true', Gateway waits for a RADIUS accounting response before sending a create PDP or Bearer context response to the MME or SGSN, for create PDP or Bearer context requests received at a particular APN. When this object is set to 'false', Gateway sends create PDP or Bearer response to MME or SGSN after sending a RADIUS start accounting message to the RADIUS server (without waiting for a response from the RADIUS accounting server). |
| T/F cgprsAccPtGtpUpdateFailDelete | 1.3.6.1.4.1.9.9.183.1.1.3.1.22 | TruthValue | read-create | This object denotes the action to be taken when a COA initiated update request for QOS change fails for a PDP or Bearer context on this Access Point. If the object is set to 'true' and the update response from MME or SGSN (for a update request) is not got after the configured retries or the received response indicates a cause value other than 'request accepted', then the PDP or Bearer context will be deleted by the Gateway. |
| T/F cgprsAccPtGxEnable | 1.3.6.1.4.1.9.9.183.1.1.3.1.25 | TruthValue | read-create | This object when set to 'true', indicates that this APN is Gx enabled. |
| U32 cgprsAccPtIdlePdpPurgeTimer | 1.3.6.1.4.1.9.9.183.1.1.1.1.20 | Unsigned32 | read-create | This object indicates maximum idle connection time allowed to the PDP or Bearer context before termination of the GTP session. A value of 0 means session idle timer is not used. |
| NUM cgprsAccPtIfIndex | 1.3.6.1.4.1.9.9.183.1.1.1.1.13 | InterfaceIndexOrZero | read-create | 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. |
| IP cgprsAccPtIfNextHop | 1.3.6.1.4.1.9.9.183.1.1.1.1.14 | IpAddress | read-create | 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. |
| cgprsAccPtImsConfigEntry | 1.3.6.1.4.1.9.9.183.1.1.5.1.1 | not-accessible | An entry in cgprsAccPtImsConfigTable | |
| cgprsAccPtImsConfigs | 1.3.6.1.4.1.9.9.183.1.1.5 | |||
| cgprsAccPtImsConfigTable | 1.3.6.1.4.1.9.9.183.1.1.5.1 | not-accessible | IP Multimedia Subsystem(IMS) has been introduced in 3GPP release 5 for the provision of multimedia services. The Gateway terminates the GPRS Bearer to carry IMS signaling and traffic. It communicates with Policy Decision Function(PDF) over the Go interface and acts as a Policy Enforcement Point(PEP) to enforce QoS per media flows using COPS protocol. This table represents various parameters required to support IMS. This table is deprecated as IMS is not supported from GGSN 5.0 release onwards. | |
| BIT cgprsAccPtImsEnable | 1.3.6.1.4.1.9.9.183.1.1.5.1.1.1 | Bits | read-create | This object indicates whether IMS traffic, both signaling and data, is allowed on this APN. When set to disable - IMS traffic is not allowed. enable - IMS traffic is allowed. exclusive - Only IMS traffic is allowed, non-IMS traffic will be rejected. transformPrimary - non IMS traffic will be allowed but all the rules applicable to IMS traffic will also apply, for example. ACL's. The options 'exclusive' and 'transformPrimary' are mutually exclusive and can be set only when IMS is enabled, i.e., when 'enable' is set. |
| cgprsAccPtImsGroup | 1.3.6.1.4.1.9.9.183.3.2.12 | A collection of objects providing IMS configurations under APN. | ||
| T/F cgprsAccPtImsiSuppressed | 1.3.6.1.4.1.9.9.183.1.1.3.1.4 | TruthValue | read-create | This object specifies whether GGSN will be sending the radius attribute, IMSI value, in any of the radius requests to the radius server or not. When set to 'true', the IMSI attribute will not be sent by the GGSN. When set to 'false', the IMSI attribute will be sent by the GGSN. This object is obsoleted by cgprsAccPtSuppressRadiusAttribs. |
| ACC cgprsAccPtImsSigAccGroupIn | 1.3.6.1.4.1.9.9.183.1.1.5.1.1.3 | AccessControlListOrZero | read-create | This object represents the access list that will be applied to all the IMS signaling PDP context received by this APN from the PDN for forwarding towards a MS. An IMS signaling PDP context will have IMS signaling flag set in the PCO field. |
| ACC cgprsAccPtImsSigAccGroupOut | 1.3.6.1.4.1.9.9.183.1.1.5.1.1.4 | AccessControlListOrZero | read-create | This object represents the access list that will be applied to all the IMS signaling PDP context received by this APN from a MS for forwarding towards PDN. An IMS signaling PDP context will have IMS signaling flag set in the PCO field. |
| U32 cgprsAccPtIndex | 1.3.6.1.4.1.9.9.183.1.1.1.1.1 | Unsigned32 | not-accessible | A locally unique identifier for this access point on this Gateway. |
| NTF cgprsAccPtInServiceNotif | 1.3.6.1.4.1.9.9.183.2.0.5 | A notification of this type is generated when APN is placed in in-service mode which is specified by cgprsAccPtOperationMode. | ||
| T/F cgprsAccPtInterimAccountinEnable | 1.3.6.1.4.1.9.9.183.1.1.3.1.10 | TruthValue | read-create | This object is used to enable Interim Accounting for a PDP or Bearer context on this APN. When set to 'true', accounting updates will be triggered whenever a update PDP or Bearer request is received. This object can set to 'true' only when accounting(cgprsAccPtAaaAccountingEnable) is enabled. |
| ACC cgprsAccPtIPAccListGroupIn | 1.3.6.1.4.1.9.9.183.1.1.1.1.11 | AccessControlListId | read-create | 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 or Bearer session terminated. Which of these treatments is taken is specified by the object cgprsAccPtAccessViolation. This object is ignored if cgprsAccPtIPAccListInEnable is set to 'false'. |
| ACC cgprsAccPtIPAccListGroupOut | 1.3.6.1.4.1.9.9.183.1.1.1.1.12 | AccessControlListId | read-create | 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 or Bearer session terminated. Which of these treatments is taken is specified by the object cgprsAccPtAccessViolation. This object is ignored if cgprsAccPtIPAccListOutEnable is set to 'false'. |
| T/F cgprsAccPtIPAccListInEnable | 1.3.6.1.4.1.9.9.183.1.1.3.1.1 | TruthValue | read-create | When this object is set to 'true', ACL denoted by cgprsAccPtIPAccListGroupIn will be active. When set to 'false', it will become inactive. |
| T/F cgprsAccPtIPAccListOutEnable | 1.3.6.1.4.1.9.9.183.1.1.3.1.2 | TruthValue | read-create | When this object is set to 'true', ACL denoted by cgprsAccPtIPAccListGroupOut will be active. When set to 'false', it will become inactive. |
| G32 cgprsAccPtIpAddrAllocations | 1.3.6.1.4.1.9.9.183.1.1.1.1.18 | Gauge32 | read-only | 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 or Bearer context request message respectively. |
| INT cgprsAccPtIpAddressPool | 1.3.6.1.4.1.9.9.183.1.1.1.1.5 | INTEGER | read-create | 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 Gateway '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 Gateway is going to be used. cgprsAccPtIpAddrLocalPoolName denotes the name of the corresponding address pool. |
| STR cgprsAccPtIpAddrLocalPoolName | 1.3.6.1.4.1.9.9.183.1.1.3.1.18 | SnmpAdminString | read-create | This object represents the name of the local address pool used when cgprsAccPtIpAddressPool is set to 'local'. |
| T/F cgprsAccPtIpAddrPoolNoRedistribute | 1.3.6.1.4.1.9.9.183.1.1.3.1.31 | TruthValue | read-create | This object indicates whether route propagation from PCOP to SUP (Supervisor) shall occur. This object can be set/unset only when the object cgprsAccPtIpAddressPool is configured. By default the value of this object is false. Setting it to true does not allow the redistribution of routes from PCOP to the SUP. |
| C32 cgprsAccPtIpv4v6MsActivatedDynamicPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.80 | Counter32 | read-only | This object indicates the total number of IPv4v6 PDP or Bearer context activation procedures initiated by any MS on this APN. |
| C32 cgprsAccPtIpv4v6MsSuccActivatedDynamicPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.81 | Counter32 | read-only | This object indicates the total number of successfully completed IPv4v6 PDP or Bearer context activation procedures initiated by MS on this APN. |
| ACC cgprsAccPtIpv6AccessGroupDown | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.7 | AccessControlListName | read-create | This object specifies the name of the access list applied to all the traffic received by this APN from the PDN, for forwarding towards a MS. |
| ACC cgprsAccPtIpv6AccessGroupUp | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.8 | AccessControlListName | read-create | This object specifies the name of the access list applied to all the traffic received by this APN from a MS, for forwarding towards PDN. |
| G32 cgprsAccPtIpv6AddrAllocations | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.16 | Gauge32 | read-only | This object indicates the total number of IPv6 addresses currently allocated to user. |
| STR cgprsAccPtIpv6AddrLocalPoolName | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.10 | SnmpAdminString | read-create | This object specifies the name of the local address pool used when cgprsAccPtIpv6AddrPool is set to 'local'. |
| INT cgprsAccPtIpv6AddrPool | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.9 | INTEGER | read-create | This object specifies a dynamic address allocation method followed by 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 Gateway under AAA configurations will be used to allocation a dynamic IPv6 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 Gateway is going to be used. cgprsAccPtIpv6AddrLocalPoolName denotes the name of the corresponding address pool. |
| U32 cgprsAccPtIpv6BaseVTemplate | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.1 | Unsigned32 | read-create | This object specifies the base virtual template for an APN. To create a sub-interface for each PDP or Bearer, a base virtual-template needs to be configured so that virtual-access interface can be cloned from it. Many APN can share one base virtual-template. But one APN can only use one base virtual-template. This object must be set to appropriate value for IPv6 APN i.e., when the object cgprsAccPtIpv6Enable or cgprsAccPtIpv6Exclusive is set to 'true'. |
| cgprsAccPtIpv6Configs | 1.3.6.1.4.1.9.9.183.1.1.9 | |||
| IPt cgprsAccPtIpv6DnsAddrType | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.2 | InetAddressType | read-create | This object specifies the type of cgprsAccPtIpv6DnsPriAddress and cgprsAccPtIpv6DnsSecAddress. DNS addresses to be sent to the MS can come from DHCP server or RADIUS server based on IP address allocation scheme chosen by cgprsAccPtIpv6AddrPool. The IP address configured to cgprsAccPtIpv6DnsPriAddress and cgprsAccPtIpv6DnsSecAddress will be sent to MS only when - DHCP/RADIUS servers does not return any DNS address. - local address pool is used for IP address allocation for MS. |
| IP cgprsAccPtIpv6DnsPriAddress | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.3 | InetAddress | read-create | This object specifies the IPv6 address of the primary DNS server that will be sent to MS. |
| IP cgprsAccPtIpv6DnsSecAddress | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.4 | InetAddress | read-create | This object specifies the IPv6 address of the secondary DNS server that will be sent to MS. This object can be configured only after configuring the primary DNS address(cgprsAccPtIpv6DnsPriAddress). |
| C32 cgprsAccPtIpv6DownstreamPackets | 1.3.6.1.4.1.9.9.183.1.3.1.1.37 | Counter32 | read-only | This object represents the total number of downstream packets sent on this APN. Data flow from PDN to MS is considered to be downstream traffic. Trigger Condition: This counter is triggered when downstream traffic is being routed to PDN. |
| C64 cgprsAccPtIpv6DownstreamTrafficVolume | 1.3.6.1.4.1.9.9.183.1.3.1.1.35 | Counter64 | read-only | This object indicates the total payload volume in downstream traffic sent on this APN. Data flow from PDN to MS is considered as downstream traffic. Trigger Condition: This counter is triggered when downstream traffic is being routed to PDN. |
| T/F cgprsAccPtIpv6Enable | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.5 | TruthValue | read-create | This object specifies whether the APN supports IPv6 PDP or Bearer. The Gateway supports dual stack APN. Both IPv6 and IPv4 PDP or Bearer can be created for the same APN. |
| cgprsAccPtIpv6Entry | 1.3.6.1.4.1.9.9.183.1.1.9.1.1 | not-accessible | An entry in cgprsAccPtIpv6Table. The agent can create/destroy/modify a profile as a result of actions from the local console. The table objects can be modified, when the RowStatus is active. The entries in this table are stored in NVRAM when the agent writes the configuration to memory before restart. | |
| T/F cgprsAccPtIpv6Exclusive | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.6 | TruthValue | read-create | This object specifies whether the APN supports only IPv6 PDPs or Bearers. |
| C32 cgprsAccPtIpv6GgsnDeactivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.32 | Counter32 | read-only | This object indicates the total number of IPv6 PDP context deactivation procedures initiated by the Gateway on this APN. Trigger Condition: This counter is triggered by delete PDP request message, sent by the Gateway to a MME or SGSN. |
| C32 cgprsAccPtIpv6GgsnSuccDeactivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.33 | Counter32 | read-only | This object indicates the total number of successfully completed IPv6 PDP context deactivation procedures initiated by the Gateway on this APN. Trigger Condition: This counter is triggered by delete PDP response message, received by the Gateway from a MME or SGSN. |
| cgprsAccPtIpv6Group | 1.3.6.1.4.1.9.9.183.3.2.21 | A collection of objects providing configurations for IPv6 feature. | ||
| cgprsAccPtIpv6GroupSup1 | 1.3.6.1.4.1.9.9.183.3.2.34 | This group supplements cgprsAccPtIpv6Group to provide Ipv6 address allocation status. | ||
| C32 cgprsAccPtIpv6MsActivatedDynPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.28 | Counter32 | read-only | This object indicates the total number of dynamic IPv6 PDP or Bearer context activation procedures initiated by the MS on this APN. When a MS requests dynamic PDP or Bearer address from the PLMN, a dynamic PDP or Bearer context activation procedure is initiated. Trigger Condition: This counter is triggered by create PDP or Bearer request message, received by Gateway from an MS. |
| C32 cgprsAccPtIpv6MsActivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.24 | Counter32 | read-only | This object indicates the total number of IPv6 PDP or Bearer context activation procedures initiated by any MS on this APN. Trigger Condition: This counter is triggered by a request message to create PDP or Bearer context. |
| C32 cgprsAccPtIpv6MsDeactivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.30 | Counter32 | read-only | This object indicates the total number of IPv6 PDP or Bearer context deactivation procedures initiated by the MS on this APN. Trigger Condition: This counter is triggered by delete PDP or Bearer request message. |
| C32 cgprsAccPtIpv6MsSuccActivatedDynPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.29 | Counter32 | read-only | This object indicates the total number of successfully completed dynamic IPv6 PDP or Bearer context activation procedures initiated by MS on this APN. Trigger Condition: This counter is triggered by create PDP or Bearer response message. |
| C32 cgprsAccPtIpv6MsSuccActivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.25 | Counter32 | read-only | This object indicates the total number of successfully completed IPv6 PDP or Bearer context activation procedures initiated by MS on this APN. Trigger Condition: This counter is triggered by create PDP or Bearer response message sent by the Gateway. |
| C32 cgprsAccPtIpv6MsSuccDeactivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.31 | Counter32 | read-only | This object indicates the total number of successfully completed IPv6 PDP or Bearer context deactivation procedures initiated by the MS on this APN. Trigger Condition: This counter is triggered by delete PDP or Bearer context response message. |
| C32 cgprsAccPtIpv6NetworkInitDeactPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.26 | Counter32 | read-only | This object indicates the total number of IPv6 PDP or Bearer context deactivation procedures initiated by network. Trigger Condition: This counter is triggered by delete PDP or Bearer request message by network. |
| C32 cgprsAccPtIpv6NetworkInitDeactSuccPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.27 | Counter32 | read-only | This object indicates the total number of successfully completed IPv6 PDP or Bearer context deactivation procedures initiated by the network on this APN. Trigger Condition: This counter is triggered by delete PDP or Bearer response message by network. |
| INT cgprsAccPtIpv6Redirect | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.11 | INTEGER | read-create | This object specifies the traffic redirection in an APN. - 'none', indicates that, traffic will not be redirected i.e., the traffic will get switched through the Gateway without going through any Gi interface. - 'intermobile', when this redirection is active on an APN, before downstream packets exit the Gateway, they are screened to see if they come from other GTP tunnels. If so, packets won't be GTP-tunneled downstream, but will get redirected to the device specified by the object cgprsAccPtIpv6RedirectAddr. - 'all', when this redirection is active on an APN, redirect all packets to a specified destination, given by the object cgprsAccPtIpv6RedirectAddr, regardless whether the destination address belongs to a MS on the same Gateway or not. |
| IP cgprsAccPtIpv6RedirectAddr | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.13 | InetAddress | read-create | This object specifies the Internet address of the device to which traffic will be re-directed. |
| IPt cgprsAccPtIpv6RedirectAddrType | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.12 | InetAddressType | read-create | This object specifies the type of cgprsAccPtIpv6RedirectAddr. |
| T/F cgprsAccPtIpv6SecurityVerifyDst | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.15 | TruthValue | read-create | When this object is set to 'true', the Gateway will check the upstream TPDU destination address against the range of IP addresses reserved for PLMN devices. If there is a match, the TPDU is dropped. This check would enable the Gateway to protect the GPRS network from some hacker who may try to flood the Gateway and PLMN nodes with intense data traffic. When the object is set to 'false', the Gateway will not perform any checking on the upstream TPDU for the destination address. |
| T/F cgprsAccPtIpv6SecurityVerifySrc | 1.3.6.1.4.1.9.9.183.1.1.9.1.1.14 | TruthValue | read-create | When this object is set to 'true', the Gateway will check the upstream TPDU source address against the address previously assigned to this user. If the addresses are different, the TPDU is dropped. This check will enable the Gateway to restrict the users with fake identity. When the object is set to 'false', the Gateway will not perform any checking on the upstream TPDU for the source address. |
| cgprsAccPtIpv6Table | 1.3.6.1.4.1.9.9.183.1.1.9.1 | not-accessible | The Gateway supports IPv6 PDP or Bearer type and its user traffic. It will provide the IPv6 prefix and interface identifier to the MS; generate IPv6 PDP or Bearer address in the appropriate charging records and AAA accounting record. This table represents various parameters required to support IPv6 PDP or Bearer under APN. | |
| C32 cgprsAccPtIpv6UpstreamPackets | 1.3.6.1.4.1.9.9.183.1.3.1.1.36 | Counter32 | read-only | This object indicates the total number of upstream packets sent on this APN. Data flow from MS to PDN is considered to be upstream traffic. Trigger Condition: This counter is triggered when upstream traffic is being routed to PDN. |
| C64 cgprsAccPtIpv6UpstreamTrafficVolume | 1.3.6.1.4.1.9.9.183.1.3.1.1.34 | Counter64 | read-only | This object indicates the total payload volume in upstream traffic sent on this APN. Data flow from MS to PDN is considered to be upstream traffic. Trigger Condition: This counter is triggered when upstream traffic is being routed to PDN. |
| NTF cgprsAccPtMaintenanceNotif | 1.3.6.1.4.1.9.9.183.2.0.4 | A notification of this type is generated when APN is placed in maintenance mode which is specified by cgprsAccPtOperationMode. | ||
| U32 cgprsAccPtMaxSubnetsBehindMobile | 1.3.6.1.4.1.9.9.183.1.1.3.1.28 | Unsigned32 | read-create | This object indicates the number of subnetworks that can be permitted behind the Mobile station. This object can be set only when the object cgprsAccPtNetworkBehindMsEnable is set to 'true' as this object can take effect only when cgprsAccPtNetworkBehindMsEnable is 'true'. Setting the value of '0' to this object will not take effect. The value of this object will be set to '0' only if the object cgprsAccPtNetworkBehindMsEnable is set to 'false'. |
| cgprsAccPtMIBCompliance | 1.3.6.1.4.1.9.9.183.3.1.1 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. | ||
| cgprsAccPtMIBComplianceRev1 | 1.3.6.1.4.1.9.9.183.3.1.2 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. | ||
| cgprsAccPtMIBComplianceRev10 | 1.3.6.1.4.1.9.9.183.3.1.11 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. This is deprecated by cgprsAccPtMIBComplianceRev11. | ||
| cgprsAccPtMIBComplianceRev11 | 1.3.6.1.4.1.9.9.183.3.1.12 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. This is deprecated by cgprsAccPtMIBComplianceRev12. | ||
| cgprsAccPtMIBComplianceRev12 | 1.3.6.1.4.1.9.9.183.3.1.13 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. This is deprecated by cgprsAccPtMIBComplianceRev13. | ||
| cgprsAccPtMIBComplianceRev13 | 1.3.6.1.4.1.9.9.183.3.1.14 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. This is superceded by cgprsAccPtMIBComplianceRev14. | ||
| cgprsAccPtMIBComplianceRev14 | 1.3.6.1.4.1.9.9.183.3.1.15 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. This is superceded by cgprsAccPtMIBComplianceRev15. | ||
| cgprsAccPtMIBComplianceRev15 | 1.3.6.1.4.1.9.9.183.3.1.16 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. | ||
| cgprsAccPtMIBComplianceRev2 | 1.3.6.1.4.1.9.9.183.3.1.3 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. This is obsoleted by cgprsAccPtMIBComplianceRev3. | ||
| cgprsAccPtMIBComplianceRev3 | 1.3.6.1.4.1.9.9.183.3.1.4 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. This is deprecated by cgprsAccPtMIBComplianceRev4. | ||
| cgprsAccPtMIBComplianceRev4 | 1.3.6.1.4.1.9.9.183.3.1.5 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. | ||
| cgprsAccPtMIBComplianceRev5 | 1.3.6.1.4.1.9.9.183.3.1.6 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. | ||
| cgprsAccPtMIBComplianceRev6 | 1.3.6.1.4.1.9.9.183.3.1.7 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. | ||
| cgprsAccPtMIBComplianceRev7 | 1.3.6.1.4.1.9.9.183.3.1.8 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. | ||
| cgprsAccPtMIBComplianceRev8 | 1.3.6.1.4.1.9.9.183.3.1.9 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. This is deprecated by cgprsAccPtMIBComplianceRev9. | ||
| cgprsAccPtMIBComplianceRev9 | 1.3.6.1.4.1.9.9.183.3.1.10 | The compliance statements for entities which implement the CISCO-GPRS-ACC-PT-MIB. This is deprecated by cgprsAccPtMIBComplianceRev10. | ||
| cgprsAccPtMIBCompliances | 1.3.6.1.4.1.9.9.183.3.1 | |||
| cgprsAccPtMIBGroup | 1.3.6.1.4.1.9.9.183.3.2.1 | A collection of objects providing APN configurations. | ||
| cgprsAccPtMIBGroupRev1 | 1.3.6.1.4.1.9.9.183.3.2.4 | A collection of objects providing APN configurations. | ||
| cgprsAccPtMIBGroups | 1.3.6.1.4.1.9.9.183.3.2 | |||
| cgprsAccPtMIBNotifGroup | 1.3.6.1.4.1.9.9.183.3.2.6 | A collection of objects providing GPRS access point notifications. | ||
| cgprsAccPtMIBNotifGroupRev1 | 1.3.6.1.4.1.9.9.183.3.2.19 | A collection of objects providing GPRS access point notifications. | ||
| cgprsAccPtMIBNotificationPrefix | 1.3.6.1.4.1.9.9.183.2 | |||
| cgprsAccPtMIBNotifications | 1.3.6.1.4.1.9.9.183.2.0 | |||
| cgprsAccPtMIBR100Group | 1.3.6.1.4.1.9.9.183.3.2.31 | A collection of config objects added for providing the name of the CSG Group and allowing the redistribution of routes from PCOP to the SUP (Supervisor). | ||
| cgprsAccPtMIBR60Group | 1.3.6.1.4.1.9.9.183.3.2.20 | A collection of objects added as a part of GGSN R6.0 release. | ||
| cgprsAccPtMIBR80Group | 1.3.6.1.4.1.9.9.183.3.2.24 | A collection of config objects added for GGSN 8.0. | ||
| cgprsAccPtMIBR80GroupSup1 | 1.3.6.1.4.1.9.9.183.3.2.26 | A collection of config objects added for GGSN 8.0. | ||
| cgprsAccPtMIBR90Group | 1.3.6.1.4.1.9.9.183.3.2.27 | A collection of config objects added for GGSN 9.0. This is deprecated by cgprsAccPtMIBR90GroupRev1. | ||
| cgprsAccPtMIBR90GroupRev1 | 1.3.6.1.4.1.9.9.183.3.2.30 | A collection of config objects added for GGSN. | ||
| cgprsAccPtMIBR92Group | 1.3.6.1.4.1.9.9.183.3.2.29 | A collection of config objects added for GGSN. | ||
| INT cgprsAccPtMode | 1.3.6.1.4.1.9.9.183.1.1.1.1.4 | INTEGER | read-create | 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 Gateway. |
| C32 cgprsAccPtMsActivatedDynPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.3 | Counter32 | read-only | This object indicates the total number of dynamic PDP or Bearer context activation procedures initiated by the MS on this APN. When a MS requests dynamic PDP or Bearer address from the PLMN, a dynamic PDP or Bearer context activation procedure is initiated. Trigger Condition: This counter is triggered by a request message to create a PDP or Bearer context. |
| C32 cgprsAccPtMsActivatedPdpsEx | 1.3.6.1.4.1.9.9.183.1.3.1.1.1 | Counter32 | read-only | This object indicates the total number of PDP or Bearer context activation procedures initiated by any MS on this APN. Trigger Condition: This counter is triggered by create PDP or Bearer request message. |
| IPt cgprsAccPtMsAddrType | 1.3.6.1.4.1.9.9.183.1.4.1 | InetAddressType | accessible-for-notify | This object specifies the type of Internet address denoted by cgprsAccPtMsAllocAddr, cgprsAccPtMsNewAddr and cgprsAccPtMsTpduDstAddr. |
| IP cgprsAccPtMsAllocAddr | 1.3.6.1.4.1.9.9.183.1.4.2 | InetAddress | accessible-for-notify | This object specifies the IP address that is assigned to the MS during PDP activation. |
| C32 cgprsAccPtMsDeactivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.5 | Counter32 | read-only | This object indicates the total number of PDP or Bearer context deactivation procedures initiated by the MS on this APN. Trigger Condition: This counter is triggered by a request message to delete PDP or Bearer context. |
| T/F cgprsAccPtMsIsdnSuppressed | 1.3.6.1.4.1.9.9.183.1.1.1.1.24 | TruthValue | read-create | 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 Gateway. When set to 'false', the ISDN ID attribute will be sent by the Gateway. To set this object to 'true', AAA radius group for authentication should have been configured on the Gateway(either at global or APN level). |
| STR cgprsAccPtMsIsdnSuppressedValue | 1.3.6.1.4.1.9.9.183.1.1.1.1.25 | DisplayString | read-create | 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. |
| IP cgprsAccPtMsNewAddr | 1.3.6.1.4.1.9.9.183.1.4.3 | InetAddress | accessible-for-notify | This object specifies the fake IP address that is used by the MS. |
| IP cgprsAccPtMsTpduDstAddr | 1.3.6.1.4.1.9.9.183.1.4.4 | InetAddress | accessible-for-notify | This object specifies the upstream TPDU destination address used by a MS that falls in the reserved range of IP addresses for PLMN devices. |
| INT cgprsAccPtMsType | 1.3.6.1.4.1.9.9.183.1.1.6.1.1.1 | INTEGER | not-accessible | This object represents the type of MS to which the charging profile selected by cgprsAccPtChgProfile is applied on this APN. Different types of MS - A roaming MS belongs to a MME/SGSN of a different PLMN. A visitor MS is one whose IMSI value belongs to a different PLMN. A home MS is neither roamer nor visitor, i.e., IMSI and MME/SGSN corresponds to same PLMN. A roamer/visitor is said to be Trusted/Friendly if the different PLMN is a trusted/friendly PLMN. |
| STR cgprsAccPtName | 1.3.6.1.4.1.9.9.183.1.1.1.1.3 | SnmpAdminString | read-create | 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'. |
| IPt cgprsAccPtNetbiosServerAddrType | 1.3.6.1.4.1.9.9.183.1.1.4.1.1.4 | InetAddressType | read-create | This object indicates the type of Internet address by which cgprsAccPtPriNetbiosServer and cgprsAccPtSecNetbiosServer are reachable. NBNS addresses to be sent to the MS can come from DHCP server or RADIUS server based on IP address allocation scheme chosen by cgprsAccPtIpAddressPool. The IP address configured to cgprsAccPtPriNetbiosServer and cgprsAccPtSecNetbiosServer will be sent to MS only when - DHCP/RADIUS servers does not return any NBNS address. - local address pool is used for IP address allocation for MS. |
| T/F cgprsAccPtNetworkBehindMsEnable | 1.3.6.1.4.1.9.9.183.1.1.3.1.27 | TruthValue | read-create | This object when set to 'true', enables the Gateway to support a network behind the Mobile Station. |
| C32 cgprsAccPtNetworkInitDeleteBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.46 | Counter32 | read-only | This object indicates the total number of Bearer delete initiated by network. |
| T/F cgprsAccPtNetworkInitiated | 1.3.6.1.4.1.9.9.183.1.1.1.1.17 | TruthValue | read-create | This object indicates whether network (PDN) initiated PDP or Bearer sessions are allowed for this access point. The more common case, is false, which indicates that the PDP or Bearer is initiated by the MS. |
| C32 cgprsAccPtNetworkInitPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.7 | Counter32 | read-only | This object indicates the total number of network initiated PDP or Bearer context activation procedures. Trigger Condition: This counter is triggered by a request message to create PDP or Bearer context. |
| cgprsAccPtNotifInfoGroup | 1.3.6.1.4.1.9.9.183.3.2.18 | A collection of objects providing notification info on an APN. | ||
| INT cgprsAccPtOperationMode | 1.3.6.1.4.1.9.9.183.1.1.3.1.12 | INTEGER | read-create | This object denotes the operation mode of this APN. Each mode has different PDP or Bearer context activation and deactivation behavior and is given as below: inService - normal operational mode in which all functions are allowed. cgprsAccPtInServiceNotif notification will be sent to indicate the state change. maintenance - No new PDPs or Bearers can be activated in this state. cgprsAccPtMaintenanceNotif notification will be sent to indicate the state change. |
| cgprsAccPtPcscfGroup | 1.3.6.1.4.1.9.9.183.3.2.23 | A collection of pcscf related objects. | ||
| STR cgprsAccPtPCscfGroupName | 1.3.6.1.4.1.9.9.183.1.1.5.1.1.2 | SnmpAdminString | read-create | This object represents the Proxy-CSCF server group that will be used by this APN. Proxy-CSCF server group contains list of Proxy-CSCF addresses which will be provided to MS(UE) in response to a PDP contexts for which P-CSCF address request field is set in PCO. |
| T/F cgprsAccPtPcscfLoadBalance | 1.3.6.1.4.1.9.9.183.1.1.3.1.26 | TruthValue | read-create | The Proxy-CSCF server group represented by the object cgprsAccPtPcscfServerGroupName contains a list of Proxy-CSCF addresses which will be provided to the MS(UE) in the PCO (Protocol Configuration Option) response message. The object cgprsAccPtPcscfLoadBalance when set to 'true', enables Gateway to include the IP address of the least loaded P-CSCF server in the PCO response message. Round Robin algorithm is used for the selection of the least loaded P-CSCF server. |
| STR cgprsAccPtPcscfServerGroupName | 1.3.6.1.4.1.9.9.183.1.1.1.1.36 | SnmpAdminString | read-create | 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 or Bearer contexts for which the P-CSCF address request field is set in PCO. |
| STR cgprsAccPtPdpInServicePolicyName | 1.3.6.1.4.1.9.9.183.1.1.3.1.15 | SnmpAdminString | read-create | Per PDP or Bearer Policy feature on the Gateway ensures that the PDP or Bearer contexts does not exceed bandwidth negotiated as part of PDP or Bearer context activation procedure. A service policy contains classification and policing parameters, details of the same is out of the scope of this MIB. This object denotes the name of the service policy that is applicable to inbound traffic on all the PDP's pertaining to this APN. |
| STR cgprsAccPtPdpOutServicePolicyNam | 1.3.6.1.4.1.9.9.183.1.1.3.1.16 | SnmpAdminString | read-create | This object denotes the name of the service policy that is applicable to outbound traffic on all the PDP's or Bearer's pertaining to this APN. |
| C32 cgprsAccPtPdpUpdateReqSent | 1.3.6.1.4.1.9.9.183.1.3.1.1.38 | Counter32 | read-only | This object represents the total number of PDP or Bearer context update requests sent on this APN. Trigger Condition: This counter is triggered when a PDP or Bearer context update request is initiated. |
| T/F cgprsAccPtPppRegenEnable | 1.3.6.1.4.1.9.9.183.1.1.1.1.32 | TruthValue | read-create | This object is used to enable Gateway to regenerate a PPP session for each IP PDP or Bearer context on this APN. |
| I32 cgprsAccPtPppRegenMaxSessions | 1.3.6.1.4.1.9.9.183.1.1.1.1.33 | Integer32 | read-create | 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 Gateway's platform. |
| I32 cgprsAccPtPppRegenSetupTime | 1.3.6.1.4.1.9.9.183.1.1.1.1.34 | Integer32 | read-create | 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'. |
| T/F cgprsAccPtPppRegenVerifyDomain | 1.3.6.1.4.1.9.9.183.1.1.3.1.17 | TruthValue | read-create | When this object is set to 'true', a PPP regen session creation would be rejected if the domain name in PCO field is different than the APN name. This object can only be set when cgprsAccPtPppRegenEnable is 'true'. |
| IP cgprsAccPtPriDnsServer | 1.3.6.1.4.1.9.9.183.1.1.4.1.1.2 | InetAddress | read-create | This object specifies the IP address of the primary DNS server that will be sent to MS. |
| IP cgprsAccPtPriNetbiosServer | 1.3.6.1.4.1.9.9.183.1.1.4.1.1.5 | InetAddress | read-create | This object specifies the IP address of the primary NetBIOS name server(NBNS) that will be sent to MS. |
| STR cgprsAccPtRadiusAttrNasId | 1.3.6.1.4.1.9.9.183.1.1.3.1.14 | SnmpAdminString | read-create | This object denotes the value used as NAS ID in the RADIUS access requests sent by the Gateway on this APN. A zero length string needs to be set to unconfigure the NAS ID value. |
| IP cgprsAccPtRadiusServerPri | 1.3.6.1.4.1.9.9.183.1.1.1.1.9 | IpAddress | read-create | 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. |
| IP cgprsAccPtRadiusServerSec | 1.3.6.1.4.1.9.9.183.1.1.1.1.10 | IpAddress | read-create | 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. |
| IP cgprsAccPtRedirInterMobilAddr | 1.3.6.1.4.1.9.9.183.1.1.3.1.8 | InetAddress | read-create | This object represents the IP address of the device to which inter-mobile traffic will be re-directed. When this redirection is active on an APN, before downstream packets exit the Gateway, they are screened to see if they come from other GTP tunnels. If so, they won't be GTP-tunneled downstream, but will get redirected to the device specified by this object and cgprsAccPtRedirInterMobilTraffic is incremented. When this object is set to zero value, inter-mobile traffic will not be redirected i.e., the traffic will get switched through Gateway without going through any Gi interface. |
| IPt cgprsAccPtRedirInterMobilAddrTyp | 1.3.6.1.4.1.9.9.183.1.1.3.1.7 | InetAddressType | read-create | This object indicates the type of Internet address by which cgprsAccPtRedirInterMobilAddr is reachable. |
| C32 cgprsAccPtRedirInterMobilTraffic | 1.3.6.1.4.1.9.9.183.1.3.1.1.16 | Counter32 | read-only | This object represents the total number of packets, pertaining to inter mobile communication, that have been redirected to device specified by cgprsAccPtRedirInterMobilAddr. |
| T/F cgprsAccPtRejNonImsPdp | 1.3.6.1.4.1.9.9.183.1.1.5.1.1.5 | TruthValue | read-create | This object represents the action to be taken on a non IMS PDP context, when cgprsAccPtImsEnable is set to 'true' on this APN. When this object is set to 'true', respective PDP context activation will be rejected. When set to 'false', PDP activation will be based on the QoS negotiation. |
| C64 cgprsAccPtRevDownstrTrafficVol | 1.3.6.1.4.1.9.9.183.1.3.1.1.18 | Counter64 | read-only | This object indicates the total payload volume in downstream traffic. Data flow from PDN to MS is considered as downstream traffic. Trigger Condition: This counter is triggered when downstream traffic is being routed to PDN. |
| C64 cgprsAccPtRevUpstreamTrafficVol | 1.3.6.1.4.1.9.9.183.1.3.1.1.17 | Counter64 | read-only | This object indicates the total payload volume in upstream traffic. Data flow from MS to PDN is considered to be upstream traffic. Trigger Condition: This counter is triggered when upstream traffic is being routed to PDN. |
| cgprsAccPtRouteProbeConfigs | 1.3.6.1.4.1.9.9.183.1.1.8 | |||
| cgprsAccPtRouteProbeEntry | 1.3.6.1.4.1.9.9.183.1.1.8.1.1 | not-accessible | An entry in cgprsAccPtRouteProbeTable. | |
| cgprsAccPtRouteProbeGroup | 1.3.6.1.4.1.9.9.183.3.2.15 | A collection of objects providing configurations for route probe feature. | ||
| cgprsAccPtRouteProbeTable | 1.3.6.1.4.1.9.9.183.1.1.8.1 | not-accessible | Route probe feature enables the Gateway to send out a route probe packet to a configured destination after a successful PDP or Bearer activation procedure. The source IP address of the packet would be the IP address of the PDP or Bearer context. This table represents various parameters set in the route probe packet. At this point, UDP packets will be sent, a new column will be added to represent the protocol when the support is extended to other protocols. | |
| ROW cgprsAccPtRowStatus | 1.3.6.1.4.1.9.9.183.1.1.1.1.2 | RowStatus | read-create | 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'. |
| IP cgprsAccPtRpDestAddr | 1.3.6.1.4.1.9.9.183.1.1.8.1.1.2 | InetAddress | read-create | This object specifies the destination IP address to which the route probe packet needs to be sent. |
| IPt cgprsAccPtRpDestAddrType | 1.3.6.1.4.1.9.9.183.1.1.8.1.1.1 | InetAddressType | read-create | This object indicates the type of Internet address by which cgprsAccPtRpDestAddr is reachable. |
| INE cgprsAccPtRpDestPort | 1.3.6.1.4.1.9.9.183.1.1.8.1.1.4 | InetPortNumber | read-create | This object specifies the destination port number of the route probe packet when cgprsAccPtRpProtocol is set to 'udp'. This object can be set only after cgprsAccPtRpDestAddr is being set. |
| INT cgprsAccPtRpProtocol | 1.3.6.1.4.1.9.9.183.1.1.8.1.1.3 | INTEGER | read-create | This objects specifies the protocol type of route probe packet. This object can be set only after cgprsAccPtRpDestAddr is being set. |
| U32 cgprsAccPtRpTtl | 1.3.6.1.4.1.9.9.183.1.1.8.1.1.5 | Unsigned32 | read-create | This object specifies the TTL value set in the route probe packet. This object can be set only after cgprsAccPtRpDestAddr is being set. |
| NTF cgprsAccPtSecDestViolNotif | 1.3.6.1.4.1.9.9.183.2.0.3 | A notification of this type is generated when security violation as specified by cgprsAccPtVerifyUpStrTpduDstAddr occurs on an APN. | ||
| IP cgprsAccPtSecDnsServer | 1.3.6.1.4.1.9.9.183.1.1.4.1.1.3 | InetAddress | read-create | This object specifies the IP address of the secondary DNS server that will be sent to MS. A secondary server can be configured only if primary exists. |
| IP cgprsAccPtSecNetbiosServer | 1.3.6.1.4.1.9.9.183.1.1.4.1.1.6 | InetAddress | read-create | This object specifies the IP address of the secondary NetBIOS name server(NBNS) that will be sent to MS. A secondary server can be configured only if primary exists. |
| NTF cgprsAccPtSecSrcViolNotif | 1.3.6.1.4.1.9.9.183.2.0.2 | A notification of this type is generated when security violation as specified by cgprsAccPtVerifyUpStrTpduSrcAddr occurs on an APN. | ||
| T/F cgprsAccPtServiceAware | 1.3.6.1.4.1.9.9.183.1.1.3.1.19 | TruthValue | read-create | This object is to enable service-aware billing (Diameter Credit Control Application [DCCA] support) on the access-point. This object can be set only when the object cGgsnSAServiceAware present in CISCO-GGSN-SERVICE-AWARE-MIB is set to 'true'. |
| BIT cgprsAccPtSetRadiusAttributes | 1.3.6.1.4.1.9.9.183.1.1.3.1.11 | Bits | read-create | This object indicates the values set in various radius attributes by the Gateway while communicating with RADIUS Server. When set to 'none' - reset the value set by the options below. 'userNameMsisdn' - MSISDN of the mobile is sent in the user-name attribute. 'accSessIdChargingId' - Charging ID is sent in the accounting session ID attribute. |
| C32 cgprsAccPtSourceAddrViolTpdus | 1.3.6.1.4.1.9.9.183.1.3.1.1.14 | Counter32 | read-only | This object indicates the total number of upstream TPDU's that have been dropped due to source address violation as specified by cgprsAccPtVerifyUpStrTpduSrcAddr. |
| cgprsAccPtStatisticsEntry | 1.3.6.1.4.1.9.9.183.1.3.1.1 | not-accessible | Entry for each APN in statistics table. | |
| cgprsAccPtStatisticsGroup | 1.3.6.1.4.1.9.9.183.3.2.3 | A collection of objects providing GPRS access point performance statistics. This is obsoleted by cgprsAccPtStatisticsGroupRev1. | ||
| cgprsAccPtStatisticsGroupRev1 | 1.3.6.1.4.1.9.9.183.3.2.8 | A collection of objects providing GPRS access point performance statistics. This is deprecated by cgprsAccPtStatisticsGroupRev2. | ||
| cgprsAccPtStatisticsGroupRev2 | 1.3.6.1.4.1.9.9.183.3.2.16 | A collection of objects providing GPRS access point performance statistics per name. This is deprecated by cgprsAccPtStatisticsGroupRev3. | ||
| cgprsAccPtStatisticsGroupRev3 | 1.3.6.1.4.1.9.9.183.3.2.22 | A collection of objects providing GPRS access point performance statistics per name. | ||
| cgprsAccPtStatisticsGroupSup1 | 1.3.6.1.4.1.9.9.183.3.2.25 | A collection of objects providing GPRS access point performance statistics per name. This is deprecated by cgprsAccPtStatisticsGroupSup2. | ||
| cgprsAccPtStatisticsGroupSup2 | 1.3.6.1.4.1.9.9.183.3.2.28 | A collection of objects providing GPRS access point performance statistics per name. This is deprecated by cgprsAccPtStatisticsGroupSup3. | ||
| cgprsAccPtStatisticsGroupSup3 | 1.3.6.1.4.1.9.9.183.3.2.32 | A collection of objects providing GPRS access point performance statistics per name. | ||
| cgprsAccPtStatisticsGroupSup4 | 1.3.6.1.4.1.9.9.183.3.2.35 | A collection of objects providing GPRS access point performance statistics per name. | ||
| cgprsAccPtStatisticsGroupSup5 | 1.3.6.1.4.1.9.9.183.3.2.38 | A collection of objects providing GPRS access point performance statistics per name. | ||
| cgprsAccPtStatisticsGroupSup6 | 1.3.6.1.4.1.9.9.183.3.2.39 | A collection of objects providing GPRS access point performance statistics per name. | ||
| cgprsAccPtStatisticsTable | 1.3.6.1.4.1.9.9.183.1.3.1 | not-accessible | This table contains the performance statistics of each APN on this Gateway. | |
| T/F cgprsAccPtSubrRequired | 1.3.6.1.4.1.9.9.183.1.1.1.1.16 | TruthValue | read-create | This object indicates if a user needs to subscribe to this access point before accessing it. |
| C32 cgprsAccPtSuccDhcpAddrRequests | 1.3.6.1.4.1.9.9.183.1.3.1.1.22 | Counter32 | read-only | This object represents the total number of successful DHCP address request sent by the Gateway on this APN. Trigger Condition: This counter is triggered by create PDP or Bearer request message. |
| C32 cgprsAccPtSuccGgsDeactivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.10 | Counter32 | read-only | This object indicates the total number of successfully completed PDP context deactivation procedures initiated by the Gateway. Trigger Condition: This counter is triggered by delete PDP request message. |
| C32 cgprsAccPtSuccMsActivatedDynPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.4 | Counter32 | read-only | This object indicates the total number of successfully completed dynamic PDP or Bearer context activation procedures initiated by MS on this APN. Trigger Condition: This counter is triggered by a request message to create a PDP or Bearer context. |
| C32 cgprsAccPtSuccMsActivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.2 | Counter32 | read-only | This object indicates the total number of successfully completed PDP or Bearer context activation procedures initiated by MS on this APN. Trigger Condition: This counter is triggered by create PDP or Bearer request message. |
| C32 cgprsAccPtSuccMsDeactivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.6 | Counter32 | read-only | This object indicates the total number of successfully completed PDP or Bearer context deactivation procedures initiated by the MS. Trigger Condition: This counter is triggered by a request message to delete PDP or Bearer context. |
| C32 cgprsAccPtSuccNetworkInitCreateDedBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.52 | Counter32 | read-only | This object indicates the total number of successful dedicated Bearer creation initiated by network. |
| C32 cgprsAccPtSuccNetworkInitCreateIPv6DedBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.54 | Counter32 | read-only | This object indicates the total number of IPv6 dedicated Bearer creation initiated by network. |
| C32 cgprsAccPtSuccNetworkInitPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.8 | Counter32 | read-only | This object indicates the total number of successfully completed network initiated PDP or Bearer context activation procedures. Trigger Condition: This counter is triggered by a request message to create PDP or Bearer context. |
| C32 cgprsAccPtSuccNetworkInitUpdateBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.50 | Counter32 | read-only | This object indicates the total number of successful Bearer update initiated by network. |
| C32 cgprsAccPtSuccPdpUpdateResRcvd | 1.3.6.1.4.1.9.9.183.1.3.1.1.39 | Counter32 | read-only | This object represents the total number of successful PDP or Bearer context update responses received with a cause value 'Request accepted' for the initiated update requests on this APN. Trigger condition: This counter is triggered when a update response with cause value 'Request accepted' is received on this APN. |
| C32 cgprsAccPtSuccRmtInitCreateBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.45 | Counter32 | read-only | This object indicates the total number of successful Bearer creation initiated by MME, SGSN or MS. |
| C32 cgprsAccPtSuccRmtInitModifyBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.48 | Counter32 | read-only | This object indicates the total number of successful Bearer modify initiated by MME or SGSN. |
| BIT cgprsAccPtSuppressRadiusAttribs | 1.3.6.1.4.1.9.9.183.1.1.3.1.9 | Bits | read-create | This object indicates the attributes that will be suppressed by the Gateway in its its authorization and accounting requests to the RADIUS server. |
| cgprsAccPtTable | 1.3.6.1.4.1.9.9.183.1.1.1 | not-accessible | This table contains a list of access points configured on this Gateway. | |
| cgprsAccPtThruPutGroup | 1.3.6.1.4.1.9.9.183.3.2.17 | A collection of objects providing throughput statistics per APN. | ||
| I32 cgprsAccPtThruputInterval | 1.3.6.1.4.1.9.9.183.1.3.3.1.1 | Integer32 | not-accessible | This object represents the time interval at which the statistics are sampled. Interval configuration is out of the scope of the MIB and are covered in CISCO-GGSN-MIB. |
| I32 cgprsAccPtThruPutLastCollected | 1.3.6.1.4.1.9.9.183.1.3.3.1.2 | Integer32 | read-only | This object represents the delta value between the time when this data is collected and the time it is been retrieved. |
| cgprsAccPtThruputStatsEntry | 1.3.6.1.4.1.9.9.183.1.3.3.1 | not-accessible | An entry in this table. | |
| cgprsAccPtThruputStatsTable | 1.3.6.1.4.1.9.9.183.1.3.3 | not-accessible | This table contains the throughput statistics of each APN on this Gateway. | |
| C32 cgprsAccPtTotalBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.43 | Counter32 | read-only | This object indicates the total number of Bearers in this APN. |
| C32 cgprsAccPtTotNetworkInitCreateDedBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.51 | Counter32 | read-only | This object indicates the total number of dedicated Bearer creation initiated by network. |
| C32 cgprsAccPtTotNetworkInitCreateIPv6DedBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.53 | Counter32 | read-only | This object indicates the total number of IPv6 dedicated Bearer creation initiated by network. |
| C32 cgprsAccPtTotNetworkInitUpdateBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.49 | Counter32 | read-only | This object indicates the total number of Bearer update initiated by network. |
| C32 cgprsAccPtTotRmtInitCreateBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.44 | Counter32 | read-only | This object indicates the total number of Bearer creation initiated by MME, SGSN or MS. |
| C32 cgprsAccPtTotRmtInitModifyBearers | 1.3.6.1.4.1.9.9.183.1.3.1.1.47 | Counter32 | read-only | This object indicates the total number of Bearer modify initiated by MME or SGSN. |
| INT cgprsAccPtType | 1.3.6.1.4.1.9.9.183.1.1.1.1.29 | INTEGER | read-create | This object specifies the type of APN. 'virtual' - Specifies an APN type that is not associated with any specific physical target network on the Gateway. 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 Gateway. 'virtualPreAuth' - Specifies an APN type that is not associated with any specific physical target network on the Gateway. It applies a pre-authentication phase for any create PDP or Bearer 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. |
| C32 cgprsAccPtUpdateRspTimeOut | 1.3.6.1.4.1.9.9.183.1.3.1.1.84 | Counter32 | read-only | This object represents the total number of failed PDP or Bearer context update response not received due to the time out for the initiated update requests on this APN. |
| G32 cgprsAccPtUpstrByteCount | 1.3.6.1.4.1.9.9.183.1.3.3.1.3 | Gauge32 | read-only | This object represents the total payload volume in upstream traffic sent on this APN in the last sampling period specified by cgprsAccPtThruputInterval. |
| C32 cgprsAccPtUpstreamPacketCount | 1.3.6.1.4.1.9.9.183.1.3.1.1.19 | Counter32 | read-only | This object represents the total number of upstream packets sent on this APN. Data flow from MS to PDN is considered to be upstream traffic. Trigger Condition: This counter is triggered when upstream traffic is being routed to PDN. |
| C32 cgprsAccPtUpstreamTrafficVol | 1.3.6.1.4.1.9.9.183.1.3.1.1.12 | Counter32 | read-only | This object indicates the total payload volume in upstream traffic. Data flow from MS to PDN is considered to be upstream traffic. This object is deprecated by cgprsAccPtRevUpstreamTrafficVol. |
| G32 cgprsAccPtUpstrPktCount | 1.3.6.1.4.1.9.9.183.1.3.3.1.5 | Gauge32 | read-only | This object represents the number of upstream packets sent on this APN in the last sampling period specified by cgprsAccPtThruputInterval. |
| G32 cgprsAccPtUsers | 1.3.6.1.4.1.9.9.183.1.1.1.1.19 | Gauge32 | read-only | The number of mobile subscribers currently accessing this APN. Obsoleted by cgprsAccPtActivePdps. |
| C32 cgprsAccPtv4v6ActDedbearerPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.59 | Counter32 | read-only | This object indicates the total number of IPv4v6, dedicated Bearer activations that were initiated by the PGW on this APN. |
| C32 cgprsAccPtv4v6MsActivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.55 | Counter32 | read-only | This object indicates the total number of IPv4v6 PDP or Bearer context activation procedures initiated by any MS on this APN. |
| C32 cgprsAccPtv4v6MsDeactivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.57 | Counter32 | read-only | This object indicates the total number of IPv4v6 PDP or Bearer context deactivation procedures initiated by the MS on this APN. |
| C32 cgprsAccPtv4v6SuccActDedbearerPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.60 | Counter32 | read-only | This object indicates the total number of IPv4v6 dedicated Bearers that were successfully activated by the PGW. |
| C32 cgprsAccPtv4v6SuccMsActivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.56 | Counter32 | read-only | This object indicates the total number of successfully completed IPv4v6 PDP or Bearer context activation procedures initiated by MS on this APN. |
| C32 cgprsAccPtv4v6SuccMsDeactivatedPdps | 1.3.6.1.4.1.9.9.183.1.3.1.1.58 | Counter32 | read-only | This object indicates the total number of successfully completed IPv4v6 PDP or Bearer context deactivation procedures initiated by the MS on this APN. |
| T/F cgprsAccPtVerifyDownlinkAddr | 1.3.6.1.4.1.9.9.183.1.1.3.1.33 | TruthValue | read-create | This object indicates that the Gateway is programmed to check and reject all downstream packets with same source and destination. When the value is set to 'true', the Gateway check and reject all downstream packets with same source and destination and 'false' means this feature is disabled. |
| T/F cgprsAccPtVerifyUpStrTpduDstAddr | 1.3.6.1.4.1.9.9.183.1.1.3.1.6 | TruthValue | read-create | When this object is set to 'true', Gateway will check the upstream TPDU destination address against the range of IP addresses reserved for PLMN devices. If there is a match, the TPDU is dropped, the notification cgprsAccPtSecDestViolNotif is generated and cgprsAccPtDestAddrViolTpdus is incremented. The configuration of IP address ranges reserved for PLMN device is out of the scope of this MIB. This check would enable the Gateway to protect the GPRS network from some hacker who may try to flood the Gateway and PLMN nodes with intense data traffic. When the object is set to 'false', no checking is performed by the Gateway. |
| T/F cgprsAccPtVerifyUpStrTpduSrcAddr | 1.3.6.1.4.1.9.9.183.1.1.3.1.5 | TruthValue | read-create | When this object is set to 'true', the Gateway will check the upstream TPDU source address against the address previously assigned to this user. If the addresses are different, the TPDU is dropped, the notification cgprsAccPtSecSrcViolNotif is generated and cgprsAccPtSourceAddrViolTpdus is incremented. This check will enable the Gateway to restrict the users with fake identity. When the object is set to 'false', no checking is performed by the Gateway. |
| STR cgprsAccPtVrfName | 1.3.6.1.4.1.9.9.183.1.1.1.1.30 | SnmpAdminString | read-create | This object specifies the name of the VRF with which this APN is associated. |
| ciscoGprsAccPtCfgNotifInfo | 1.3.6.1.4.1.9.9.183.1.2 | |||
| ciscoGprsAccPtConfig | 1.3.6.1.4.1.9.9.183.1.1 | |||
| ciscoGprsAccPtMIB | 1.3.6.1.4.1.9.9.183 | 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. This MIB is also supported in the Evolved Packet Core(EPC) architecture. The details of this architecture is discussed in CISCO-EPC-GATEWAY-MIB description. Hence, the MIB will be supported by GGSN Gateway, PDN Gateway(PGW), Serving Gateway(SGW) and a combined PGW and SGW Gateway SPGW(SGW PGW Gateway). Acronyms and terms: 3GPP 3rd Generation Partnership Project APN Access Point Name BSS Base Station Subsystem CAC Call Admission Control COA Change of Authorization CSG2 Content Service Gateway Release 2 ETSI European Telecommunications Standards Institute 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 Gx Dynamic Charging and Policy Interface IMS IP Multimedia Subsystem MME Mobility Management Entity 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 QOS Quality Of Service 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. | ||
| ciscoGprsAccPtMIBObjects | 1.3.6.1.4.1.9.9.183.1 | |||
| ciscoGprsAccPtNotifInfo | 1.3.6.1.4.1.9.9.183.1.4 | |||
| ciscoGprsAccPtStatistics | 1.3.6.1.4.1.9.9.183.1.3 |
RFC description
GPRS access point configuration for Gateway GPRS Support Node (GGSN) in mobile data networks.
Start monitoring Cisco GGSN (Gateway GPRS Support Node) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.