Cisco Cisco Packet Data Gateway (PDG) Folheto

Página de 8487
  ACS Ruledef Configuration Mode Commands 
sip uri  ▀   
 
Cisco ASR 5x00 Command Line Interface Reference  ▄  
 
   
1073 
sip uri 
This command allows you to define rule expressions to match the URI in SIP messages. 
Product
 
ACS 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > ACS Configuration > Ruledef Configuration 
active-charging service service_name > ruledef ruledef_name
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-acs-ruledef)# 
Syntax
 
[ no ] sip uri [ sub-part { headers | host | parameters | port | userinfo } ] [ case-
sensitive ] 
operator uri 
no
 
If previously configured, deletes the specified rule expression from the current ruledef. 
sub-part { headers | host | parameters | port | userinfo }
 
This is an optional keyword that defines what sub-part of a SIP URI to check. 
 
headers
: Apply the rule to SIP URI header field. 
 
host
: Apply the rule the SIP URI host field. 
 
parameters
: Apply the rule to the SIP URI parameters field. 
 
port
: Apply the rule to the SIP URI port field. 
 
userinfo
: Apply the rule to the SIP URI userinfo field. 
case-sensitive
 
Specifies that the rule expression be case-sensitive. By default, rule expressions are not case-sensitive. 
operator
 
Specifies how to match. 
operator
 must be one of the following: 
 
!=
: Does not equal 
 
!contains
: Does not contain 
 
!ends-with
: Does not end with 
 
!starts-with
: Does not start with 
 
=
: Equals 
 
contains
: Contains