Specifications

AOS-W Commands 741
Chapter 29
no Delete Command
option Configure client specific options
ip igmp
Configure Internet Group Management Protocol
Syntax
Example
ip local
Configures the local address pool for L2TP.
Syntax
[no] ip local pool <pool_name> <pool_start_address> <pool_end_address>
Where:
pool configures a local IP pool for L2TP
<pool_name> is the local IP pool's name
<pool_start_address> specifies the starting address of the local pool
<pool_end_address> specifies the ending address of the local pool
Example
(hostswitch) (config) #ip local pool lab_Pool_Tunnel 1.1.1.1 2.2.2.2 ?
(hostswitch) (config) #
ip nat
Configure the NAT address pool and specifies the name of the pool.
Syntax
ip nat pool STRING A.B.C.D A.B.C.D
Where:
[no] STRING is the pool name
A.B.C.D specifies the starting IP address in the pool
A.B.C.D specifies the ending IP address in the pool.
Example
(hostswitch) (config) #ip nat pool natpool_lab 1.2.3.4 6.6.6.6
(hostswitch) (config) #