Re: Startup script

From: Nathan Pease <pease.nathan_at_gmail.com>
Date: Sun, 23 Jan 2011 20:05:14 -0600

I usually do a quick glance to make sure that all interfaces that have an IP
assigned are up, good point about a DHCP interface.

Why can't we write to flash???

On Sun, Jan 23, 2011 at 7:49 PM, David Prall <dcp_at_dcptech.com> wrote:

> Why don't you care about interfaces that have no address assigned. The
> interface could be using DHCP, and be admin down. Would be terrible to not
> be able to reach something because the next-hop is over that interface. Sh
> cdp nei should help correct this, unless of course cdp has been disabled.
>
> --
> http://dcp.dcptech.com
>
>
> > -----Original Message-----
> > From: nobody_at_groupstudy.com [mailto:nobody_at_groupstudy.com] On Behalf Of
> > Nathan Pease
> > Sent: Sunday, January 23, 2011 8:19 PM
> > To: Cisco certification
> > Subject: Startup script
> >
> > I plan on pasting the following script into all of my routers and
> > switches
> > in the troubleshooting and configuration sections of the R&S lab. Does
> > anyone see any issues or have any commands that I should add? I don't
> > plan
> > on using aliases.
> >
> > enable
> > copy run flash:backup.cfg
> > config t
> > no ip domain-lookup
> > lin con 0
> > logging synch
> > no exec-t
> > history size 200
> > exit
> > ip routing
> > ip cef
> > ip subnet-zero
> > ip classless
> > logging console
> > end
> > sh ip int br | e una
> > sh cdp neigh
> > debug ip routing
> > wr
> > !
> >
> >
> > Blogs and organic groups at http://www.ccie.net
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html

Blogs and organic groups at http://www.ccie.net
Received on Sun Jan 23 2011 - 20:05:14 ART

This archive was generated by hypermail 2.2.0 : Tue Feb 01 2011 - 07:39:17 ART