RE: Speed Tip

2000-12-03 Thread Roman McDonald

Even better yet -
line con 0
logging synchronous

Roman

At 08:29 PM 12/3/00 -0500, you wrote:
>Because all routers are connected to the Communication Server through their
>console port, and by default, logging to console is on. So, for instance,
>when one configures the frame-relay pvc's on the router interfaces, all dlci
>state changes show on the command line while one may be in the process of
>typing-in commands. Similarly, any interface state changes are reflected on
>the command line. This may cause some distractions and may prevent one from
>gaining some vital time advantage. It was for this reason that I had
>recommended that the command "no logging console" should be typed in
>initially to avoid any unnecessary distractions when setting up various
>tasks. However, it may make more sense to return to the default status (i.e
>logging console), if one is lucky enough to sail through to the
>troubleshooting part.
>
>Aziz
>
>-Original Message-
>From: Andy Walden [mailto:[EMAIL PROTECTED]]
>Sent: Sunday, December 03, 2000 4:46 PM
>To: Urooj's Hi-speed Internet
>Subject: RE: Speed Tip
>
>
>
>Why is that?
>
>Thanks,
>Andy
>
>On Sun, 3 Dec 2000, Urooj's Hi-speed Internet wrote:
>
> > Hi Folks,
> > For the sake of completeness, please take the following command into
>account
> > also:
> >
> > no logging console
> >
> > Since during configuration of Layer 2/Layer 3 protocols, the absence of
>the
> > above command can slow one down considerably.
> >
> > Just my 0.02 cents (Canadian) worth.
> >
> > Aziz
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > James Wilson
> > Sent: Saturday, December 02, 2000 11:27 PM
> > To: Chuck Larrieu
> > Cc: Tony Olzak; [EMAIL PROTECTED]
> > Subject: Re: Speed Tip
> >
> >
> > Hi Chuck,
> >
> > Whilst you are permitted to use Notepad or any other program present on
> > your Testing PC, the rules of the CCIE Lab state without that at _no time_
> > can you save a file to the hard disk.
> >
> > If during the marking breaks the CCIE proctor finds that you have saved a
> > file to the hard drive anywhere he will fail you immediately.
> >
> > Cheers.
> >
> > On  0, Chuck Larrieu <[EMAIL PROTECTED]> wrote:
> > > Rules of the game: I trust you mean that you must remember to delete the
> > > file from the PC you are using prior to leaving. I.e. you can't leave it
> > for
> > > the next person to find. Correct?
> > >
> > > I have received tips such as Tony's from other sources. If you check my
> > > feeble web site www.chuck.to/CCIEAdvice.txt you will see that one of
>those
> > > from whom I have gathered advice has offered something similar. I have
> > also
> > > received this advice verbally from a couple of folks as well.
> > >
> > > Chuck
> > >
> > > -Original Message-
> > > From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On 
> Behalf Of
> > > James Wilson
> > > Sent:   Saturday, December 02, 2000 7:41 PM
> > > To: Tony Olzak
> > > Cc: [EMAIL PROTECTED]
> > > Subject:Re: Speed Tip
> > >
> > > Good tip... but be very very careful -- If you accidently saved this
>file
> > > somewhere you would be disqualified immediately as part of the CCIE lab
> > > rules.
> > >
> > > Cheers.
> > >
> > > On  0, Tony Olzak <[EMAIL PROTECTED]> wrote:
> > > > Hard to believe, but most people don't know you can use notepad in the
> > > lab. Here's how I do a base config on all my routers:
> > > >
> > > > en
> > > > config t
> > > > ip classless
> > > > ip subnet-zero
> > > > no ip domain-lookup
> > > > alias exec cb clear ip bgp *
> > > > alias exec ci clear ip route *
> > > > alias exec cx clear ipx route *
> > > > alias exec i show ip route
> > > > alias exec ix show ipx route
> > > > alias exec si show ip interface brief
> > > > alias exec sx show ipx interface brief
> > > > enable secret cisco
> > > >
> > > > line con 0
> > > > exec-timeout 0 0
> > > > password cisco
> > > >
> > > > line aux 0
> > > > exec-timeout 0 0
> > > > password cisco
> > > >
> > > > line vty 0 4
> > > > exec-timeout 0 0
>

