My Account | View Cart | Wishlist | Checkout | About Us | Contact Us

Login

Categories

Posts Tagged ‘ccna cbt’

CCNA 640-802: OSI Model

Tuesday, May 18th, 2010 by sales@ciscokits.com

OSI Model

As part of our Cisco CCNA certification study, we will now introduce you to Open System Interconnection Reference Model (OSI Model).

The OSI Reference Model divides the network architecture in seven separate layers which, from top to bottom, are the Application, Presentation, Session, Transport, Network, Data Link and Physical Layer.

  osi

The first and the lowest layer of the OSI Model, the Physical Layer, defines the electrical and physical specifications for the devices, specifically the relationship between a device and a physical medium, such as a LAN Network Interface Card (NIC) and the UTP Cat 5e twisted pair cable. In the simplest terms, the Physical layer tells a device how to receive or to transmit on a specific physical medium. The data unit used in by the Physical layer is the Bit, meaning all data here is represented in its binary form, of 0’s and 1’s. Other examples include EIA RS-232, DSL, ISDN, Firewire, IRDA, USB, SONET/SDH, Fiber Media Converters, modems.

The Data Link Layer, handles the functional and the procedural ways to transfer data between network devices and to detect and to eventually correct errors that occur at the Physical layer. The Data Link Layer is concerned with the local delivery of frames between devices on the same LAN. The Data Link Layer has two sublayers: the Logical Link Control (LLC) layer and the Media Access Control (MAC) Layer.

The LLC sublayer handles the multiplexing of the protocols, provides flow control, acknowledgement and error notification.

The MAC sublayer of the Data Link Layer is sometimes referred as the layer which determines who is allowed to access the media at any one time and other times it refers to a frame structure with a MAC address inside. Example of services at this sublayer are: Physical Addressing (MAC addressing), LAN switching, Spanning tree protocol, Quality of Service (QoS), Virtual LANs (VLANs).

The Data Link Layer also handles the encapsulation of the Network Layer packets into frames.

The Network Layer is the third one in the OSI Reference Model. The Network Layer is responsible for end-to-end packet delivery and routing while maintaining QoS and error control functions. The Network Layer also provides the connection model: connection-oriented or connectionless. For example, the telephone system is connection-oriented, because the called user has to pick up the phone before a communication can be established. The logical IP addressing is also handled by the Network Layer for both IPv4 and IPv6. At this layer, data is represented as packets.

The forth layer of the OSI Model is the Transport Layer. The Transport Layer provides transparent data transfer, controls the reliability of a given link through flow control, segmentation/desegmentation, same order delivery, port numbering and error control. Typical example of Layer 4 protocols are Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). Other examples include AppleTalk Transaction Protocol (ATP), Fiber Channel Protocol (FCP), NetBIOS Frames Protocol (NBF), and Stream Control Transmission Protocol (SCTP). At this layer, data is represented as segments.

Upper in the hierarchy is the Session Layer. This layer is responsible for opening, closing and managing a session between end-user application processes. It also provides full-duplex, half-duplex and simplex operation, session checkpointing an recovery. Example of session protocols are: L2TP (Layer 2 Tunneling Protocol), NetBIOS, PAP (Password Authentication Protocol), PPTP (Point-to-Point Tunneling Protocol), RPC (Remote Procedure Call protocol).

The Presentation Layer is handling the delivery and formatting of information to the application layer for further processing or display and vice-versa. At this layer encryption and data compression are usually made, also. Examples of Presentation Layer protocols are: ASCII (American Standard Code for Information Interchange), EBCDIC (Extended Binary Coded Decimal Interchange Code), LPP (Lightweight Presentation Protocol), RDP (Remote Desktop Protocol), and NCP (NetWare Core Protocol).

The 7th Layer of the OSI Reference Model, the Application Layer, is the closest layer to the user, which means, both the OSI application layer and the user interact directly with the software application. An easy to understand example is Telnet. Telnet is a remote terminal program. When a user tries to enter a command, the application layer will take that command, send it to the lower layers in a format which is understandable, and when the data is received by the other end, the command is executed. Other examples of Application Layer protocols include: HTTP (Hyper-Text Transfer Protocol), FTP (File Transfer Protocol), SMTP (Simple Mail Transfer Protocol), SNMP (Simple Network Management Protocol).

In this lesson, we have tried to explain to you as easily as possible the OSI Reference Model. We hope we did a great job and you found this information helpful in your study for the CCNA exam.

CCNA 640-802: Cisco 3 Layer Model

Wednesday, May 12th, 2010 by sales@ciscokits.com

Cisco Three Layered Hierarchical Model

Welcome to a new lesson from our Cisco CCNA certification exam preparation series. We would like to present you today Cisco’s 3 Layered Hierarchical Model.

Understanding hierarchy is important and it’s simple too. In real life we have all kinds of hierarchical models. For example, when you were in school, you, as a student, were at the bottom of the hierarchy. At the next level of the hierarchy were the teachers. Above the teacher there was one or many directors.

