Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco806, slow bandwidth problem

Status
Not open for further replies.

romebaby

Technical User
Feb 26, 2002
3
US
I just configured and installed an 806 behind my cable modem and my bandwidth dropped from 100+ Kb to around 10. I'm also getting a lot of late collision errors when I surf. My cables and NIC are good, I had a netgear rp114 and had no problems. Any suggestions? (the CCIE at Cisco support couldn't figure it out). Thanks in advance.
internet--cable modem--806--single computer (pretty simple)

Current configuration : 1048 bytes
!
version 12.2
no parser cache
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname home
!
logging rate-limit console 10 except errors
!
ip subnet-zero
ip dhcp excluded-address 10.10.10.1
ip dhcp excluded-address 10.10.10.4
!
ip dhcp pool client
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
--More--

dns-server 24.221.212.9
domain-name co.sprintbbd.net
!
no ip dhcp-client network-discovery
lcp max-session-starts 0
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
ip nat inside
no cdp enable
hold-queue 32 in
!
interface Ethernet1
ip address dhcp
ip nat outside
no cdp enable
!
ip classless
ip http server
!
ip nat inside source list 102 interface Ethernet1 overload
--More--

access-list 1 permit any
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
no cdp run
!
line con 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 0 0
login local
length 0
!
scheduler max-task-time 5000
end
 
Talk to your ISP about the duplex and speed settings. Manually bias your interface to match thier settings. Late collisions are almost always related to half/full duplex mismatches. The autosense feature of Cisco isn't very good. I doubt seriously you were talking to a CCIE. Let us know how that pans out.

Scott
 
Thank you Scott!! My nic was set to 100 and my modem was at 10. I changed my nic to 10 and problem solved. I guess I was too into the router config and overlooked the obvious.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top