active-charging service packet-filter ip remote-address

Configures the IP remote address(es) for the current packet filter.

Command Mode

Exec > Global Configuration (config) > ACS Configuration (config-service-acs_name ) > Packet Filter Configuration (config-service-packet-filter-packet_filter_name )

Syntax

ip remote-address operator ip_address/mask 

ip_address_mask

Specify the IP address and mask.

Must be a string in the ipv4-prefix pattern. For information on the ipv4-prefix pattern, see the Input Pattern Types chapter.

-Or-

Must be a string in the ipv6-prefix pattern. For information on the ipv6-prefix pattern, see the Input Pattern Types chapter.

operator

Specify how to match.

Must be one of the following:

  • = : Equals.

Usage Guidelines

Configures the IP 5-tuple local port(s) for the current packet filter. Use this command to configure the remote address(es) for a packet filter.

Example

The following command configures the IP remote address as 10.2.3.4/24:
ip remote-address = 10.2.3.4/24