Mobile IPv4 Administrator's Guide
mipconfig and miproconfig
mipconfig Command reference
Chapter 9
132
configure pool
Use the configure pool command on Home Agents with AAA Mobile Node clients that
will use dynamic home address assignment. The configure pool command configures a
pool of IP addresses that the Home Agent will assign to AAA Mobile Nodes that request
a home address.
NOTE The Mobile IPv4 protocol suite has no provision for a Mobile Node to return a
dynamically allocated home address to the Home Agent. Refer to “Managing Dynamic
Home Address Pools” on page 70 for more information.
Syntax
c[onfigure] p[ool] [
interface_name
][
ip_address
][
num_addr
] ]
Parameters
interface_name
Name of an interface with Home Agent services.
Acceptable Values: The name of a LAN interface that is configured
on the system (ifconfig UP, not POINTOPOINT or LOOPBACK).
mipconfig Default: None. If you do not specify a value, mipconfig
will operate in novice mode.
mipd Daemon Default: None.
ip_address
First IP address in a range of addresses that the Home Agent can
dynamically allocate to a Mobile Node.
mipconfig Default: None. You must specify a value.
mipd Daemon Default: None.
num_addr
Number of addresses in the pool, starting from and including
ip_address
.
mipconfig Default: If you do not specify
num_addr
, the pool will
contain only one address,
ip_address
.
mipd Daemon Default: None.
Example
The following command configures an address pool for lan0 containing the addresses
11.11.11.11, 11.11.11.12 and 11.11.11.13:
configure pool lan0 11.11.11.11 3