active-charging service ruledef dns answer-name

Configures ruledef to match DNS answer name.

Command Mode

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

Syntax

dns answer-name operator value 

operator

Specify how to match.

Must be one of the following:

  • != : Does not equal.

  • !contains : Does not contains.

  • !ends-with : Does not end with.

  • !starts-with : Does not start with.

  • = : Equals.

  • case-sensitive : Strings will be matched in case-sensitive manner.

  • contains : Contains.

  • ends-with : Ends with.

  • starts-with : Starts with.

value

Specify the value.

Must be a string of 1-127 characters.

Usage Guidelines

Configures ruledef to match answer name in the answer section of DNS response messages.