How remotely shutdown interface cisco?
 




IT Certification FAQ

 
|
Home
|
Microsoft
|
CISCO
|
CompTIA
|
Exam/Study FAQ
|
Employment FAQ
| Links  | Forums  |
Book Reviews


FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister  ProfileProfile  Log in to check your private messagesPrivate messages  Log inLog in

How remotely shutdown interface cisco?

 
Post new topic   Reply to topic    Forum Index -> alt.certification.cisco
Author Message
Piotr
Guest





PostPosted: Tue Aug 05, 2003 2:10 pm    Post subject: How remotely shutdown interface cisco? Reply with quote

How remotely shutdown interface cisco?
Back to top
Asgar Waliji
Guest





PostPosted: Wed Aug 06, 2003 1:42 am    Post subject: Re: How remotely shutdown interface cisco? Reply with quote

Are you trying to shut down the interface to which you are currently
connected? Do not do that!

Try this. Download the config. Amend config to shut the interface and then
copy the amended config to start-up. And then reload. But beware! If this is
the only interface you can remotely access the router from, then you will
not be able to log back in.

However, if you wish to shut down any other interface then that's easy.
Enter interface config mode and type shutdown.
"Piotr" <piotr2_.s@interia.pl> wrote in message
news:25651-1060074623@62.148.86.190...
Quote:
How remotely shutdown interface cisco?

Back to top
John Bacon
Guest





PostPosted: Wed Aug 06, 2003 5:35 am    Post subject: Re: How remotely shutdown interface cisco? Reply with quote

If trying to shutdown the interface your connected to, it will drop you! If
you want to shutdown the interface do this:
<router>#Config t
<router>(config)# int <interface>
<router>(config-if)# shut
exit

do a show int and that interface will show administrativly down

JB
www.helpwithcisco.com
www.nerdsnews.org

"Piotr" <piotr2_.s@interia.pl> wrote in message
news:25651-1060074623@62.148.86.190...
Quote:
How remotely shutdown interface cisco?

Back to top
Robert Chen
Guest





PostPosted: Mon Aug 18, 2003 9:46 pm    Post subject: Re: How remotely shutdown interface cisco? Reply with quote

I don't think that it is a good idea to do this. If you copy the config to
start-up and you shutdown the wrong interface that you will not be able to
get in to it. And the only way to get back in to the router is to console
in. Which is hard to do, expecially from a remote site. If you do it to
the running config first and let's say that you shutdown the wrong
interface, you can always get someone to power cycle the router. Then you
will be able to gain access back to the router. It's alot easier to get
someone to power cycle the router, then to console in to a router.
"Asgar Waliji" <walijian@comcast.net> wrote in message
news:8bGdnQiwW7ICi62iXTWJiA@comcast.com...
Quote:
Are you trying to shut down the interface to which you are currently
connected? Do not do that!

Try this. Download the config. Amend config to shut the interface and then
copy the amended config to start-up. And then reload. But beware! If this
is
the only interface you can remotely access the router from, then you will
not be able to log back in.

However, if you wish to shut down any other interface then that's easy.
Enter interface config mode and type shutdown.
"Piotr" <piotr2_.s@interia.pl> wrote in message
news:25651-1060074623@62.148.86.190...
How remotely shutdown interface cisco?



Back to top
Guest






PostPosted: Tue Aug 19, 2003 5:17 pm    Post subject: Re: How remotely shutdown interface cisco? Reply with quote

Depending on the version of the IOS you can use the reboot command with a
time argument after it which will make it reboot after the specified
time. Do that before you start the configuration process and if you mess
up you just have to wait for it to reboot on its own.

____________________________________
Talk is cheap. Supply exceeds Demand.

On Mon, 18 Aug 2003, Robert Chen wrote:

Quote:


