Question

In: Computer Science

Scenario: You are a network administrator in a medium-sized company. The owner has heard of using...

Scenario: You are a network administrator in a medium-sized company. The owner has heard of using RIP and OSPF on the routers and that it will help your network. He isn't very computer savvy, so he wants you to explain it to him and tell him what to use and how you are going to implement it. Write a memo using standard memo format that outlines this for your company's owner using either a Microsoft Word Memo template or another example, including diagrams if necessary. You can use any drawing software (Visio, PowerPoint, Word, etc.) to create the diagram.

(a full page in length of content (any diagrams do not count toward this length)

Solutions

Expert Solution

OSPF is an internal routing protocol. (While primarily used inside a single company, it can span multiple sites.) Based on RFC 2328, it's an open standard. Because of this, OSPF is available on Microsoft's Windows Server 2003 OS, Linux, and many other network devices—unlike Cisco's EIGRP routing protocol. Like other dynamic routing protocols, OSPF enables routers to disclose their available routes to other routers.

OSPF is a link-state routing protocol that runs Dijkstra's algorithm to calculate the shortest path to other networks. Taking the bandwidth of the network links into account, it uses cost as its metric. OSPF works by developing adjacencies with its neighbors, periodically sending hello packets to neighbors, flooding changes to neighbors when a link's status changes, and sending "paranoia updates" to neighbors of all recent link state changes every 30 minutes.

While OSPF is an excellent routing protocol for networks of all sizes, one of its weaknesses is that it can be quite complex to configure. On the other hand, it offers more features than simpler protocols such as RIP.

Here are some of OSPF's strengths:

  • It converges quickly, compared to a distance-vector protocol.
  • Routing update packets are small, as it doesn't send the entire routing table.
  • It's not prone to routing loops.
  • It scales very well for large networks.
  • It recognizes the bandwidth of a link and takes this into account in link selection.
  • It supports variable-length subnet masks (VLSM) or Classless Inter-Domain Routing (CIDR).
  • It supports a long list of optional features that many others don't.

Configure OSPF

Some may find OSPF configuration intimidating, so let's look at how to make it easy. Let's start with a basic network: Our network example has two routers—one in San Diego (192.168.1.0 /24) and one in Dallas (192.168.2.0 /24). Between these two routers, there's a point-to-point T1 circuit with IP network address 1.1.1.0/30. The San Diego router's WAN interface is 1.1.1.1, and the Dallas router's WAN interface is 1.1.1.2.

We'll begin by configuring the router in San Diego. The first step to configuring OSPF is to use the router ospf command when in Global Configuration Mode. Here's an example:

Router(config)# router ospf {process number}
Router(config-router)#

While it doesn't matter which process number you use, I recommend keeping it the same on all OSPF routers on your network. I usually use 100 to keep everything simple. However, if you use different process numbers, OSPF will still work and exchange all routes—unlike EIGRP.

After entering OSPF Configuration Mode, the most common next step is to specify which networks OSPF will advertise, which you can do using the network command. Here's an example:

Router(config-router)# network 192.168.1.0 0.0.0.255 area 0
Router(config-router)# network 1.1.1.0 0.0.0.3 area 0

The first parameter is the network ID, and the second parameter is the inverse mask. The inverse mask—or wildcard mask—is the inverse of the subnet mask. It tells OSPF what range of interfaces the IP addresses given will apply to. Therefore, you can have one network statement that covers multiple interfaces.

You also need to specify the area, which is how OSPF organizes networks. All traffic must flow through area 0. In a small network, it's logical to put all networks in area 0, as we did in the example.

After you've configured each side of the network, the routers will exchange routes and form adjacencies. You should see a statement in the log file or console that looks something like the following:

*Mar  1 02:53:33.370: %OSPF-5-ADJCHG: Process 100, Nbr 1.1.1.1 
  on Ethernet0/0 from LOADING to FULL, Loading Done

To make sure you see these types of messages, use the log-adjacency-changes command in your OSPF router configuration. This command causes OSPF to enter information into the router's log file whenever it loses or regains connectivity with its neighbors. Here's an example:

Router(config-router)# log-adjacency-changes

Check the status of OSPF

After you've configured OSPF, you need to know how to check its status. Here are some common OSPF commands, along with links to their Cisco documentation and sample output from our example:

After you've configured OSPF, you need to know how to check its status. Here are some common OSPF commands, along with links to their Cisco documentation and sample output from our example:

  • show ip ospfListing A displays the output.
  • show ip ospf neighborListing B displays the output.
  • show ip ospf interfaceListing C displays the output.
  • show ip route ospfListing D displays the output.

Related Solutions

You are a network administrator in a medium-sized company. The owner has heard of using RIP...
You are a network administrator in a medium-sized company. The owner has heard of using RIP and OSPF on the routers and that it will help your network. He isn't very computer savvy, so he wants you to explain it to him and tell him what to use and how you are going to implement it. Write a memo using standard memo format that outlines this for your company's owner using either a Microsoft Word Memo template or another example,...
In this assignment, write an essay using the scenario below: You work for a medium sized...
In this assignment, write an essay using the scenario below: You work for a medium sized manufacturing company. The company has a critical application that has an SLA of 99.99% or 53 minutes of unscheduled downtime per year. The applications recovery time objective (RTO) is sixty minutes and the recovery point objective (RPO) is two hours. Develop a disaster recovery plan to ensure the stated RPO and RTO above can be achieved. Write a paper detailing the disaster recovery plan....
Assume you are the network administrator for a mid-sized organization. Recently, management has given permission for...
Assume you are the network administrator for a mid-sized organization. Recently, management has given permission for several employees to work remotely. Your organization has used VPN access in the past for short-term traveling assignments. Discuss the pros and cons of implementing DirectAccess, and always on VPN vs normal VPN solutions. Your post should be 250-500 words.
Instructions Scenario: You are a Director of Health Information at a medium sized hospital and you...
Instructions Scenario: You are a Director of Health Information at a medium sized hospital and you have been charged with establishing a performance management plan for your medical coders. ? Put yourself in the role of Director of Health Information at a medium sized hospital. ? Create a performance management plan for your medical coders ? Address questions such as: ? How will expectations be communicated? What is the training plan and professional development plan? How will you conduct performance...
John is the owner of medium-sized company that assembles personal computers in Ghana. He purchase most...
John is the owner of medium-sized company that assembles personal computers in Ghana. He purchase most of the components for the company such as random access memory (RAM) on a competitive market. In order to maximise profit in the short run, he employed an economist to estimate the demand curve, which he was able to use to derive the marginal revenue (MR) from his product as: ??=70−16?. The economist also derived the marginal cost function (MC) as: ??=6?−51. (i) Find...
Question 2 (b) Ebo is the owner of medium-sized company that assembles personal computers in Ghana....
Question 2 (b) Ebo is the owner of medium-sized company that assembles personal computers in Ghana. He purchase most of the components for the company such as random access memory (RAM) on a competitive market. In order to maximise profit in the short run, he employed an economist to estimate the demand curve, which he was able to use to derive the marginal revenue (MR) from his product as: ?? = 70 − 16?. The economist also derived the marginal...
You are the security Manager for a medium-sized bank
You are the security Manager for a medium-sized bank You have been asked to design a security solution to keep intruders out of the bank after hours. The three areas of the bank you need to secure are the parking lot, the building perimeter, and the vault. List what technologies you would use in each of these areas and explain why you would use them. Please write your answer in the box below.  You have been hired as a security...
Coral Ltd is a medium sized company based in NSW. It has had a number of...
Coral Ltd is a medium sized company based in NSW. It has had a number of years of relative success, but being conservative by nature, it has tended to serve the local market only. This market has shown signs of decline and the directors are now considering whether to expand the operation from its NSW base into Australian Territories. They are attempting to judge how successful this strategy will be over the next six months. Sales (20,000 units at $20...
. The board of directors of a medium-sized corporation, ABC Inc, has appointed you as the...
. The board of directors of a medium-sized corporation, ABC Inc, has appointed you as the Interim Chief Executive Officer. The company has had a stellar year reporting record high revenues and earnings per share that exceeded Wall Street analysts' expectation. However, the share price of your company has fallen. As Interim CEO, discuss some of the factors that may be contributing to this effect and what are some of the things you will do as CEO to rejuvenate the...
Sandra Billings, a forensic accountant, has been engaged by NewWay, a medium-sized company that has grown...
Sandra Billings, a forensic accountant, has been engaged by NewWay, a medium-sized company that has grown considerably over the years. NewWay was begun by Tom Sneethens, an entrepreneurial-minded person who has been very involved in every aspect of the business. In the last few years, however, Tom has not been able to oversee the operations of the company to the extent he has in the past and, as a result, has had to cede control over some of the more...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT