Cisco Cisco ASR 5000

Page of 9109
  ACS Ruledef Configuration Mode Commands 
ip subscriber-ip-address  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
973 
address-group ipv6_address
 
Important:
  The 
address-group
 keyword can be configured only after the 
=
 operator. The wildcard support has 
not been provided for IPv4 addresses. 
Specifies 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 a given IPv6 address. 
In the example — 2607:7700:*:[2020-3040]::ce1d:b083/128, * is a wildcard input and [2020-3040] is a 2 
byte specialized range input. 
{ !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. 
Usage 
Use this command to define rule expressions to match the IP address of the subscriber, which will be either 
the source or destination address depending on the direction. 
Example
 
The following command defines a rule expression to match user traffic based on subscriber IPv4 address 
10.1.1.1
ip subscriber-ip-address = 10.1.1.1  
The following command defines a rule expression to match user traffic based on the given subscriber IPv6 
address where 
*
 is the wildcard input and 
[2020-3040]
 is the 2 byte specialized range input: 
ip subscriber-ip-address = 2607:7700:*:[2020-3040]::ce1d:b083/128