In the networking world, hierarchy helps you separate some parts of your network from others. When you design your network, you should use a hierarchical model to separate your network in different layers. Every layer of your network should perform only some functions. Avoid using network equipments as all-in-one equipments. For example, a border router, connected to your service provider, should do only the process of routing and some basic filtering maybe. Don’t use this router to implement QoS policies or VoIP services. This way, your network will be more predictable and you will be able to troubleshoot problems faster.

1

After years in the networking industry, Cisco developed its own hierarchical model, Cisco’s Three Layered Hierarchical Model. This is probably the most basic model ever known, and Cisco even developed its network in accordance with this model. Benefits of using Cisco’s hierarchical model are network stability, reliability and cost-effectiveness.

Cisco’s 3 Layered model consist from the core, the distribution and the access layers.

The Core layer is actually the backbone, or the core, of your network. This is the most critical layer because its purpose is to provide fault isolation and backbone connectivity. The core layer must be able to switch traffic at the highest speeds possible in a timely fashion. Also, at the core layer, the network must have a level of redundancy, used in case of link or hardware failure. You should not use this layer to create services for your users.

Because it has to be a fast and reliable layer of your network, you should not implement at this layer anything that can slow down the traffic, like ACLs, Inter-VLAN routing, packet filtering. Also, don’t add support for group access and do not expand the core layer. If your current devices are not supporting the traffic, upgrade them, instead of adding more devices.

When you design the Core layer of your network you must make sure it will be reliable, meaning you have to use technologies able to carry large amounts of traffic and also provide a high level of redundancy, such as FDDI, Fast/Gigabit Ethernet or ATM. Also, a good practice is to use routing protocols with lower convergence times to avoid downtimes. Again, you have to design this with speed in mind. At the Core layer you should have very little latency.

Examples of network equipments used in the core layer are: high speed WAN routers and switches, multiplexers, ATM networks, such as Cisco 7000, 7200, 7500 and 12000 series for WAN and Cisco 4000, 5000 and 6000 series for LAN.

In smaller networks you may see high-speed routers instead of switches at the core layer.

The Distribution layer is used as a communication point between the access and the core layer. Basically, this layer handles the routing, packet filtering, WAN access and determines how packets can reach the core if needed. This layer includes all OSI Layer 3 devices, such as routers and layer 3 switches.

At the distribution layer, generally you would implement:

  • Routing
  • ACLs, packet filtering and QoS
  • Security and network policies, including NAT and firewalls
  • Route Reflectors (RRs) to distribute routes across your network
  • Inter-VLAN routing
  • Workgroup functions

Examples of network equipments used at the distribution layer are: LAN routers, layer 3 switches, firewalls, VPN access router.

Finally, the Access layer, also called the desktop layer, focuses on connecting client devices, such as workstations, laptops, servers and peripherals on the internal network (same broadcast domain). If a host must access a resource in some other network, the Distribution layer handles to traffic to reach that network.  The access layer is used also to separate collision domains, filter MAC addresses and implement load balancing.

At this layer, the most used technology is Ethernet. Routing protocols are rarely used, instead static routing is often being seen.

As we already told you, this is the easiest hierarchical model and Cisco uses it in its network with great success. Although is not a big topic for your CCNA exam, you must know what are the layers of Cisco’s Three Layered Hierarchical Model and what is their purpose.

Preparing for the CCNA 640-802 exam

Saturday, April 24th, 2010 by CiscoKits

Preparing for the CCNA 640-802 exam

The Cisco Certified Network Associate (CCNA) is one of the most popular certification programs in the IT industry. It was introduced in April 1998 and soon became Cisco’s most popular certification. The CCNA certification is the entry-level certification.

After you pass the CCNA exam, you are certified to know various Internetworking concepts, such as fundamental networking concepts, routing and switching concepts and WAN technologies. You are also able to configure and troubleshoot Cisco equipments, routing protocols and many more.

Being a Cisco Certified Network Associate gives you more job opportunities and opens your road to higher level Cisco Certification programs, such as CCNP and CCIE.

The main CCNA exam objectives include:

  • Networking basics
  • OSI Reference Model
  • LAN and WAN technologies
  • Routing protocols
  • Switching
  • Wireless LAN
  • Using Cisco’s IOS to configure and troubleshoot Cisco equipments

In our courses, we will explain each topic in higher detail and we will provide you with hands-on examples. We will cover every concept, protocol or technology required to pass the CCNA certification exam.

Taking the CCNA exam doesn’t have any prerequisites. However, before you take the exam you must be sure you fully understand the topics presented in our lessons.

The questions in the Cisco CCNA exam have multiple formats: multiple-choice single answer, multiple-choice multiple answer, drag-and-drop, fill-in-the-blank and simulation.

The CCNA exam has a heavy focus on Routing protocols, Switching, Access lists, subnetting and simulation. You must fully understand how routing protocols and switching works, how to create access lists, you should be able to subnet in your head and you definitely must be able to configure Cisco equipments as required for the CCNA exam.

In addition to learning you should do some simulations before taking the exam. Setup a lab or rent one and experiment some network scenarios. This way you will better understand what’s going on with your network and how to configure and troubleshoot on different scenarios.

We, at CiscoKits, help you achieve the knowledge required to pass the CCNA. We are offering you instructor-led training, cram sheets, test engines, study guides and lab kits. Our instructor-led classes are held by highly-skilled certified instructors which will explain you in detail every topic you should be aware of for passing the CCNA exam. We are also offering you cram sheets so you can easily find the information you need without searching through the whole study guides. Our study guides are written by certified instructors and professionals and are covering all CCNA exam topics in an easy to understand fashion. We make our best to describe every topic as detailed as it can be and as easy to understand as possible. We are also offering you test engines. We carefully made these test engines to cover all topics in the CCNA exam. You will find hundreds of questions in our test engines. We are proud to deliver lab kits. With our lab kits, you will be able to setup different lab scenarios. Practice makes perfect and our lab kits help you achieve perfectness.

You may think why not studying for the CCNA exam with simulators and brain dumps. You could, but this is not guaranteeing that you will pass the exam. Simulators can be able to help you setup some topologies, but until now, no simulator is able to really simulate what happens in reality. Cisco’s IOS is very a very complex Internetworking Operating System. Simulators do not use the IOS, the only thing they do is to try to simulate it, and there’s no simulator out there who’s doing it well. Using real equipments, you use the real IOS, with all its features. Using brain dumps is also not a good thing to do if you really want to pass the exam from the first time. Brain dumps do not include all the information covered in the CCNA exam. You must have some previous knowledge or you must learn from other sources too. When you learn from our study guides you don’t need another external source of information. We are covering all you need to pass the CCNA exam.

When you take the CCNA exam, you will have only 90 minutes to answer all questions. It’s up to you how you manage your time, and you must do that well. Be careful because if you answered a question you can’t go back and review it. But, if you don’t know the answer to one question don’t spend too much time trying to figure out the correct answer. Simulations will usually take more time, but their score is higher. Take your time and do the simulations. Most important when you take the simulations, don’t panic. As we already told you, you will find a lot of subnetting questions. Before you go to your exam, practice subnetting properly until you are able to do the calculations in your mind. And you have to do that fast.

The Cisco CCNA exam can be taken in the Prometric or Pearson VUE testing centers. You must schedule the date when you’ll take the exam with one of these two testing centers. On the exam day, we strongly advise you to arrive earlier than scheduled and have a valid ID with you, such as a Passport or your Driving License. You will be required to sign a confidentiality statement. You can’t disclose the contents of your exam to other people. In the exam room you will not be allowed with books or notes, phones and calculators. Food or drinks however, may be allowed, depending on the training center. If you are not alone in the exam room, do not talk with the others. This can disqualify you from the exam. After you finished the exam, your supervisor will give you the certified copy of your exam result.

Because Internetworking technologies evolve very fast, the CCNA certification is valid for three years from the day you passed the exam. If three years have passed, you must recertify. However, if in these three years you attain a higher level certification such as CCNP or CCIE, you must not take the CCNA certification exam again.

In our lessons we will teach you everything you need to know to pass the CCNA certification exam. We will also give you real-world examples to help you better understand some concepts, technologies or protocols. This way, not only you will pass the CCNA exam, but you will also have hands-on experience on the topics covered in the CCNA exam.

CiscoKits CCNA Voice 640-460 Lab Workbook!

Monday, March 29th, 2010 by CiscoKits

Today is going to be a real short post introducing the ability to download our brand new CiscoKits CCNA Voice 640-460 Lab Workbook in eBook format.   We saw a need out there for a CCNA Voice lab workbook and I am sure you will agree this fills that need!  You can review the contents of the CCNA Voice 640-460 lab workbook here are our store at this link:

http://www.ciscokits.com/ccna-voice-lab-workbook/

CCNA Voice 640-460 Lab Workbook Trial Download

One of the nice things about the download version, is that you can download the CCNA Voice 640-460 Lab Workbook and preview some of the chapters FREE that are not password protected. If you like it, you can purchase a license to unlock the entire CCNA Voice 640-460 Lab Workbook.

So without further ado, here is the link to the electronic version of our Cisco CCNA Voice 640-460 Lab Workbook

http://www.ciscokits.com/ebooks/CCNA-Voice-640-460-Lab-Workbook.zip

We hope you enjoy this new offering from CiscoKits assisting in your CCNA Voice exam studies!

1 labworkbook

CiscoKits ASA 5500 & PIX Firewalls Demystified! Lab Workbook

Thursday, March 18th, 2010 by CiscoKits

Today is going to be a real short post introducing the ability to download our brand new CiscoKits ASA 5500 & PIX Firewall Demystified! Theory, Labs & Real World Scenarios Lab Workbook in eBook format.   We saw a need out there for a quality ASA book and I am sure you will agree this fills that need!  You can review the contents of the ASA 5500 & PIX Firewall Demystified! Theory, Labs & Real World Scenarios here are our store at this link:

http://www.ciscokits.com/asa-5500-pix-firewall/

ASA 5500 & PIX Firewall Demystified! Lab Workbook Download!

One of the nice things about the download version, is that you can download the ASA 5500 Lab Workbook and preview some of the chapters FREE that are not password protected. If you like it, you can purchase a license to unlock the entire ASA 5500 Lab Workbook.

So without further ado, here is the link to the electronic version of our ASA 5500 & PIX Firewall Demystified! Lab Workbook

http://www.ciscokits.com/ebooks/CiscoKits-ASA-Firewall-Lab-Workbook.zip

We hope you enjoy this new offering from CiscoKits assisting in your CCNA Security exam studies!

 ASA5500PIXFirewalls

CiscoKits CCNA Security 640-553 Lab Workbook Download!

Saturday, February 20th, 2010 by CiscoKits

Today is going to be a real short post introducing the ability to download our brand new CCNA Security 640-553 Lab Workbook in eBook format. We have had many customers who do not want to wait for a physical copy to arrive via UPS. I understand that as you want to get to doing your CCNA Security labs as quickly as possible. So we are offering a solution in which you can purchase to download our CCNA Security 640-553 Lab Workbook. You can review the contents of the CCNA Security Lab Workbook here are our store at this link:

http://www.ciscokits.com/ccna-security-640-553-workbook/

CiscoKits CCNA Security 640-553 Lab Workbook Download!

One of the nice things about the download version, is that you can download the CCNA Security Lab Workbook and preview some of the chapters FREE that are not password protected. If you like it, you can purchase a license to unlock the entire CCNA Security Lab Workbook.

So without further ado, here is the link to the electronic version of our CCNA Security Lab workbook

http://www.ciscokits.com/ebooks/CiscoKits-CCNA-Security-640-553-Lab-Workbook.zip

We hope you enjoy this new offering from CiscoKits assisting in your CCNA Security exam studies!

slabworkbook

CCNA Certification: EIGRP 640-802 Concepts

Tuesday, January 19th, 2010 by CiscoKits

EIGRP Concepts

In this lesson, we will introduce you to EIGRP, as requested by the Cisco CCNA certification exam.

Enhanced Interior Gateway Routing Protocol (EIGRP) is a Cisco proprietary, distance vector, classless routing protocol used for routing inside a network (IGP). In addition to other distance vector routing protocol, like RIP and IGRP, EIGRP has some unique features like: Reliable Transport Protocol (RTP), which provides reliable and unreliable delivery of EIGRP packets, Bounded Updates, Diffusing Update Algorithm (DUAL) to guarantee loop-free paths and backup paths, Neighbor and Topology Tables. EIGRP can operate as a classful routing protocol, as well as a classless one.

Unlike other distance vector routing protocols, EIGRP does not send periodic updates, so the route entries to not age out, instead, EIGRP uses a lightweight Hello protocol to monitor connection status with its neighbors.

Every EIGRP packet includes the EIGRP Packet Header. The important fields in this header are the Opcode field and the Autonomous System Number field. The Opcode specifies the packet type, which can be Update, Query, Reply and Hello. The Autonomous System (AS) Number specifies the EIGRP routing process. Unlike RIP, a Cisco router can run multiple instances of EIGRP. The AS number is used to track multiple instances of EIGRP.

Reliable Transport Protocol (RTP) is used by EIGRP for the delivery and reception of EIGRP packets. RTP sends packets to either unicast address or the reserved multicast address 224.0.0.10.

As we already told you, EIGRP uses five different packet types:

·         Hello packets – are used to discover neighbors and form adjacencies with them. These packets are multicast and use unreliable delivery and are sent typically every 5 seconds.

·         Update packets – are used to propagate the routing information. Update packets are sent only when a change in the topology occurs and only to those routers who require them. EIGRP update packets use reliable delivery and are sent to the multicast address when multiple routers require them, and to the unicast address when they are required by a single router.

·         Acknowledgement (ACK) packets – are sent when reliable delivery is used. They contain a nonzero acknowledgement number and are always sent to the unicast address.

·         Query and Replay packets – are used by DUAL when searching for networks and other tasks. Queries are sent to the multicast address and use reliable delivery, while replies are sent as unicast and they are also using reliable delivery.

In EIGRP, the default administrative distance (AD) is 170 when used as an Exterior Gateway Protocol (EGP), 90 when used as an IGP and 5 for EIGRP summary routes.

EIGRP also supports authentication to ensure the information transmitted over the network is authentic and from a trusted source.

To better understand EIGRP, we will use the following topology to configure an EIGRP network.

eigrp 

First, let’s configure the IP addresses on the interfaces of the routers.

R0(config)#int Fa0/0
R0(config-if)#ip addr 172.16.1.1 255.255.255.0
R0(config-if)#no shutdown
R0(config-if)#int Fa0/1
R0(config-if)#ip addr 192.168.1.1 255.255.255.0
R0(config-if)#no shutdown

R1(config)#int Fa0/0
R1(config-if)#ip addr 172.16.1.2 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#int Fa0/1
R1(config-if)#ip addr 192.168.2.1 255.255.255.0
R1(config-if)#no shutdown

R2(config)#int Fa0/0
R2(config-if)#ip addr 192.168.1.2 255.255.255.0
R2(config-if)#no shutdown

R3(config)#int Fa0/0
R3(config-if)#ip addr 192.168.2.2 255.255.255.0
R3(config-if)#no shutdown

Now, let’s enable EIGRP and specify what networks to advertise to our neighbors. We will use EIGRP autonomous system (AS) 1.

