Cisco Cisco ASR 5700

Page of 8994
  Context Configuration Mode Commands A-D 
busyout ip  ▀   
 
Command Line Interface Reference, StarOS Release 17  ▄  
 
   
2321 
name
 
pool_name
 
Applies the named IP pool or IP pool group in the current context. 
pool_name
 must be the name of an 
existing IP pool or IP pool group in the current context. 
address-range start_address end_address
 
Busyout all addresses from 
start_address
 through 
end_address
start_address
: The beginning IP 
address of the range of addresses to busyout entered in IPv4 dotted-decimal notation. 
end_address
: The ending IP address of the range of addresses to busyout. This IP address must exist in the 
pool specified and entered in IPv4 dotted-decimal notation. 
lower-percentage percent
 
Busyout the percentage of IPv4 addresses specified, beginning at the lowest numbered IP address. This is a 
percentage of all of the IP addresses in the specified IP pool. 
percent
 must be an integer from 1 through 
100. 
upper-percentage percent
 
Busyout the percentage of IPv4 addresses specified, beginning at the highest numbered IP address. This is a 
percentage of all of the IPv4 addresses in the specified IP pool. 
percent
 must be an integer from 1 through 
100. 
Usage 
Use this command to busyout IPv4 addresses when resizing an IPv4 pool. 
Up to 32 instances of this command can be executed per context. 
A single instance of this command can busy-out multiple IPv4 address pools in the context through the use of 
the 
all
all-static
, or 
all-dynamic
 keywords. 
Example
 
Assume an IPv4 pool named 
Pool10
 with addresses from 
192.168.100.1
 through 
192.168.100.254
. To 
busy out the addresses from 
192.168.100.50
 through 
192.169.100.100
, enter the following command: 
busyout ip pool name Pool10 address-range 192.168.100.50 192.169.100.100 
To restore the IPv4 addresses from the previous example and make them accessible again, enter the following 
command: 
no busyout ip pool name Pool10 address-range 192.168.100.50 
192.169.100.100