My problem:
Upon connecting the FastEthernet0 with a straight-through cable to a Catalyst switch, the line protocol comes up briefly and then goes down. Interface goes down too, I now have this on my show ip int brief:
Interface IP-Address OK? Method Status Protocol
FastEthernet0 unassigned YES unset down down
I hereby state that the physical connection is down, and that there must be a problem with the ports or cabling.
Tried solutions:
Use a different cable
Use a different switch
Use a different port
Check Duplex settings and port speed
The problem persists, so I don't understand where the problem could lie, is it maybe port security on the switch? (I have no access to the switch, I'm doing this remotely)
Does anybody know the solution?
Edit: the logs show what happens upon connecting to the switch:
000072: *Mar 21 01:26:48.655: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
000073: *Mar 21 01:26:48.659: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to up
000074: *Mar 21 01:26:49.651: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up
000075: *Mar 21 01:26:50.179: %DTP-5-NONTRUNKPORTON: Port Fa0 has become non-trunk
000076: *Mar 21 01:26:50.679: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to down
000077: *Mar 21 01:26:50.679: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to down
000078: *Mar 21 01:26:51.679: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down
Thank you in advance.