Cisco Systems OL-7029-01 Switch User Manual


 
2-36
Catalyst 6500 Series Switch Content Switching Module with SSL Command Reference
OL-7029-01
Chapter 2 Content Switching Module with SSL Commands
natpool (module CSM submode)
natpool (module CSM submode)
To configure source NAT and create a client address pool, use the natpool command in module CSM
configuration submode. To remove a natpool configuration, use the no form of this command.
natpool pool-name start-ip end-ip [netmask netmask | prefix-length leading_1_bits]
no natpool pool-name
Syntax Description
Defaults This command has no default settings.
Command Modes Module CSM configuration submode
Command History
Usage Guidelines If you want to use client NAT, you must create at least one client address pool.
A maximum of 255 NAT pool addresses are available for any CSM.
Examples This example shows how to configure a pool of addresses with the name web-clients, an IP address
range from 128.3.0.1 through 128.3.0.254, and a subnet mask of 255.255.0.0:
Cat6k-2(config-module-csm)# natpool web-clients 128.3.0.1 128.3.0.254 netmask 255.255.0.0
Related Commands nat client (serverfarm submode)
show module csm natpool
pool-name Name of a client address pool; the character string is from 1 to
15 characters.
start-ip end-ip Specifies the starting and ending IP address that define the range of
addresses in the address pool.
netmask netmask (Optional) Mask for the associated IP subnet.
prefix-length leading_1_bits (Optional) Mask for the associated IP subnet.
Release Modification
CSM release 1.1(1) This command was introduced.
CSM-S release 1.1(1) This command was introduced.