Cisco 4700M Configuration Manual page 347

Application control engine appliance security
Hide thumbs Also See for 4700M:
Table of Contents

Advertisement

Chapter 5
Configuring Network Address Translation
Table 5-2
Task and Command Example
1.
2.
3.
4.
Cisco 4700 Series Application Control Engine Appliance Security Configuration Guide
OL-16202-01
Sever Farm-Based Dynamic NAT Configuration Quick Start
If you are operating in multiple contexts, observe the CLI prompt to verify
that you are operating in the desired context. If necessary, change to the
correct context.
host1/Admin# changeto C1
host1/C1#
The rest of the examples in this table use the C1 user context, unless
otherwise specified. For details on creating contexts, see the Cisco 4700
Series Application Control Engine Appliance Virtualization Configuration
Guide.
Enter configuration mode.
host1/C1# config
host1/C1(config)#
Configure an ACL to allow traffic that requires NAT.
host1/C1(config)# access-list ACL1 line 10 extended permit tcp
10.0.0.0 255.0.0.0 eq 8080 any
host1/C1(config-acl)# exit
Configure real servers and a server farm for load balancing. The nat
dynamic command in Step 9 references this server farm.
host1/C1(config)# rserver SERVER1
host1/C1(config-rserver-host)# ip address 172.27.16.201
host1/C1(config-rserver-host)# active
host1/C1(config-rserver-host)# exit
host1/C1(config)# rserver SERVER2
host1/C1(config-rserver-host)# ip address 172.27.16.202
host1/C1(config-rserver-host)# active
host1/C1(config-rserver-host)# exit
host1/C1(config)# serverfarm SF1
host1/C1(config-sfarm-host)# rserver SERVER1 3000
host1/C1(config-sfarm-host-rs)# active
host1/C1(config-sfarm-host-rs)# exit
host1/C1(config-sfarm-host)# rserver SERVER2 3001
host1/C1(config-sfarm-host-rs)# active
host1/C1(config-sfarm-host-rs)# exit
host1/C1(config-sfarm-host)# exit
Configuring Server Farm-Based Dynamic NAT
5-21

Advertisement

Table of Contents
loading

This manual is also suitable for:

4700 series

Table of Contents