Cisco Cisco Packet Data Gateway (PDG) Dépliant

Pagina di 8487
  ACS Ruledef Configuration Mode Commands 
ip dst-address  ▀   
 
Cisco ASR 5x00 Command Line Interface Reference  ▄  
 
   
915 
ip dst-address 
This command allows you to define rule expressions to match IP destination address field within IP headers. 
Product
 
ACS 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > ACS Configuration > Ruledef Configuration 
active-charging service service_name > ruledef ruledef_name
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-acs-ruledef)# 
Syntax
 
[ no ] ip dst-address { operator ipv4/ipv6_address ipv4/ipv6_address/mask } | { 
!range | range } host-pool 
host_pool_name } 
operator
 
operator
: Specifies how to match. 
operator
 must be one of the following: 
 
!=
: Does not equal 
 
<=
: Lesser than or equals 
 
=
: Equals 
 
>=
: Greater than or equals 
ipv4/ipv6_address
 
Specifies the IP address of the destination node for outgoing traffic. 
ipv4/ipv6_address
 must be an IP 
address in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation. 
ipv4/ipv6_address/mask
 
Specifies the IP address of the destination node for outgoing traffic. 
ipv4/ipv6_address/mask
 must be an 
IP address in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation with subnet mask bit. The 
mask bit is a numeric value which corresponding to the number of bits in the subnet mask. 
{ !range | range } host-pool host_pool_name 
 
!range | range
: Specifies the range criteria: 
 
!range
: Not in the range of 
 
range
: In the range of 
host-pool host_pool_name
: Specifies the name of the host pool. 
host_pool_name
 must be an 
alphanumeric string of 1 through 63 characters.