Well first I'd like to say hi as I'm new to this forum. I did some poking around and couldn't find a thread already dealing with this issue, so I apologize if there is something floating out there already. I recently set up a cisco 1751 behind my cable modem. From there I am running a 3com superstack II 3300 to my pcs. The interface running to my cable modem is a wic 1enet. On it (e1/0), I am getting tons of CRC and input errors:
Last clearing of "show interface" counters 00:18:07
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 246000 bits/sec, 116 packets/sec
5 minute output rate 297000 bits/sec, 34 packets/sec
133224 packets input, 34875556 bytes, 0 no buffer
Received 84724 broadcasts, 0 runts, 3 giants, 0 throttles
1710 input errors, 972 CRC, 735 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
44797 packets output, 41973532 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Is this normal for cable modem connections, due to signal strength etc?
I'm used to frame-relay circuits at work that tend to run very clean, so this is why I'm a bit concerned.
fa0/0 is clean, which is the interface running to my switch.
Here's my config for those interested (I still need to build my acls)
:
Building configuration...
Current configuration : 1261 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 1751v
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
memory-size iomem 15
ip subnet-zero
!
!
ip dhcp excluded-address 192.168.1.254
ip dhcp excluded-address 192.168.1.252 255.255.255.0
!
ip dhcp pool insideDHCP
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server xxxxxxxxxxxxxxxxxxxxx
!
!
!
voice call carrier capacity active
!
!
!
!
!
!
!
!
!
mta receive maximum-recipients 0
!
!
!
interface FastEthernet0/0
ip address 192.168.1.254 255.255.255.0
ip nat inside
no ip route-cache
no ip mroute-cache
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface Ethernet1/0
ip address dhcp
ip nat outside
no ip route-cache
no ip mroute-cache
full-duplex
!
ip nat inside source list 1 interface Ethernet1/0 overload
ip classless
no ip http server
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
call rsvp-sync
!
voice-port 2/0
!
voice-port 2/1
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
banner motd ^CAuthorized Access Only^C
!
line con 0
exec-timeout 0 0
password xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
logging synchronous
login
line aux 0
line vty 0 4
password xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
login
!
end
Any help would be greatly appreciated in figuring out all of these nasty errors piling up.
Thanks,
-Andy
Last clearing of "show interface" counters 00:18:07
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 246000 bits/sec, 116 packets/sec
5 minute output rate 297000 bits/sec, 34 packets/sec
133224 packets input, 34875556 bytes, 0 no buffer
Received 84724 broadcasts, 0 runts, 3 giants, 0 throttles
1710 input errors, 972 CRC, 735 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
44797 packets output, 41973532 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Is this normal for cable modem connections, due to signal strength etc?
I'm used to frame-relay circuits at work that tend to run very clean, so this is why I'm a bit concerned.
fa0/0 is clean, which is the interface running to my switch.
Here's my config for those interested (I still need to build my acls)
:
Building configuration...
Current configuration : 1261 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 1751v
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
memory-size iomem 15
ip subnet-zero
!
!
ip dhcp excluded-address 192.168.1.254
ip dhcp excluded-address 192.168.1.252 255.255.255.0
!
ip dhcp pool insideDHCP
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server xxxxxxxxxxxxxxxxxxxxx
!
!
!
voice call carrier capacity active
!
!
!
!
!
!
!
!
!
mta receive maximum-recipients 0
!
!
!
interface FastEthernet0/0
ip address 192.168.1.254 255.255.255.0
ip nat inside
no ip route-cache
no ip mroute-cache
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface Ethernet1/0
ip address dhcp
ip nat outside
no ip route-cache
no ip mroute-cache
full-duplex
!
ip nat inside source list 1 interface Ethernet1/0 overload
ip classless
no ip http server
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
call rsvp-sync
!
voice-port 2/0
!
voice-port 2/1
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
banner motd ^CAuthorized Access Only^C
!
line con 0
exec-timeout 0 0
password xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
logging synchronous
login
line aux 0
line vty 0 4
password xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
login
!
end
Any help would be greatly appreciated in figuring out all of these nasty errors piling up.
Thanks,
-Andy