active-charging service ruledef ip dst-address

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

Privilege Level

Security Administrator, Administrator

Syntax

ip dst-address { ipv4_address | ipv6_address } 

dst-address { ipv4_address | ipv6_address }

Specify the destination IP address.

Must be one of the following:

  • dst-address: DST address.

operator

Specify how to match.

Must be one of the following:

  • '!=': Does not equal.

  • !range: Not in the range.

  • <=: Lesser than or equal to.

  • =: Equals.

  • >=: Greater than or equal to.

  • range: In the range.

ip-address-prefix prefix

Specify the IP address prefix.

Must be IPv4 CIDR notation ##.##.##.##/x or in IPv6 CIDR notation ####:####:####:####:####:####:####:####/###.

-Or-

Must be an IP 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.

host-pool host_pool_name

Specify the host pool name.

Must be a string.

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