Friday, October 31, 2008

Ccna Certificates

Writen by Marcus Peterson

CCNA stands for Cisco Certified Network Associate. CCNA professionals can install, configure and operate Local Area Networks or LAN, Wide Area Networks or WAN and dial access services for small networks. CCNA certification is the foundation and the novice level in networking. It is the only exam required to get a Cisco routing and Switching certification at an associate level. CCNA certification is awarded by Cisco Systems. It is for individuals who are interested in building a future in the networking domain. This certification is the prerequisite for any further Cisco certification. This certification increases the professional credibility of the candidate. It does so by the high standards of technical expertise gained by the professional. This professional is equipped to improve network performance and security.

Free resources for CCNA preparation are available on the Internet. These include test simulators, demonstrations, articles and videos. Cisco has revised the exam pattern and now includes new questions. This makes the exam more practical in nature, covering all hands-on tasks. The questions include simulation, Router and Switching, drag and drop, multiple-choice questions, including single and multiple responses and fill in the blanks. The exam number is 640-801, and it is called the 'Introduction to Cisco Networking Technologies and Interconnecting Cisco Networking Devices'. The passing score is 849 out of 1000. The time limit is 90 minutes and the exam fee is $120.

CCNA is an internationally recognized certification. A CCNA professional is eligible to work anywhere in the world. This certification gives the candidate a better understanding of networking. It is advisable to acquire this certification in addition to educational degrees and diplomas, especially in the new era of computing. The study for this certification imparts practical knowledge to the student. It is an achievement for a person genuinely interested in networking.

CCNA provides detailed information on CCNA, CCNA Certifications, CCNA Exams, CCNA Training and more. CCNA is affiliated with Fiber Optics Training.

Thursday, October 30, 2008

Cisco Ccnp Bsci Exam Tutorial Introduction To Policy Routing

Writen by Chris Bryant

Policy routing is a major topic on your BSCI exam, and you'll find quite a bit of policy routing going on in today's production networks. But what exactly is policy routing?

Policy-based routing, generally referred to as "policy routing", is the use of route maps to determine the path a packet will take to get to its final destination. As you progress through your CCNP studies and go on to the CCIE (or to a Cisco Quality Of Service certification), you'll find that traffic can be "marked" by policy routing in order to give different levels of service to various classes of traffic. (This is done by marking the traffic and placing the different classes of traffic in different queues in the router, allowing the administrator to give some traffic higher priority for transmission.)

There are some basic policy routing rules you should know:

Policy routing doesn't affect the destination of the packet, but does affect the path that is taken to get there.

Policy routing can forward traffic based on the source IP address or the destination IP address (with the use of an extended ACL).

Policy routing can be configured at the interface level, or globally.

Applying policy routing on an interface affects only packets arriving on that interface:

R2(config)#int s0

R2(config-if)#ip policy route-map CHANGE_NEXT_HOP

Applying the policy globally applies the route map to packets generated on the router, not on all packets received on all interfaces.

Whether you're running policy routing at the interface level, on packets created locally, or both, always run the command show ip policy to make sure you've got the right route maps on the proper interfaces.

R2#show ip policy

Interface Route map

local CHANGE_NEXT_HOP

Serial0 CHANGE_NEXT_HOP

And here's the big rule to remember....

If a packet doesn't match any of the specific criteria in a route map, or does match a line that has an explicit deny statement, the data is sent to the routing process and will be processed normally. If you don't want to route packets that do not meet any route map criteria, the set command must be used to send those packets to the null0 interface. This set command should be the final set command in the route map.

There are four possibilities for an incoming packet when route maps are in use. The following example illustrates all of them.

R2(config)#access-list 29 permit host 20.1.1.1

R2(config)#access-list 30 permit host 20.2.2.2

R2(config)#access-list 31 permit host 20.3.3.3

R2(config)#access-list 32 permit host 20.4.4.4

R2(config)#route-map EXAMPLE permit 10

R2(config-route-map)#match ip address 29

R2(config-route-map)#set ip next-hop 40.1.1.1

R2(config-route-map)#route-map EXAMPLE permit 20

R2(config-route-map)#match ip address 30

Assuming the route map has been applied to the router's ethernet0 interface, a packet sourced from 20.1.1.1 would meet the first line of the route map and have its next-hop IP address set to 40.1.1.1.

A packet sourced from 20.2.2.2 would match the next permit statement (sequence number 20). Since there is no action listed, this packet would return to the routing engine to undergo the normal routing procedure. All traffic that did not match these two addresses would also be routed normally - there would be no action taken by the route map.

Perhaps we want to specifically block traffic sourced from 20.3.3.3 or 20.4.4.4. We can use multiple match statements in one single route map, and have packets matching those two addresses sent to the bit bucket - the interface null0.

R2(config)#route-map EXAMPLE permit 30

R2(config-route-map)#match ip address 31

R2(config-route-map)#match ip address 32

R2(config-route-map)#set ?

as-path Prepend string for a BGP AS-path attribute

automatic-tag Automatically compute TAG value

comm-list set BGP community list (for deletion)

community BGP community attribute

dampening Set BGP route flap dampening parameters

default Set default information

extcommunity BGP extended community attribute

interface Output interface

ip IP specific information

level Where to import route

local-preference BGP local preference path attribute

metric Metric value for destination routing protocol

metric-type Type of metric for destination routing protocol

origin BGP origin code

tag Tag value for destination routing protocol

weight BGP weight for routing table

R2(config-route-map)#set interface null0

Any traffic matching ACLs 31 or 32 will be sent to null0, resulting in its being discarded by the router. Any traffic that didn't match any of the route map statements will be returned to the routing engine for normal processing.

Knowing policy routing and how to apply it are essential skills for passing the BSCI exam, earning your CCNP, and becoming more valuable in today's job market. Get some hands-on practice in a CCNA / CCNP home lab or rack rental to go along with learning the theory, and you'll be writing and applying policy routing in no time at all.

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", just visit the website! You can also get FREE CCNA and CCNP exam questions every day! Pass the CCNP exam with The Bryant Advantage!

Wednesday, October 29, 2008

Ccna Ccnp Home Lab Tutorial Assembling Your Cisco Home Lab

Writen by Chris Bryant

A CCNA or CCNP candidate who wants to be totally prepared for their exams is going to put together a home lab to practice on. With used Cisco routers and switches more affordable and plentiful then ever before, there's really no excuse to not have one!

With the many different models available, there is some understandable confusion among future CCNAs and CCNPs about which routers to buy and which ones to avoid. You can take almost any set of Cisco routers and put together a home lab; part of the learning process is taking what equipment you have available and putting together your own lab! For those of you preparing to start your home lab or add to your existing one, this article will list the routers I use in my Cisco pods. You certainly don't have to have all this equipment, but this will give you some good ideas on how to get started.

The most versatile router you can get for your CCNA / CCNP home lab is a 2520. These routers come with four serial ports, one ethernet port, and one BRI interface for ISDN practice. This mix of interfaces means you can actually use it as a frame relay switch while using the ethernet and BRI ports for routing. (There is no problem with using a lab router as both your frame relay switch and a practice router; for a frame relay switch sample configuration, visit my website!)

My pods consist of five routers and two switches, and three of the five routers are 2520s, due to their versatility. A recent ebay search showed these routers selling for $99 - $125, an outstanding value for the practice you're going to get.

I also use 2501s in my home labs. These have fewer interfaces, but the combination of two serial interfaces and one ethernet interface allows you to get plenty of practice.

A combination that works very well is using three 2520s; one as my dedicated frame relay switch, one as R1, and another as R2. Add a 2501 as R3, and you can have a frame cloud connecting R1, R2, and R3, a direct serial connection between R1 and R3, an Ethernet segment that includes all three routers, and an ISDN connection between R1 and R2 if you have an ISDN simulator. That combination will allow you to get a tremendous amount of practice for the exams, and you can always sell it when you're done!

2501s are very affordable, with many in the $50 range on ebay. It's quite possible to get three 2520s and one 2501 for less than $500 total, and you can get most of that money back if you choose to sell it when you're done.

With four routers to work with, you're probably going to get tired of moving that console cable around. An access server (actually a Cisco router, not the white boxes we tend to think of when we hear "server") will help you out with that. An access server allows you to set up a connection with each of your other routers via an octal cable, which prevents you from moving that console cable around continually. For an example of an access server configuration, just visit my website and look in the "Free Training" section.

Access server prices vary quite a bit; don't panic if you do an ebay search and see them costing thousands of dollars. You do NOT need an expensive access server for your CCNA / CCNP home lab. 2511s are great routers to get for your access server.

One question I get often from CCNA / CCNP candidates is "What routers should I buy that I can still use when I'm ready to study for the CCNP?" The CCIE lab changes regularly and sometimes drastically when it comes to the equipment you'll need. During my CCIE lab studies, I found that renting time from online rack rental providers was actually the best way to go. Don't hesitate when putting your CCNA / CCNP home lab together, wondering what will be acceptable for the CCIE lab a year or so from now. None of us know what's going to be on that equipment list, so get the CCNA and CCNP first - by building your own Cisco home lab!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNA and CCNP tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages. For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", visit the website and download your free copies. You can also get FREE CCNA and CCNP exam questions every day! Pass the CCNA exam with The Bryant Advantage!

Tuesday, October 28, 2008

Online Computer Training

Writen by Elizabeth Morgan

Computer training can now be done at home, in the office, or anywhere you would like and at any time you wish. Whether you're an absolute beginner wanting to get basic skills or an advanced developer wishing to become certified, you can take a complete package of training courses that'll train you to the highest levels. Learn at your own pace with no parking hassles, no missed assignments, and no additional software to load. All you need is a single Internet-accessed computer, a web browser, a training-fee budget that ranges from $50 to $400, and, of course, an eagerness to learn.

There are thousands of computer training courses that can be taken online. Just pay once and you'll get unlimited access to the courses for twelve months. Some online training schools allow flexibility if you don't want to be locked into a whole-year plan. They offer short-term subscription-based pricing increments, like a three- to six-month plan with an optional extension fee of $15 a month. These online schools also offer a full refund within seven days if you're not completely satisfied with the training experience.

