09-27-2019 03:50 PM
I bought two 1841 routers as a lab and the setup is basic. Just these two routers, no switches yet. I plug them into each other and nothing happens. Not even a link light blink. Tried several wires and both ports on both routers. Nothing. I plug them both into my home router and they both come up instantly. I'm stumped on why when they are plugged into each other, they don't come up.
Ideas?
R1:
Current configuration : 744 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$1P0/$ZkrLsG8MiRjq2epmfyji51
!
no aaa new-model
ip cef
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.0.0.17 255.255.255.240
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.0.0.1 255.255.255.240
duplex auto
speed auto
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
!
!
control-plane
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
password CCNP
logging synchronous
login local
transport input telnet
line vty 5 807
logging synchronous
login
!
scheduler allocate 20000 1000
end
R2:
R2#show run
Building configuration...
Current configuration : 610 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.0.0.65 255.255.255.240
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.0.0.33 255.255.255.240
duplex auto
speed auto
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
!
!
control-plane
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
logging synchronous
login
!
scheduler allocate 20000 1000
end
Solved! Go to Solution.
09-27-2019 04:32 PM
09-27-2019 04:32 PM
09-27-2019 05:56 PM
I'm shaking my head because I didn't think about that. Yeah it's a straight through. Is there a way for the router to switch it logically? If I'm not mistaken, I think switches can do that logically?..
09-27-2019 07:19 PM
Hi @Turbow5 ,
Everything indicates that it is a cable problem.
Surely, your home router supports MDIX.
I suggest you modify one of your cables and convert it to cross over cable to rule out that possibility.
Obviously, you can also get a cross over cable to try.
Regards
09-27-2019 10:31 PM
So I looked up commands for MDIX and I can only conclude the 1841 doesn't do MDIX because nothing shows at all. :(
Thank you very much for helping me figure this out. Learned something new today.
09-28-2019 02:22 AM
06-17-2024 04:42 AM
Hi,Router <======> Router Connection. You need Cross-Over Cable.
Old devices do not support MDI/MDI-X
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