Cisco Cisco ASR 5000

Page of 640
SGSN Service Configuration Procedures   
▀  Configuring an SGTP Service 
 
▄  SGSN Administration Guide, StarOS Release 18 
   
Configuring an SGTP Service 
This section provides instructions for configuring GPRS Tunneling Protocol (GTP) settings for the SGSN. At a bare 
minimum, an address to use for GTP-C (Control signaling) and an address for GTP-U (User data) must be configured. 
To configure the SGTP service: 
Step 1 
Create an SGTP service and give it a unique name, in context configuration mode. 
Step 2 
Specify the IP address of an interface in the current context to use for GTP-C. 
Step 3 
Specify the IP address of an interface in the current context to use for GTP-U. 
Important:
  Appropriate interfaces (i.e., physical, loopback, secondary) must be defined prior to 
configuring the SGTP service or the GTP-U IP address will decline to bind to the service. 
Example Configuration 
configure 
   context <name
      sgtp-service <name
         gtpc bind address <address
         gtpu bind address <address
         end