I don't think that it is a good idea to do this. If you copy the config to
start-up and you shutdown the wrong interface that you will not be able to
get in to it. And the only way to get back in to the router is to console
in. Which is hard to do, expecially from a remote site. If you do it to
the running config first and let's say that you shutdown the wrong
interface, you can always get someone to power cycle the router. Then you
will be able to gain access back to the router. It's alot easier to get
someone to power cycle the router, then to console in to a router.
"Asgar Waliji" <walijian@comcast.net> wrote in message
news:8bGdnQiwW7ICi62iXTWJiA@comcast.com...
Are you trying to shut down the interface to which you are currently
connected? Do not do that!

Try this. Download the config. Amend config to shut the interface and then
copy the amended config to start-up. And then reload. But beware! If this
is
the only interface you can remotely access the router from, then you will
not be able to log back in.

However, if you wish to shut down any other interface then that's easy.
Enter interface config mode and type shutdown.
"Piotr" <piotr2_.s@interia.pl> wrote in message
news:25651-1060074623@62.148.86.190...
How remotely shutdown interface cisco?






Back to top
Ralf van Dooren
Guest





PostPosted: Tue Aug 19, 2003 5:48 pm    Post subject: Re: How remotely shutdown interface cisco? Reply with quote

email.NOSPAM@sover.net wrote:
Quote:
Depending on the version of the IOS you can use the reboot command with a
time argument after it which will make it reboot after the specified
time. Do that before you start the configuration process and if you mess
up you just have to wait for it to reboot on its own.

Since 12.3(1) you can use the 'command scheduler' to schedule commands
to run at a specified time. This way you can make your changes upfront,
schedule them for a quiet time and then hope your pager will stay silent
;)

More information:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123newft/123_1/g_kron.htm#10042

Ralf
Back to top
Robert Chen
Guest





PostPosted: Tue Aug 19, 2003 9:51 pm    Post subject: Re: How remotely shutdown interface cisco? Reply with quote

Think about what you just said. If what you said is true, then my question
is what good would a reboot do if the config that you just modify is in the
start-up file? Because you wrote, and I quote " Try this. Download the
config. Amend config to shut the interface and then copy the amended config
to start-up. And then reload.". What I'm saying is that never make your
changes to the startup config first. Always, make it to the running config.
If it works then save the config to the startup file.

<email.NOSPAM@sover.net> wrote in message
news:Pine.BSI.4.21.0308190810400.29560-100000@granite.sover.net...
Quote:
Depending on the version of the IOS you can use the reboot command with a
time argument after it which will make it reboot after the specified
time. Do that before you start the configuration process and if you mess
up you just have to wait for it to reboot on its own.

____________________________________
Talk is cheap. Supply exceeds Demand.

On Mon, 18 Aug 2003, Robert Chen wrote:



I don't think that it is a good idea to do this. If you copy the config
to
start-up and you shutdown the wrong interface that you will not be able
to
get in to it. And the only way to get back in to the router is to
console
in. Which is hard to do, expecially from a remote site. If you do it
to
the running config first and let's say that you shutdown the wrong
interface, you can always get someone to power cycle the router. Then
you
will be able to gain access back to the router. It's alot easier to get
someone to power cycle the router, then to console in to a router.
"Asgar Waliji" <walijian@comcast.net> wrote in message
news:8bGdnQiwW7ICi62iXTWJiA@comcast.com...
Are you trying to shut down the interface to which you are currently
connected? Do not do that!

Try this. Download the config. Amend config to shut the interface and
then
copy the amended config to start-up. And then reload. But beware! If
this
is
the only interface you can remotely access the router from, then you
will
not be able to log back in.

However, if you wish to shut down any other interface then that's
easy.
Enter interface config mode and type shutdown.
"Piotr" <piotr2_.s@interia.pl> wrote in message
news:25651-1060074623@62.148.86.190...
How remotely shutdown interface cisco?








Back to top
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> alt.certification.cisco All times are GMT
Page 1 of 1

 

Copyright © 2002-2006 Web-S-Sense Pty. Ltd. All rights reserved.

Powered by phpBB
Advertising | Policies/Disclaimers | Contact us | Link to us


Featured Sites: Free Antivirus and Antispyware Info | Free PC Support | MCSE Directory