active-charging service packet-filter ip remote-address
Configures the IP remote address(es) for the current packet filter.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration > ACS Configuration > Packet Filter Configuration
Syntax
ip remote-address operator { { ipv4_address | ipv6_address } | { ipv4_address/mask | ipv6_address/mask } }
operator
Specify how to match.
Must be one of the following:
=: Equals.
Must be IPv4 CIDR notation ##.##.##.##/x or in IPv6 CIDR notation ####:####:####:####:####:####:####:####/###.
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