Link to home
Start Free TrialLog in
Avatar of p1800volvo
p1800volvo

asked on

Can a Cisco CSS perform Port Translation?

Can a Cisco CSS perform Port Translation? I would like to have a CSS set up to accept traffic on port 80 and send it to a web server farm on a higher port, such as 8080 or 1080, something above 1024.

Thanks!
Avatar of giltjr
giltjr
Flag of United States of America image

How are you using the CSS?  Load balancing, reverse proxy, ?????

From http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_example09186a008009438d.shtml

content web-servers
    protocol tcp
    port AAAAAAAAAAAAAAAAAAAAAAAA
    add service www-server1
    add service www-server2
    add service www-server3
    vip address 192.168.1.1
    active

Change AAAAAAAAAAAAAAAAAAAa to the port the web servers are listening on.

Other examples:

http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_example09186a00800941e8.shtml
Avatar of p1800volvo
p1800volvo

ASKER

We have them set up for load balancing.

I will check out those links..
The example I posted is from the 1st link which give sample load balancing configurations.
ASKER CERTIFIED SOLUTION
Avatar of Frabble
Frabble
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial