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

CSM blocking VIP port

tporembski
Level 1
Level 1

I have the following config in a CSM.

vserver EXPLICIT-8080

virtual 10.10.10.30 tcp 8080

serverfarm EXPLICITF-8080

replicate csrp sticky

replicate csrp connection

persistent rebalance

inservice

!

vserver TRNSPARENT-80

virtual 0.0.0.0 0.0.0.0 tcp www

serverfarm CACHE-80

replicate csrp sticky

replicate csrp connection

persistent rebalance

inservice

!

Is there a way in the CSM to not allow traffic to 10.10.10.30 via port 80 and only allow it for port 8080?

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

Create a vserver to match 10.10.10.30:80 and use serverfarm EXPLICITF-8080 or use a redirect serverfarm to redirect the client to 10.10.10.30:8080

G.

Now that I reread my question I wasn't clear. I don't want to redirect traffic I want to deny that traffic completely on port 80 for 10.10.10.30.