cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
258
Views
3
Helpful
2
Replies

IOS 11.3 and policy routing breaks NFS

stecks
Level 1
Level 1

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

2 Replies 2

vcjones
Level 5
Level 5

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

www.networkingunlimited.com

Okay thx for that hint I forgot the defaults but this does not help anything. Still same problem. Any other ideas, please?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: