CISCO-GPRS-ACC-PT-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-GPRS-ACC-PT-MIB
Download as:   

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


Object Name OID Type Access Info
 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
             ciscoGprsAccPtConfig 1.3.6.1.4.1.9.9.183.1.1
                 cgprsAccPtTable 1.3.6.1.4.1.9.9.183.1.1.1 no-access
This table contains a list of access points configured on this Gateway.
                     cgprsAccPtEntry 1.3.6.1.4.1.9.9.183.1.1.1.1 no-access
A description of an access point. Access point parameters cannot be changed when active PDP's or Bearer's exists on the Gateway.
                         cgprsAccPtIndex 1.3.6.1.4.1.9.9.183.1.1.1.1.1 unsigned32 no-access
A locally unique identifier for this access point on this Gateway.
                         cgprsAccPtRowStatus 1.3.6.1.4.1.9.9.183.1.1.1.1.2 rowstatus read-only
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'.
                         cgprsAccPtName 1.3.6.1.4.1.9.9.183.1.1.1.1.3 snmpadminstring read-only
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'.
                         cgprsAccPtMode 1.3.6.1.4.1.9.9.183.1.1.1.1.4 integer read-only
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. Enumeration: 'nontransparent': 2, 'transparent': 1.
                         cgprsAccPtIpAddressPool 1.3.6.1.4.1.9.9.183.1.1.1.1.5 integer read-only
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. Enumeration: 'dhcp': 2, 'global': 1, 'radius': 3, 'disable': 4, 'local': 5.
                         cgprsAccPtDHCPServerPri 1.3.6.1.4.1.9.9.183.1.1.1.1.6 ipaddress read-only
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.
                         cgprsAccPtDHCPServerSec 1.3.6.1.4.1.9.9.183.1.1.1.1.7 ipaddress read-only
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.
                         cgprsAccPtDHCPGwAddr 1.3.6.1.4.1.9.9.183.1.1.1.1.8 ipaddress read-only
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.
                         cgprsAccPtRadiusServerPri 1.3.6.1.4.1.9.9.183.1.1.1.1.9 ipaddress read-only
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.
                         cgprsAccPtRadiusServerSec 1.3.6.1.4.1.9.9.183.1.1.1.1.10 ipaddress read-only
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.
                         cgprsAccPtIPAccListGroupIn 1.3.6.1.4.1.9.9.183.1.1.1.1.11 accesscontrollistid read-only
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'.
                         cgprsAccPtIPAccListGroupOut 1.3.6.1.4.1.9.9.183.1.1.1.1.12 accesscontrollistid read-only
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'.
                         cgprsAccPtIfIndex 1.3.6.1.4.1.9.9.183.1.1.1.1.13 interfaceindexorzero read-only
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.
                         cgprsAccPtIfNextHop 1.3.6.1.4.1.9.9.183.1.1.1.1.14 ipaddress read-only
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.
                         cgprsAccPtAccessViolation 1.3.6.1.4.1.9.9.183.1.1.1.1.15 integer read-only
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. Enumeration: 'discardPacket': 1, 'terminateSession': 2.
                         cgprsAccPtSubrRequired 1.3.6.1.4.1.9.9.183.1.1.1.1.16 truthvalue read-only
This object indicates if a user needs to subscribe to this access point before accessing it.
                         cgprsAccPtNetworkInitiated 1.3.6.1.4.1.9.9.183.1.1.1.1.17 truthvalue read-only
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.
                         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.
                         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.
                         cgprsAccPtIdlePdpPurgeTimer 1.3.6.1.4.1.9.9.183.1.1.1.1.20 unsigned32 read-only
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.
                         cgprsAccPtBlockMsRoaming 1.3.6.1.4.1.9.9.183.1.1.1.1.21 truthvalue read-only
This object indicates whether access to a roaming MS needs to be blocked for this APN.
                         cgprsAccPtAnonymousUserName 1.3.6.1.4.1.9.9.183.1.1.1.1.22 snmpadminstring read-only
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.
                         cgprsAccPtAnonymousUserPassword 1.3.6.1.4.1.9.9.183.1.1.1.1.23 snmpadminstring read-only
This object specifies the password corresponding to cgprsAccPtAnonymousUserName. For security reasons, retrieving this object returns a zero-length string.
                         cgprsAccPtMsIsdnSuppressed 1.3.6.1.4.1.9.9.183.1.1.1.1.24 truthvalue read-only
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).
                         cgprsAccPtMsIsdnSuppressedValue 1.3.6.1.4.1.9.9.183.1.1.1.1.25 displaystring read-only
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.
                         cgprsAccPtAaaAuthServerGroup 1.3.6.1.4.1.9.9.183.1.1.1.1.26 snmpadminstring read-only
This object specifies the AAA radius server group that is used for authentication by this APN.
                         cgprsAccPtAaaAccountServerGroup 1.3.6.1.4.1.9.9.183.1.1.1.1.27 snmpadminstring read-only
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.
                         cgprsAccPtAaaAccountingEnable 1.3.6.1.4.1.9.9.183.1.1.1.1.28 truthvalue read-only
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.
                         cgprsAccPtType 1.3.6.1.4.1.9.9.183.1.1.1.1.29 integer read-only
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. Enumeration: 'real': 1, 'virtualPreAuth': 3, 'virtual': 2.
                         cgprsAccPtVrfName 1.3.6.1.4.1.9.9.183.1.1.1.1.30 snmpadminstring read-only
This object specifies the name of the VRF with which this APN is associated.
                         cgprsAccPtDhcpAddrSpace 1.3.6.1.4.1.9.9.183.1.1.1.1.31 integer read-only
This object specifies the address space used by the dhcp server. This object can only be set if cgprsAccPtDHCPServerPri is set. Enumeration: 'global': 1, 'vrf': 2.
                         cgprsAccPtPppRegenEnable 1.3.6.1.4.1.9.9.183.1.1.1.1.32 truthvalue read-only
This object is used to enable Gateway to regenerate a PPP session for each IP PDP or Bearer context on this APN.
                         cgprsAccPtPppRegenMaxSessions 1.3.6.1.4.1.9.9.183.1.1.1.1.33 integer32 read-only
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.
                         cgprsAccPtPppRegenSetupTime 1.3.6.1.4.1.9.9.183.1.1.1.1.34 integer32 read-only
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'.
                         cgprsAccPtAutoAggregation 1.3.6.1.4.1.9.9.183.1.1.1.1.35 truthvalue read-only
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.
                         cgprsAccPtPcscfServerGroupName 1.3.6.1.4.1.9.9.183.1.1.1.1.36 snmpadminstring read-only
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.
                 cgprsAccPtAggregTable 1.3.6.1.4.1.9.9.183.1.1.2 no-access
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.
                     cgprsAccPtAggregEntry 1.3.6.1.4.1.9.9.183.1.1.2.1 no-access
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.
                         cgprsAccPtAggregIpAddrType 1.3.6.1.4.1.9.9.183.1.1.2.1.1 inetaddresstype no-access
This object specifies the type of Internet address denoted by cgprsAccPtAggregIpAddr.
                         cgprsAccPtAggregIpAddr 1.3.6.1.4.1.9.9.183.1.1.2.1.2 inetaddress no-access
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.
                         cgprsAccPtAggregIpMask 1.3.6.1.4.1.9.9.183.1.1.2.1.3 ciscoinetaddressmask no-access
This object specifies the net-mask pertaining to cgprsAccPtAggregIpAddr.
                         cgprsAccPtAggregRowStatus 1.3.6.1.4.1.9.9.183.1.1.2.1.4 rowstatus read-only
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'.
                         cgprsAccPtAggregCsgGroup 1.3.6.1.4.1.9.9.183.1.1.2.1.5 snmpadminstring read-only
This object specifies the name of the CSG Group. The value must be same as an entry in cgprsAccPtCsgGroupTable identified by cgprsAccPtCsgGroupName.
                 cgprsAccPtExtTable 1.3.6.1.4.1.9.9.183.1.1.3 no-access
This table is an extension of cgprsAccPtTable.
                     cgprsAccPtExtEntry 1.3.6.1.4.1.9.9.183.1.1.3.1 no-access
An entry in cgprsAccPtExtTable.
                         cgprsAccPtIPAccListInEnable 1.3.6.1.4.1.9.9.183.1.1.3.1.1 truthvalue read-only
When this object is set to 'true', ACL denoted by cgprsAccPtIPAccListGroupIn will be active. When set to 'false', it will become inactive.
                         cgprsAccPtIPAccListOutEnable 1.3.6.1.4.1.9.9.183.1.1.3.1.2 truthvalue read-only
When this object is set to 'true', ACL denoted by cgprsAccPtIPAccListGroupOut will be active. When set to 'false', it will become inactive.
                         cgprsAccPtGtpRespMesgWaitAcctng 1.3.6.1.4.1.9.9.183.1.1.3.1.3 truthvalue read-only
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).
                         cgprsAccPtImsiSuppressed 1.3.6.1.4.1.9.9.183.1.1.3.1.4 truthvalue read-only
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.
                         cgprsAccPtVerifyUpStrTpduSrcAddr 1.3.6.1.4.1.9.9.183.1.1.3.1.5 truthvalue read-only
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.
                         cgprsAccPtVerifyUpStrTpduDstAddr 1.3.6.1.4.1.9.9.183.1.1.3.1.6 truthvalue read-only
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.
                         cgprsAccPtRedirInterMobilAddrTyp 1.3.6.1.4.1.9.9.183.1.1.3.1.7 inetaddresstype read-only
This object indicates the type of Internet address by which cgprsAccPtRedirInterMobilAddr is reachable.
                         cgprsAccPtRedirInterMobilAddr 1.3.6.1.4.1.9.9.183.1.1.3.1.8 inetaddress read-only
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.
                         cgprsAccPtSuppressRadiusAttribs 1.3.6.1.4.1.9.9.183.1.1.3.1.9 bits read-only
This object indicates the attributes that will be suppressed by the Gateway in its its authorization and accounting requests to the RADIUS server. Bits: 'sgsnAddr': 2, 'none': 0, 'qos': 3, 'imsi': 1.
                         cgprsAccPtInterimAccountinEnable 1.3.6.1.4.1.9.9.183.1.1.3.1.10 truthvalue read-only
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.
                         cgprsAccPtSetRadiusAttributes 1.3.6.1.4.1.9.9.183.1.1.3.1.11 bits read-only
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. Bits: 'userNameMsisdn': 1, 'none': 0, 'accSessIdChargingId': 2.
                         cgprsAccPtOperationMode 1.3.6.1.4.1.9.9.183.1.1.3.1.12 integer read-only
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. Enumeration: 'maintenance': 1, 'inService': 0.
                         cgprsAccPtAbsoluteSessionTimer 1.3.6.1.4.1.9.9.183.1.1.3.1.13 unsigned32 read-only
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.
                         cgprsAccPtRadiusAttrNasId 1.3.6.1.4.1.9.9.183.1.1.3.1.14 snmpadminstring read-only
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.
                         cgprsAccPtPdpInServicePolicyName 1.3.6.1.4.1.9.9.183.1.1.3.1.15 snmpadminstring read-only
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.
                         cgprsAccPtPdpOutServicePolicyNam 1.3.6.1.4.1.9.9.183.1.1.3.1.16 snmpadminstring read-only
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.
                         cgprsAccPtPppRegenVerifyDomain 1.3.6.1.4.1.9.9.183.1.1.3.1.17 truthvalue read-only
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'.
                         cgprsAccPtIpAddrLocalPoolName 1.3.6.1.4.1.9.9.183.1.1.3.1.18 snmpadminstring read-only
This object represents the name of the local address pool used when cgprsAccPtIpAddressPool is set to 'local'.
                         cgprsAccPtServiceAware 1.3.6.1.4.1.9.9.183.1.1.3.1.19 truthvalue read-only
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'.
                         cgprsAccPtAdvDownlinkNextHopAddrType 1.3.6.1.4.1.9.9.183.1.1.3.1.20 inetaddresstype read-only
This object indicates the type of Internet address of downlink next hop address.
                         cgprsAccPtAdvDownlinkNextHopAddr 1.3.6.1.4.1.9.9.183.1.1.3.1.21 inetaddress read-only
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.
                         cgprsAccPtGtpUpdateFailDelete 1.3.6.1.4.1.9.9.183.1.1.3.1.22 truthvalue read-only
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.
                         cgprsAccPtAaaAccountInterPeriod 1.3.6.1.4.1.9.9.183.1.1.3.1.23 unsigned32 read-only
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.
                         cgprsAccPtAaaAccountInterRadius 1.3.6.1.4.1.9.9.183.1.1.3.1.24 truthvalue read-only
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.
                         cgprsAccPtGxEnable 1.3.6.1.4.1.9.9.183.1.1.3.1.25 truthvalue read-only
This object when set to 'true', indicates that this APN is Gx enabled.
                         cgprsAccPtPcscfLoadBalance 1.3.6.1.4.1.9.9.183.1.1.3.1.26 truthvalue read-only
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.
                         cgprsAccPtNetworkBehindMsEnable 1.3.6.1.4.1.9.9.183.1.1.3.1.27 truthvalue read-only
This object when set to 'true', enables the Gateway to support a network behind the Mobile Station.
                         cgprsAccPtMaxSubnetsBehindMobile 1.3.6.1.4.1.9.9.183.1.1.3.1.28 unsigned32 read-only
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'.
                         cgprsAccPtChargingRecordType 1.3.6.1.4.1.9.9.183.1.1.3.1.29 integer read-only
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. Enumeration: 'egcdr': 3, 'none': 1, 'gcdr': 2, 'noconfig': 0.
                         cgprsAccPtChargingGrp 1.3.6.1.4.1.9.9.183.1.1.3.1.30 unsigned32 read-only
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.
                         cgprsAccPtIpAddrPoolNoRedistribute 1.3.6.1.4.1.9.9.183.1.1.3.1.31 truthvalue read-only
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.
                         cgprsAccPtDualAddrEnabled 1.3.6.1.4.1.9.9.183.1.1.3.1.32 truthvalue read-only
This object when set to 'true' indicates that the APN has dual stack capability.
                         cgprsAccPtVerifyDownlinkAddr 1.3.6.1.4.1.9.9.183.1.1.3.1.33 truthvalue read-only
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.
                 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 no-access
Each column in this table represent IP address of different generic servers, for example: DNS, NetBIOS, configured on the APN.
                         cgprsAccPtGenServerConfigEntry 1.3.6.1.4.1.9.9.183.1.1.4.1.1 no-access
An entry in cgprsAccPtGenServerConfigTable.
                             cgprsAccPtDnsServerAddrType 1.3.6.1.4.1.9.9.183.1.1.4.1.1.1 inetaddresstype read-only
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.
                             cgprsAccPtPriDnsServer 1.3.6.1.4.1.9.9.183.1.1.4.1.1.2 inetaddress read-only
This object specifies the IP address of the primary DNS server that will be sent to MS.
                             cgprsAccPtSecDnsServer 1.3.6.1.4.1.9.9.183.1.1.4.1.1.3 inetaddress read-only
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.
                             cgprsAccPtNetbiosServerAddrType 1.3.6.1.4.1.9.9.183.1.1.4.1.1.4 inetaddresstype read-only
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.
                             cgprsAccPtPriNetbiosServer 1.3.6.1.4.1.9.9.183.1.1.4.1.1.5 inetaddress read-only
This object specifies the IP address of the primary NetBIOS name server(NBNS) that will be sent to MS.
                             cgprsAccPtSecNetbiosServer 1.3.6.1.4.1.9.9.183.1.1.4.1.1.6 inetaddress read-only
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.
                 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 no-access
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.
                         cgprsAccPtImsConfigEntry 1.3.6.1.4.1.9.9.183.1.1.5.1.1 no-access
