GGSN Service Configuration
GGSN services are configured within contexts and allow the system to function as a GGSN in the either a GPRS or UMTS wireless data network.
Important |
This section provides the minimum instruction set for configuring a GGSN service that allows the system to process PDP contexts. Commands that configure additional GGSN service properties are provided in the GGSN Service Configuration Mode Commands chapter of Command Line Interface Reference. |
These instructions assume that you have already configured the system level configuration as described in System Administration Guide.
To configure the system to work as GGSN service:
Procedure
Step 1 |
Create the GGSN service, local User Datagram Protocol (UDP) port for the Gn interfaces' IP socket, and bind it to an IP address by applying the example configuration in the GGSN Service Creation and Binding section. |
Step 2 |
Associate the accounting context for the GGSN service and configure charging characteristic profile parameters for GGSN service by applying the example configuration in the Accounting Context and Charging Characteristics Configuration section. |
Step 3 |
Configure the SGSN and PLMN related policy and session setup timeout for the GGSN service by applying the example configuration in the SGSN and PLMN Policy Configuration section. |
Step 4 |
Optional. Configure the GGSN service to support network-requested PDP contexts by applying the example configuration in the Network-requested PDP Context Support Configuration section. |
Step 5 |
Verify your GGSN configuration by following the steps in the GGSN Configuration Verification section. |
Step 6 |
Save your configuration as described in the Verifying and Saving Your Configuration chapter. |
GGSN Service Creation and Binding
Use the following example to create the GGSN service and bind it to an IP address:
configure
context <vpn_ctxt_name> -noconfirm
ggsn-service <ggsn_svc_name>
end
-
A maximum of 256 services (regardless of type) can be configured per system.
-
Bind address should not conflict with any other GTP-based service.
Accounting Context and Charging Characteristics Configuration
Use the following example to configure a GTPP accounting context and charging characteristics parameters for GGSN service.
configure
context <vpn_ctxt_name>
ggsn-service <ggsn_svc_name>
accounting context <aaa_ctxt_name>
cc profile <cc_prof_index>
end
-
Charging characteristics behavior and profile index can be configured for multiple CC profile indexes. For more options and keywords like buckets , interval , , sgsns , tariff , volume etc., refer cc profile section in Command Line Interface Reference.
-
This command works in conjunction with the cc-sgsn command located in the APN configuration mode that dictates which CCs should be used for subscriber PDP contexts. Refer to the APN Configuration section in this chapter.
SGSN and PLMN Policy Configuration
Use the following example to configure the SGSN and PLMN related policy and session setup timeout for the GGSN service:
configure
context <vpn_ctxt_name>
ggsn-service <ggsn_svc_name>
plmn id mcc <mcc_number> [ mnc <mnc_number> ] [primary]
sgsn address <ip_address> / <subnet_mask>
plmn unlisted-sgsn [foreign | home | reject]
setup-timeout <dur_sec>
end
-
SGSN or PLMN related policy can be defined for multiple SGSNs or PLMN.
-
For optional configuration parameters of SGSN address, refer Command Line Interface Reference.
Important |
The GGSN only communicates with the SGSNs configured using this command unless a PLMN policy is enabled to allow communication with unconfigured SGSNs. PLMN policies are configured using the plmn unlisted-sgsn command. |
Network-requested PDP Context Support Configuration
Use the following example to configure the GGSN to support the network-requested PDP context:
configure
context <vpn_ctxt_name>
network-requested-pdp-context activate <ip_address> dst-context <dst_ctxt_name> imsi <imsi> apn <apn_name>
network-requested-pdp-context gsn-map <ip_address>
end
-
It is recommended that this functionality be configured in the system source context(s) along with the GGSN service(s).
-
Up to 1000 IP address can be configured for network request PDP context support.
-
Only one GSN-MAP node can be configured per system context.
GGSN Configuration Verification
Procedure
Step 1 |
Verify that your GGSN services were created and configured properly by entering the following command in Exec Mode:
The output of this command given below is a concise listing of GGSN service parameter settings as shown in the sample output displayed. In this example, a GGSN service called ggsn1 was configured and you can observe some parameters configured as default.
|
Step 2 |
Verify configuration for errors by entering the following command in Exec Mode:
|