active-charging service ruledef ip dst-address

Configures rule expressions to match IP destination address field within IP headers.

Syntax

ip dst-address{ ipv4_address | ipv6_address } 

address-group ipv6_address

Specify a group of IPv6 addresses configured with wildcard input and/or specialized range input. Multiple wildcard characters can be accepted as input and only one 2 byte range input will be accepted. Both wildcard character input and 2 byte range input can be configured together within an IPv6 address.

Must be a string.

dst-address{ ipv4_address | ipv6_address }

Specify the destination IP address.

Must be one of the following:

  • dst-address : DST address.

host-pool host_pool_name

Specify the host pool name.

Must be a string.

ip-address-prefix prefix

Specify the IP address prefix.

operator

Specify how to match.

Must be one of the following:

  • !range : Not in the range.

  • '!=' : Does not equal.

  • <= : Lesser than or equal to.

  • = : Equals.

  • >= : Greater than or equal to.

  • range : In the range.

Usage Guidelines

Use this command to define rule expressions to match the IP destination address field within IP headers.

Example

The following command defines a rule expression to match user traffic based on the IPv4 destination address 10.1.1.1:
ip dst-address = 10.1.1.1