An entry in cgprsAccPtImsConfigTable
                             cgprsAccPtImsEnable 1.3.6.1.4.1.9.9.183.1.1.5.1.1.1 bits read-only
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. Bits: 'exclusive': 2, 'enable': 1, 'disable': 0, 'transformPrimary': 3.
                             cgprsAccPtPCscfGroupName 1.3.6.1.4.1.9.9.183.1.1.5.1.1.2 snmpadminstring read-only
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.
                             cgprsAccPtImsSigAccGroupIn 1.3.6.1.4.1.9.9.183.1.1.5.1.1.3 accesscontrollistorzero read-only
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.
                             cgprsAccPtImsSigAccGroupOut 1.3.6.1.4.1.9.9.183.1.1.5.1.1.4 accesscontrollistorzero read-only
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.
                             cgprsAccPtRejNonImsPdp 1.3.6.1.4.1.9.9.183.1.1.5.1.1.5 truthvalue read-only
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.
                 cgprsAccPtChargingParams 1.3.6.1.4.1.9.9.183.1.1.6
                     cgprsAccPtChgProfTable 1.3.6.1.4.1.9.9.183.1.1.6.1 no-access
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.
                         cgprsAccPtChgProfEntry 1.3.6.1.4.1.9.9.183.1.1.6.1.1 no-access
An entry in cgprsAccPtChgProfTable.
                             cgprsAccPtMsType 1.3.6.1.4.1.9.9.183.1.1.6.1.1.1 integer no-access
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. Enumeration: 'all': 1, 'visiting': 5, 'roamingTrusted': 4, 'visitingTrusted': 6, 'home': 2, 'roaming': 3.
                             cgprsAccPtChgProfile 1.3.6.1.4.1.9.9.183.1.1.6.1.1.2 unsigned32 read-only
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.
                             cgprsAccPtChgProfOverride 1.3.6.1.4.1.9.9.183.1.1.6.1.1.3 truthvalue read-only
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.
                             cgprsAccPtChgProfRowStatus 1.3.6.1.4.1.9.9.183.1.1.6.1.1.4 rowstatus read-only
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'.
                 cgprsAccPtCacConfigs 1.3.6.1.4.1.9.9.183.1.1.7
                     cgprsAccPtCacTable 1.3.6.1.4.1.9.9.183.1.1.7.1 no-access
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.
                         cgprsAccPtCacEntry 1.3.6.1.4.1.9.9.183.1.1.7.1.1 no-access
An entry in cgprsAccPtCacTable.
                             cgprsAccPtCacPolicyName 1.3.6.1.4.1.9.9.183.1.1.7.1.1.1 snmpadminstring read-only
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.
                             cgprsAccPtCacUpStrBandWidthPool 1.3.6.1.4.1.9.9.183.1.1.7.1.1.2 snmpadminstring read-only
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.
                             cgprsAccPtCacDnStrBandWidthPool 1.3.6.1.4.1.9.9.183.1.1.7.1.1.3 snmpadminstring read-only
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.
                 cgprsAccPtRouteProbeConfigs 1.3.6.1.4.1.9.9.183.1.1.8
                     cgprsAccPtRouteProbeTable 1.3.6.1.4.1.9.9.183.1.1.8.1 no-access
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.
                         cgprsAccPtRouteProbeEntry 1.3.6.1.4.1.9.9.183.1.1.8.1.1 no-access
An entry in cgprsAccPtRouteProbeTable.
                             cgprsAccPtRpDestAddrType 1.3.6.1.4.1.9.9.183.1.1.8.1.1.1 inetaddresstype read-only
This object indicates the type of Internet address by which cgprsAccPtRpDestAddr is reachable.
                             cgprsAccPtRpDestAddr 1.3.6.1.4.1.9.9.183.1.1.8.1.1.2 inetaddress read-only
This object specifies the destination IP address to which the route probe packet needs to be sent.
                             cgprsAccPtRpProtocol 1.3.6.1.4.1.9.9.183.1.1.8.1.1.3 integer read-only
