07-12-2005 08:02 AM - edited 03-02-2019 11:21 PM
I have a 3620 router with 2 FE ports connecting 2 LAN's - one to a trusted partner. I have a simple access list applied "in" to the partners interface. The users at the partners office have severe delays or very poor performance when they try to access any resources from my LAN. As soon as I lift the access list off, it gives excellent performance. I tried cutting down on the no. of lines in the access list (Right now I've got just one line), but the effect is the same. What should I be checking for?
07-12-2005 08:18 AM
Check that fast switching is enabled on both fe interfaces.
Using process switching can cause considerable delay.
to activate fast switching, use the interface command : no ip route cache
Regards,
Leo
07-12-2005 08:27 AM
Guys,
I thought the command 'ip route-cache' turns on fast switching and is usually default. To disable it, use no ip route-cache.
Please correct me if I am wrong.
07-12-2005 08:45 AM
Bill
You are correct. ip route-cache enables fast switching and no ip route-cache disables fast switching.
And I do not believe that fast switching (or not) is the issue. The original post said that with access list in place performance was bad and with access list removed performance was good. There was a time in the history of IOS when adding an inbound access list would force process switching and impact performance. But it has been a very long time since that was true. So the router is either fast switching everything or it is process switching everything. (And in fact it is probably CEF switching if the IOS is at all recent.)
So if it sounds like the issue is the access list then I think it would be very helpful if the original poster would supply some specifics about the topology and the content of the access list.
HTH
Rick
07-13-2005 06:12 AM
ip route cache is enabled on the router.
My current access list consists of just one line
ip access-list extended QRLink
permit tcp 172.20.8.0 0.0.3.255 172.17.224.32 0.0.0.7 range 3200 3399
!
interface FastEthernet0/0
ip address 172.17.48.15 255.255.240.0
!
interface FastEthernet1/0
ip address 172.17.80.57 255.255.255.252
ip access-group QRLink in
full-duplex
no cdp enable
!
07-13-2005 09:00 AM
I think there may be an issue with this access list. It permits a range of source addresses (which I assume are the partner's addresses) to a subnet (which I assume are your addresses) for a range of TCP ports. Since there is an implicit deny any any at the end of every access list, there is no UDP allowed through, no ICMP allowed through, and no TCP except for the specific range of ports.
Depending on what they are trying to do this could very well explain poor performance.
HTH
Rick
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