R0(config)#router eigrp 1
R0(config-router)#network 172.16.1.0 0.0.0.255
R0(config-router)#network 192.168.1.0

Optionally, in EIGRP, you can specify the wildcard bits when you chose to advertise a network. By default, when using the network command and a classful network address such as 172.16.1.0, all interfaces will be enabled for EIGRP. Although this is not our case, if you don’t want to enable all of them, you must specify the wildcard mask. To calculate the wildcard mask, you must substract the subnet mask from 255.255.255.255. For example, the wildcard mask for 255.255.255.252 is 255.255.255.255 – 255.255.255.252 = 0.0.0.3.

Let’s continue to configure the other routers now.

R1(config-router)#router eigrp 1
R1(config-router)#network 172.16.1.0
R1(config-router)#
*Mar  1 00:14:27.267: %DUAL-5-NBRCHANG
E: IP-EIGRP(0) 1: Neighbor 172.16.1.1 (FastEthernet0/0) is up: new adjacency
R1(config-router)#network 192.168.2.0

R2(config)#router eigrp 1
R2(config-router)#network 192.168.1.0
R2(config-router)#
*Mar  1 00:16:17.475: %DUAL-5-NBRCHANG
E: IP-EIGRP(0) 1: Neighbor 192.168.1.1 (FastEthernet0/0) is up: new adjacency

R3(config)#router eigrp 1
R3(config-router)#network 192.168.2.0
R3(config-router)#
*Mar  1 00:17:02.279: %DUAL-5-NBRCHANG
E: IP-EIGRP(0) 1: Neighbor 192.168.2.1 (FastEthernet0/0) is up: new adjacency

Now, let’s check the routing table.

R3#show ip route
Codes: C – connected, S – static, R – RIP, M – mobile, B –
BGP
       D –
EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
       N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
      
E1 – OSPF external type 1, E2 – OSPF external type 2
       i – IS-IS, su – IS-IS summary, L1 – IS-IS level-1, L2 – IS-IS level-2
       ia – IS-IS inter area, * – candidate default, U – per-user static route
       o – ODR, P – periodic downloaded static route

Gateway of last resort is not set


D    172.16.0.0/16 [90/307200] via 192.168.2.1,
00:00:35, FastEthernet0/0
D    192.168.1.0/24 [90/332800] via 192.168.2.1,
00:00:35, FastEthernet0/0
C    192.168.2.0/24 is directly connected, FastEthernet0/0

As you can see, the routing table is already populated with the routes. Let’s check the neighbors.

R0#show ip eigrp neighbors
IP-
EIGRP neighbors for process 1
H   Address                 Interface       Hold Uptime   SR
TT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
1   192.168.1.2             Fa0/1             10
00:04:27    8   200  0  4
0   172.16.1.2              Fa0/0             13
00:06:17    6   300  0  9

The fields of this command show you the following:

·         H column – lists the neighbors in the order they were learned.

·         Address – the IP address of the neighbor.

·         Interface – the local interface on which the Hello packet was received.

·         Hold – the current hold time. Every time a Hello packet is received, this value is reset to the maximum hold time for that interface and then counts down to zero. If zero is reached, the neighbor is considered down.

·         Uptime – amount of time since the neighbor was added to the neighbor table

·         SRTT (Smooth Round Trip Timer) and RT0 (Retransmit Interval ) – used by RTP to manage reliable EIGRP packets.

·         Queue Count – should always be zero, else EIGRP packets are waiting to be sent.

·         Sequence Number – used to track updates, queries and reply packets.

As with the other routing protocols, you can use the show ip protocols command to check detailed information about your routing protocols.

R0#show ip protocols
Routing Protocol is “eigrp 1
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Default networks flagged in outgoing updates
  Default networks accepted from incoming updates
 
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
 
EIGRP maximum hopcount 100
 
EIGRP maximum metric variance 1
  Redistributing: eigrp 1
 
EIGRP NSF-aware route hold timer is 240s
  Automatic network summarization is in effect
  Automatic address summarization:
    192.168.1.0/24 for Fast
Ethernet0/0
    172.16.0.0/16 for Fast
Ethernet0/1
      Summarizing with metric 281600
  Maximum path: 4
  Routing for Networks:
    172.16.1.0/24
    192.168.1.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    (this router)         90      00:16:06
    172.16.1.2            90      00:11:56
  Distance: internal 90 external 170

When automatic summarization is enabled or at least one subnet was learned via EIGRP, EIGRP includes a summary route. Null0 is the interface used for summary routes. This is a “virtual” interface used only for advertising purposes.

R0#show ip route
Codes: C – connected, S – static, R – RIP, M – mobile, B –
BGP
       D –
EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
       N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
      
E1 – OSPF external type 1, E2 – OSPF external type 2
       i – IS-IS, su – IS-IS summary, L1 – IS-IS level-1, L2 – IS-IS level-2
       ia – IS-IS inter area, * – candidate default, U – per-user static route
       o – ODR, P – periodic downloaded static route


Gateway of last resort is not set

     172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
D       172.16.0.0/16 is a summary,
00:37:40, Null0
C       172.16.1.0/24 is directly connected, Fast
Ethernet0/0
C    192.168.1.0/24 is directly connected, Fast
Ethernet0/1
D    192.168.2.0/24 [90/307200] via 172.16.1.2,
00:33:30, FastEthernet0/0

To calculate the preferred path on a network, EIGRP uses the following values in its composite metric:

·         Bandwidth

·         Delay

·         Reliability

·         Load

The default composite formula is: metric = [K1 * bandwidth + K3*delay]

By default, K1 and K3 are set to 1, and K2, K4 and K5 are set to 0. These values can be changed with metric weights tos k1 k2 k3 k4 k5 EIGRP router configuration command.

To find out the values used by EIGRP for the bandwidth, delay, reliability and load use the show interface interface interface-number command.

R0#show interface Fa0/0
Fast
Ethernet0/0 is up, line protocol is up
  Hardware is Gt96k F
E, address is c400.039f.0000 (bia c400.039f.0000)
  Internet address is 172.16.1.1/24
  MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
 
Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Half-duplex, 10Mb/s, 100BaseTX/FX
  ARP type: ARPA, ARP Timeout 04:00:00

When you use Serial interfaces, the default bandwidth value may not match your real bandwidth which may cause EIGRP to not work properly. In this case, you have to manually configure the bandwidth value for your interface. Although, this is not our case, because we use FastEthernet interface, we will demonstrate you how to accomplish this, with the bandwidth kilobits interface configuration command.

R0(config)#interface Serial 0/0/0
R0(config-if)#bandwidth 1024

EIGRP is one of the most used Interior Gateway Protocols (IGP) used these days. In your preparation for your CCNA exam, you must know the basics of EIGRP and we hope you found this article useful for achieving the basic knowledge required for the CCNA certification exam. Remember that practice is best way to prepare for the CCNA exam, and we can provide you with many training resources, including labs prepared specially for the exam on which you can setup your own EIGRP enabled topologies.

CCNA Certification 640-802: Inter-VLAN Routing

Tuesday, January 5th, 2010 by CiscoKits

Inter-VLAN Routing

Welcome to a new lesson from the Cisco CCNA exam preparation series. In this lesson, we will talk about Inter-VLAN routing and different methods to accomplish this. Inter-VLAN Routing is used to allow devices on separate VLANs communicate with each other.

Inter-VLAN Routing is the process of routing traffic between VLANs in a network. As we explained to you in the previous lesson about VLANs, VLANs are used to create logical networks from a physical network, isolating hosts from one VLAN from the ones in other VLANs. Most of the times, although you want to create different broadcast domain in your network by creating more logical networks, you want the hosts from those networks to communicate with each other, even if they are not belonging to the same VLAN.

A host belonging to a VLAN attached on a specific physical port, for example VLAN 10 in port FastEthernet0/10 is usually not able to communicate to a host attached to another VLAN, for example VLAN11 attached to port FastEthernet0/11. They belong to different networks, different broadcast domains and switches do not know how to forward packets from one network to another. The process of forwarding packets from a network to another is called routing and you must use a router to accomplish this.

In classic networks that are using multiple VLANs, routing is performed by connecting multiple physical interfaces on the router to multiple physical interfaces on the switch. The switch ports are connected to the router in access mode, and a different static VLAN is assigned to every interface. An access mode switch port can belong to only one VLAN and is usually used to connect to an end user device.

Usually, this is not a desired behavior because you end up using too many physical interfaces, and sooner or later you will run out of interfaces. A typical switch can have up to 48 ports. This means, you can use that switch to route traffic between VLANs for up to 48 VLANs. In smaller networks this may be enough, but in larger enterprise networks, 48 VLANs may not be enough.

Router-on-a-stick ” is a type of router configuration in which you are able to use a single physical interface to route traffic between multiple VLANs. The router interface is configured as a trunk link and is connected to a trunk switch port. The router is accepting the tagged traffic on the trunk interface and routes it internally using subinterfaces. Trunk links are able to accept multiple VLANs on one physical interface. Switches are able to recognize the VLAN used for a specific packet through the use of encapsulation protocols that encapsulate or tag the frames. The protocols used are 802.1Q or Cisco’s proprietary Inter-Switch Link (ISL). To find out more about these encapsulation protocols check the Trunking Concepts lessons from our Cisco CCNA exam preparation series.

Subinterfaces are virtual interfaces associated with a single physical interface. These subinterfaces have their own IP address and VLAN assignment to be able to operate on a specific VLAN.

However, if your switch is capable of doing Layer 3 functions, you don’t need a router anymore. The switch will handle the Inter-VLAN routing decisions too. These switches are called multilayer switches .

The router acts as a Gateway for devices on a VLAN. The subinterface configured for a particular VLAN has an IP assigned from the range of IPs used in that VLAN. The other devices on the VLAN are sending packets for devices in other VLANs through the router. The router then, takes the routing decision and sends the packet to the destination.

Usually, when you configure a router, you assign IPs to interfaces, and once the IPs are assigned, the routing table shows how to reach the networks those IPs are part of.

Router(config)#interface Fa0/0
Router(config-if)#ip address 172.16.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#interface Fa0/1
Router(config-if)#ip address 172.16.30.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#end
Router#show ip route
Codes: C – connected, S – static, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – O
SPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2
i – IS-IS, su – IS-IS summary, L1 – IS-IS level-1, L2 – IS-IS level-2
ia – IS-IS inter area, * – candidate default, U – per-user static route
o – ODR, P – periodic downloaded static route

Gateway of last resort is not set

172.16.0.0/24 is subnetted, 2 subnets
C 172.16.10.0/24 is directly connected, FastEthernet0/1
C 172.16.30.0/24 is directly connected, FastEthernet0/1

As you can see, the only chance to route traffic between those two networks is to connect both interfaces to the switch. This could be a solution if you have a small number of VLANs on your network and you are sure your network will never evolve, but if you have for example 120 VLANs what would you do?

The solution is to use subinterfaces. When you use subinterfaces,

Router(config)#interface Fa0/0.10
Router(config-if)#encapsulation dot1q 10
Router(config-if)#ip address 172.16.10.1 255.255.255.0
Router(config-if)#interface Fa0/0.30
Router(config-if)#encapsulation dot1q 30
Router(config-if)#ip address 172.16.30.1 255.255.255.0
Router(config-if)#interface Fa0/0
Router(config-if)#no shutdown
Router(config-if)#end
Router#show ip route
Codes: C – connected, S – static, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2
i – IS-IS, su – IS-IS summary, L1 – IS-IS level-1, L2 – IS-IS level-2
ia – IS-IS inter area, * – candidate default, U – per-user static route
o – ODR, P – periodic downloaded static route

Gateway of last resort is not set

172.16.0.0/24 is subnetted, 2 subnets
C 172.16.10.0/24 is directly connected, FastEthernet0/0.10
C 172.16.30.0/24 is directly connected, FastEthernet0/0.30

As you can see in this example, we use only the FastEthernet 0/0 interface for both VLANs. We have created the Fa0/0.10 and Fa0/0.30 subinterfaces, specified the encapsulation type dot1q which is IEEE’s 802.1Q, and the VLAN they belong to and we assigned an IP address. In this case, the physical interface, FastEthernet 0/0, does not need an IP address configuration, the only thing you must do is to use the no shutdown command so that the interfaces comes up.

If you use a multilayer switch, to enable to routing features you must also enable ip routing .

Switch(config)#ip routing

However, different issue may arise when you use Inter-VLAN Routing. A switch for example can have an incorrect VLAN assigned to a switch port or the switch port may be configured in access mode instead of trunk. A router also, can have the wrong VLAN assigned to an interface or subinterface or the wrong encapsulation type. Assigning an IP address belonging to a class not used in that specific VLAN will also cause Inter-VLAN routing to not function properly. If your network is not working as expected, these are the most common places to look for errors.

This concludes our lesson. When you’ll take your Cisco CCNA certification exam, you must be able to correctly configure and troubleshoot a network using Inter-VLAN Routing. Practicing is the best way to learn how things work and we hope you found our hands-on example a great starting point.

CiscoKits CCNA 640-802 Lab Workbook Download!

Monday, December 7th, 2009 by CiscoKits

CiscoKits CCNA 640-802 Lab Workbook Download!

Today is going to be a real short post introducing the ability to download our CCNA 640-802 Lab Workbook.  We have had many customers who do not want to wait for a physical copy to arrive via UPS.  I understand that as you want to get to doing your CCNA labs as quickly as possible.  So we are offering a solution in which you can purchase to download our CCNA 640-802 Lab Workbook.  Keep in mind, if you purchase the electronic download copy, you will not also receive a physical copy of the book.  If you want a physical copy of the book, you will order that from our main store here http://www.ciscokits.com/cisco-ccna-lab-workbook/

One of the nice things about the download version, is that you can download the CCNA Lab Workbook and preview some of the chapters that are not password protected.  If you like it, you can buy the electronic version or the physical version.  Now the choice is yours!  So without further ado, here is the link to the electronic version of our CCNA Lab workbook  http://www.ciscokits.com/ebooks/CiscoKits-CCNA-640-802-Lab-Workbook.zip

We hope you enjoy this new offering from CiscoKits assisting in your CCNA exam studies!

labworkbook

CCNA Certification: VLAN Trunking Protocol (VTP) Part I

Monday, November 30th, 2009 by CiscoKits

VLAN Trunking Protocol (VTP)

Welcome to a new lesson for your preparation for the CCNA certification exam. We would like to discuss today about VLAN Trunking Protocol (VTP).  We are going to again break this CCNA conept into two parts so you are not overwhemled.  VTP is very important to udnerstand completely to ensure you pass your CCNA certification exam.

VLAN Trunking Protocol (VTP) is Cisco’s proprietary protocol for managing VLAN networks. As the network grows, creating, modifying and deleting VLANs becomes a time consuming job for the newly CCNA certified administrator. VTP helps network administrators to accomplish this task in just a few minutes. The philosophy of VTP is that a router running as a VTP server should manage the VLAN configuration of the other routers on the network, called VTP clients. VTP can operate with 802.1Q as well as with ISL.

