ip-pool-modify
This command modifies an IP address pool with a specific IP address range.
Syntax ip-pool-modify
name ip-pool-name |
Specify the name of the IPpol. |
Specify one or more of the following options: |
|
start-ip ip-address |
Specify the first IP address in the pool. This address is included in the pool. |
end-ip ip-address |
Specify the end IP address of the pool and is included in the pool. |
network ip-address |
Specify the network for the IP address pool, for example, 192.168.1.0. |
netmask netmask |
Specify the subnet for the IP address pool. |
vlan vlan-id |
Specify the VLAN identifier for an IP address pool that applies to a specific Layer 2 network segment. |
bd bridge-domain name |
Specify the Bridge Domain assigned to IP pool. |
Defaults None
Access CLI
History
Version 1.2 |
Command introduced. |
Version 2.2 |
The parameter, vnet, deprecated. |
Version 3.0.0 |
The parameter, l2-net, added. |
Version 5.1.1 |
The parameter, l2-net, deprecated, and the parameter, bd, added. |
Usage IP address pools help automate the management of IP addresses for hosts and virtual machines, including the management IP addresses of the switches in a fabric. Use this command to modify an existing IP pool.
Examples To modify a fabric-wide IP address pool named MyPublicIPv4Pool to automate the allocation of IP addresses within a fabric for the IP address block 208.74.182.0/24 to 208.74.182.201/24, use the following command:
CLI network-admin@switch > ip-pool-modify name MyPublicIPv4Pool start-ip 208.74.182.0 end-ip 208.74.182.200 netmask 255.255.255.0