Cisco Direct Tunnel Feature PGW
Cisco Direct Tunnel Feature PGW
Cisco Direct Tunnel Feature PGW
This chapter briefly describes the 3G/4G UMTS direct tunnel (DT) feature, indicates how it is implemented
on various systems on a per call basis, and provides feature configuration procedures.
Products supporting direct tunnel include:
3G devices (per 3GPP TS 23.919 v8.0.0):
the Serving GPRS Support Node (SGSN)
the Gateway GPRS Support Node (GGSN)
Important Direct tunnel is a licensed Cisco feature. A separate feature license is required for configuration. Contact
your Cisco account representative for detailed information on specific licensing requirements. For
information on installing and verifying licenses, refer to the Managing License Keys section of the Software
Management Operations chapter in the System Administration Guide.
The SGSN determines if setup of a direct tunnel is allowed or disallowed. Currently, the SGSN and S-GW
are the only products that provide configuration commands for this feature. All other products that support
direct tunnel do so by default.
Once a direct tunnel is established, the SGSN/S-GW continues to handle the control plane (RANAP/GTP-C)
signaling and retains the responsibility of making the decision to establish direct tunnel at PDN context
activation.
A direct tunnel improves the user experience (for example, expedites web page delivery, reduces round trip
delay for conversational services) by eliminating switching latency from the user plane. An additional advantage,
direct tunnel functionality implements optimization to improve the usage of user plane resources (and hardware)
by removing the requirement from the SGSN/S-GW to handle the user plane processing.
A direct tunnel is achieved upon PDN context activation in the following ways:
3G network: The SGSN establishes a user plane (GTP-U) tunnel directly between the RNC and the
GGSN, using an Updated PDN Context Request toward the GGSN.
LTE network: When Gn/Gp interworking with pre-release 8 (3GPP) SGSNs is enabled, the GGSN
service on the P-GW supports direct tunnel functionality. The SGSN establishes a user plane (GTP-U)
tunnel directly between the RNC and the GGSN/P-GW, using an Update PDN Context Request toward
the GGSN/P-GW.
LTE network: The SGSN establishes a user plane tunnel (GTP-U tunnel over an S12 interface) directly
between the RNC and the S-GW, using an Update PDN Context Request toward the S-GW.
A major consequence of deploying a direct tunnel is that it produces a significant increase in control plane
load on both the SGSN/S-GW and GGSN/P-GW components of the packet core. Hence, deployment requires
highly scalable GGSNs/P-GWs since the volume and frequency of Update PDP Context messages to the
GGSN/P-GW will increase substantially. The SGSN/S-GW platform capabilities ensure control plane capacity
will not be a limiting factor with direct tunnel deployment.
The following figure illustrates the logic used within the SGSN/S-GW to determine if a direct tunnel will be
setup.
The SGSN/S-GW direct tunnel functionality is enabled within an operator policy configuration. One aspect
of an operator policy is to allow or disallow the setup of direct GTP-U tunnels. If no operator policies are
configured, the system looks at the settings in the system operator policy named default.
By default, direct tunnel support is
disallowed on the SGSN/S-GW
allowed on the GGSN/P-GW
Important If direct tunnel is allowed in the default operator policy, then any incoming call that does not have an
applicable operator policy configured will have direct tunnel allowed.
For more information about operator policies and configuration details, refer to Operator Policy.
Step 1 Configure the SGSN to setup GTP-U direct tunnel between an RNC and an access gateway by applying the example
configuration presented in the Enabling Setup of GTP-U Direct Tunnels, on page 7.
Step 2 Configure the SGSN to allow GTP-U direct tunnels to an access gateway, for a call filtered on the basis of the APN, by
applying the example configuration presented in the Enabling Direct Tunnel per APN , on page 7.
Important It is only necessary to complete either step 2 or step 3 as a direct tunnel can not be setup on the basis of call
filtering matched with both an APN profile and an IMEI profile.
Step 3 Configure the SGSN to allow GTP-U direct tunnels to a GGSN, for a call filtered on the basis of the IMEI, by applying
the example configuration presented in the Enabling Direct Tunnel per IMEI , on page 8.
Step 4 Configure the SGSN to allow GTP-U direct tunnel setup from a specific RNC by applying the example configuration
presented in the Enabling Direct Tunnel to Specific RNCs, on page 8.
Step 5 (Optional) Configure the SGSN to disallow direct tunnel setup to a single GGSN that has been configured to allow it in
the APN profile. This command allows the operator to restrict use of a GGSN for any reason, such as load balancing.
Refer to the direct-tunnel-disabled-ggsn command in the SGTP Service Configuration Mode chapter of the Command
Line Interface Reference.
Step 6 Save your configuration to flash memory, an external memory device, and/or a network location using the Exec mode
command save configuration. For additional information on how to verify and save configuration files, refer to the
System Administration Guide and the Command Line Interface Reference.
Step 7 Check that your configuration changes have been saved by using the sample configuration found in the Verifying the
SGSN Direct Tunnel Configuration, on page 9.
Example Configuration
Enabling direct tunnel setup on an SGSN is done by configuring direct tunnel support in a call-control profile.
config
call-control-profile policy_name
direct-tunnel attempt-when-permitted
end
Notes:
A call-control profile must have been previously created, configured, and associated with a previously
created, configured, and valid operator policy. For information about operator policy
creation/configuration, refer to the Operator Policy chapter in this guide.
Direct tunnel is now allowed on the SGSN but will only setup if allowed on both the destination node
and the RNC.
Example Configuration
The following is an example of the commands used to ensure that direct tunneling, to a GGSN(s) identified
in the APN profile, is enabled:
config
apn-profile profile_name
remove direct tunnel
end
Notes:
An APN profile must have been previously created, configured, and associated with a previously created,
configured, and valid operator policy. For information about operator policy creation/configuration,
refer to the Operator Policy chapter in this guide.
Direct tunnel is now allowed for the APN but will only setup if also allowed on the RNC.
Example Configuration
The following is an example of the commands used to enable direct tunneling in the IMEI profile:
config
imei-profile profile_name
direct-tunnel check-iups-service
end
Notes:
An IMEI profile must have been previously created, configured, and associated with a previously created,
configured, and valid operator policy. For information about operator policy creation/configuration,
refer to the Operator Policy chapter in this guide.
Direct tunnel is now allowed for calls within the IMEI range associated with the IMEI profile but a direct
tunnel will only setup if also allowed on the RNC.
Example Configuration
The following is an example of the commands used to ensure that restrictive configuration is removed and
direct tunnel for the RNC is enabled:
config
context ctx_name
iups-service service_name
rnc id rnc_id
default direct-tunnel
end
Notes:
An IuPS service must have been previously created, and configured.
An RNC configuration must have been previously created within an IuPS service configuration.
Command details for configuration can be found in the Command Line Interface Reference.
ip address s12_ipv4_address_secondary
exit
exit
port ethernet slot_number/port_number
no shutdown
bind interface s12_interface_name egress_context_name
exit
context egress_context_name -noconfirm
gtpu-service s12_gtpu_egress_service_name
bind ipv4-address s12_interface_ip_address
exit
egtp-service s12_egtp_egress_service_name
interface-type interface-sgw-egress
validation-mode default
associate gtpu-service s12_gtpu_egress_service_name
gtpc bind address s12_interface_ip_address
exit
sgw-service sgw_service_name -noconfirm
associate egress-proto gtp egress-context egress_context_name egtp-service
s12_egtp_egress_service_name
end
Notes:
The S12 interface IP address(es) can also be specified as IPv6 addresses using the ipv6 address command.