cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
950
Views
0
Helpful
2
Replies

VIP configuration and content rules

Gomez
Level 1
Level 1

Hi,

I have the following problem, i'm trying to add u virtual router to my content switch.

circuit VLAN89

ip address 195.177.246.121 255.255.255.128

ip virtual-router 111

ip redundant-vip 111 195.177.246.57

when i try to do this i'm getting the error could not find content rule or group for specified VIP. I then first try to create a content rule with this vip.

content ecms.railaccess.be

vip address 195.177.246.57

redundant-index 173

balance leastconn

add service proatriu0po21a0

add service problock0po22a0

advanced-balance sticky-srcip

sticky-inact-timeout 30

protocol tcp

port 52994

url "//ecms.railaccess.be/*"

active

When i try to do this i get the error:

VIP address needs to be associated with a virtual router.

What am i doing wrong?

Kind regards,

Frederik De Muyter.

1 Accepted Solution

Accepted Solutions

1. define content rule without ASR config( redundant-index command).

2. Enable VIP redundancy (Do the redundant-vip config under circuit)

3. configure the global service index for a redundant service (assign redundant index to rule)

View solution in original post

2 Replies 2

1. define content rule without ASR config( redundant-index command).

2. Enable VIP redundancy (Do the redundant-vip config under circuit)

3. configure the global service index for a redundant service (assign redundant index to rule)

Ok tnx for the help, i just didn't activate the rule then configured redunant-vip, activate rule.

But know i now why it doesn't work. Tnx.