11-26-2002 04:13 AM - edited 03-02-2019 03:10 AM
Hi,
I have put a route map for a transparent http proxy on two Cat 5509s. Works fine. Unfortunately it breaks NFS altough NFS should not go through the Acls.
IOS is 11.3(6)WA4(9).
Route map looks like this:
route-map proxination permit 10
match ip address 110
set ip next-hop 192.168.91.100
And the acl 110:
access-list 110 deny tcp any 192.168.0.0 0.0.255.255 eq www
access-list 110 permit tcp any any eq www
access-list 110 deny tcp any any
When i bind this to the int vlan #, then various nfs links do not work anymore, some do.
Strange isn't it? Anybody any idea?
Thx in advance
Steffen
11-27-2002 06:35 AM
route-map proxination permit 20
set ip next-hop default
Not sure of the exact syntax of the set line (doing this from memory), but you need to tell the route map what to do with the packets which don't match access list 110 (or other preceeding routemaps). There are other ways to do the same job, just make sure you pick one which does not force the router into process switching (check the command reference for your IOS release).
Good luck and have fun!
Vincent C Jones
11-28-2002 06:17 AM
Okay thx for that hint I forgot the defaults but this does not help anything. Still same problem. Any other ideas, please?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide