10-13-2004 06:38 PM - edited 03-02-2019 07:14 PM
I use cisco 3600 series router.Everytime i enter the router, it always shows the error message like this :
07:16:39 %AMDP2_FE-5-LATECOLL: FastEthernet1/0 transmit error
that error showed at time :07:16:39.
Does anyone can help what is this error?and how to solve it?
10-13-2004 07:12 PM
What connects to this port? Check for any speed/duplex mismatch issues. The following page should help as well
http://www.cisco.com/warp/public/63/eth_collisions.html#topic4
10-13-2004 07:49 PM
interface FastEthernet1/0
ip address 10.6.7.130 255.255.255.0
ip nat outside
duplex auto
speed auto
its interface connect to other interface router with ip : 10.6.7.2
10-14-2004 07:20 PM
hi
can u manually set the duplex and speed on the both the faeths ??
just give show int faeth x/x on both the sides and do the changes accordingly..
regds
10-14-2004 08:13 PM
A "late collision" is a half-duplex procedure error that is someone else's fault. That is, I was playing half-duplex, I started transmitting a frame, and someone else interrupted me after the normal permitted window for collisions.
These are the three most likely reasons for this:
1. The router is connected to a hub (half-duplex), and there is something else on the hub that has been configured as full-duplex.
2. The router has been connected with a cross-cable to something that is playing full-duplex.
3. The router has been connected to a switchport that is forced configured full-duplex. (auto does not negotiate correctly against forced full duplex).
Kevin Dorrell
Luxembourg
Kevin Dorrell
Luxembourg
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