Four Important Commands For Your CCNA / CCNP Home Lab

More CCNA and candidates than ever before are putting together their own practice labs.  It’s more affordable than it ever has been, and I receive emails daily from new CCNAs and CCNPs who say it’s the best thing they could have done to improve their studies.

There are some commands you can configure on your that won’t necessarily be on your or exams, but they will make life a lot easier for you.  Let’s take a look at just a few of these.

The command “no exec” is short, yet powerful.  Occasionally you’ll have what is referred to as a “rogue EXEC” process tie up a line, and you end up having to continually clear lines, which disrupts your practice.  If you have an access server, I highly recommend you configure this command on your lines, as shown here:

ACCESS_SERVER(con)#line 1 8

ACCESS_SERVER(con)#no exec

From your studies, you know that the command “no ip domain-lookup” prevents a from sending a to find a DNS server anytime you enter something that is not an IOS command – and that includes mistyped commands, which happens to all of us sooner or later.  Make sure to run that command in global configuration mode on all your practice .

There are two commands I like to configure on the console line on all my practice and switches.  The first is “exec-timeout 0 0″, which prevents you from being kicked out of enable mode and back into user exec after a of inactivity.  (This doesn’t sound like much, but you’ll get pretty tired of typing “enable” after a while.)  The first zero refers to minutes, the second zero to seconds.  Setting them both to zero disables the exec-timeout function.

The second command prevents the from interrupting the command you’re typing with a console message.  If you’ve ever been in the middle of typing a command and suddenly you’re interrupted with a logging message, you know that can be pretty annoying.  We don’t want the to not display the message, but we do want the to wait until we’re done entering data.  The command to perform this is “logging synchronous”.

R1(config)#line console 0

R1(config-line)#exec-timeout 0 0

R1(config-line)#logging synchronous

You won’t see many of these commands on your exams, but after you configure them on your devices, you’ll wonder how you did without them!

Related posts

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Leave a Reply