Monitoring Troubleshooting an OSPF Network

Previous Table of Contents Next


Through the course of troubleshooting this case study, we found the value of several key IOS commands to help resolve OSPF and performance-related problems:

  show ip ospf neighbors
  show ip interfaces
  debug ip ospf events
  ip accounting and show IP accounting

We discovered that OSPF stub area configurations have some dangers if there is a misconfigured network interface or router port on the local LAN that the router attaches to. In most cases, the benefit of having a smaller routing table generally outweighs the drawbacks of using stub area, but it is important to understand the implications that can be caused by OSPF stub area misconfigurations. We also found that it is also critical to have the correct authentication key in order to form an adjacency. For Cisco router performance problems, we examined why output drops were occurring and how to control them by raising output hold queues and turning off weighted fair queuing.

In conclusion, this case study demonstrates that if you follow a structured troubleshooting methodology with solid fundamentals, and dig deep into the trenches, you can divide and conquer any networking problem.

Frequently Asked Questions (FAQs)

Q—My routers are experiencing some performance problems and I can see that its interfaces are experiencing input and/or output drops. What is happening and how do I fix it?
A—What are the causes of output queue drops? If the router interface is not able to clear up the queue as fast as the router is sending them, this will result in output drops.
How do you fix this problem? You can modify the output queue using the interface subcommand hold-queue nn out, where nn is a value. You should increment it by a value of 50 and monitor.
Q—When doing a debug ip ospf events I get an error message that is telling me a bad checksum has occurred.
A—Checksum messages indicate that the checksum within a packet did not compute properly which does happen sometime.
Q—When doing a debug ip ospf events I get an error message that says the following:
    OSPF: Router/Net Link state Update timer in area 1    OSPF: No full nbrs to build net LSA 
A—This error message indicates that the router is the OSPF Designated Router (DR) and there are no other routers on the segment to build an adjacency with. Therefore no network LSAs will be created.
Q—How do I produce a stable OSPF network with serial links flapping?
A—There is nothing you can do in the OSPF process to stabilize a network with flapping serials. You need to address the real problem and fix the flapping serial lines. If you want to “Band-Aid” the problem for a while, you could set the keepalives on the serial interfaces higher than 10 seconds, especially in point-to-point environments. Summarization is also an alternative to this problem.
Q—What are the well-known class D IP addresses?
A—Table 8-17 documents the well known class D IP addresses.
Table 8-17 Well known class D IP addresses.
Class D IP Address Purpose
224.0.0.1 All hosts on a subnet
224.0.0.2 All routers on a subnet
224.0.0.4 All DVMRP routers
224.0.0.6 All OSPF Designated Routers
224.0.0.9 RIP v2
224.0.1.1 Network Time Protocol (NTP)
224.0.1.2 SGI Dogfight
224.0.1.7 Audio news
224.0.1.11 IETF audio
224.0.1.12 IETF video
Q—In Priority Queuing, are RIPs in the high queue? When we set up priority queuing, do IP RIP packets or OSPF LSA’s automatically go into the high queue, or is there something that needs to be done to make this happen. I see that in Custom Queuing, the hello packets go into queue 0, but what about the update table packets?
A—The four priority queues—high, medium, normal, and low—are listed in order from highest to lowest priority. Keepalives sourced by the network server are always assigned to the high-priority queue; all other management traffic (such as IGRP updates) must be configured. Packets that are not classified by the priority list mechanism are assigned to the normal queue.
To get IP RIP packets and OSPF LSA packets to go into the high queue, you need to specify the protocol or port number for the protocol. A list of protocol and port numbers can be found in RFC 1340 at: http://www.internic.com/RFC/rfc1340.txt. RIP packets can be specified as high priority directly using a priority-list command:
    router(config)#priority-list 1 protocol ip high udp rip, 

OSPF as a protocol needs to be specified through an access list before it can be assigned to the priority-list:
    router(config)#access-list 100 permit ospf any any    router(config)#access-list 100 permit udp any any eq rip /* for    rip */    router(config)#priority-list 1 protocol ip high list 100 
Q—I have a Cisco 7010 router that is running OSPF and IGRP. OSPF is used to route within my network, and IGRP is used to my service provider. I redistribute between them. I also have two static routes. I have a requirement to advertise one of my static routes out all of my OSPF interfaces and my IGRP interface. The second static route needs to be advertised out all of my OSPF interfaces, but needs to be filtered from being advertised to my service provider via IGRP. I think I need to use the distribute-list and access-list commands in my IGRP process, but I am not sure how to do it.
A—The best way is to use route-map. Here is an example:
    !    router ospf 333    redistribute static subnets route-map ospf-static    network 128.30.0.0 0.0.255.255 area 0.0.0.0    !    router igrp 187    redistribute static subnets route-map igrp-static    network 128.99.0.0    !    ip route 128.30.20.0 255.255.255.0 128.30.28.21    ip route 128.30.26.0 255.255.255.0 128.30.28.22    ip route 128.101.0.0 255.255.0.0 128.99.15.2    !    access-list 7 permit 128.30.20.0 0.0.0.255    access-list 7 permit 128.30.26.0 0.0.0.255    access-list 7 deny any    access-list 8 permit 128.101.0.0 0.0.255.255    access-list 8 deny any    !    route-map ospf-static permit 10    match ip address 7    !    route-map igrp-static permit 10    match ip address 8 

