Cisco Cisco Packet Data Gateway (PDG)

Pagina di 2186
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
Command Modes
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 Description
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 Guidelines
Use this command to configure the token and value to be stripped from the HTTP URL.
Examples
For the given URL: http://www.videoserver.com?Name1=val1&Name2=val2&Name3=val3, if the following
CLI is used, this will strip parameter Name2and 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
Command Line Interface Reference, Modes A - B, StarOS Release 19    
345
ACS Charging Action Configuration Mode Commands
stripurl token