Cisco Cisco Packet Data Gateway (PDG)

Seite von 642
AAA Changes in Release 16   
▀  AAA Enhancements for 16.0 
 
 
▄  Release Change Reference, StarOS Release 16 
78 
   
Previous Behavior:  A call was associated with local policy only when the call was of type emergency or when a 
failure was detected in the PCRF connection and local-fallback was configured as failure-handling action. At a time, the 
call was associated with either PCRF or local-policy. 
New Behavior:  In this release, the calls can be associated with both PCRF and local-policy simultaneously. If the 
PCRF does not support an event-trigger, local-policy will be contacted (qos-change and default-eps-bearer-qos are 
supported).  
Local-policy can be used to support dual-mode to provide the load balancing support for PCRF. Local-policy can also 
be used for providing the failure-handling support when PCRF is down or any failure is detected. 
Customer Impact:  This enhancement helps in reducing the traffic between the P-GW and PCRF and does not 
compromise on the use case the operator wants to apply. By sharing the load of PCRF with P-GW, PCRF can handle 
more number of new calls and thus improving the overall performance of the network. 
Command Changes 
associate local-policy-service
 
dual-mode
 is a new keyword in this command to allow both PCRF and local policy to work together. 
configure 
  context context_name 
     ims-auth-service service_name  
        policy-control 
           associate local-policy-service service_name [ dual-mode ]  
           no associate local-policy-service 
           end 
Notes: 
 
The 
dual-mode
 keyword is configured to provide load balancing support for PCRF, and failure-handling 
support when PCRF is down or any failure is detected. 
action
 
event-triggers
 is a new keyword variable in this command to enable the event triggers – Default EPS bearer QoS 
change event trigger and QoS change event trigger. 
configure 
  local-policy-service service_name 
     actiondef actiondef_name 
        action priority priority event-triggers [ deault-bearer-qos-change | qos-change ] 
        no action priority priority 
        end