Link to home
Start Free TrialLog in
Avatar of shiplu44
shiplu44

asked on

CISCO 2503 Router ethernet 0 Full Duplex?

CISCO 2503 Router

I get a message in cisco 2503 router every few seconds "duplex mismatch discovered on Ethernet0 (not full duplex), with Router
EU FastEthernet0/0 (full duplex)."

How do I change this to be full duplex? What is the command?

Thanks
Avatar of RPPreacher
RPPreacher
Flag of United States of America image

#conf t
(config)#interf fa0/0
(config-if)#duplex full
(config-if)#exit
(config)#exit
#write mem
Avatar of shiplu44
shiplu44

ASKER

Router2503(config-if)#duplex full
                       ^
% Invalid input detected at '^' marker.

Router2503(config-if)#
It doesn't recognize DUPLEX as a command
Are you certain this is a fast ethernet interface and not ethernet?

ethernet is 10 half only.
Router2503#show ip int brief
Interface                  IP-Address      OK? Method Status                Protocol
BRI0                       unassigned      YES NVRAM  up                    up
BRI0:1                     unassigned      YES unset  down                  down
BRI0:2                     unassigned      YES unset  down                  down
Ethernet0                  10.12.29.79     YES NVRAM  up                    up
Serial0                    unassigned      YES NVRAM  down                  down
Serial1                    unassigned      YES NVRAM  down                  down
Router2503#
The error message says "Ethernet0" not FastEthernet0
If so then how do I disable that message from appearing on the screen every few seconds?
Ethernet0 is not a fast ethernet port.

Ethernet ports are half duplex only.
ASKER CERTIFIED SOLUTION
Avatar of RPPreacher
RPPreacher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Last one ... please post the command to do this?

Whatever it is connected to needs statically set to 10 half.
What is it connected to?

Trace the cable from the ethernet0 port to the device on the other end.  That device needs configured.