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

ACE Transparent SSL off loading

aeliu
Level 1
Level 1

HI,

I configured transparent ssl offload as below, it works, port 443 of ALL IP will be transfered to 7001.but dont know how to make an exception, anybody help ~

rserver host MSFC
  ip address 192.168.1.1
  inservice

serverfarm host sf_transparent
  transparent
  rserver MSFC 7001
    inservice

policy-map type loadbalance http first-match transparent_ssl
  class class-default
    serverfarm  sf_transparent


class-map match-all ssl-vip
  2 match virtual-address 0.0.0.0 0.0.0.0 tcp eq https


policy-map multi-match SSL_OFFLOAD
  class ssl-vip
    loadbalance vip inservice
    loadbalance policy transparent_ssl
    ssl-proxy server qa_ssl

interface vlan 111
service-policy input SSL_OFFLOAD

1 Accepted Solution

Accepted Solutions

What do you want to do for this traffic ?

Just forward transparently ?

Why don't you want to use the virtual command ?

Gilles

View solution in original post

3 Replies 3

Gilles Dufour
Cisco Employee
Cisco Employee

What kind of exception do you need ?

A source ?  In this case, you need to create class-map to match source ip adress.

A destination ? In this case, you also create a class-map but with a virtual-ip and you add it before the one currently configured.

Gilles.

Thanks for reply Gilles,

what I want is destination exception, and with no VIP, is it possible?

and I tried ACL as below, not working

access-list transparent_test extended deny tcp any host 192.168.3.2 eq 443
access-list transparent_test extended  permit tcp any any eq 443

class-map match-all ssl-vip
match access-list transparent_test

Regards

Aeneas

What do you want to do for this traffic ?

Just forward transparently ?

Why don't you want to use the virtual command ?

Gilles

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: