cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
405
Views
5
Helpful
3
Replies

CSS Loadbalancing and Bypass - Question

alanwright1
Level 1
Level 1

Is it possible to have two VIP's, one for a server farm, for HTTP and another VIP which catches all other traffic TCP/UDP on any IP. This bypass content needs to have a different next hop to the next hop used for HTTP traffic.

BR

Alan

3 Replies 3

Gilles Dufour
Cisco Employee
Cisco Employee

Alan,

is it for a CSS or a CSM ?

It's possible with both, but if you want the appropriate config, I need to know the device.

Gilles.

Sorry Gilles, I thought the headline was clear enough, I guess not. This is for CSS115xx box.

sorry, I didn't check the title.

If you want to redirect some traffic to a specific next-hop, I would suggest to do it through an ACL.

So, in your case something like this

acl 1

clause 10 permit tcp any destination content

clause 20 bypass any any destination any prefer service_nexthop

clause 99 permit any any destination any

apply all

Gilles.