Cisco Cisco ASR 5000

Page of 9109
  Firewall-and-NAT Access Ruledef Configuration Mode Commands 
ip dst-address  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
5165 
ip dst-address 
This command configures an access ruledef to analyze user traffic based on IP destination address. 
Product
 
PSF 
NAT 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > ACS Configuration > Firewall-and-NAT Access Ruledef Configuration 
active-charging service service_name > access-ruledef access_ruledef_name
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-acs-fw-ruledef)# 
Syntax
 
[ no ] ip dst-address { operator ipv4/ipv6_address ipv4/ipv6_address/mask } | { 
!range | range } host-pool 
host_pool } 
no
 
Removes previously configured IP destination address ruledef. 
operator ipv4/ipv6_address ipv4/ipv6_address/mask }
 
operator
 specifies how to logically match the IP destination address. 
operator
 must be one of the following: 
 
!=
: Does not equal 
 
<=
: Less than or equals 
 
=
: Equals 
 
>=
: Greater than or equals 
ipv4/ipv6_address
: Specifies the IP address of destination node for outgoing traffic. 
ipv4/ipv6_address
 must be the IP address entered using IPv4 dotted-decimal notation or IPv6 colon-
separated-hexadecimal notation. 
ipv4/ipv6_address/mask
: Specifies the IP address of destination node for outgoing traffic. 
ipv4/ipv6_address/mask
 must be the IP address entered using IPv4 dotted-decimal notation or IPv6 
colon-separated-hexadecimal notation. The mask bit is a numeric value which is the number of bits in the 
subnet mask. 
{ !range | range } host-pool host_pool }
 
!range | range
: Specifies the range criteria: 
 
!range
: Not in the range of 
 
range
: In the range of 
host-pool host_pool
: Specifies the host pool name. 
host_pool
 must be an alphanumeric string of 1 
through 63 characters.