Cisco Cisco ASR 5000

Page of 9109
  ACS Ruledef Configuration Mode Commands 
if-protocol  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
931 
if-protocol 
This command allows you to associate different content IDs with the same ruledef, depending on the protocol being 
used. 
Important:
  In StarOS 18.0 and later releases, this command has been deprecated. 
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
 
if-protocol { http | wsp-connection-less | wsp-connection-oriented } content-id 
content_id 
no if-protocol { http | wsp-connection-less | wsp-connection-oriented } 
no
 
If previously configured, deletes the specified rule expression from the current ruledef. 
http
 
Specifies HTTP protocol. 
This is the same as the rule expression 
http any-match = true
wsp-connection-less
 
Specifies WSP connection-less protocol. 
This is the same as requiring “
wsp any-match = true
” but “
wtp any-match = false
” (that is, 
connection-less WAP1.x). 
wsp-connection-oriented
 
Specifies WSP connection-oriented protocol. 
This is the same as the combined rule expression “
wsp any-match = true
” and “
wtp any-match = 
true
” (that is, connection-oriented WAP1.x). 
content-id content_id
 
Specifies the content ID for the specified protocol. 
In 12.1 and earlier releases, 
content_id
 must be an integer from 1 through 65535. 
In 12.2 and later releases, 
content_id
 must be an integer from 1 through 2147483647.