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

ACE SIP load-balancing in one-arm mode

philippe.bureau
Level 1
Level 1

Hi,

I'm trying to get SIP load-balancing to work in one-arm mode.

I configured source-nat and all services are working except for SIP.

I think I need sip inspection but I connot find a clear config exemple.

class-map match-any CM_Nu_SIP_VIP_5060
  description vip-sip
  2 match virtual-address 10.40.57.12 udp eq 5060

policy-map type loadbalance sip first-match LB_POL_Nu_SIP_VIP
  class class-default
    sticky-serverfarm GRP-SIP

policy-map multi-match POL_SIP
  class CM_Nu_SIP_VIP_5060
    loadbalance vip inservice
    loadbalance policy LB_POL_Nu_SIP_VIP
    loadbalance vip icmp-reply active
    loadbalance vip advertise active
    nat dynamic 1 vlan 899

interface vlan 899
  nat-pool 1 10.40.57.250 10.40.57.254 netmask 255.255.255.0 pat
  service-policy input POL_SIP

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

We do not support pat with SIP inspection.

Gilles.