This objects specifies the protocol type of route probe packet. This object can be set only after cgprsAccPtRpDestAddr is being set. Enumeration: 'udp': 1, 'icmp': 2.
                             cgprsAccPtRpDestPort 1.3.6.1.4.1.9.9.183.1.1.8.1.1.4 inetportnumber read-only
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.
                             cgprsAccPtRpTtl 1.3.6.1.4.1.9.9.183.1.1.8.1.1.5 unsigned32 read-only
This object specifies the TTL value set in the route probe packet. This object can be set only after cgprsAccPtRpDestAddr is being set.
                 cgprsAccPtIpv6Configs 1.3.6.1.4.1.9.9.183.1.1.9
                     cgprsAccPtIpv6Table 1.3.6.1.4.1.9.9.183.1.1.9.1 no-access
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.
                         cgprsAccPtIpv6Entry 1.3.6.1.4.1.9.9.183.1.1.9.1.1 no-access
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.
                             cgprsAccPtIpv6BaseVTemplate 1.3.6.1.4.1.9.9.183.1.1.9.1.1.1 unsigned32 read-only
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'.
                             cgprsAccPtIpv6DnsAddrType 1.3.6.1.4.1.9.9.183.1.1.9.1.1.2 inetaddresstype read-only
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.
                             cgprsAccPtIpv6DnsPriAddress 1.3.6.1.4.1.9.9.183.1.1.9.1.1.3 inetaddress read-only
This object specifies the IPv6 address of the primary DNS server that will be sent to MS.
                             cgprsAccPtIpv6DnsSecAddress 1.3.6.1.4.1.9.9.183.1.1.9.1.1.4 inetaddress read-only
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).
                             cgprsAccPtIpv6Enable 1.3.6.1.4.1.9.9.183.1.1.9.1.1.5 truthvalue read-only
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.
                             cgprsAccPtIpv6Exclusive 1.3.6.1.4.1.9.9.183.1.1.9.1.1.6 truthvalue read-only
This object specifies whether the APN supports only IPv6 PDPs or Bearers.
                             cgprsAccPtIpv6AccessGroupDown 1.3.6.1.4.1.9.9.183.1.1.9.1.1.7 accesscontrollistname read-only
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.
                             cgprsAccPtIpv6AccessGroupUp 1.3.6.1.4.1.9.9.183.1.1.9.1.1.8 accesscontrollistname read-only
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.
                             cgprsAccPtIpv6AddrPool 1.3.6.1.4.1.9.9.183.1.1.9.1.1.9 integer read-only
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. Enumeration: 'dhcp': 2, 'radius': 5, 'global': 1, 'local': 4, 'disable': 3.
                             cgprsAccPtIpv6AddrLocalPoolName 1.3.6.1.4.1.9.9.183.1.1.9.1.1.10 snmpadminstring read-only
This object specifies the name of the local address pool used when cgprsAccPtIpv6AddrPool is set to 'local'.
                             cgprsAccPtIpv6Redirect 1.3.6.1.4.1.9.9.183.1.1.9.1.1.11 integer read-only
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. Enumeration: 'none': 0, 'all': 1, 'intermobile': 2.
                             cgprsAccPtIpv6RedirectAddrType 1.3.6.1.4.1.9.9.183.1.1.9.1.1.12 inetaddresstype read-only
This object specifies the type of cgprsAccPtIpv6RedirectAddr.
                             cgprsAccPtIpv6RedirectAddr 1.3.6.1.4.1.9.9.183.1.1.9.1.1.13 inetaddress read-only
This object specifies the Internet address of the device to which traffic will be re-directed.
                             cgprsAccPtIpv6SecurityVerifySrc 1.3.6.1.4.1.9.9.183.1.1.9.1.1.14 truthvalue read-only
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.
                             cgprsAccPtIpv6SecurityVerifyDst 1.3.6.1.4.1.9.9.183.1.1.9.1.1.15 truthvalue read-only
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.
                             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.
                             cgprsAccPtDhcpv6ProxClientIntf 1.3.6.1.4.1.9.9.183.1.1.9.1.1.17 interfaceindexorzero read-only
The object indicates the interface index, of the interface which is to be used for DHCPv6 request multicasting.
                             cgprsAccptDhcpv6RapidCommit 1.3.6.1.4.1.9.9.183.1.1.9.1.1.18 truthvalue read-only
This object indicates that whether DHCPv6 rapid-commit feature is enabled for this APN.
                             cgprsAccptDhcpv6PoolName 1.3.6.1.4.1.9.9.183.1.1.9.1.1.19 snmpadminstring read-only
This object represents the IPV6 DHCP pool-name configured for this APN.
                 cgprsAccPtCsgGroupTable 1.3.6.1.4.1.9.9.183.1.1.10 no-access
This table contains the list of CSG Groups configured on this APN.
                       cgprsAccPtCsgGroupEntry 1.3.6.1.4.1.9.9.183.1.1.10.1 no-access
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.
                           cgprsAccPtCsgGroupName 1.3.6.1.4.1.9.9.183.1.1.10.1.1 snmpadminstring no-access
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.
                           cgprsAccPtCsgGroupRowStatus 1.3.6.1.4.1.9.9.183.1.1.10.1.2 rowstatus read-only
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'.
             ciscoGprsAccPtCfgNotifInfo 1.3.6.1.4.1.9.9.183.1.2
                 cgprsAccPtCfgNotifHistTable 1.3.6.1.4.1.9.9.183.1.2.1 no-access
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.
                     cgprsAccPtCfgNotifHistEntry 1.3.6.1.4.1.9.9.183.1.2.1.1 no-access
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.
                         cgprsAccPtCfgNotifIndex 1.3.6.1.4.1.9.9.183.1.2.1.1.1 unsigned32 no-access
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.
                         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.
                         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. Enumeration: 'modification': 1, 'creation': 2, 'deletion': 3.
                 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.
                 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.
                 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.
             ciscoGprsAccPtStatistics 1.3.6.1.4.1.9.9.183.1.3
                 cgprsAccPtStatisticsTable 1.3.6.1.4.1.9.9.183.1.3.1 no-access
This table contains the performance statistics of each APN on this Gateway.
                     cgprsAccPtStatisticsEntry 1.3.6.1.4.1.9.9.183.1.3.1.1 no-access
Entry for each APN in statistics table.
                         cgprsAccPtMsActivatedPdps 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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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
                         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
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                 cgprsAccPtDhcpv6ProxyStatsTable 1.3.6.1.4.1.9.9.183.1.3.2 no-access
This table contains the DHCPv6 proxy server performance statistics for each APN on this Gateway.
                     cgprsAccPtDhcpv6ProxyStatsEntry 1.3.6.1.4.1.9.9.183.1.3.2.1 no-access
There is an entry in this table for each APN in the Gateway.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                 cgprsAccPtThruputStatsTable 1.3.6.1.4.1.9.9.183.1.3.3 no-access
This table contains the throughput statistics of each APN on this Gateway.
                     cgprsAccPtThruputStatsEntry 1.3.6.1.4.1.9.9.183.1.3.3.1 no-access
An entry in this table.
                         cgprsAccPtThruputInterval 1.3.6.1.4.1.9.9.183.1.3.3.1.1 integer32 no-access
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.
                         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.
                         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.
                         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.
                         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.
                         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.
             ciscoGprsAccPtNotifInfo 1.3.6.1.4.1.9.9.183.1.4
                 cgprsAccPtMsAddrType 1.3.6.1.4.1.9.9.183.1.4.1 inetaddresstype no-access
This object specifies the type of Internet address denoted by cgprsAccPtMsAllocAddr, cgprsAccPtMsNewAddr and cgprsAccPtMsTpduDstAddr.
                 cgprsAccPtMsAllocAddr 1.3.6.1.4.1.9.9.183.1.4.2 inetaddress no-access
This object specifies the IP address that is assigned to the MS during PDP activation.
                 cgprsAccPtMsNewAddr 1.3.6.1.4.1.9.9.183.1.4.3 inetaddress no-access
This object specifies the fake IP address that is used by the MS.
                 cgprsAccPtMsTpduDstAddr 1.3.6.1.4.1.9.9.183.1.4.4 inetaddress no-access
This object specifies the upstream TPDU destination address used by a MS that falls in the reserved range of IP addresses for PLMN devices.
         cgprsAccPtMIBNotificationPrefix 1.3.6.1.4.1.9.9.183.2
             cgprsAccPtMIBNotifications 1.3.6.1.4.1.9.9.183.2.0
                 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.
                 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.
                 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.
                 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.
                 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.
         cgprsAccPtConformances 1.3.6.1.4.1.9.9.183.3
             cgprsAccPtMIBCompliances 1.3.6.1.4.1.9.9.183.3.1
                 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.
                 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.
                 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.
             cgprsAccPtMIBGroups 1.3.6.1.4.1.9.9.183.3.2
                 cgprsAccPtMIBGroup 1.3.6.1.4.1.9.9.183.3.2.1
A collection of objects providing APN configurations.
                 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.
                 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.
                 cgprsAccPtMIBGroupRev1 1.3.6.1.4.1.9.9.183.3.2.4
A collection of objects providing APN configurations.
                 cgprsAccPtExtMIBGroup 1.3.6.1.4.1.9.9.183.3.2.5
A collection of objects providing APN configurations.
                 cgprsAccPtMIBNotifGroup 1.3.6.1.4.1.9.9.183.3.2.6
A collection of objects providing GPRS access point notifications.
                 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.
                 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.
                 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.
                 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.
                 cgprsAccPtImsGroup 1.3.6.1.4.1.9.9.183.3.2.12
A collection of objects providing IMS configurations under APN.
                 cgprsAccPtChargingGroup 1.3.6.1.4.1.9.9.183.3.2.13
A collection of objects providing Charging configurations under APN.
                 cgprsAccPtCacGroup 1.3.6.1.4.1.9.9.183.3.2.14
A collection of objects providing CAC configurations under APN.
                 cgprsAccPtRouteProbeGroup 1.3.6.1.4.1.9.9.183.3.2.15
A collection of objects providing configurations for route probe feature.
                 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.
                 cgprsAccPtThruPutGroup 1.3.6.1.4.1.9.9.183.3.2.17
A collection of objects providing throughput statistics per APN.
                 cgprsAccPtNotifInfoGroup 1.3.6.1.4.1.9.9.183.3.2.18
A collection of objects providing notification info on an APN.
                 cgprsAccPtMIBNotifGroupRev1 1.3.6.1.4.1.9.9.183.3.2.19
A collection of objects providing GPRS access point notifications.
                 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.
                 cgprsAccPtIpv6Group 1.3.6.1.4.1.9.9.183.3.2.21
A collection of objects providing configurations for IPv6 feature.
                 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.
                 cgprsAccPtPcscfGroup 1.3.6.1.4.1.9.9.183.3.2.23
A collection of pcscf related objects.
                 cgprsAccPtMIBR80Group 1.3.6.1.4.1.9.9.183.3.2.24
A collection of config objects added for GGSN 8.0.
                 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.
                 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.
                 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.
                 cgprsAccPtMIBR92Group 1.3.6.1.4.1.9.9.183.3.2.29
A collection of config objects added for GGSN.
                 cgprsAccPtMIBR90GroupRev1 1.3.6.1.4.1.9.9.183.3.2.30
A collection of config objects added for GGSN.
                 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).
                 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.
                 cgprsAccPtExtMIBGroupSup1 1.3.6.1.4.1.9.9.183.3.2.33
This group supplements cgprsAccPtExtMIBGroupRev3 to provide dual stack APN configurations.
                 cgprsAccPtIpv6GroupSup1 1.3.6.1.4.1.9.9.183.3.2.34
This group supplements cgprsAccPtIpv6Group to provide Ipv6 address allocation status.
                 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.
                 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.
                 cgprsAccPtExtMIBGroupSup2 1.3.6.1.4.1.9.9.183.3.2.37
This group supplements cgprsAccPtExtMIBGroupRev3 to provide APN configurations.
                 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.