Popular courses are SQL XP Professional Windows 2003 Server CIW, Access, Excel, Outlook, PowerPoint and Word 2003, MS Office 2000, Windows ME, NT and XP Professional, CLAIT, and thousands more. They are provided in an interactive program with skills assessment and task-based simulations; true/false, matching, and fill-in-the-blank questions; hands-on exercises; and sample files. Other training features are pre-tests and post-tests. You can save time by taking a skills assessment exam before taking the course so you'll find out what parts of the course you need to take. You can also know how well you've mastered the training by taking a post-test.

Just follow the easy procedure in enrolling: select your training course, settle your payment, and you'll receive an email containing your User ID and password. You can login and start training right away. In addition to a free technical and tutor support offered at a scheduled time every weekday, there's also a private online-learner chat room facility and instant mentoring from courseware experts accessible anytime. You can also get one-to-one training with a private tutor, or an instructor-led online training program. You can then take advantage of the free access to course updates for new courses added yearly. After completing the training course, you'll be given a Certificate of Completion.

Additional and more enhanced knowledge on computer applications can improve your career and salary, whether you're a beginner or a seasoned professional. Enjoy the convenience of learning and being trained in your preferred place and time.

Online Training provides detailed information on Online Training, Online Computer Training, Online MCSE Training Courses, Online Fitness Training and more. Online Training is affiliated with Free Online Courses.

Monday, October 27, 2008

Cisco Ccna Exam Tutorial Loopback Interfaces

Writen by Chris Bryant

As a CCNA candidate, you most likely have some background in PC hardware and workstation support. If so, you're already familiar with loopback interfaces, particularly 127.0.0.1, the loopback address assigned to a PC.

When you're learning all about the different physical interfaces for your CCNA exam - serial, ethernet, and BRI, among others - there's one logical interface you need to know about, and that is - you guessed it! - the loopback interface.

What isn't as immediately apparent is why we use loopback interfaces on routers and switches to begin with. Many of the Cisco router features that can use loopbacks are intermediate and advanced features that you'll learn about in your CCNP and CCIE studies, but these features all come back to one basic concept: If the loopback interface on a router is down, that means the router is unavailable as a whole.

In contrast, a physical interface being down does not mean the router itself is out of commission. A router's ethernet port can go down, but the other physical interfaces on that router are still operational. Since a loopback interface is logical, there's nothing physical that can go wrong with it.

As I mentioned, you'll learn different Cisco router and switch features that utilize loopback interfaces as you climb the Cisco certification ladder. There's one misconception about Cisco loopback interfaces that you want to get clear on now, though. You're probably familiar with loopback interfaces on a PC, and may even know that the address range 127.0.0.0 is reserved for loopback addressing.

Note that this reserved address range does not apply to loopbacks on Cisco devices, however. If you attempt to assign an address from this range to a Cisco loopback interface, you get this result:

R1#conf t

Enter configuration commands, one per line. End with CNTL/Z.

R1(config)#interface loopback0

R1(config-if)#ip address 127.0.0.2 255.255.255.0

Not a valid host address - 127.0.0.2

R1(config-if)#ip address 127.1.1.1 255.255.255.0

Not a valid host address - 127.1.1.1

The range 127.0.0.0 is reserved for host loopbacks (such as PCs), not routers or switches. The most commonly used address from this range is 127.0.0.1 – if you can't ping that on a workstation, that means you can't ping yourself, which means there's a problem with the TCP/IP install itself. Keep these details in mind on the exam and in the workplace, and you're on your way to CCNA exam success!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNA and CCNP tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

You can also join his RSS feed and visit his blog, which is updated several times daily with new Cisco certification articles, free tutorials, and daily CCNA / CCNP exam questions! Details are on the website.

For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", visit the website and download your free copies. You can also get FREE CCNA and CCNP exam questions every day! Get your CCNA study guide from The Bryant Advantage!

Sunday, October 26, 2008

Cisco Ccna Exam Tutorial The Best Time To Schedule Your Exam

Writen by Chris Bryant

In preparing for CCNA exam success, one of the basic steps is to schedule your exam! And when should you do that?

Schedule your exam NOW.

I can hear you now -- " Why should I schedule my exam now? I haven't started studying yet!"

From experience, I can tell you that this technique works. People complain about timetables and deadlines, but the truth is that people do their best work with a deadline. "Stress" is not the dirty word that we've made it out to be. A diamond is only a lump of coal that was put under pressure.

I wish I had a nickel for every time I've heard this:

"I'll schedule my exam when I'm ready."

You know when "ready" is? For many people, NEVER. I know someone who's been preparing for his CCNA for years – literally! He's going to schedule that exam when he's ready. He's been getting ready for years!

By scheduling your exam now, you give yourself a mental deadline. You'll be surprised at how focused your mind becomes when you know the date of your exam before you start. I have used this technique for my CCNA, CCNP, and CCIE exams. It will work for you!

You can schedule your exam with Prometric or VUE right now! Just search for either of those companies in your favorite search engine, and register online today.

Both sites have test center locators, so no matter where you are in the world, you can find the testing center nearest you.

We all have times of the day that we're mentally sharper than others. I personally am a "morning person", so I always schedule my exams for first thing in the morning. If you're stronger in the afternoon, schedule an afternoon exam. Regardless of the time of day you're going to take the exam – schedule it now, right now!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNA and CCNP tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", visit the website and download your free copies. You can also get FREE CCNA and CCNP exam questions every day! Get your CCNA study guide with The Bryant Advantage!

Saturday, October 25, 2008

Cisco Ccna Ccnp Bcmsn Exam Review Trunking And Trunking Protocols

Writen by Chris Bryant

To earn your CCNA or CCNP certification, you've got to understand the basics of trunking. This isn't just a CCNA topic - you must have an advanced understanding of trunking and etherchannels to pass the BCMSN exam and earn your CCNP as well. Before we address those advanced topics, though, you need to master the fundamentals!

A trunk allows inter-VLAN traffic to flow between directly connected switches. By default, a trunk port is a member of all VLANs, so traffic for any and all VLANs can travel across this trunk. That includes broadcast traffic!

The default mode of a switch port does differ between models, so always check your documentation. On Cisco 2950 switches, every single port is in dynamic desirable mode by default, meaning that every port is actively attempting to trunk. On these switches, the only action needed from us is to physically connect them with a crossover cable. In just a few seconds, the port light turns green and the trunk is up and running. The command show interface trunk will verify trunking.

How does the receiving switch know what VLAN the frame belongs to? The frames are tagged by the transmitting switch with a VLAN ID, reflecting the number of the VLAN whose member ports should receive this frame. When the frame arrives at the remote switch, that switch will examine this ID and then forward the frame appropriately.

There are two major trunking protocols you must understand and compare successfully, those being ISL and IEEE 802.1Q. Let's take a look at the details of ISL first.

ISL is a Cisco-proprietary trunking protocol, making it unsuitable for a multivendor environment. That's one drawback, but there are others. ISL will place both a header and trailer onto the frame, encapsulating it. This increases the overhead on the trunk line.

You know that the default VLAN is also known as the "native VLAN", and another drawback to ISL is that ISL does not use the concept of the native VLAN. This means that every single frame transmitted across the trunk will be encapsulated.

The 26-byte header that is added to the frame by ISL contains the VLAN ID; the 4-byte trailer contains a Cyclical Redundancy Check (CRC) value. The CRC is a frame validity scheme that checks the frame's integrity.

In turn, this encapsulation leads to another potential issue. ISL encapsulation adds 30 bytes total to the size of the frame, potentially making them too large for the switch to handle. (The maximum size for an Ethernet frame is 1518 bytes.)

IEEE 802.1q differs substantially from ISL. In contrast to ISL, dot1q does not encapsulate frames. A 4-byte header is added to the frame, resulting in less overhead than ISL. If the frame is destined for hosts residing in the native VLAN, that header isn't added. Since the header is only 4 bytes in size, and isn't even placed on every frame, using dot1q lessens the chance of oversized frames. When the remote port receives an untagged frame, the switch knows that these untagged frames are destined for the native VLAN.

Knowing the details is the difference between passing and failing your CCNA and CCNP exams. Keep studying, get some hands-on practice, and you're on your way to Cisco certification success!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

You can also join his RSS feed and visit his blog, which is updated several times daily with new Cisco certification articles, free tutorials, and daily CCNA / CCNP exam questions! Details are on the website.

For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", just visit the website! You can also get FREE CCNA and CCNP exam questions every day! Pass the CCNP exam with The Bryant Advantage!

Friday, October 24, 2008

Ccna Exam Tutorial Mac Addressing Formats And Broadcasts

Writen by Chris Bryant

Your CCNA exam success depends on your mastery of networking, routing, and switching fundamentals. Those fundamentals have to include knowledge of MAC addresses, so let's take a close look at Media Access Control addressing.

A typical MAC address looks something like this:

af-14-b3-c2-14-45

You may be wondering why we've got letters and numbers in this address. MAC addresses are expressed in hexadecimal, which gives us the ability to express more values with the same number of bits. Theoretically, every single NIC in the world should have a totally unique MAC address, and the only way to do this is to express MAC addresses in hexadecimal.

MAC addresses are actually made up of two parts, so let's take another look at the one I showed you earlier.

af-14-b3-c2-14-45

The first half of that address (af-14-b3) is the Organizationally Unique Identifier. This particular OUI would belong to one and only one vendor, making it "organizationally unique". The second half of the address is a combination of hex characters that this particular vendor has not used before with this particular OUI, sometimes called the Device ID.

Breaking the example down into its two parts:

af-14-b3 is the OUI

c2-14-45 is the Device ID

In this way, the MAC address should be unique from any other MAC address in existence. (The use of hex means we can have 281,474,976,710,656 possible combinations.)

Note the highest hex value is f. If all values in a MAC address are set to f, that's the MAC broadcast address. Expressing a hex value in upper or lower case does not change the value, so both of the following are the same address. Watch out for any MAC address that contains a letter that comes after "F" in the alphabet - that's an invalid address. For example, both of the following MAC addresses are invalid.

11-22-33-44-55-hf Rf-12-34-45-56-67

MAC addresses can be expressed with hyphens, as we've seen so far in this chapter, or with colons. They can also be expressed in a format similar to IP addresses. To illustrate, all of the following MAC addresses are the same address and are all valid ways of expressing a MAC address.

aa-bb-cc-dd-ee-34 aa:bb:cc:dd:ee:34 aabb.ccdd.ee34

