[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] OFF-TOPIC Cisco {Scanned}
- Subject: Re: [cobalt-users] OFF-TOPIC Cisco {Scanned}
- From: "Adam J. Dein" <adam@xxxxxxxxxx>
- Date: Thu Jul 3 22:17:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
----- 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