VTP can run in three different modes:

·         Server mode – in server mode you can create, remove and modify VLANs. VTP servers advertise their configuration to the VTP clients in the same VTP domain. The VLAN information is stored in NVRAM and it’s not lost after a reboot.

·         Client mode – clients only get the VLANs advertised by the VTP server. They are not able to modify, create or delete VLANs from their configuration. The VLAN configuration is not stored in NVRAM and will be lost at first reboot (of course, the switch will get the VLAN configuration back after it boots, from the VTP server)

·         Transparent mode – in this mode, the switch does not participate in the VTP domain. You are able to add, delete or modify VLANs from their configuration. The configuration of the VLANs will not be broadcasted over the network. With VTP version 2, a transparent switch is forwarding the VTP messages that he receives out its trunk ports.

 

The first thing you have to do when you begin studying VTP is to understand some key concepts. We will briefly present them to you, as requested by Cisco’s CCNA certification exam.

 

·         VTP Domain – consists of one or more interconnected switch which are sharing the same VLAN configuration. A router or a Layer 3 switch defines the boundary of a VTP domain.

·         VTP Advertisements – are used to distribute the VLAN configuration across the VTP domain.

·         VTP Modes – the modes a switch can be configured in the VTP domain, as described above.

·         VTP Server – a VTP server is used to advertise the VLAN configuration to all VTP enabled switches in the same VTP domain. This is the point where you are able to create, modify or delete the VLAN configuration.

·         VTP Client – is a VTP enabled switch which receives the VLAN information from a VTP Server. You are not able to create, modify or delete the VLAN configuration.

·         VTP Transparent – is a switches that’s not participating in the VTP domain, but forwards VTP advertisements to other switches in the network. VLANs created, modified or deleted on a transparent switch are affecting only that switch and are not broadcasted on the VTP domain.

·         VTP Pruning – By default, a switch sends broadcast, multicast and unknown unicast traffic through all trunk links. The VTP pruning increases network available bandwidth by sending traffic only on those trunk links that the traffic must use to reach the destination device.

 

When you check the VTP configuration on a switch you use the show vtp status command.

 

Switch#show vtp status

VTP Version                     : running VTP1 (VTP2 capable)

Configuration Revision          : 4

Maximum VLANs supported locally : 1005

Number of existing VLANs        : 7

VTP Operating Mode              : Server

VTP Domain Name                 :

VTP Pruning Mode                : Disabled

VTP V2 Mode                     : Disabled

VTP Traps Generation            : Disabled

MD5 digest                      : 0xFB 0xC2 0×38 0xC1 0×0D 0×1D 0×14 0×10

Configuration last modified by 192.168.1.2 at 3-1-93 00:20:31

Local updater ID is 192.168.1.2 on interface Gi0/1 (first layer3 interface found)

 

You can see here some information. The first line shows us the version of VTP the switch is running, currently 1. We can configure the switch to run VTP2 because, as you can see, it’s VTP2 capable. Next we have a configuration revision. The revision number is a 32-bit number that indicates the level of revision for a VTP frame. By default, the number is 0, and it’s incremented every time the configuration changes. We also can see that this switch is supporting 1005 VLANs configured locally, and we currently have 7 VLANs configured on the switch. We find in the next line that this switch is acting as a VTP server. The VTP Domain Name identifies the administrative domain for the switch. By default, VTP Pruning Mode, V2 Mode and Traps Generation are disabled. The MD5 digest is a 15-byte checksum of the VTP configuration.

 

VTP uses the destination MAC address 01-00-0C-CC-CC-CC, which is a reserved multicast address for VTP messages.

 

A VTP advertisement contains the following global informations:

·         VTP domain name – the name of the VTP domain

·         Updater identity and update timestamp – used by client switches to identify who sent the update and when the message was sent.

·         MD5 digest – used by client switches to compare if the checksums match. Also includes the Maximum Transmission Unit (MTU) for each VLAN.

·         Frame format – can be ISL or 802.1Q

 

Also, VTP advertisements carry the following VLAN information:

·         VLAN IDs (IEEE 802.1Q)

·         VLAN name

·         VLAN type

·         VLAN state

·         Additional VLAN configuration specific to the VLAN type

 

VTP is sending different type of advertisements:

·         Summary advertisements

o        Sent every 5 minutes by a VTP server or immediately after a configuration change has been made.

o        Informs VTP enabled switches of the current VTP configuration revision number.

·         Subset advertisements

o        Contains VLAN information.

o        Sent when you:

§         Create or delete a VLAN.

§         Suspend or activate a VLAN.

§         Change the name of a VLAN.

§         Change the MTU of a VLAN.

·         Request advertisements

o        Sent by a VTP client to a VTP server

o        Sent if:

§         The domain name has been change.

§         The switch receives a summary advertisement with a higher revision number than its own.

§         A subset message is missed.

§         The switch has been reset.

In part II of this topic, we will cover how to configure your VTP domains.  So stop back next week as we continue our Cisco CCNA certification study series.  We hope you find this information to be helpful to you in passing your CCNA exam.  If you have any suggestions on how we can improve our CCNA study series, please feel free to post your comments! :)