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

predictor forwarder

rays
Level 1
Level 1

Hello, can you explain why I am unable to get a vserver with a virtual address of 0.0.0.0 pointing to a serverfarm

with predictor forward to become operational?

The configuration I have is as follows:

vlan 100 client

ip address 192.168.0.20 255.255.255.240

gateway 192.168.0.17

vlan 301 server

ip address 192.168.0.177 255.255.255.240

route 192.168.6.0 255.255.255.0 gateway 192.168.0.178

serverfarm FE-SUBNET202

no nat server

no nat client

predictor forward

vserver FEDIR-ACCESS202

serverfarm FE-SUBNET202

persistent rebalance

inservice

With this configuration the vserver shows OUTOFSERVICE.

If I change the vserver configuration and add a class C virtual address then the vserver becomes OPERATIONAL:

vserver FEDIR-ACCESS202

virtual 192.168.6.0 255.255.255.0 any

serverfarm FE-SUBNET202

persistent rebalance

inservice

Thanks

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

to use ip 0.0.0.0/0 you need to configure it explicitly.

Like this :

vserver FEDIR-ACCESS202

virtual 0.0.0.0/0 any

serverfarm FE-SUBNET202

persistent rebalance

inservice

Regards,

Gilles.

View solution in original post

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

to use ip 0.0.0.0/0 you need to configure it explicitly.

Like this :

vserver FEDIR-ACCESS202

virtual 0.0.0.0/0 any

serverfarm FE-SUBNET202

persistent rebalance

inservice

Regards,

Gilles.

Thanks for the quick response Gilles. That has worked.

Review Cisco Networking for a $25 gift card