[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] OFF-TOPIC Cisco {Scanned}



----- Original Message ----- 
From: "William Moore" <bmoore@xxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, July 03, 2003 8:27 PM
Subject: [cobalt-users] OFF-TOPIC Cisco {Scanned}


> I appologize for the off topic question.
>
> I have a cisco 2620,  that I somehow managed to shutdown the
> fastethernet0/0 port on.  it says protocol is down.
>
> Does anyone know how to re-enable it ?   I tried no shut but did not work.
>
> feeling rather stupid here.
>
> Thanks,
>
> Bill
>
>

log in...

enable
config terminal
int fa0/0
no shutdown
exit

You're done. Now keep in mind that if you shut it down there should be a
message about the interface being administratively down when you do a 'show
int'

--Adam