cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
560
Views
0
Helpful
4
Replies

the mean of virtual-address 0.0.0.0 0.0.0.0

syjeon
Level 1
Level 1

Hi.Thank for this forum always.

In transparent cache load balancing,

the vip is configured like below,

class-map match-all VIP-TCP80

2 match virtual-address 0.0.0.0 0.0.0.0 tcp eq www

when user want to use a internet, when the traffic reaches msfc, and then the msfc forwarding to ace to lb cache server. right?

just only www traffic.,

1 Accepted Solution

Accepted Solutions

yes, that's the way to do it.

Gilles.

View solution in original post

4 Replies 4

Gilles Dufour
Cisco Employee
Cisco Employee

This vip is to catch all http traffic coming into the ace module.

It does not tell the MSFC to forward the http traffic to ACE.

You need policy routing for that.

Gilles.

Hi. Gilles.

Thank for your help.

you say that the policy routing needed in msfc.

Is there a sample policy routing config on msfc?

Regarding your comment,I maded a sample configuration.

Can you check for this config?

------------------------------------------

access-list 101 permit ip any any eq 80

!

route-map PBR permit 10

match ip address 101

set ip next-hop 192.168.1.2(this is ace client ip address)

!

!

inter e0/0

ip policy route-map PBR

end

!

yes, that's the way to do it.

Gilles.

Review Cisco Networking for a $25 gift card