active-charging service ruledef www url

Configures rule expressions to match URL.

Command Mode

Exec > Global Configuration (config) > ACS Configuration (config-service-acs_name ) > Ruledef Configuration (config-ruledef-ruledef_name )

Syntax

www url [ case-sensitive ] operator url 

case-sensitive

Specify the rule expression must be case-sensitive. By default, rule expressions are not case-sensitive.

operator

Specify how to match.

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.

  • ends-with : Ends with.

  • regex : Regular expression.

  • starts-with : Starts with.

url

Specify the URL to match.

Must be a string of 1-127 characters.

Usage Guidelines

Use this command to configure the rule expressions to match URLsfor any Web protocol analyzer HTTP, WAP1.X, WAP2.0.