magnify
CCENT STUDY GUIDE

CCENT Study GuideHave you been wanting to get your Cisco Certification for some time now?

Are you just starting out on your Cisco path and need some direction?

Well, I can help! I have over 7 years of networking experience and personally know what it takes to get your CCENT.

Testimonials

This is by far the best ICND1 Study Guide out there

"This is by far the best ICND1 Study Guide out there. Does not require people to invest time in topics that aren’t even covered in the ICND1 exam. Topics are well put together and really detailed. Easy to follow.” - Martin Lora

“I got my CCENT after passing my ICND1 Exam and I am looking at getting my ICND2 out of the way soon. I’m going to pick up your other book and plan to tell others to use your materials.  Thanks.”  - Travis Applebaum

Free Bonus GIft

Subnetting is probably one of the most important topics on the ICND1 Exam

I’m throwing in for free my Complete Guide To Mastering How to Subnet!

Subnetting is probably one of the most important topics on the ICND1 Exam and just to make sure you will master how to subnet I’m throwing in for free my Complete Guide To Mastering How to Subnet! My subnetting ebook is over 50 pages long and contains everything you could possible want to know about subnetting and is guaranteed to make you ready for the ICND1 Exam. You seriously are getting a great book here and I’m throwing it in for FREE!

100% Guarantee

CCENT Study Guide GuaranteeAbsolutely ZERO Risk, 100% Guarantee

I know that you will learn everything you need to know to pass your ICND1 exam with my book

I’m going to give you 30 days to read and study it to your hearts content 

On Sale Now!

You can’t really afford not to invest in The Complete ICND1 Exam Study Guide.

It’s easy to get started. Just click the button to the right.

 

Home CCENT Study Guide Networkcraft – CCNA Lab 05: Configuring Ethernet Interface
formats

Networkcraft – CCNA Lab 05: Configuring Ethernet Interface


Welcome back to another tutorial on learning how how to configure a Cisco router to help prepare you for the CCENT and CCNA Exams.

In the previous labs we learned how to use the command line interface to name your router, add a password, configure telnet and encrypt passwords. In this lab we are going to go over how to configure your ethernet interface.

Just below this paragraph you will see a terminal window for Networkcraft – The Online Network Simulator. It uses a command line interface to make configurations just like an actual Cisco Router. You will also find something simular during your simulation sections of the CCENT and CCNA Exams. Now lets get started!

Step 1: Get into interface configuration mode

Most routers have at least a couple of different interfaces on them so that they can connect to an ISP and other devices in your network like a switch. In this tutorial we are going to configure the Ethernet 0 interface. Before you can configure an interface you need to be in “interface configuration mode”. To get there, follow these commands:


Router>enable
Router#config t
Router(config)#interface e0
Router(config-if)#

Once you get into configuration mode you can type in the interface command followed by the name of the interface. For this tutorial our ethernet interface is called “e0″. Once you get into interface configuration mode you will see that the name of the prompt changed to: “Router(config-if)#”. The “if” part stands for InterFace.

Step 2: Configure The Ethernet Interface

Before the interface can be used in an actual network it needs to be configured. The interface needs to have an ip addressed with a subnet mask attached to it, and it also needs to be turned on.

Follow the step below to configure the ip address ’192.168.1.1′ with the subnet mask ’255.255.255.0′.


Router(config-if)#ip address 192.168.1.1 255.255.255.0

Step 3: Turn on the Ethernet Interface

To turn on the ethernet interface make sure you are still in interface configuration mode and type: ‘no shutdown’. If you type just ‘shutdown’ then the interface will be turned off. And so to turn it on you will type ‘no shutdown as shown below:


Router(config-if)#no shutdown

Step 4: Verify Configuration

It’s always a good habit to verify your configuration. To do this let’s look at our running configuration by typing in the following commands. Typing exit twice takes you out of interface configuration mode and then configuration mode. Typing in ‘sh run’ prints out the running configuration of your router.


Router(config-if)#exit
Router(config)#exit
Router#sh run

Your console screen should now be filled up with your running configuration. If you scroll down through it you should see a line that starts with “Interface Ethernet 0″ followed by the settings we just configured. Below is an example screen shot of what your running configuration should look like:

That concludes this lab. I’m not completely sure yet, but the next lab that I want to do will show you how to configure interfaces on two different routers and ping between them.

Thanks for going through this lab and if you have any questions, comments, or requests please comment below. I would love to hear from you!

Thanks,
-Blake Erickson

###
Photo Credit: Denby Jorgensen

 
Tags: , , ,
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
1 Comment  comments 

One Response

  1. Omar

    Dear Sir,

    This is very informative to me.

    Thanks

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>