Cisco Cisco Packet Data Gateway (PDG) Nota Di Rilascio

Pagina di 678
  SGSN Changes in Release 15.0 
SGSN Enhancements for October 31, 2014  ▀   
 
Cisco ASR 5x00 Release Change Reference  ▄  
 
   
471 
New Behavior:   New log event (unusual) in DNS failure path for inter-SGSN RAU and Attach has been added. Logs 
now indicate old RA in RAU/Attach received from UE and DNS query string in the case of negative DNS response. 
CSCup34085 - Sgtpcmgr high ErrIn may cause rx drop and path failure after 
demux migration 
Feature Changes 
Auto Syncing the GTP Echo Request
 
When the SGSN’s SGTPC-Mgr (GTP service) restarts, then the GTP path management procedures are restarted after 
the recovery, which can cause a drift in the Echo Request transmission time. As a result, the Echo Request initiated by 
the SGSN can be out of sync with the Echo Request initiated by the peer (GGSN/RNC) node. After this, if GTP Path 
failure occurs, then both nodes would detect it with a delay (the drift time). 
Old Behavior: The GTP echo was trasmittal only at echo intervals and upon expiry of retransmission timers. 
New Behavior:This behavior change and associated CLI changes (see below) resolve the drift in Echo Request 
transmission by synchronizing the Echo Request with the peer node after GTP service restart. After recovery, when the 
SGSN receives the first Echo Request from the peer node, in addition to replying back with the Echo Response, the 
SGSN sends an Echo Request and restarts the associated timers.  
NOTE:  
 
Both peer nodes using GTP Path management are assumed to have the same Retry Count and Retransmission 
Interval. 
 
This change in functionality is applicable to both GTPU and GTPC Path Management on the Gn/Gp and Iu-PS 
interfaces. 
 
This change in functionality avoids the drift in Echo Request (that may have happened) due to SGTPC-Mgr 
restart. 
Command Changes 
gtpc
 
A new keyword ( 
sync-echo-with-peer
) enables the SGSN to synchronize path management procedures with the 
peer, after GTP service restart.  
configure 
  context context_name 
     sgtp-service service_name 
        gtpc sync-echo-with-peer  
        [ no ] gtpc sync-echo-with-peer   
        end 
Notes: