Forum Discussion

Ganesh_Kumar_ka's avatar
Ganesh_Kumar_ka
Icon for Nimbostratus rankNimbostratus
Apr 10, 2018

Migrating ACE to F5

parameter-map type http persist persistence-rebalance set header-maxparse-length 12288

 

sticky ip-netmask 255.255.255.255 address source XXXX_STICKY timeout 120 replicate sticky serverfarm XXXXX

 

ssl-proxy service XXXX key KEYNAME cert CERTNAME chaingroup CHAINGROUPNAME

 

class-map match-any XXXX_CLASS 2 match virtual-address X.X.X.X tcp eq https

 

policy-map type loadbalance first-match XXXX_POLICY class class-default sticky-serverfarm XXXX_STICKY insert-http ClientProtocol header-value "https" policy-map multi-match L4Policies class XXXX_CLASS loadbalance vip inservice loadbalance policy XXXX_POLICY loadbalance vip icmp-reply active appl-parameter http advanced-options persist ssl-proxy server XXXX

 

3 Replies

  • Configuration

     

    parameter-map type http persist persistence-rebalance set header-maxparse-length 12288

     

    sticky ip-netmask 255.255.255.255 address source XXXX_STICKY timeout 120 replicate sticky serverfarm XXXXX

     

    ssl-proxy service XXXX key KEYNAME cert CERTNAME chaingroup CHAINGROUPNAME

     

    class-map match-any XXXX_CLASS 2 match virtual-address X.X.X.X tcp eq https

     

    policy-map type loadbalance first-match XXXX_POLICY class class-default sticky-serverfarm XXXX_STICKY insert-http ClientProtocol header-value "https" policy-map multi-match L4Policies class XXXX_CLASS loadbalance vip inservice loadbalance policy XXXX_POLICY loadbalance vip icmp-reply active appl-parameter http advanced-options persist ssl-proxy server XXXX

     

  • I just got through with migrating Cisco Ace to F5. In order to help you, we need a specific example of one or more ServerFarm configurations...

     

    The example you gave is not a full configuration for one Serverfarm.