HP VPN Firewall Appliances Network Management Command Reference

119
Use undo ip pool to remove an address pool.
Syntax
ip pool pool-number low-ip-address [ high-ip-address ]
undo ip pool pool-number
Default
No IP address pool is configured for PPP users.
Views
System view, ISP domain view
Default command level
2: System level
Parameters
pool-number: Number of the address pool, in the range of 0 to 99.
low-ip-address: Start address of the address pool.
high-ip-address: End IP address of the address pool. An address pool can contain up to 1024 IP
addresses. If the end IP address is not specified, the address pool has only one IP address, the start IP
address.
Usage guidelines
IP address pools configured in system view are for PPP users that do not need authentication. To configure
an IP address pool for the peer PPP users, use the remote address command in a specified interface view.
IP address pools configured in ISP domain view are for PPP users that need authentication in the specified
ISP domain. These IP address pools apply to the interfaces that connect to a larger number of PPP users
than those the interfaces can assign IP addresses for. For example, a GE interface running PPPoE can
accommodate up to 4096 users, but you can configure only one address pool containing up to 1024
addresses on the virtual template of the GE interface, which cannot meet the demand. However, IP
address pools configured in ISP domains can solve the problem.
Examples
# Configure IP address pool 0 that includes IP addresses 129.102.0.1 through 129.102.0.10.
<Sysname> system-view
[Sysname] domain test
[Sysname-isp-test] ip pool 0 129.102.0.1 129.102.0.10
Related commands
remote address
link-protocol ppp
Use link-protocol ppp to enable PPP encapsulation on an interface.
Syntax
link-protocol ppp
Default
PPP encapsulation is enabled on all the interfaces except for Ethernet and VLAN interfaces.