Cisco Cisco ASR 5700

Page of 8994
  Context Configuration Mode Commands I-M 
ip pool  ▀   
 
Command Line Interface Reference, StarOS Release 17  ▄  
 
   
2535 
no
 
Removes the specified IP address pool from the current context’s configuration, or disables the specified 
option(s) for the specified IP pool. 
no alert-threshold
 
This command without any optional keywords disables all alert thresholds. 
name
 
Specifies the logical name of the IP address pool. 
name
 must be an alphanumeric string of 1 through 31 
characters. 
Important:
  An error message displays if the 
ip pool name
 and the 
group name
 in the configuration are the 
same. An error message displays if the 
ip pool name
 or 
group name
 are already used in the context. 
ip_address
 
Specifies the beginning IP address of the IP address pool using IPv4 dotted-decimal. 
subnet_mask
 
Specifies the IP address mask bits to determine the number of IP addresses in the pool. 
ip_mask
 must be 
specified using IPv4 dotted-decimal notation. 
1 bits in the 
ip_mask
 indicate that bit position in the 
ip_address
 must also have a value of 1. 
0 bits in the 
ip_mask
 indicate that bit position in the 
ip_address
 does not need to match – the bit can be 
either a 0 or a 1. 
For example, if the IP address and mask are specified as 
172.168.10.0
 and 
255.255.255.224
respectively, the pool will contain IP addresses in the range 
172.168.10.0
 through 
172.168.10.31
 for a 
total of 32 addresses. 
ip_address_mask_combo
 
Specifies a combined IP address subnet mask bits to indicate what IP addresses the route applies to. 
ip_address_mask_combo
 must be specified using CIDR notation where the IP address is specified using 
IPv4 dotted-decimal notation and the mask bits are a numeric value which is the number of bits in the subnet 
mask. 
range start_ip_address end_ip_address
 
Specifies the IP addresses for the IP pool as a range of addresses. 
start_ip_address
 specifies the beginning of the range of addresses for the IP pool. 
end_ip_address
 specifies the end of the range of addresses for the IP pool. 
The IP address range must be specified using IPv4 dotted-decimal notation. 
For example, if 
start_ip_address
 is specified as 
172.168.10.0
 and 
end_ip_address
 is specified as 
172.168.10.31
 the IP pool will contain addresses in the range 
172.168.10.0
 through 
172.168.10.31
 
for a total of 32 addresses. 
private [ priority ]
 
Address pool may only be used by mobile stations which have requested an IP address from a specified pool. 
When private pools are part of an IP pool group, they are used in a priority order according to the precedence 
setting. 
priority
 must be an integer from 0 through 10 with 0 being the highest priority. The default value 
is 0.