"Replacing FTP and Telnet in Cross-Platform Networks"
Download the Free Whitepaper

eBusiness Help
Free White Paper: Customer-Centric CRM; Fully Optimizing CRM
Learn to evolve your current CRM projects around a customer centric strategy
Try Looksmart PPC Search Marketing
$25 in Free Clicks for New Advertisers
45 Days Free Hosting From Rackspace
Move at your own pace and save with an 18 mo. contract

Free Software Archive:
Enterprise and Home Networking Downloads

Webproworld Forum Posts

Back to Basics - website design projects
Lets go back to basics and discuss how each one of us approach a new design project. How do you tend to keep things organised and where do you start? The majority of projects tend to struggle where to start.

Do I need a dedicated server?
My websites are currently hosted with 1and1 (MS Business package) however the sites are regularly going offline and visitors seeing a 'Service Unavailable' message.

Net Access Could Be A Real Gas
For anyone who thinks blogs are a load of hot air, the next potential Internet connectivity option could make that a more realistic point of view; natural gas pipes will be the latest way to carry broadband signals.



Recent Articles

Router Modes
When you're getting started on your CCNA studies, learning the different router modes is key to passing your Intro and ICND exams.

Microsoft Newly Certifiable
Microsoft announced on Tuesday the launch of a new three-tiered certification system that provides training and credentials. The new certifications for Technology Specialist, IT Professional and Certified Architect are updated to reflect the changing IT environment.

Gates Ushers In Golden Age Of Computers
Microsoft chairman and CEO Bill Gates announced the "golden age of computers" at a recent Princeton University award ceremony honoring world-changing figures. Gates intimated to a crowd of about 1,000 students the future...

Do You Go With A Dedicated Server Or Not?
For many businesses, finding solutions in dedicated server options is difficult. This is mainly the case because individuals do not know what they are looking at or looking for.

The Cost of Linux
Matt Asay's AC/OS blog says that one of the "expenses" noted in Microsoft TCO studies is the cost of training.


11.15.05

OSPF E1 E2 Routes

By Chris Bryant

OSPF is a major topic on both the CCNA and CCNP exams, and it's also the topic that requires the most attention to detail.

Where dynamic routing protocols such as RIP and IGRP have only one router type, a look at a Cisco routing table shows several different OSPF route types.

R1#show ip route

Codes: C - connected, S - static, I - IGRP, 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, E - EGP

In this tutorial, we'll take a look at the difference between two of these route types, E1 and E2.

Route redistribution is the process of taking routes learned via one routing protocol and injecting those routes into another routing domain. (Static and connected routes can also be redistributed.) When a router running OSPF takes routes learned by another routing protocol and makes them available to the other OSPF-enabled routers it's communicating with, that router becomes an Autonomous System Border Router (ASBR).

Discover Security Weaknesses in your Active Directory and Windows File Systems today!
Free Demo of DSRAZOR for Windows

Let's work with an example where R1 is running both OSPF and RIP. R4 is in the same OSPF domain as R1, and we want R4 to learn the routes that R1 is learning via RIP. This means we have to perform route redistribution on the ASBR. The routes that are being redistributed from RIP into OSPF will appear as E2 routes on R4:

R4#show ip route ospf

O E2 5.1.1.1 [110/20] via 172.34.34.3, 00:33:21, Ethernet0

6.0.0.0/32 is subnetted, 1 subnets

O E2 6.1.1.1 [110/20] via 172.34.34.3, 00:33:21, Ethernet0

172.12.0.0/16 is variably subnetted, 2 subnets, 2 masks

O E2 172.12.21.0/30 [110/20] via 172.34.34.3, 00:33:32,
Ethernet0

O E2 7.1.1.1 [110/20] via 172.34.34.3, 00:33:21, Ethernet0

15.0.0.0/24 is subnetted, 1 subnets

O E2 15.1.1.0 [110/20] via 172.34.34.3, 00:33:32, Ethernet0


E2 is the default route type for routes learned via redistribution. The key with E2 routes is that the cost of these routes reflects only the cost of the path from the ASBR to the final destination; the cost of the path from R4 to R1 is not reflected in this cost. (Remember that OSPF's metric for a path is referred to as "cost".)

In this example, we want the cost of the routes to reflect the entire path, not just the path between the ASBR and the destination network. To do so, the routes must be redistributed into OSPF as E1 routes on the ASBR, as shown here.

R1#conf t

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

R1(config)#router ospf 1

R1(config-router)#redistribute rip subnets metric-type 1

Now on R4, the routes appear as E1 routes and have a larger metric, since the entire path cost is now reflected in the routing table.

O E1 5.1.1.1 [110/94] via 172.34.34.3, 00:33:21, Ethernet0


6.0.0.0/32 is subnetted, 1 subnets

O E1 6.1.1.1 [110/100] via 172.34.34.3, 00:33:21, Ethernet0

172.12.0.0/16 is variably subnetted, 2 subnets, 2 masks

O E1 172.12.21.0/30 [110/94] via 172.34.34.3, 00:33:32, Ethernet0

O E1 7.1.1.1 [110/94] via 172.34.34.3, 00:33:21, Ethernet0

15.0.0.0/24 is subnetted, 1 subnets

O E1 15.1.1.0 [110/94] via 172.34.34.3, 00:33:32, Ethernet0


Knowing the difference between E1 and E2 routes is vital for CCNP exam success, as well as fully understanding a production router's routing table. Good luck in your studies!


About the Author:
Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (http://www.thebryantadvantage.com), home of FREE CCNA and CCNP tutorials and The Ultimate CCNA Study Package. (CCNP Study Packages are on the way!) Video courses and training, binary and subnetting help, FREE tutorials, and corporate training are also available.

For a FREE copy of my latest e-books, "How To Pass The CCNA" or "How To Pass The CCNP", send a request to chris@thebryantadvantage.com today !

About SysAdminNews
SysAdminNews is a collection of articles, news and commentary designed to keep system administrators informed about the latest trends impacting their profession. Updates and Advice for System Administrators

SysAdminNews is brought to you by:

SecurityConfig.com NetworkingFiles.com
NetworkNewz.com WebProASP.com
SysAdminNews.com SQLProNews.com
ITcertificationNews.com SysAdminNews.com
LinuxProNews.com WirelessProNews.com
CProgrammingTrends.com ITManagementNews.com

-- SysAdminNews is an iEntry, Inc. publication --
iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509
2005 iEntry, Inc.  All Rights Reserved  Privacy Policy  Legal

archives | advertising info | news headlines | free newsletters | comments/feedback | submit article


 

Database Forum Updates and Advice for System Administrators SysAdminNews News Archives About Us Feedback SysAdminNews.com About Article Archive News Downloads WebProWorld Forums iEntry Advertise Contact Jayde