cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1536
Views
0
Helpful
1
Replies

Ace load balance port 8091

frede_frede
Level 1
Level 1

Hi,

I need to balance port https in port 8091, I already make this configuration in port 443 and works, but with port 8091 the sessions are broken and the users have to constantly make login

probe tcp KPalive_server_8091

  port 8091

  interval 10

  faildetect 2

  passdetect interval 10

  passdetect count 2

  open 1

rserver host server01

  ip address 192.168.32.128

  inservice

rserver host server02

  ip address 192.168.32.129

serverfarm host SRVfarm_server

  probe KPalive_server_8091

  rserver server01

    inservice

  rserver server02

    inservice

sticky layer4-payload server_HTTPS

  serverfarm SRVfarm_server

  response sticky

  layer4-payload offset 43 length 64 begin-pattern "(\x20|\x00\xST)"

class-map match-all CLA4_HTTPS

  2 match virtual-address 192.168.30.60 tcp eq 8091

policy-map type loadbalance generic first-match POL7_HTTPS

  class class-default

    sticky-serverfarm server_HTTPS

policy-map multi-match POL4_HTTPS

  class CLA4_HTTPS

    loadbalance vip inservice

    loadbalance policy POL7_HTTPS

    loadbalance vip icmp-reply active

thanks

Fred

A mensagem foi editada por: Frederico Fred

1 Accepted Solution

Accepted Solutions

Kanwaljeet Singh
Cisco Employee
Cisco Employee

Hi Fred,

If i have understood you correctly you want that traffic coming to VIP at 443 should be sent back to the server on port 8091, then you should make a slight change in config.

serverfarm host SRVfarm_server

probe KPalive_server_8091

rserver server01 8091

inservice

rserver server02 8091

inservice

You should define the port at which ACE should send the traffic to server after taking a LB decision.

Let me know if that helps.

Regards,

Kanwal

View solution in original post

1 Reply 1

Kanwaljeet Singh
Cisco Employee
Cisco Employee

Hi Fred,

If i have understood you correctly you want that traffic coming to VIP at 443 should be sent back to the server on port 8091, then you should make a slight change in config.

serverfarm host SRVfarm_server

probe KPalive_server_8091

rserver server01 8091

inservice

rserver server02 8091

inservice

You should define the port at which ACE should send the traffic to server after taking a LB decision.

Let me know if that helps.

Regards,

Kanwal

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: