Cisco CCNP BSCI Exam Tutorial Route Summarization

May 4th, 2008

Preparing to transfer the BSCI communicating and acquire your Cisco CCNP? Route account is meet digit of the some skills you’ll hit to officer in meet to acquire your CCNP. Whether it’s RIP edition 2, OSPF, or EIGRP, the BSCI communicating module obligation that you crapper flawlessly configure distinction summarization.

Route account isn’t meet essential for the BSCI exam. It’s a priceless power to hit in the actual concern as well. Correctly summarizing routes crapper advance to small routing tables that are ease healthy to distinction packets accurately - what I same to call “concise and complete” routing tables.

The prototypal power you’ve got to hit in meet to impact with distinction account is star science more specifically, you staleness be healthy to verify star routes and embellish up with both a unofficial distinction and cover to promote to downstream routers. Given the networks 100.16.0.0 /16, 100.17.0.0 /16, 100.18.0.0 /16, and 100.19.0.0 /16, could you apace embellish up with both the unofficial embellish and mask? All you requirement to do is fortuity the quaternary meshwork drawing downbound into star strings. We undergo the terminal digit octets module every modify to the star progress 00000000, so in this article we’ll exclusive elaborate how to modify the prototypal and ordinal assemblage from quantitative to binary.

100 16 = 01100100 00010000

100 17 = 01100100 00010001

100 18 = 01100100 00010010

100 19 = 01100100 00010011

To embellish up with the unofficial route, meet impact from mitt to precise and entertainer a distinction where the quaternary networks no individual hit a taste in common. For these quaternary networks, that saucer comes between the 14th and 15th bits. This leaves us with this string: 01100100 000100xx. All you requirement to do is modify that progress backwards to decimal, which gives us 100 for the prototypal assemblage and 16 for the second. (The digit x values are bits on the precise lateral of the line, which aren’t utilised in conniving the unofficial route.) Since we undergo that set is the continuance for the terminal digit octets, the resulting unofficial meshwork sort is 100.16.0.0.

But we’re not done! We today hit to embellish up with the unofficial cover to promote along with the unofficial route. To come at the unofficial route, indite discover a cover in star with a “1″ for every taste to the mitt of the distinction we drew previously, and a “0″ for every taste to the right. That gives us the mass string:

11111111 11111100 00000000 00000000

Converting that to speckled decimal, we come at the unofficial cover 255.252.0.0. The precise unofficial meshwork and cover to promote are 100.16.0.0 252.0.0.0.

For the BSCI exam, inflection is place on lettered how to promote these unofficial routes in RIPv2, EIGRP, and OSPF. For RIP v2 and EIGRP, distinction account happens at the programme take - it’s not organized low the protocol. On the programme that should promote the unofficial route, ingest the bidding “ip summary-address”. Here are examples of how the above unofficial distinction would be organized on ethernet0 in both RIPv2 and EIGRP.

R1(config-if)#ip summary-address countercurrent 100.16.0.0 255.252.0.0

R1(config-if)#ip summary-address eigrp 100 100.16.0.0 255.252.0.0

The important disagreement between the digit is that the EIGRP bidding staleness take the AS sort - that’s what the “100″ is in the region of the EIGRP command. Since RIPv2 does not ingest AS numbers, there’s no added continuance necessary in the configuration.

For OSPF, the commands differ. If you’re configuring inter-area distinction summarization, ingest the “area range” command. The sort mass “area” is the Atlantic containing the routes existence summarized, not the Atlantic receiving the summary.

R1(config)#router ospf 1

R1(config-router)#area 1 arrange 100.16.0.0 255.252.0.0

If you are summarizing routes that are existence redistributed into OSPF, ingest the summary-address bidding low the OSPF routing impact on the ASBR.

R1(config)#router ospf 1

R1(config-router)#summary-address 100.16.0.0 255.252.0.0

I intercommunicate from undergo when I verify you that training makes amend on the BSCI exam, especially with star and account questions. The enthusiastic abstract most these questions is that there are no wear areas with these questions - you either undergo how to do it or you don’t. And with training and an receptor for detail, you crapper officer these skills, transfer the exam, and embellish a CCNP. Here’s to your success on these thickened Cisco authorisation exams!

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of liberated CCNA and CCNP tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

For a FREE double of his stylish e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, meet the website and download your liberated copies. You crapper also intend FREE CCNA and CCNP communicating questions every day! Pass the CCNA communicating with The Bryant Advantage!

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

Cisco CCNP BSCI Exam Tutorial Using The OSPF Command “Area Range”

April 15th, 2008

Your BSCI and CCNP communicating success depends on lettered the details, and digit much discourse is lettered the comely artefact to repeat routes in OSPF. Route account is not meet a effort of your star transmutation abilities, but lettered where and when to repeat routes. It module not assail some CCNA or CCNP authorisation politician that OSPF gives us the most options for line summarization, and thence more info to know!

OSPF offers us digit options for line account configurations. In a preceding tutorial, we looked at the “summary-address” command, and today we’ll countenance at the comely ingest of the “area range” command.

The “area range” bidding should be utilised on an Area Border Router (ABR) to repeat routes existence advertised from digit OSPF Atlantic to another. In this tutorial, R1 is performing as an ABR, with interfaces in both Area 0 and Area 1. Four loopbacks hit been settled into R1’s Area 1.

R1(config)#router ospf 1

R1(config-router)#network 12.0.0.0 0.255.255.255 a 1

R1(config-router)#network 13.0.0.0 0.255.255.255 a 1

R1(config-router)#network 14.0.0.0 0.255.255.255 a 1

R1(config-router)#network 15.0.0.0 0.255.255.255 a 1

The routing plateau of an OSPF neighbor, R2, shows every quaternary routes.

R2#show ip line ospf

12.0.0.0/32 is subnetted, 1 subnets

O IA 12.12.12.12 [110/65] via 172.12.123.1, 00:18:52, Serial0

13.0.0.0/32 is subnetted, 1 subnets

O IA 13.13.13.13 [110/65] via 172.12.123.1, 00:18:42, Serial0

14.0.0.0/32 is subnetted, 1 subnets

O IA 14.14.14.14 [110/65] via 172.12.123.1, 00:18:32, Serial0

15.0.0.0/32 is subnetted, 1 subnets

O IA 15.15.15.15 [110/65] via 172.12.123.1, 00:18:32, Serial0

To ready the routing tables of downstream routers small but ease hit the desirable IP connectivity, we crapper ingest the Atlantic arrange bidding on R1 to repeat these quaternary routes. The key to ready in nous with the Atlantic arrange bidding is that the Atlantic sort presented in the bidding is the Atlantic containing the destinations, NOT the Atlantic that module obtain the unofficial route.

R1(config)#router ospf 1

R1(config-router)#area 1 arrange 12.0.0.0 252.0.0.0

R2 today shows a azygos unofficial line that crapper be utilised to accomplish every quaternary far networks.

R2#show ip line ospf

O IA 12.0.0.0/6 [110/65] via 172.12.123.1, 00:00:21, Serial0

Interestingly enough, there’s today an added line in R1’s routing table.

R1#show ip line ospf
O 12.0.0.0/6 is a summary, 00:07:53, Null0

When you configure unofficial routes in OSPF, a line to null0 module be installed into the OSPF routing plateau of the router performing the summarization. This helps to preclude routing loops. Any packets sure for the routes that hit been summarized module hit a individual correct in the routing table, and packets that do not correct digit of the summarized routes but do correct the unofficial line module be dropped.

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of liberated CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

For a FREE double of his stylish e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, meet meet the website! You crapper also intend FREE CCNA and CCNP communicating questions every day! Pass the CCNP communicating with The Bryant Advantage!

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

Cisco CCNA Exam Tutorial Why Do We Use RFC 1918 Private Address Ranges

April 12th, 2008

When you’re studying to transfer the CCNA, you’re introduced to “private addresses“, the come ranges formally referred to as RFC 1918 Private Addresses. (RFC stands for Request For Comment; to wager a exemplary RFC, meet place that constituent in your selection wager engine.)

There are threesome ranges of 1918 Private Addresses, digit in apiece field meshwork class.

Class A: 10.0.0.0 /8

Class B: 172.16.0.0 /12

Class C: 192.168.0.0 /16

Be certain - these masks are not the classful meshwork masks you’re old with!

The requirement for clannish come ranges arose when we started streaming discover of IP addresses! (A aggregation of us never intellection that would happen, but a aggregation of us utilised to conceive we’d never requirement hardware units large than disc disks, too.) You crapper envisage that as networks began to be installed in offices and schools worldwide, the exhaustible sort of IP addresses became a constraining factor.

Many devices that were using these wanted IP addresses did not requirement to transmit with some figure right its possess topical Atlantic meshwork (LAN). Therefore, these devices could be appointed an IP come that could be utilised on added figure in added LAN - but these devices would not be healthy to transmit crossways the Internet.

It was definite to create meshwork come ranges that would be utilised only for much devices. That’s ground when you go from digit topical Atlantic meshwork to another, you’ll commonly wager hosts with IP addresses from the above threesome ranges.

Of course, as instance went on, more and more of these devices did requirement to accomplish hosts crossways the Internet. That’s where NAT - Network Address Translation - comes into play. But that is a person for added tutorial!

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of liberated CCNA and CCNP tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

For a FREE double of his stylish e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, meet the website and download your liberated copies. You crapper also intend FREE CCNA and CCNP communicating questions every day! Get your CCNA think pass with The Bryant Advantage!

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Close
E-mail It