cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1253
Views
0
Helpful
6
Replies

SIP load balancing issue with ACE 4710

raj79_patel
Level 1
Level 1

SIP Load balancing Issue with ACE 4710

I have a Cisco ace 4710 with vesion Version A4(2.2). i configued simple SIP load balancing first without stickiness. without stikeiness we are having a problem because bye packet at the was not going to the same server all the time that left our port in used even though user hang up the phone. its happen randmly. i have a total 20 licenced ports and its fill out very quickly. so i dicided to use the stickiness with call-ID but still same issue. below is the config

rserver host CIN-VOX-31

  ip address 172.20.130.31

  inservice

rserver host CIN-VOX-32

  ip address 172.20.130.32

  inservice

serverfarm host CIN-VOX

  probe SIP-5060

  rserver CIN-VOX-31

    inservice

  rserver CIN-VOX-32

    inservice

sticky sip-header Call-ID VOX_SIP_GROUP

  timeout 1

  timeout activeconns

  replicate sticky

  serverfarm CIN-VOX

class-map match-all CIN_VOX_L4_CLASS

  2 match virtual-address 172.22.12.30 any

class-map match-all CIN_VOX_SIP_L4_CLASS

  2 match virtual-address 172.22.12.30 udp eq sip

policy-map type loadbalance sip first-match CIN_VOX_LB_SIP_POLICY

  class class-default

    sticky-serverfarm VOX_SIP_GROUP

policy-map multi-match GLOBAL_DMZ_POLICY

   class CIN_VOX_SIP_L4_CLASS

    loadbalance vip inservice

    loadbalance policy CIN_VOX_LB_SIP_POLICY

    loadbalance vip icmp-reply

  class CIN_VOX_L4_CLASS

    loadbalance vip inservice

    loadbalance policy CIN_VOX_LB_SIP_POLICY

    loadbalance vip icmp-reply

interface vlan 20

  description VIP_DMZ_VLAN

  ip address 172.22.12.4 255.255.255.192

  alias 172.22.12.3 255.255.255.192

  peer ip address 172.22.12.5 255.255.255.192

  access-group input PERMIT-ANY-LB

  service-policy input GLOBAL_DMZ_POLICY

could you please help me on this...

thanks

Rakesh Patel

6 Replies 6

ajay chauhan
Level 7
Level 7

Can you post class-map for -CIN_VOX_LB_SIP_POLICY

Thanks

Ajay

class-map match-all CIN_VOX_L4_CLASS

  2 match virtual-address 172.22.12.30 any

class-map match-all CIN_VOX_SIP_L4_CLASS

  2 match virtual-address 172.22.12.30 udp eq sip

I mean there should be one more statement-

class-map type sip loadbalance match-any CIN_VOX_LB_SIP_POLICY 

match sip header Call_ID header-value sip:

and that will be called under-

policy-map multi-match GLOBAL_DMZ_POLICY

   class CIN_VOX_SIP_L4_CLASS

    loadbalance vip inservice

    loadbalance policy CIN_VOX_LB_SIP_POLICY

    loadbalance vip icmp-reply

is that missing in your config ?

ya.. dont have this in my config. i thought this is just if you wthanted to do layer 7 load balancing. i have a without match criteria. well i can try to add this and see how that works.. i will let you know...

thanks.

Rakesh

what will be my header-value?

i tried to add Layer 7 Class map and now i am not getting any dial tone.

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: