|
|
FAQ
Search
Memberlist
Usergroups
Register
Profile
Private messages
Log in
|
|
| Author |
Message |
Guest
|
Posted: Tue Apr 18, 2006 10:28 am Post subject: Cisco 837 ethernet0 half-duplex |
|
|
Hi, all,
When I plug in a Cisco837 router into the swich, it gives me a
warning message: CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on
Ethe
rnet0 (not half duplex).
When I do a "sh interface ethernet0", it shows: "Full-duplex,
10Mb/s".
The IOS is: 12.3(8). Is there anyway to change it to half duplex?
Thanks. |
|
| Back to top |
|
 |
|
|
Merv Guest
|
Posted: Tue Apr 18, 2006 12:17 pm Post subject: Re: Cisco 837 ethernet0 half-duplex |
|
|
what switch are you plugging the router into and how is the port
configured ? |
|
| Back to top |
|
 |
Merv Guest
|
Posted: Tue Apr 18, 2006 12:25 pm Post subject: Re: Cisco 837 ethernet0 half-duplex |
|
|
find out if the switch is capable of 100-full or 10-full and set it
accordingly
otherwise on the 837 try
ethernet 0
speed 10
duplex half
exit |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Apr 18, 2006 2:54 pm Post subject: Re: Cisco 837 ethernet0 half-duplex |
|
|
I had the same problem on an 837 and 2950 switch. IIRC, setting the
duplex to half and speed to 10, still resulted in CDP duplex mismatch
error, or collisions. I remember reading something about a CDP bug, so
I just disabled CDP on that port.
ie (on 837)
ethernet 0
no cdp enable
exit
or (on switch)
fastethernet 0/24
no cdp enable
exit |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Apr 18, 2006 7:13 pm Post subject: Re: Cisco 837 ethernet0 half-duplex |
|
|
under interface ethernet 0, I could not set it to half duplex. have to
disable cdp. it worked. thank you very much guys. |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Apr 19, 2006 9:51 am Post subject: Re: Cisco 837 ethernet0 half-duplex |
|
|
| Quote: | Hi, all,
When I plug in a Cisco837 router into the swich, it gives me a
warning message: CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on
Ethe
rnet0 (not half duplex).
When I do a "sh interface ethernet0", it shows: "Full-duplex,
10Mb/s".
The IOS is: 12.3(8). Is there anyway to change it to half duplex?
Thanks.
|
Rather than disable CDP completely, you can issue the command:
no cdp log mismatch duplex
which just prevents the router reporting these errors. |
|
| Back to top |
|
 |
the_Muttster Guest
|
Posted: Wed Apr 19, 2006 12:04 pm Post subject: Re: Cisco 837 ethernet0 half-duplex |
|
|
wxu3000@yahoo.com wrote:
| Quote: | Hi, all,
When I plug in a Cisco837 router into the swich, it gives me a
warning message: CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on
Ethe
rnet0 (not half duplex).
When I do a "sh interface ethernet0", it shows: "Full-duplex,
10Mb/s".
The IOS is: 12.3(8). Is there anyway to change it to half duplex?
Thanks.
|
I had the same issue. I fixed the speed on the 2950 end to 10Mbit/HD
and it went away. A bit of reading on the Cisco site at the time led me
to believe that the E0 port isn't full-duplex which is the bug. Rather,
it's a virtual interface of the 4 Fa ports which aren't proper
switchports unlike the 1800 series. Therefore, for simplicity, I treat
it as a hub. |
|
| Back to top |
|
 |
|
|
none Guest
|
Posted: Sat Apr 22, 2006 6:03 am Post subject: Re: Cisco 837 ethernet0 half-duplex |
|
|
On Tue, 18 Apr 2006 03:54:03 -0700, bhalicki wrote:
| Quote: | I had the same problem on an 837 and 2950 switch. IIRC, setting the
duplex to half and speed to 10, still resulted in CDP duplex mismatch
error, or collisions.
|
At half duplex collisions are OK and normal - if you see frame or other
errors then you have a duplex mismatch.
none |
|
| Back to top |
|
 |
|
|