In the preceding example, there are three static routes defined. I want the first two static routes to be redistributed into my OSPF domain only, and the very last static route to be redistributed into my IGRP domain only.
Q—When is a topology change from RIP, IGRP or EIGRP redistributed into OSPF? My router learns of a change of topology by its RIP, IGRP, or EIGRP process. It has another OSPF routing process running on another interface. The information from the first protocol is “redistributed” into OSPF. Does this redistribution occur every time a RIP, IGRP or EIGRP update is received? Or does OSPF compare the first routing DB with its own DB every dead interval?
A—An OSPF update goes out every time a RIP, IGRP, or EIGRP update is received and the router notices a change in the routing information. Changes in the routing tables are caused by incoming routing updates or interface state changes.
Q—Using OSPF, how do you generate a summary route? When I redistribute one OSPF process into another one (without the subnets parameter), a subnetted network is not redistributed and no summary route for that network is generated. I understand that OSPF is a classless protocol, but I expect OSPF to auto-summarize the subnets during the redistribution. The area range command didn’t help either since summarization only takes place between areas only. What should I do?
A—When OSPF redistributes routes from other protocols (including another OSPF process), you have to explicitly describe the summarization. In Cisco IOS 10.2 and later, they added the summary-address router subcommand to assist you.
Q—What are the differences in memory and router performance requirements for OSPF and EIGRP? Which protocol (OSPF or EIGRP) requires less router CPU and memory to run? We are looking at implementing LS routing primarily with Cisco 2500 series routers with some Cisco 4000s mixed in. Also, we will be running DECNET and OSPF on routers running 10.0 and later code.
A—There are no benchmarks, but I think EIGRP uses less memory than OSPF when the network is stable. Regarding CPU time, EIGRP will not use more than 50 percent of the CPU time when there are processes waiting for the CPU. If no one else is competing for the resource, then it might use 100 percent if there is a need (this is good).
If you are using Cisco 2500s in a remote location situation, you can use default routes out so you don’t need to burden these routers. Or you can try making the areas stub areas, etc. Use techniques such as these to eliminate too many LSAs going around. Do route summarizations too.
Q—Do Cisco routers have any quick commands that can be executed from the keyboard?
A—Yes. Appendix A provides a list of the keyboard commands that can be executed for Cisco routers.
Q—Why does OSPF redistribute a static route, but not the default static route? What is the recommended way to get the default route redistributed in an OSPF-only network?
A—You have to specify at least default-info originate and the router will announce the default into OSPF if it has one. The default-info originate always command announces the default into OSPF, even if the originator does not have a default route.
Q—Does OSPF support load balancing among serial lines?
A—Yes, load balancing works in OSPF with up to four equal-cost paths, serial or otherwise.
Q—What does it mean that OSPF is in a “2-Way/drother” state?
A—It means that you recognize that router as a neighbor, but because it isn’t a DR or BDR, you didn’t form an adjacency with it. Routers sharing a common segment, an Ethernet for example, that sends out hello packets and through this a designated and backup designated router are elected. The show ip ospf interface command will show the result of this election which can be DR (Designated Router), BDR (Backup Designated Router), or DROTHER (Designated Router Other).
Drother implies that on this segment a DR and BDR have already been elected. Therefore, all other routers on the segment will be in the state DROTHER. Two-way indicates that the router has seen itself in the hello packet but will not become a DR or BDR.
Q—Will OSPF pick the default route based upon cost metrics? My OSPF network has connection to two different ISPs. I am generating the default route by using the default-information originate OSPF command on both of my ASBRs. Will my OSPF network routers pick the default route based on cost metrics? For example, will some of my OSPF network routers pick one of the ASBR as the default route and some the other ASBR based on the existing OSPF conditions at that given time? Please note that I am not using the “always” option in the default-information originate command because I want one of the ASBRs to be the default candidate when the ISPs link on one of the ASBRs goes down.
A—Yes. Unless you are changing the default route to type 1 from type 2, the lower cost default route will be chosen by your entire OSPF domain over your higher cost default route.
Q—I am having a problem using OSPF and subinterfaces over Frame Relay. I would like to use a multipoint subinterface over FR. Is it necessary to use fully-meshed topology?
A—No, it is not necessary to fully mesh a FR multipoint to use OSPF. In a full mesh, OSPF can use the ip ospf network broadcast command to treat the FR cloud like a LAN (broadcast) media (9.21 and later). A partial mesh or hierarchical design can use the neighbor command to establish OSPF across non-broadcast media.
Q—OSPF RFC 2178 was just released and it is not supported by Cisco yet. When will it be?
A—According to Cisco, the only extensions that are not supported as in 11.2/11.3 are G.5, G.7, G.8, and G.9. They should all be supported by 12.0.


Previous Table of Contents Next




OSPF Network Design Solutions
OSPF Network Design Solutions
ISBN: 1578700469
EAN: 2147483647
Year: 1998
Pages: 200
Authors: Tom Thomas

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net