While we spend most of our time working with IP addresses, data can't be transmitted from one point to another without the right MAC addresses. In tomorrow's CCNA exam tutorial, we'll take a look at how switches build a table of MAC addresses and the actions a switch can take with incoming frames. See you then!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of over 100 free certification exam tutorials, including CCNA exam, Network +, Security+, and CCNP topics.

You can also join his RSS feed and visit his blog, which is updated several times daily with new Cisco certification articles, free tutorials, and daily CCNA, Network+, Security+, A+, and CCNP certification exam practice questions!

For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", visit the website and download your free copies. You can also get FREE CCNA and CCNP exam questions every day! Earn your CCNA certification with The Bryant Advantage!

Thursday, October 23, 2008

Cisco Ccnp Bcmsn Exam Tutorial Changing Root Bridge Election Results

Writen by Chris Bryant

Your BCMSN and CCNP studies will include mastering the details of Spanning Tree Protocol (STP). While you learned some of these details in your CCNA studies, quite a bit of it may be new to you. Before going on to the intermediate and advanced STP features, let's review the root bridge election process and learn how to change these results.

Each switch will have a Bridge ID Priority value, more commonly referred to as a BID. This BID is a combination of a default priority value and the switch's MAC address, with the priority value listed first. For example, if a Cisco switch has the default priority value of 32,768 and a MAC address of 11-22-33-44-55-66, the BID would be 32768:11-22-33-44-55-66. Therefore, if the switch priority is left at the default, the MAC address is the deciding factor.

Switches are a lot like people - when they first arrive, they announce that they are the center of the universe! Unlike some people, the switches will soon get over it. BPDUs will be exchanged until one switch is elected Root Bridge, and it's the switch with the lowest BPDU that will end up being the Root Bridge.

If STP is left totally alone, a single switch is going to be the root bridge for every single VLAN in your network. Worse, that single switch is going to be selected because it has a lower MAC address than every other switch, which isn't exactly the criteria you want to use to select a single root bridge.

The time will definitely come when you want to determine a particular switch to be the root bridge for your VLANs, or when you will want to spread the root bridge workload. For instance, if you have 50 VLANs and five switches, you may want each switch to act as the root bridge for 10 VLANs each. You can make this happen with the spanning-tree vlan root command.

SW1(config)#spanning-tree vlan 1 ?

forward-time Set the forward delay for the spanning tree

hello-time Set the hello interval for the spanning tree

max-age Set the max age interval for the spanning tree

priority Set the bridge priority for the spanning tree

root Configure switch as root

In this example, we've got two switches, and SW1 has been elected the root bridge for VLANs 10, 20, and 30. We'll use the spanning-tree vlan root command on SW2 to make it the root bridge for VLANs 20 and 30.

SW2(config)#spanning-tree vlan 20 root primary

SW2(config)#spanning-tree vlan 30 root primary

SW2#show spanning vlan 20

VLAN0020

Spanning tree enabled protocol ieee

Root ID Priority 24596

Address 000f.90e2.1300

This bridge is the root

SW2#show spanning vlan 30

VLAN0030

Spanning tree enabled protocol ieee

Root ID Priority 24606

Address 000f.90e2.1300

This bridge is the root

SW 2 is now the root bridge for both VLAN 20 and 30. Notice that the priority value has changed from the default of 32768.

In the next CCNP / BCMSN tutorial, we'll take a look at more STP features.

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages. For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", just visit the website! You can also get FREE CCNA and CCNP exam questions every day! Pass the CCNP exam with The Bryant Advantage!

Wednesday, October 22, 2008

Cisco Certification Suggested Toplogies For Your Home Ccna Ccnp Lab

Writen by Chris Bryant

When you make the decision to put your own home lab together for your CCNA and CCNP studies (a very wise decision, if I may say so!), the hardest part is figuring out how to spend your budget. Do you spend it all on the routers and go with a cheaper 1900 switch, knowing that the 640-801 (CCNA), 640-821 (Intro), and 640-811 (ICND) exams now place a premium on knowing the ins and outs of a 2950 switch? Do you buy a frame relay switch? Do you buy an access server?

One factor to keep in mind when you're starting to put your lab together is that you don't have to put it all together at one time. With some careful planning, you've got a lab that you can use for your Intro studies, perhaps add a router or two for ICND study, and then some more devices for your CCNP study.

Of course, it also depends on your budget. If you've got upwards of $500 to spend, great! If you don't, that's okay. The key is that you're going to work with the real deal instead of simulation programs. And remember that you can always sell the equipment when you've achieved your certification goals. You're basically renting the equipment and then passing it on to another CCNA or CCNP candidate.

Let's take a look at several different toplogies, from basic to more advanced.

One router. You'll have to keep the configurations pretty basic, but getting started with one router is still a start. You can practice setting passwords (and password recovery, perhaps!) and become acquainted with the hardware. You can practice setting the hostname and working with many global configuration commands. There are obvious limitations, but the big plus here is that you've gotten started working with real Cisco equipment.

Two routers. You can do more with two routers than you might think. Make sure the first two routers you buy have serial interfaces. You can then purchase a DTE/DCE cable and practice working with directly connected serial interfaces. This is a valuable skill to have on your Intro and ICND exams. You can put PPP on the direct connection and practice working with PAP and CHAP, not to mention the vital troubleshooting command debug ppp negotiation.

