A router typically goes through five steps when booting up:

1. The router loads and runs POST (located in ROM), testing its hardware components, including memory and interfaces.
2. The bootstrap program is loaded and executed.
3. The bootstrap program finds and loads an IOS image: Possible locations of the IOS image include flash, a TFTP server, or the Mini-IOS in ROM.
4. Once the IOS is loaded, the IOS attempts to find and load a configuration file, which is normally stored in NVRAM if the IOS cannot find a configuration file, it starts up the System Configuration Dialog.
5. After the configuration is loaded, you are presented with the CLI interface (remember that the first mode you are placed into is User EXEC mode.

If you are connected to the console port, you’ll see the following output as your router boots up:

System Bootstrap, Version 11.0(10c), SOFTWARE
Copyright (c) 1986-1996 by cisco Systems
2500 processor with 6144 Kbytes of main memory
F3: 5593060+79544+421160 at 0×3000060
Cisco Internetwork Operating System Software
IOS ™ 2500 Software (C2500-I-L), Version 12.0(5)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Tue 15-Jun-99 19:49 by phanguye
Image text-base: 0×0302EC70, data-base: 0×00001000

Powers of 2 are important to understand and memorize for use with IP subnetting.

To review powers of 2, remember that when you see a number with another number to its upper right (called an exponent), this means you should multiply the number by itself as many times as the upper number specifies.

For example, 2 power of 3 is 2 × 2 × 2, which equals 8. Here’s a list of powers of 2 that you should commit to memory:

2 power of 1 = 2
2 power of 2 = 4
2 power of 3 = 8

2 power of 4 = 16
2 power of 5 = 32
2 power of 6 = 64
2 power of 7 = 128
2 power of 8 = 256
2 power of 9 = 512
2 power of 10 = 1,024
2 power of 11 = 2,048
2 power of 12 = 4,096
2 power of 13 = 8,192
2 power of 14 = 16,384

Before you get stressed out about knowing all these exponents, remember that it’s helpful to know them, but it’s not absolutely necessary. Here’s a little trick since you’re working with 2s: each successive power of 2 is double the previous one.

Networks come in a wide variety of types. The most common are LANs and WANs but there are many other types of networks, including metropolitan area networks (MANs) storage area networks (SANs) content networks (CNs) intranets and extranets VPNs and others.

Local Area Networks

Local area networks (LANs) are used to connect networking devices that are in a very close geographic area, such as a floor of a building, a building itself or a campus environment. In a LAN you’ll find PCs file servers hubs bridges switches routers multilayer switches voice gateways, firewalls, and other devices.

The media types used in LANs include Ethernet, Fast Ethernet (FE), Gigabit Ethernet (GE), Token Ring, and FDDI. Today, most networks use some form of Ethernet.

Wide Area Networks

Wide area networks (WANs) are used to connect LANs together. Typically, WANs are used when the LANs that must be connected are separated by a large distance. Whereas a corporation provides its own infrastructure for a LAN, WANs are leased from carrier networks, such as telephone companies.

Four basic types of connections, or circuits, are used in WAN services: circuit-switched, cell-switched, packet-switched, and dedicated connections.

Understanding the Configuration Register Bits

The 16 bits of the configuration register are read from 15 to 0, from left to right. The default configuration setting on Cisco routers is 0×2102. This means that bits 13, 8, and 1 are on, as shown in Table as below. Notice that each set of 4 bits is read in binary with a value of 8, 4, 2, 1:

config-register

Below table is lists of software configuration bit meanings. Notice that bit 6 can be used to ignore the NVRAM contents. This bit is used for password recovery.

Bit
Hex
Description
0–3 0×0000–0×000F Boot field (see Table 9.4).
6 0×0040 Ignore NVRAM contents.
7 0×0080 OEM bit enabled.
8 0×101 Break disabled.
10 0×0400 IP broadcast with all zeros.
5, 11–12 0×0800–0×1000 Console line speed.
13 0×2000 Boot default ROM software if network boot fails.
14 0×4000 IP broadcasts do not have net numbers.
15 0×8000 Enable diagnostic messages and ignore NVRAM
contents.

The boot field, which consists of bits 0–3 in the configuration register, controls the router boot sequence. Table as below describes the boot field bits.

CCIE Routing and Switching Revised

Cisco announced revised certification requirements for CCIE Routing & Switching (CCIE R&S), the expert level certification for network engineers. The new certification standards reflect the job skills employers look for at the expert level. To support the certification changes, the Cisco 360 Learning Program for CCIE R&S is also being updated with new lessons on MPLS and Troubleshooting, additions to the instructor-led workshops, lab exercises for self-paced practice, and new performance assessments. Read More

Cisco Live! 2009 = San Francisco, California June 27- July 2, 2009

The US Cisco Live! is back. This year, the 20th anniversary of Networkers will be held at the Moscone Center in San Francisco, California. The expanded Cisco Live event continues the Networkers tradition with the Cisco Live programs: IT Management, Developer Services and a new Service Providers program. As always Learning@Cisco will be there to support you! This year we offer 25+ Techtorials and Sessions, Onsite testing, the Certifications Lounge and for our CCIE certification holders, the VIP CCIE party. We will also be offering the CCIE Routing and Switching Mobile Lab on June 27 and 28 (the first two days of the event) at our San Jose lab site. 20 seats are available! Don’t miss this opportunity to visit the “City by the Bay” while you engage in education, training, insights, and networking. Register Now

After the interface status messages appear and you press Enter, the Router> prompt will appear. This is called user exec mode (user mode) and it’s mostly used to view statistics, but it’s also a stepping-stone to logging into privileged mode.

You can only view and change the configuration of a Cisco router in privileged exec mode (privileged mode), which you get into with the enable command.

Router>
Router>enable
Router#

You now end up with a Router# prompt, which indicates that you’re in privileged mode, where you can both view and change the router’s configuration.

You can go back from privileged mode into user mode by using the disable command, as seen here:

Router#disable
Router>

At this point, you can type logout to exit the console:

Router>logout
Router con0 is now available
Press RETURN to get started.

Or you could just type logout or exit from the privileged-mode prompt to log out:

Router>en
Router#logout
Router con0 is now available
Press RETURN to get started.

This is steps to logging in to your cisco router after these you need to learn  how to use the commands to config your router follow your jobs or your network diagrams linking, hope this is help you fix out in begin.

OSI Layer Definitions

In: General

18 May 2009

This is 7 OSI layers you should to know and understand before start to learn the next step of networking. Follow me to learning now!

Application Layer
The seventh layer, or topmost layer, of the OSI Reference Model is the application layer. It provides the interface that a person uses to interact with the application. This interface can be command-line-based or graphics-based. Cisco IOS routers and switches have a command-line interface (CLI), whereas a web browser uses a graphical interface.

Note : that in the OSI Reference Model, the application layer refers to applications that are network-aware. There are thousands of computer applications, but not all of these can transmit information across a network. This situation is changing rapidly, however. Five years ago, there was a distinct line between applications that could and couldn’t perform network functions.

A good example of this was word processing programs, like Microsoft Word they were built to perform one process: word processing. Today, however, many applications–MicrosoftWord, for instance–have embedded objects that don�t necessarily have to be on the same computer. There are many, many examples of application layer programs. The most common are telnet, FTP, web browsers, and e-mail.

OSI Reference Model

In: General

17 May 2009

osi-model

The International Organization for Standardization (ISO) developed the Open Systems Interconnection (OSI) Reference Model to describe how information is transferred from one machine to another, from the point when a user enters information using a keyboard and mouse to when that information is converted to electrical or light signals transferred along a piece of wire or radio waves transferred through the air. It is important to understand that the OSI Reference Model describes concepts and terms in a general manner, and that many network protocols, such as IP and IPX, fail to fit nicely into the scheme explained in ISO’s model.

Therefore, the OSI Reference Model is most often used as a teaching and troubleshooting tool. By understanding the basics of the OSI Reference Model, you can apply these to real protocols to gain a better understanding of them as well as to more easily troubleshoot problems.

ISO developed the seven-layer model to help vendors and network administrators gain a better understanding of how data is handled and transported between networking devices, as well as to provide a guideline for the implementation of new networking standards and technologies. To assist in this process, the OSI Reference Model breaks the network communication process into seven simple steps.

LAN switch types decide how a frame is handled when it’s received on a switch port. Latency– the time it takes for a frame to be sent out an exit port once the switch receives the frame– depends on the chosen switching mode.

There are three switching modes:

Cut-through (FastForward) When in this mode, the switch only waits for the destination hardware address to be received before it looks up the destination address in the MAC filter table. Cisco sometimes calls this the FastForward method.

FragmentFree (modified cut-through) This is the default mode for the Catalyst 1900 switch, and it’s sometimes referred to as modified cut-through. In FragmentFree mode, the switch checks the first 64 bytes of a frame before forwarding it for fragmentation, thus guarding against forwarding runts, which are caused by collisions.

Store-and-forward In this mode, the complete data frame is received on the switch’s buffer, a CRC is run, and, if the CRC passes, the switch looks up the destination address in the MAC filter table.

Figure as below delimits the different points where the switching mode takes place in the frame.switching-mode-within-frame

This below is more details of each modes

Step 6: Figure Out the Host Addresses

Step 6 is the easiest step. If you recall, any address between the network and directed broadcast address is a host address for a given network. We can then complete the rest of our addressing for 192.168.1.0, as is shown in table as below.

If you look at the very first subnet in this table, 192.168.1.0, you’ll see that it has a total of 14 host addresses, which matches are formula: 2 power of Y - 2, 2 power of 4 - 2 = 14 hosts. For the CCNA Exam, you will need to understand how to do IP addressing.

Of course, on the job, you can cheat and use an IP subnet calculator.

Network Addresses
Host Addresses
Directed Broadcast Addresses
192.168.1.0 192.168.1.1 - 192.168.1.14 192.168.1.15
192.168.1.16 192.168.1.17 - 192.168.1.30 192.168.1.31
192.168.1.32 192.168.1.33 - 192.168.1.46 192.168.1.47
192.168.1.48 192.168.1.49 - 192.168.1.62 192.168.1.63
192.168.1.64 192.168.1.65 - 192.168.1.78 192.168.1.79
192.168.1.80 192.168.1.81 - 192.168.1.94 192.168.1.95
192.168.1.96 192.168.1.97 - 192.168.1.110 192.168.1.111
192.168.1.112 192.168.1.113 - 192.168.1.126 192.168.1.127
192.168.1.128 192.168.1.129 - 192.168.1.142 192.168.1.143
192.168.1.144 192.168.1.145 - 192.168.1.158 192.168.1.159