Configure the routing
parameters for the context.
Product:
SCM (P-CSCF, S-CSCF,
SIP Proxy)
Syntax
route { domain name | local { icscf | pcscf | scscf } | nexthop-address address | peer-servers server_name | vpn name } [ [ mod-req-uri ] base-criteria criteria [ filter-criteria1 criteria ] [ filter-criteria2 criteria ] ] [ log ]no route { domain name | local { icscf | pcscf | scscf } | nexthop-address address | peer-servers server_name | vpn name } base-criteria criteria [ filter-criteria1 criteria ] [ filter-criteria2 criteria ]
no
Removes the specified
routing parameters for the CSCF service.
domain name
Specifies a valid next-hop
domain name. name must
be from 1 to 79 alpha and/or numeric characters in length.
local { icscf | pcscf | scscf }
Specifies a local interrogating,
serving, or proxy call/session control function to which
all calls processed by the context will be routed.
nexthop-address ip_address
Specifies a next-hop
address.
ip_address must
be expressed in dotted decimal notation for IPv4 or colon notation
for IPv6.
peer-servers server_name
Specifies a configured
peer server.
server_name must
be the name of a configured peer server on this system.
vpn name
Specifies a configured
VPN context on the system.
name must
be a configured context name.
mod-req-uri
Specifies that a route
lookup should be performed and the request URI modified.
base-criteria criteria
Specifies the base criteria
that packets will be compared against. The following criteria is supported:
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.
filter-criteria1 criteria
Specifies the filter
criteria that packets that have passed the base criteria will be
compared against. The following criteria is supported:
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.
filter-criteria2 criteria
Specifies the filter
criteria that packets that have passed the base criteria and filter-criteria1 will
be compared against. The following criteria is supported:
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