cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
370
Views
0
Helpful
3
Replies

ACE vip question

fly
Level 2
Level 2

in ace configuration, we didn't config a vip interface or address,just creat a class map to match destination vip address. then we config loadbalance vip inservice to enable vip. but there is no vip address, how did ace enable vip inservic like CSS11500 or csm module does

thank you!

3 Replies 3

Gilles Dufour
Cisco Employee
Cisco Employee

did you assign the service policy to an interface ?

G.

you mean ACE read service policy (class map) to detemine the vip address.

i remember on CSS 11500, must define a vip address, and assigne a ip address to vip.

thank you!

Li

Hi,

to make the vip inservice, you do this under the multi-match policy map, under the l3 class map.

Ex:

class-map match-all X-CM

match virtual-address 172.16.10.100 any

policy-map type loadbalance first-match X-L7PM

class class-default

serverfarm X-SF

policy-map multimatch SLB-SP

class X-CM

loadbalance vip inservice

loadbalance policy X-L7PM

Regards,

Amr Ahmed