Two routers, one switch. Your first two routers should have serial and ethernet interfaces. You can connect your routers to the switch via their ethernet interface in addition to the aforementioned directly connected serial interfaces. You can create loopback interfaces on both routers and then practice advertising them via RIP, IGRP, EIGRP, and OSPF. If you can, make sure to get BRI interfaces on these first two routers as well. The cost of an ISDN simulator might prevent you from running ISDN at first, but plan for the future now.

It's best to spring for a 2950 switch if it fits your budget. That switch has an IOS as opposed to the menu-driven 1900 switches, so the practice will come in handy on exam day. If you simply can't afford it right now, a 1900 switch is certainly better than no switch at all!

Three routers, one switch. I would consider using the third router as a frame relay switch. If your first two routers each have two serial interfaces, as well as the third one, you can buy a couple of additional DTE/DCE cables and configure your own frame relay cloud. The config for a frame relay switch can be hard to find there is one on my website you're welcome to.

Four routers, one switch. This setup would allow you to have three routers communicating via the frame relay cloud, two routers connecting through their directly connected serial interfaces, and at least two of the routers communicating through the switch. Quite a setup! I've got plenty of labs you can run on such a setup, and you could even create your own.

Five routers, one switch. At this point, you should consider an access server as your fifth router. An access server is a Cisco router with the capability to connect to up to eight other devices via an octal cable. Not just any Cisco router can serve as an access server, so make sure the one you buy for this purpose has the proper async port(s).

An access server prevents you from having to continually move the rollover cable into the console port of the router or switch you need to configure. Once you have one, you'll wonder how you lived without it!

From this point on, you can add a second switch or an ISDN simulator. The second switch gives you the opportunity to practice influencing root bridge elections and configuring VTP an ISDN simulator will give you priceless practice with ISDN in your home lab. (Don't confuse an ISDN simulator with a router simulator. An ISDN simulator basically acts as the phone company in your practice lab.) New ISDN simulators can run up to $2000 easily there are many used simulators on ebay and from used Cisco equipment vendors.)

I know exactly what you're going through when you make the decision to build your own lab I've been there myself. I hope you've found this article helpful in making a decision on how to get started. If you have any questions about a network topology you're considering building, please let me hear from you at chris@thebryantadvantage.com. I'm glad you've chose to put together you own CCNA and CCNP home lab, and I'll be glad to help with any questions you may have.

To your success,

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNA and CCNP tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages. For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", visit the website and download your free copies. You can also get FREE CCNA and CCNP exam questions every day! Pass the CCNA exam with The Bryant Advantage!

Tuesday, October 21, 2008

Cisco Certification In What Order Should You Take Your Ccnp Exams

Writen by Chris Bryant

When you choose to pursue your Cisco Certified Network Professional certification, you've got some decisions to make right at the beginning. Cisco offers a three-exam path and a four-exam path, and you select the order in which you'll take and pass the exams.

While every CCNP candidate has to make their own decision, I'd like to share some thoughts based on my personal experience and the experiences of CCNPs worldwide.

The solid foundation of networking knowledge you built as a CCNA will help you a great deal on your BSCI (Building Scalable Cisco Internetworks, 642-801) exam. This is the most common exam to take first, and I'd recommend you do so as well. While there are some topics that will be new to you, such as BGP, many of the BSCI topics will be familiar to you from your CCNA studies.

The "middle" exams are the BCMSN (Building Cisco Multilayer Switched Networks, 642-811) and BCRAN (Building Cisco Remote Access Networks, 642-821). There is no real advantage in taking one of these before the other, although most candidates take the switching exam, then the remote access exam.

I do recommend you take the CIT (Cisco Internetwork Troubleshooting) exam last. This exam will demand you put into action the skills you have learned while earning your CCNA and passing the first three exams. Again, it's not written in stone and there are always exceptions, but CCNP candidates do seem to have more success on this exam when they take it last. Should you choose the three-exam path, you'll be taking a Composite exam (642-891). This exam combines the BSCI and BCMSN exams, and it's best to take this one first. It builds nicely with your CCNA skills.

Again, I would take the BCRAN exam after the Composite, and the Troubleshooting exam last.

Whichever path you choose, you've chosen wisely in which certification to pursue. The CCNP is a true test of your networking skills, and when you make the decision to go after the CCIE, you'll be glad to have the solid foundation of networking skills your CCNA and CCNP studies gave you.

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages. For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", just visit the website! You can also get FREE CCNA and CCNP exam questions every day! Pass the CCNP exam with The Bryant Advantage!

Monday, October 20, 2008

Sunday, October 19, 2008

Saturday, October 18, 2008

Friday, October 17, 2008

Thursday, October 16, 2008

Wednesday, October 15, 2008

Tuesday, October 14, 2008

Monday, October 13, 2008

Sunday, October 12, 2008

Friday, October 10, 2008

Thursday, October 9, 2008

Wednesday, October 8, 2008

Tuesday, October 7, 2008

Monday, October 6, 2008

Saturday, October 4, 2008

Cisco Ccna Certification Exam Tutorial The Osi Models Physical Layer

Writen by Chris Bryant

To pass your CCNA exam and earn this coveted certification, you've got to master the seven layers of the OSI model and what each layer does. For those of you taking the two-exam path, you can expect quite a few OSI model questions on the Intro exam. In this seven-part series, we'll spend some time taking a look at each of the OSI model layers, starting with the Physical layer.

Often, CCNA candidates ask if the OSI model has any practical uses for network administrators. I used to wonder the same thing, and I can now tell you that the answer is definitely yes!

The OSI model isn't something you want to memorize and then forget about, as using the OSI model gives you a structured approach for troubleshooting. Whenever a network device isn't working properly, I always say to "start at the physical layer". The Physical layer is Layer One of the OSI model, and this is where troubleshooting should always start. Is the device on? Is it properly connected? If everything is fine at Layer One, you just move up to Layer Two, and continue in this structured fashion until the problem is identified.

The Physical layer is the layer at which bits are transmitted over the physical media. There is no routing or switching going on at this layer. The data has been broken down into more manageable pieces until the data takes the form of ones and zeroes at the Physical layer.

Even though there's no routing or switching at the Physical layer, CCNA candidates should be familiar with a couple of network devices that work at Layer One. A repeater is a device that regenerates an electrical signal, allowing the signal to travel longer distances without fading. (The process of an electrical signal gradually fading in strength over distance is "attenuation".) A hub is basically a multiport repeater, and both of these devices are considered Physical layer devices. Ethernet and Token Ring both operate at the Physical layer as well.

Learning the OSI model's Physical layer isn't just important in your CCNA exam studies, it's the first step in any network troubleshooting. After all, your network's end users are going to have a tough time sending print jobs to a printer that's turned off!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage , home of free CCNA and CCNP tutorials! Pass the CCNA exam with Chris Bryant!

Hospital in Tennessee Thailand Hotels

Friday, October 3, 2008

Cisco Ccnp Bcmsn Exam Tutorial The Four Or Five Stp Port States

Writen by Chris Bryant

As a CCNP candidate and a CCNA, you may be tempted to skip or just browse the many details of Spanning Tree Protocol. After all, you learned all of that in your CCNA studies, right? That's right, but it never hurts to review STP for a switching exam! Besides, many of us think of the four STP port states - but officially, there's a fifth one!

Disabled isn't generally thought of as an STP port state, but Cisco does officially consider this to be an STP state. A disabled port is one that is administratively shut down.

Once the port is opened, the port will go into blocking state. As the name implies, the port can't do much in this state - no frame forwarding, no frame receiving, and therefore no learning of MAC addresses. About the only thing this port can do is accept BPDUs from neighboring switches.

A port will then go from blocking mode into listening mode. The obvious question is "listening for what?" Listening for BPDUs - and this port can now send BPDUs as well. The port still can't forward or receive data frames.

When the port goes from listening mode to learning mode, it's getting ready to send and receive frames. In learning mode, the port begins to learn MAC addresses in preparation for adding them to its MAC address table.

Finally, a port can go into forwarding mode. This allows a port to forward and receive data frames, send and receive BPDUs, and place MAC addresses in its MAC table.

To see the STP mode of a given interface, use the show spanning-tree interface command.

SW1#show spanning-tree interface fast 0/11

Vlan Role Sts Cost Prio.Nbr Type

---------------- ---- --- --------- -------- ----------

VLAN0001 Desg FWD 19 128.11 P2p

To see these states in action, shut a port down in your CCNA / CCNP home lab and continually run the show spanning interface command. Once you see this in action on real Cisco equipment, you'll have no problem with BCMSN exam questions. Just don't practice this or any other Cisco command on a production network!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

You can also join his RSS feed and visit his blog, which is updated several times daily with new Cisco certification articles, free tutorials, and daily CCNA / CCNP exam questions! Details are on the website.

For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", just visit the website! You can also get FREE CCNA and CCNP exam questions every day! Pass the CCNP exam with The Bryant Advantage!

Hospital in Tennessee Thailand Hotels

Thursday, October 2, 2008

Ccna Courses

Writen by Marcus Peterson

The curriculum for CCNA is comprehensive and includes four separate modules. The learning objectives of the CCNA certification exam, which is the first step in a Cisco career certification path, are covered in these modules. The curriculum places emphasis on the use of problem-solving techniques and decision-making to resolve networking issues.

Students learn to install and configure Cisco switches and routers in local and wide-area networks using various protocols. They also learn to provide Level 1 troubleshooting service and improve network performance and security. Additionally, training is provided to help the student in taking proper care of, maintaining, and using networking software tools and equipment.

The CCNA certification course, which is taught mainly at secondary and post-secondary levels, features the following modules: Networking Basics, Routers and Routing Basics, Switching Basics and Intermediate Routing, and WAN Technologies.

The Networking Basics module covers topics such as the basics of Ethernet technologies, Cabling LANs and WANs, basics of TCP/IP and IP addressing, and routing fundamentals. The Routers and Routing Basics module covers topics such as the basics of configuring routers, routing protocols, TCP/IP concepts, access control lists, and networking troubleshooting skills. The Switching Basics and Intermediate Routing module details switch concepts and configuration and spanning-tree protocol among others, while the WAN Technologies module explains several topics including frame relay.

CCNA coursework helps students prepare for the CCNA certification, which may be opted for as a single comprehensive exam or the two-part route of the Introduction to Cisco Networking Technologies (INTRO) and Interconnecting Cisco Networking Devices (ICND) exams. The former course is a recommended training for individuals seeking an understanding and knowledge of networking fundamentals including the open systems interconnect (OSI) seven-layer model concepts, terminology, and technologies. The latter course, the ICND, focuses on using Cisco catalyst switches and Cisco routers connected in local-area networks (LANs) and wide-area networks (WANs) typically found at small to medium network sites.

Cisco certification validates an individual's achievement and thus increases the person's professional credibility in networking fundamentals. The course is highly regarded in the industry and should be taken up by all who intend to make a career in networking.

CCNA provides detailed information on CCNA, CCNA Certifications, CCNA Exams, CCNA Training and more. CCNA is affiliated with Fiber Optics Training.

Hospital in Tennessee Thailand Hotels

Wednesday, October 1, 2008

Ccnp Certification Bsci Exam Tutorial The Bgp Neighbor Process

Writen by Chris Bryant

Like TCP, BGP is connection-oriented. An underlying connection between two BGP speakers is established before any routing information is exchanged. This connection takes place on TCP port 179. As with EIGRP and OSPF, keepalive messages are sent out by the BGP speakers in order to keep this relationship alive.

Once the connection is established, the BGP speakers exchange routes and synchronize their tables. After this initial exchange, a BGP speaker will only send further updates upon a change in the network topology.

The IGP protocols that use Autonomous Systems, IGRP and EIGRP, require prospective neighbors to be in the same AS. This is not true with BGP. Routers can be in different Autonomous Systems and still exchange routes. The BGP neighbors do not have to be directly connected, and often are not, but do need to be able to reach the IP addresses they use in their neighbor statements.

A BGP peer that is in the same AS is referred to as an Internal BGP (iBGP) Peer, where a BGP peer in another AS is an External BGP (eBGP) Peer.

A sample iBGP configuration:

Router bgp 100

Neighbor 10.1.1.2 remote-as 100

A sample eBGP configuration:

Router bgp 100

Neighbor 10.1.1.2 remote-as 200

Cisco recommends that eBGP peers be directly connected, where iBGP peers generally will not be.

Before we get too much farther into BGP theory, let's get a configuration started. You'll use the router bgp command to configure a router as a BGP speaker. Right after that, the neighbor command will be used to identify this BGP speaker's potential neighbors. (The terms "peer" and "neighbor" are interchangeable in BGP, but it's the neighbor statement that is used to statically define neighbors. BGP is not capable of discovering neighbors dynamically.)

