Cisco Cisco ASR 5000

Page of 9109
CSCF Policy Rules Configuration Mode Commands   
▀  policy 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
3220 
   
policy 
Configures the overload response for this policy. When the P-CSCF/A-BG becomes congested, this overload policy is 
used to reject subsequent sessions or redirect them to another server. 
Product
 
SCM (P-CSCF, A-BG) 
Privilege
 
Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > CSCF Policy Configuration > CSCF Policy Rules 
Configuration 
configure > context context_name > cscf policy { default | name policy_name } > service-
policy-rules
 
–or– 
Exec > Global Configuration > Context Configuration > CSCF Policy Configuration > AoR Policy Configuration > 
CSCF Policy Rules Configuration 
configure > context context_name > cscf policy { default | name policy_name } > aor-
policy-rules > aor 
aor_name
 
Entering the above command sequences results in the following prompt: 
[context_name]host_name(config-policy_name-aor)# 
Syntax
 
policy overload { redirect address1 [ weight weight1 ] [ address2 [ weight weight2 ] ] 
... | reject [ use-reject-code { admin-prohibited | insufficient-resources } ] }
 
default policy overload 
no policy overload redirect address1[address2] ... 
redirect
 
address1
 [ 
weight
 
weight1
 ] [ 
address2
 [ 
weight
 
weight2
 ] ] ... 
Specifies that upon policy overload, the system will redirect the session to another CSCF. 
address1
 must be expressed in dotted decimal notation for IPv4 or colon notation for IPv6. 
weight weight1
: Defines the priority of the redirect address. 
weight1
 must be an integer from 1 to 10. Default is 1. 
reject [ use-reject-code { admin-prohibited | insufficient-resources } ]
 
Specifies that upon policy overload, the system will reject the session. This is the default setting. 
use-reject-code
: Specifies that a reject code will be returned upon policy overload. 
 
admin-prohibited
: Specifies that the “admin-prohibited” reject code will be returned upon policy 
overload. 
 
insufficient-resources
: Specifies that the “insufficient resources” reject code will be returned 
upon policy overload. This is the default reject code.