RE: Speed Tip

2000-12-03 Thread Urooj's Hi-speed Internet

Because all routers are connected to the Communication Server through their
console port, and by default, logging to console is on. So, for instance,
when one configures the frame-relay pvc's on the router interfaces, all dlci
state changes show on the command line while one may be in the process of
typing-in commands. Similarly, any interface state changes are reflected on
the command line. This may cause some distractions and may prevent one from
gaining some vital time advantage. It was for this reason that I had
recommended that the command "no logging console" should be typed in
initially to avoid any unnecessary distractions when setting up various
tasks. However, it may make more sense to return to the default status (i.e
logging console), if one is lucky enough to sail through to the
troubleshooting part.

Aziz

-Original Message-
From: Andy Walden [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 03, 2000 4:46 PM
To: Urooj's Hi-speed Internet
Subject: RE: Speed Tip



Why is that?

Thanks,
Andy

On Sun, 3 Dec 2000, Urooj's Hi-speed Internet wrote:

> Hi Folks,
> For the sake of completeness, please take the following command into
account
> also:
>
> no logging console
>
> Since during configuration of Layer 2/Layer 3 protocols, the absence of
the
> above command can slow one down considerably.
>
> Just my 0.02 cents (Canadian) worth.
>
> Aziz
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> James Wilson
> Sent: Saturday, December 02, 2000 11:27 PM
> To: Chuck Larrieu
> Cc: Tony Olzak; [EMAIL PROTECTED]
> Subject: Re: Speed Tip
>
>
> Hi Chuck,
>
> Whilst you are permitted to use Notepad or any other program present on
> your Testing PC, the rules of the CCIE Lab state without that at _no time_
> can you save a file to the hard disk.
>
> If during the marking breaks the CCIE proctor finds that you have saved a
> file to the hard drive anywhere he will fail you immediately.
>
> Cheers.
>
> On  0, Chuck Larrieu <[EMAIL PROTECTED]> wrote:
> > Rules of the game: I trust you mean that you must remember to delete the
> > file from the PC you are using prior to leaving. I.e. you can't leave it
> for
> > the next person to find. Correct?
> >
> > I have received tips such as Tony's from other sources. If you check my
> > feeble web site www.chuck.to/CCIEAdvice.txt you will see that one of
those
> > from whom I have gathered advice has offered something similar. I have
> also
> > received this advice verbally from a couple of folks as well.
> >
> > Chuck
> >
> > -Original Message-----
> > From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
> > James Wilson
> > Sent:   Saturday, December 02, 2000 7:41 PM
> > To: Tony Olzak
> > Cc: [EMAIL PROTECTED]
> > Subject:Re: Speed Tip
> >
> > Good tip... but be very very careful -- If you accidently saved this
file
> > somewhere you would be disqualified immediately as part of the CCIE lab
> > rules.
> >
> > Cheers.
> >
> > On  0, Tony Olzak <[EMAIL PROTECTED]> wrote:
> > > Hard to believe, but most people don't know you can use notepad in the
> > lab. Here's how I do a base config on all my routers:
> > >
> > > en
> > > config t
> > > ip classless
> > > ip subnet-zero
> > > no ip domain-lookup
> > > alias exec cb clear ip bgp *
> > > alias exec ci clear ip route *
> > > alias exec cx clear ipx route *
> > > alias exec i show ip route
> > > alias exec ix show ipx route
> > > alias exec si show ip interface brief
> > > alias exec sx show ipx interface brief
> > > enable secret cisco
> > >
> > > line con 0
> > > exec-timeout 0 0
> > > password cisco
> > >
> > > line aux 0
> > > exec-timeout 0 0
> > > password cisco
> > >
> > > line vty 0 4
> > > exec-timeout 0 0
> > > password cisco
> > >
> > > Then at the end just type "hostname " and you are done.
> > >
> > > Put all this in notepad, copy it, then paste to host while in the
> terminal
> > program.
> > >
> > > I couldn't believe how many people tell me they type all this junk at
> > every router. This will save you probably 20 minutes.
> > >
> > > Tony
> > >
> >
> > --
> >
>
[=[ www.cisco.com ]]
> >  James Wilson

RE: Speed Tip

2000-12-03 Thread Urooj's Hi-speed Internet

Hi Folks,
For the sake of completeness, please take the following command into account
also:

no logging console

Since during configuration of Layer 2/Layer 3 protocols, the absence of the
above command can slow one down considerably.

Just my 0.02 cents (Canadian) worth.

Aziz

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
James Wilson
Sent: Saturday, December 02, 2000 11:27 PM
To: Chuck Larrieu
Cc: Tony Olzak; [EMAIL PROTECTED]
Subject: Re: Speed Tip


Hi Chuck,

Whilst you are permitted to use Notepad or any other program present on
your Testing PC, the rules of the CCIE Lab state without that at _no time_
can you save a file to the hard disk.

If during the marking breaks the CCIE proctor finds that you have saved a
file to the hard drive anywhere he will fail you immediately.

Cheers.

On  0, Chuck Larrieu <[EMAIL PROTECTED]> wrote:
> Rules of the game: I trust you mean that you must remember to delete the
> file from the PC you are using prior to leaving. I.e. you can't leave it
for
> the next person to find. Correct?
>
> I have received tips such as Tony's from other sources. If you check my
> feeble web site www.chuck.to/CCIEAdvice.txt you will see that one of those
> from whom I have gathered advice has offered something similar. I have
also
> received this advice verbally from a couple of folks as well.
>
> Chuck
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
> James Wilson
> Sent: Saturday, December 02, 2000 7:41 PM
> To:   Tony Olzak
> Cc:   [EMAIL PROTECTED]
> Subject:  Re: Speed Tip
>
> Good tip... but be very very careful -- If you accidently saved this file
> somewhere you would be disqualified immediately as part of the CCIE lab
> rules.
>
> Cheers.
>
> On  0, Tony Olzak <[EMAIL PROTECTED]> wrote:
> > Hard to believe, but most people don't know you can use notepad in the
> lab. Here's how I do a base config on all my routers:
> >
> > en
> > config t
> > ip classless
> > ip subnet-zero
> > no ip domain-lookup
> > alias exec cb clear ip bgp *
> > alias exec ci clear ip route *
> > alias exec cx clear ipx route *
> > alias exec i show ip route
> > alias exec ix show ipx route
> > alias exec si show ip interface brief
> > alias exec sx show ipx interface brief
> > enable secret cisco
> >
> > line con 0
> > exec-timeout 0 0
> > password cisco
> >
> > line aux 0
> > exec-timeout 0 0
> > password cisco
> >
> > line vty 0 4
> > exec-timeout 0 0
> > password cisco
> >
> > Then at the end just type "hostname " and you are done.
> >
> > Put all this in notepad, copy it, then paste to host while in the
terminal
> program.
> >
> > I couldn't believe how many people tell me they type all this junk at
> every router. This will save you probably 20 minutes.
> >
> > Tony
> >
>
> --
>
[=[ www.cisco.com ]]
>  James Wilson cisco Systems
>  Customer Service Engineer, I
>  Global On Site Services  ||||
>   ||||
>  Phone : +61-2-8448-7919   
>  Pager : +61-2-9430-6381 ..:||:..:||:..
> [=[ USA +1-800-829-2447 ]=[ Aust
1800-121-531 ]]
>   "I am convinced that life is 10% what happens to me and 90% how I react"
>
> _
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

--
[=[ www.cisco.com ]]
 James Wilson   cisco Systems
 Customer Service Engineer, I
 Global On Site Services||||
||||
 Phone : +61-2-8448-7919     
 Pager : +61-2-9430-6381   ..:||:..:||:..
[=[ USA +1-800-829-2447 ]=[ Aust 1800-121-531 ]]
  "I am convinced that life is 10% what happens to me and 90% how I react"

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Speed Tip

2000-12-02 Thread Frank Wells

I highly doubt that, why would they care how you decided to spend your 
preparation time?  That is just plain smart.


>From: Brian <[EMAIL PROTECTED]>
>Reply-To: Brian <[EMAIL PROTECTED]>
>To: James Wilson <[EMAIL PROTECTED]>
>CC: Tony Olzak <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
>Subject: Re: Speed Tip
>Date: Sat, 2 Dec 2000 22:29:50 -0600 (CST)
>
>On Sun, 3 Dec 2000, James Wilson wrote:
>
> > Good tip... but be very very careful -- If you accidently saved this 
>file
> > somewhere you would be disqualified immediately as part of the CCIE lab
> > rules.
>
>do you mean like if you did "File->Save" in notepad?
> >
> > --
> > [=[ www.cisco.com 
>]]
> >  James Wilson   cisco Systems
> >  Customer Service Engineer, I
> >  Global On Site Services||||
> > ||||
> >  Phone : +61-2-8448-7919     
> >  Pager : +61-2-9430-6381   ..:||:..:||:..
> > [=[ USA +1-800-829-2447 ]=[ Aust 1800-121-531 
>]]
> >   "I am convinced that life is 10% what happens to me and 90% how I 
>react"
> >
> > _
> > FAQ, list archives, and subscription info: 
>http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>
>---
>Brian Feeny, CCNP, CCDP   [EMAIL PROTECTED]
>Network Administrator
>ShreveNet Inc. (ASN 11881)
>
>_
>FAQ, list archives, and subscription info: 
>http://www.groupstudy.com/list/cisco.html
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Speed Tip

2000-12-02 Thread Frank Wells

I was thinking about this earlier.  A thought I had was to also make up a 
list of all the router interfaces and their corresponding IP addresses, and 
put them in a list like so:

ip host r1s0 10.1.1.4
ip host r2eo 172.16.1.1
ip host r5t0 172.16.2.1
ip host r6fe1 192.168.6.1

r1=router1  r2=router2 etc
s=serial   e= ethernet  t=token-ringfe=fast-ethernet  etc

Once you have compiled a list of all the interfaces and their IP addresses 
according to your addressing scheme, paste them into each router. You can 
then ping quickly and accurately, anywhere you want by typing 'ping r1s0' 
for example, and not having to cross reference a table every time you need 
to lookup an IP address.

To make it intuitive, I would also use the numbering on the octal cables to 
correspond too.  ie: cable 1 goes to router1 and so on.  Hitting '2' at the 
terminal server will put you at router2's prompt etc.


How's that for a tip?




>From: "Tony Olzak" <[EMAIL PROTECTED]>
>Reply-To: "Tony Olzak" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Speed Tip
>Date: Sat, 2 Dec 2000 18:54:44 -0500
>
>Hard to believe, but most people don't know you can use notepad in the lab. 
>Here's how I do a base config on all my routers:
>
>en
>config t
>ip classless
>ip subnet-zero
>no ip domain-lookup
>alias exec cb clear ip bgp *
>alias exec ci clear ip route *
>alias exec cx clear ipx route *
>alias exec i show ip route
>alias exec ix show ipx route
>alias exec si show ip interface brief
>alias exec sx show ipx interface brief
>enable secret cisco
>
>line con 0
>exec-timeout 0 0
>password cisco
>
>line aux 0
>exec-timeout 0 0
>password cisco
>
>line vty 0 4
>exec-timeout 0 0
>password cisco
>
>Then at the end just type "hostname " and you are done.
>
>Put all this in notepad, copy it, then paste to host while in the terminal 
>program.
>
>I couldn't believe how many people tell me they type all this junk at every 
>router. This will save you probably 20 minutes.
>
>Tony
>

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Speed Tip

2000-12-02 Thread Chuck Larrieu

Rats...

About the only GOOD habit I have is frequent saving of open files.

Chuck

-Original Message-
From:   James Wilson [mailto:[EMAIL PROTECTED]]
Sent:   Saturday, December 02, 2000 8:27 PM
To: Chuck Larrieu
Cc: Tony Olzak; [EMAIL PROTECTED]
Subject:Re: Speed Tip

Hi Chuck,

Whilst you are permitted to use Notepad or any other program present on
your Testing PC, the rules of the CCIE Lab state without that at _no time_
can you save a file to the hard disk.

If during the marking breaks the CCIE proctor finds that you have saved a
file to the hard drive anywhere he will fail you immediately.

Cheers.

On  0, Chuck Larrieu <[EMAIL PROTECTED]> wrote:
> Rules of the game: I trust you mean that you must remember to delete the
> file from the PC you are using prior to leaving. I.e. you can't leave it
for
> the next person to find. Correct?
>
> I have received tips such as Tony's from other sources. If you check my
> feeble web site www.chuck.to/CCIEAdvice.txt you will see that one of those
> from whom I have gathered advice has offered something similar. I have
also
> received this advice verbally from a couple of folks as well.
>
> Chuck
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
> James Wilson
> Sent: Saturday, December 02, 2000 7:41 PM
> To:   Tony Olzak
> Cc:   [EMAIL PROTECTED]
> Subject:  Re: Speed Tip
>
> Good tip... but be very very careful -- If you accidently saved this file
> somewhere you would be disqualified immediately as part of the CCIE lab
> rules.
>
> Cheers.
>
> On  0, Tony Olzak <[EMAIL PROTECTED]> wrote:
> > Hard to believe, but most people don't know you can use notepad in the
> lab. Here's how I do a base config on all my routers:
> >
> > en
> > config t
> > ip classless
> > ip subnet-zero
> > no ip domain-lookup
> > alias exec cb clear ip bgp *
> > alias exec ci clear ip route *
> > alias exec cx clear ipx route *
> > alias exec i show ip route
> > alias exec ix show ipx route
> > alias exec si show ip interface brief
> > alias exec sx show ipx interface brief
> > enable secret cisco
> >
> > line con 0
> > exec-timeout 0 0
> > password cisco
> >
> > line aux 0
> > exec-timeout 0 0
> > password cisco
> >
> > line vty 0 4
> > exec-timeout 0 0
> > password cisco
> >
> > Then at the end just type "hostname " and you are done.
> >
> > Put all this in notepad, copy it, then paste to host while in the
terminal
> program.
> >
> > I couldn't believe how many people tell me they type all this junk at
> every router. This will save you probably 20 minutes.
> >
> > Tony
> >
>
> --
>
[=[ www.cisco.com ]]
>  James Wilson cisco Systems
>  Customer Service Engineer, I
>  Global On Site Services  ||||
>   ||||
>  Phone : +61-2-8448-7919   
>  Pager : +61-2-9430-6381 ..:||:..:||:..
> [=[ USA +1-800-829-2447 ]=[ Aust
1800-121-531 ]]
>   "I am convinced that life is 10% what happens to me and 90% how I react"
>
> _
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

--
[=[ www.cisco.com ]]
 James Wilson   cisco Systems
 Customer Service Engineer, I
 Global On Site Services||||
||||
 Phone : +61-2-8448-7919     
 Pager : +61-2-9430-6381   ..:||:..:||:..
[=[ USA +1-800-829-2447 ]=[ Aust 1800-121-531 ]]
  "I am convinced that life is 10% what happens to me and 90% how I react"

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Speed Tip

2000-12-02 Thread James Wilson

Hi Chuck,

Whilst you are permitted to use Notepad or any other program present on
your Testing PC, the rules of the CCIE Lab state without that at _no time_
can you save a file to the hard disk.

If during the marking breaks the CCIE proctor finds that you have saved a
file to the hard drive anywhere he will fail you immediately.

Cheers.

On  0, Chuck Larrieu <[EMAIL PROTECTED]> wrote:
> Rules of the game: I trust you mean that you must remember to delete the
> file from the PC you are using prior to leaving. I.e. you can't leave it for
> the next person to find. Correct?
> 
> I have received tips such as Tony's from other sources. If you check my
> feeble web site www.chuck.to/CCIEAdvice.txt you will see that one of those
> from whom I have gathered advice has offered something similar. I have also
> received this advice verbally from a couple of folks as well.
> 
> Chuck
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
> James Wilson
> Sent: Saturday, December 02, 2000 7:41 PM
> To:   Tony Olzak
> Cc:   [EMAIL PROTECTED]
> Subject:  Re: Speed Tip
> 
> Good tip... but be very very careful -- If you accidently saved this file
> somewhere you would be disqualified immediately as part of the CCIE lab
> rules.
> 
> Cheers.
> 
> On  0, Tony Olzak <[EMAIL PROTECTED]> wrote:
> > Hard to believe, but most people don't know you can use notepad in the
> lab. Here's how I do a base config on all my routers:
> >
> > en
> > config t
> > ip classless
> > ip subnet-zero
> > no ip domain-lookup
> > alias exec cb clear ip bgp *
> > alias exec ci clear ip route *
> > alias exec cx clear ipx route *
> > alias exec i show ip route
> > alias exec ix show ipx route
> > alias exec si show ip interface brief
> > alias exec sx show ipx interface brief
> > enable secret cisco
> >
> > line con 0
> > exec-timeout 0 0
> > password cisco
> >
> > line aux 0
> > exec-timeout 0 0
> > password cisco
> >
> > line vty 0 4
> > exec-timeout 0 0
> > password cisco
> >
> > Then at the end just type "hostname " and you are done.
> >
> > Put all this in notepad, copy it, then paste to host while in the terminal
> program.
> >
> > I couldn't believe how many people tell me they type all this junk at
> every router. This will save you probably 20 minutes.
> >
> > Tony
> >
> 
> --
> [=[ www.cisco.com ]]
>  James Wilson cisco Systems
>  Customer Service Engineer, I
>  Global On Site Services  ||||
>   ||||
>  Phone : +61-2-8448-7919   
>  Pager : +61-2-9430-6381 ..:||:..:||:..
> [=[ USA +1-800-829-2447 ]=[ Aust 1800-121-531 ]]
>   "I am convinced that life is 10% what happens to me and 90% how I react"
> 
> _
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

-- 
[=[ www.cisco.com ]]
 James Wilson   cisco Systems
 Customer Service Engineer, I
 Global On Site Services||||
||||
 Phone : +61-2-8448-7919     
 Pager : +61-2-9430-6381   ..:||:..:||:..
[=[ USA +1-800-829-2447 ]=[ Aust 1800-121-531 ]]
  "I am convinced that life is 10% what happens to me and 90% how I react"

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Speed Tip

2000-12-02 Thread Darren Ward

Is there a copy of the Lab Rules outside of the Lab itself?

I'd like to read through them before taking it ;)

James Wilson wrote:

> Good tip... but be very very careful -- If you accidently saved this file
> somewhere you would be disqualified immediately as part of the CCIE lab
> rules.
>
> Cheers.
>
> On  0, Tony Olzak <[EMAIL PROTECTED]> wrote:
> > Hard to believe, but most people don't know you can use notepad in the lab. Here's 
>how I do a base config on all my routers:
> >
> > en
> > config t
> > ip classless
> > ip subnet-zero
> > no ip domain-lookup
> > alias exec cb clear ip bgp *
> > alias exec ci clear ip route *
> > alias exec cx clear ipx route *
> > alias exec i show ip route
> > alias exec ix show ipx route
> > alias exec si show ip interface brief
> > alias exec sx show ipx interface brief
> > enable secret cisco
> >
> > line con 0
> > exec-timeout 0 0
> > password cisco
> >
> > line aux 0
> > exec-timeout 0 0
> > password cisco
> >
> > line vty 0 4
> > exec-timeout 0 0
> > password cisco
> >
> > Then at the end just type "hostname " and you are done.
> >
> > Put all this in notepad, copy it, then paste to host while in the terminal program.
> >
> > I couldn't believe how many people tell me they type all this junk at every 
>router. This will save you probably 20 minutes.
> >
> > Tony
> >
>
> --
> [=[ www.cisco.com ]]
>  James Wilson   cisco Systems
>  Customer Service Engineer, I
>  Global On Site Services||||
> ||||
>  Phone : +61-2-8448-7919     
>  Pager : +61-2-9430-6381   ..:||:..:||:..
> [=[ USA +1-800-829-2447 ]=[ Aust 1800-121-531 ]]
>   "I am convinced that life is 10% what happens to me and 90% how I react"
>
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Speed Tip

2000-12-02 Thread Chuck Larrieu

Rules of the game: I trust you mean that you must remember to delete the
file from the PC you are using prior to leaving. I.e. you can't leave it for
the next person to find. Correct?

I have received tips such as Tony's from other sources. If you check my
feeble web site www.chuck.to/CCIEAdvice.txt you will see that one of those
from whom I have gathered advice has offered something similar. I have also
received this advice verbally from a couple of folks as well.

Chuck

-Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
James Wilson
Sent:   Saturday, December 02, 2000 7:41 PM
To: Tony Olzak
Cc: [EMAIL PROTECTED]
Subject:    Re: Speed Tip

Good tip... but be very very careful -- If you accidently saved this file
somewhere you would be disqualified immediately as part of the CCIE lab
rules.

Cheers.

On  0, Tony Olzak <[EMAIL PROTECTED]> wrote:
> Hard to believe, but most people don't know you can use notepad in the
lab. Here's how I do a base config on all my routers:
>
> en
> config t
> ip classless
> ip subnet-zero
> no ip domain-lookup
> alias exec cb clear ip bgp *
> alias exec ci clear ip route *
> alias exec cx clear ipx route *
> alias exec i show ip route
> alias exec ix show ipx route
> alias exec si show ip interface brief
> alias exec sx show ipx interface brief
> enable secret cisco
>
> line con 0
> exec-timeout 0 0
> password cisco
>
> line aux 0
> exec-timeout 0 0
> password cisco
>
> line vty 0 4
> exec-timeout 0 0
> password cisco
>
> Then at the end just type "hostname " and you are done.
>
> Put all this in notepad, copy it, then paste to host while in the terminal
program.
>
> I couldn't believe how many people tell me they type all this junk at
every router. This will save you probably 20 minutes.
>
> Tony
>

--
[=[ www.cisco.com ]]
 James Wilson   cisco Systems
 Customer Service Engineer, I
 Global On Site Services||||
||||
 Phone : +61-2-8448-7919     
 Pager : +61-2-9430-6381   ..:||:..:||:..
[=[ USA +1-800-829-2447 ]=[ Aust 1800-121-531 ]]
  "I am convinced that life is 10% what happens to me and 90% how I react"

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Speed Tip

2000-12-02 Thread Brian

On Sun, 3 Dec 2000, James Wilson wrote:

> Good tip... but be very very careful -- If you accidently saved this file
> somewhere you would be disqualified immediately as part of the CCIE lab
> rules.

do you mean like if you did "File->Save" in notepad?
>
> --
> [=[ www.cisco.com ]]
>  James Wilson cisco Systems
>  Customer Service Engineer, I
>  Global On Site Services  ||||
>   ||||
>  Phone : +61-2-8448-7919   
>  Pager : +61-2-9430-6381 ..:||:..:||:..
> [=[ USA +1-800-829-2447 ]=[ Aust 1800-121-531 ]]
>   "I am convinced that life is 10% what happens to me and 90% how I react"
>
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>

---
Brian Feeny, CCNP, CCDP   [EMAIL PROTECTED]
Network Administrator
ShreveNet Inc. (ASN 11881)

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Speed Tip

2000-12-02 Thread James Wilson

Good tip... but be very very careful -- If you accidently saved this file
somewhere you would be disqualified immediately as part of the CCIE lab
rules.

Cheers.

On  0, Tony Olzak <[EMAIL PROTECTED]> wrote:
> Hard to believe, but most people don't know you can use notepad in the lab. Here's 
>how I do a base config on all my routers:
> 
> en
> config t
> ip classless
> ip subnet-zero
> no ip domain-lookup
> alias exec cb clear ip bgp *
> alias exec ci clear ip route *
> alias exec cx clear ipx route *
> alias exec i show ip route
> alias exec ix show ipx route
> alias exec si show ip interface brief
> alias exec sx show ipx interface brief
> enable secret cisco
> 
> line con 0
> exec-timeout 0 0
> password cisco
> 
> line aux 0
> exec-timeout 0 0
> password cisco
> 
> line vty 0 4
> exec-timeout 0 0
> password cisco
> 
> Then at the end just type "hostname " and you are done.
> 
> Put all this in notepad, copy it, then paste to host while in the terminal program.
> 
> I couldn't believe how many people tell me they type all this junk at every router. 
>This will save you probably 20 minutes.
> 
> Tony
> 

-- 
[=[ www.cisco.com ]]
 James Wilson   cisco Systems
 Customer Service Engineer, I
 Global On Site Services||||
||||
 Phone : +61-2-8448-7919     
 Pager : +61-2-9430-6381   ..:||:..:||:..
[=[ USA +1-800-829-2447 ]=[ Aust 1800-121-531 ]]
  "I am convinced that life is 10% what happens to me and 90% how I react"

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]