Cisco Cisco ASR 5000

Page of 9109
CSCF Routes Configuration Mode Commands   
▀  route 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
3274 
   
 
vt-memo
 - Custom VT-MEMO Type 
 
subscriber-ip-type { v4 | v6 }
: Filters sessions based on IP type of the subscriber. Possible IP 
types are: 
 
v4
 - IPV4 Type 
 
v6
 - IPV6 Type 
 
time-of-day
: Filters sessions based on the time of the day. Additional filter criteria for 
time-of-day
 
is as follows: 
 
day-of-month
 
day
: Filters session based on the day of the month. 
day
 must be an integer 
from 1 to 31. 
 
day-of-week
 
day
: Filters session based on the day of the week. 
day
 must be an integer from 
1 to 7 with 1 signifying Sunday and 7 signifying Saturday. 
 
start
 
date/time
 
[ end
 
date/time
 
]
: Filters sessions based on a start time to, optionally, 
an end time during the day. 
date/time
 must be integers in either of the following formats: 
YYYY:MM:DD:HH:mm or YYYY:MM:DD:mm:ss. YYYY: year range 2005 to 2099 
MM: months (integer range 1 to 12) DD: days (integer range 1 to 31) HH: hours (integer 
range 0 to 23) mm: minutes (integer range 0 to 59) ss: seconds (integer range 0 to 59) 
 
week-of-month
 
week
: Filters sessions based on the week of the month. 
week
 must be an 
integer from 1 to 5. 
Important:
  AoR regular expressions are supported. Refer to the SCM Engineering Rules Appendix in the 
Session Control Manager Administration Guide for more information about regular expressions. 
log
 
Enables logging for CSCF sessions meeting the criteria specified in the ACL. The logs can be viewed by 
executing the 
logging filter active facility cscf-acl-log
 command in the Exec mode. 
Usage 
Use this command to configure routing parameters for the service. 
Important:
  Use the 
before
 or 
after
 command to place the route entry in the route list. 
Example
 
The following command is placed at the end of the route list and routes sessions to a peer server group named 
icscf_peer5
, filters sessions with a base criteria of the source address (
1.2.3.4
) and a filter criteria of the 
destination AoR (
$.@test.com
): 
after route peer-servers icscf_peer5 base-criteria source address 1.2.3.4 
filter-criteria1 destination aor $.@test.com