R1(config-router)#neighbor 172.12.123.3 remote-as 200

While almost all of the neighbor options are just that -- optional -- you do have to specify the BGP AS of the remote router. BGP has no mechanism to dynamically discover neighbors. Remember, BGP speakers do not have to be in the same AS to become peers. To verify that the remote BGP speaker has become a peer, run show ip bgp neighbor.

R1#show ip bgp neighbor

BGP neighbor is 172.12.123.3, remote AS 200, external link

BGP version 4, remote router ID 0.0.0.0

BGP state = Active

Last read 00:01:39, hold time is 180, keepalive interval is 60 seconds

Received 0 messages, 0 notifications, 0 in queue

Sent 0 messages, 0 notifications, 0 in queue

Route refresh request: received 0, sent 0

Default minimum time between advertisement runs is 30 seconds

The output here can be a little misleading the first time you read it. The first highlighted line shows 172.12.123.3 is a BGP neighbor, is located in AS 200, and is an external link, indicating that the neighbor is in another AS entirely. The second highlighted line shows the BGP state as Active. This sounds great, but it actually means that a BGP peer connection does not yet exist with the prospective neighbor.

So even though the show ip bgp neighbor output indicated that this is an Active neighbor relationship, that's not as good as it sounds. Of course, the reason the peer relationship hasn't been established is that we haven't configured R3 yet!

R3(config)#router bgp 200 R3(config-router)#neighbor 172.12.123.1 remote-as 100

Verify the peer establishment with show ip bgp neighbor:

R3#show ip bgp neighbor

BGP neighbor is 172.12.123.1, remote AS 100, external link

BGP version 4, remote router ID 172.12.123.1

BGP state = Established, up for 00:01:18

Last read 00:00:17, hold time is 180, keepalive interval is 60 seconds

Local host: 172.12.123.3, Local port: 179 (BGP uses TCP Port 179)

Foreign host: 172.12.123.1, Foreign port: 11007 The peer relationship between R1 and R3 has been established.

Now that you know how the neighbor relationship itself is built, you can start learning the many options of the neighbor command. You'll have to master these to become a CCNP and CCIE, and we'll start looking at those commands in the next part of this BGP tutorial!

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of free CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

You can also join his RSS feed and visit his blog, which is updated several times daily with new Cisco certification articles, free tutorials, and daily CCNA / CCNP exam questions! Details are on the website.

For a FREE copy of his latest e-books, "How To Pass The CCNA" and "How To Pass The CCNP", just visit the website! You can also get FREE CCNA and CCNP exam questions every day! Pass the CCNP exam with The Bryant Advantage!

Hospital in Tennessee Thailand Hotels