cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2793
Views
10
Helpful
3
Replies

Interface Status

RakanPastore
Level 1
Level 1

Hi, quick nooby question

Does an interface goes down if the other end of the link is down ? in gns3 it doesnt happen, does anyone knows how it works in real gear.

 

1 Accepted Solution

Accepted Solutions

Martin L
VIP
VIP

 

Yes, if interface goes down on one end of a link (cable), the other end of the link is down as well. 

if interface is shutdown on one end of a link (cable), the other end of the link is down as well.

if there is a speed mismatch on a link, interfaces will go down.

 

GNS3, CML are Virtual emulators that have no physical wires (links), there are no link layer 1 keepalive frames in most of virtual gear (emulators) we use today.  Emulator means it runs on real IOS, virtual IOS, or IOL/IOU.

Simulators, like Packet Tracer, have this working properly because software developers wrote the code to behave close to normal operations.  PT has its limitations but it is good lab to practice CCNA level.  I would recommend having PT as a back up tool.

 

Regards, ML
**Please Rate All Helpful Responses **

View solution in original post

3 Replies 3

Martin L
VIP
VIP

 

Yes, if interface goes down on one end of a link (cable), the other end of the link is down as well. 

if interface is shutdown on one end of a link (cable), the other end of the link is down as well.

if there is a speed mismatch on a link, interfaces will go down.

 

GNS3, CML are Virtual emulators that have no physical wires (links), there are no link layer 1 keepalive frames in most of virtual gear (emulators) we use today.  Emulator means it runs on real IOS, virtual IOS, or IOL/IOU.

Simulators, like Packet Tracer, have this working properly because software developers wrote the code to behave close to normal operations.  PT has its limitations but it is good lab to practice CCNA level.  I would recommend having PT as a back up tool.

 

Regards, ML
**Please Rate All Helpful Responses **

Thank you so much


One thing I forgot to mentioned is that Serial interfaces in GNS3 do work like in real gear.  Somehow they were able to figure out how to "emulate" layer 1 for serial interfaces but not for Ethernet.
Speed mismatch may bring interface link down if auto-negotiation does not work.
Duplex does not bring interfaces down.