The management IP pool must not contain any IP addresses that have been assigned as static IP addresses for a server or service profile.
| | Command or Action | Purpose |
|---|
| Step 1 | UCS-A#
scope org /
|
Enters root organization mode.
|
| Step 2 | UCS-A /org #
scope ip-pool ext-mgmt
|
Enters organization IP pool mode.
| Note
|
You cannot create (or delete) a management IP pool. You can only
enter (scope to) the existing default pool.
|
|
| Step 3 | UCS-A /org/ip-pool #
set descr
description
| (Optional)
Provides a description for the management IP pool.
This description applies to all address blocks in the management IP pool.
| Note
|
If your description includes spaces, special characters, or
punctuation, you must begin and end your description with quotation marks. The
quotation marks will not appear in the description field of any
show
command output.
|
|
| Step 4 | UCS-A /org/ip-pool #
create block
first-ip-addr
last-ip-addr
gateway-ip-addr
subnet-mask
|
Creates a block (range) of IP addresses, and enters organization
IP pool block mode. You must specify the first and last IP addresses in the
address range, the gateway IP address, and subnet mask.
| Note
|
A IP pool can contain more than one IP address block. To create
multiple IP address blocks, you must enter multiple
create block
commands from organization IP
pool mode.
|
|
| Step 5 | UCS-A /org/ip-pool/block #
commit-buffer
|
Commits the transaction to the system configuration.
|
The following example configures an IP address block for the
management IP pool and commits the transaction:
UCS-A# scope org /
UCS-A /org # scope ip-pool ext-mgmt
UCS-A /org/ip-pool* # set descr "This is a management IP pool example."
UCS-A /org/ip-pool* # create block 192.168.100.1 192.168.100.200 192.168.100.10 255.255.255.0
UCS-A /org/ip-pool/block* # commit-buffer
UCS-A /org/ip-pool/block #
Configure one or more service profiles or service profile templates to obtain the CIMC IP address from the management IP pool.