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

CSM port redirect query

Dear All,

I have the following scenario that I need to configure on CSM 4.2(12) (Cisco 6513).

Scenario:

Real IPs: 10.10.10.3 & 10.10.10.4

VIP: 10.10.10.1

When users will access 10.10.10.1 on port 81, 82, 83, 84 & 85. I want to forward port (redirect) this request to port 80.

Is this possible.

Can someone please post the required configuration for the above scenario.

Client and Server vlans are in the same subnet.

Thanks in advance


Regards,

Anser

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

This is possible.

All you need is specify the port you want to use by the rserver and by the vserver.

for example

serverfarm MyFarm

  rserver 10.10.10.3 80

    inservice

  rserver 10.10.10.4 80

    inservice

vserver MYVIP81

  virtual 10.10.10.1 tcp port 81

  serverfarm MyFarm

  inservice

Gilles.

View solution in original post

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

This is possible.

All you need is specify the port you want to use by the rserver and by the vserver.

for example

serverfarm MyFarm

  rserver 10.10.10.3 80

    inservice

  rserver 10.10.10.4 80

    inservice

vserver MYVIP81

  virtual 10.10.10.1 tcp port 81

  serverfarm MyFarm

  inservice

Gilles.

Thanks

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: