10-05-2010 07:44 AM - edited 03-04-2019 10:00 AM
I have a PPPoE connection to the ISP with Cisco 851.
With default Vlan1 interface parameters (shown below) I'm experiencing a strange troubles with connection to some hosts (eg. login to Steam servers, Blizzard servers), though these hosts are reachable by ping.
interface Vlan1
description Home LAN
ip address 192.168.1.254 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1460
end
After a few days of experiments (including MTU/MSS checks) I found out that disabling CEF on VLan1 interface (with no ip route-cache cef) solves the problem.
But I consider this as a workaround, not a solution. What can you recommend to check/diagnose further to understand the cause of such behaviour?
config attached.
Solved! Go to Solution.
10-05-2010 01:33 PM
Hello Max,
Problems with CEF usually indicate a software bug. Is it possible for you to download and try using an updated IOS version for your router? What is the current version of IOS you are running?
My suggestions to your config (not necessarily related to your current issue):
Best regards,
Peter
10-05-2010 10:57 AM
It is highly recommended to *not* use Vlan1. Vlan1 is used for many Cisco internal protocols to pass information. Try moving this configuration to Vlan2, for example, and see if the problem goes away with CEF on.
10-05-2010 12:34 PM
Actually, Vlan1 on 850 series is the one and only LAN.
10-05-2010 12:43 PM
That's news to me, especially since the datasheet shows it can have 10 vlans (albeit named "Wireless VLANs").
CEF is only valid for inbound traffic on an interface, as that is where the decision to express-forward is made. (see http://www.cisco.com/en/US/customer/products/sw/iosswrel/ps1828/products_tech_note09186a00801e1e46.shtml)
Turn ip route-cache cef back on, and execute "clear ip cache" and see if the problem resolves itself. Perhaps you had some bogus or erroneous cached data.
10-05-2010 01:33 PM
Hello Max,
Problems with CEF usually indicate a software bug. Is it possible for you to download and try using an updated IOS version for your router? What is the current version of IOS you are running?
My suggestions to your config (not necessarily related to your current issue):
Best regards,
Peter
10-05-2010 03:05 PM
Peter, you was right.
I downgraded IOS from C850-ADVSECURITYK9-MZ Version 12.4(15)T14, RELEASE SOFTWARE (fc2) to
C850-ADVSECURITYK9-MZ Version 12.4(15)T13, RELEASE SOFTWARE (fc3) and problem seems to be gone now. Wow.
MTU/MSS parameters were just transferred as 100% working from other router I used (Zyxel P-334) while debugging this issue.
Thanks for recommendations on config optimization (some parameters on Fe4 were left from a previous provider, I should remove them).
10-05-2010 11:04 PM
Hello Max,
I am glad to have helped. However, let's wait a bit longer to see whether the problem is really solved. I did not expect that a downgrade will solve the problem Of course, moving to any software version that does not have this bug will obviously solve it... What I am still thinking about now is whether the problem is not currently solved simply because you reloaded the router. Have you tried reloading the router with the previous IOS version?
Regarding my MSS/MTU recommendations, these are official (and logical) values and settings as recommended by Cisco in the ISCW training.
Best regards,
Peter
10-05-2010 11:24 PM
Well, solving issues with firmware/software downgrade is very often nowadays. I'm not to blame a code quality, but it's a fact.
Concerning reloading the router - sure, I have reloaded it a few times, including power cycling.
10-05-2010 11:35 PM
Max,
Thanks for the answer. Yes - I think we all know about the increased occurence of software issues in recent IOS releases...
Nevertheless, I am glad you got it running - hopefully, it will stay that way.
Best regards,
Peter
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