cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
779
Views
0
Helpful
2
Replies

How to redirect traffic from incoming TCP port to different TCP port

RAMAN AZIZIAN
Level 1
Level 1

Good Day all,

Could someone provide info (if it is possible) on how to direct traffic entering the ACE via TCP port X and redirect the Traffic to TCP port Y.

The Enterprise production application is currently configured to listen on port 443, and the customer does not want to ask the users to use the same application via port 8443 (ex: https://www.example.com/8443).

As always any info/suggestions will greatly be appreciated.

Cheers,

-raman

2 Replies 2

Borys Berlog
Cisco Employee
Cisco Employee

Hi Raman

You can specify port in serverfarm. E.g.  you have L4 class map like this :

class-map match-any U2

  2 match virtual-address 1.1.11.186 tcp eq 5555

and serverfarm like this :

serverfarm host U2

  rserver U2 80

    inservice

and of course usual L7 and L4 policy maps. So when client connects to 1.1.11.186 port 5555 (like http://1.1.11.186:5555/) he will be redirected to rserver U2 to port 80

Hi Borys,

Thanks for providing this information. I will try your suggestion this evening.

Have a great week.

-raman

Review Cisco Networking for a $25 gift card