Cisco Cisco ASR 5000

Seite von 9109
ACS Charging Action Configuration Mode Commands   
▀  stripurl token 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
432 
   
stripurl token 
This command allows you to configure the token and value to be stripped from the HTTP URL. 
Product
 
MVG 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > ACS Configuration > Charging Action Configuration 
active-charging service service_name > charging-action charging_action_name
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-charging-action)# 
Syntax
 
stripurl token token_name [ value token_value ] 
no stripurl 
no
 
If previously configured, disables the URL stripping configuration in the current charging action 
token token_name
 
Specifies the name of the token to be stripped from the URL. The 
stripurl token
 command is case-
sensitive. Hence if the token name does not match, then charging action will not be applied. 
token_name
 must be an alphanumeric string of 1 through 127 characters. 
value token_value
 
Specifies the value of the token to be stripped from the URL. 
token_value
 must be an alphanumeric string of 1 through 127 characters. 
Usage 
Use this command to configure the token and value to be stripped from the HTTP URL. 
Example
 
For the given URL: http://www.videoserver.com?Name1=val1&Name2=val2&Name3=val3, if the following 
CLI is used, this will strip parameter 
Name2
and its optional value 
val2
 from the above URL and gives the 
following new URL: http://www.videoserver.com?Name1=val1&Name3=val3:  
stripurl token Name2 value val2