Two legacy FastEthernet switches are connected directly to each other using an Ethernet cable. The interface configuration on both ends explicitly has `no mdix auto` applied. Upon connecting the devices, execution of `show interfaces fastEthernet 0/12` reports that `FastEthernet0/12 is down, line protocol is down`. What physical cabling condition is the root cause of this interface status?
- A standard Category 5e straight-through cable is connected between the two like switch devices.Cevap
- BA native VLAN ID mismatch exists on the trunk interface connecting the two switches.
- CThe neighbor device is suppressing interface link pulses due to a CDP TLV misinterpretation.
- DA crossover cable is deployed between the two switch interfaces with mismatched pinouts.
Cevap
A standard Category 5e straight-through cable is connected between the two like switch devices.
When connecting two switches directly without Auto-MDIX enabled, a crossover cable must be used to cross the transmit pairs of one switch to the receive pairs of the other. Connecting them with a straight-through cable connects transmit pins to transmit pins and receive pins to receive pins, which prevents physical link negotiation and causes the interface status and line protocol to remain down.
Adım Adım Çözüm
Anahtar Kavram
Ethernet Cable Pinouts and Auto-MDIX Requirements