IGP
OSPF Features
3.4 You are concerned about the convergence times and CPU resources consumed in the backbone OPSF area. Configure all routers in the backbone so that they only recalculate a portion of the Shortest Path Tree when they receive local link state advertisements.
2 points
For the solution, visit:
http://blog.internetworkexpert.com/2009/03/02/cisco-rs-lab-exam-challenge-%E2%80%93-ospf-features-part-2-of-2/

router ospf
ispf
This will only run SPF over the affected portion of the tree, thus saving CPU resources.
Col West
CCIE# 20532
Forgot to add the process-id to the router ospf command!! Doh!!
router ospf 1
ispf
I came across this once – I remember having to hunt for it and found it under IS-IS rather than OSPF.
For OSPF, I’ve only seen it in the Config Guide. For IS-IS, I’ve seen it in both the Config Guide as well as the command reference documentation.
Yeah seems its the ispf. DocCD says its for changes to type 1 and 2 LSA’s and saves CPU resources by recomputing only a portion of the tree. But I’ve only seen it on 6500’s with 2 Sup cards.
Its a stretch, but timers lsa arrival could reduce the SPF calculations.But that would have to be the same LSA ID number.
use ispf command under router ospf
We really should get in the habit of including the DocCD reference…
Seems the tags didn’t work… contact the site admin.
http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_ospf_incre_spf_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1054075
router ospf 1
ispf
From DOCCD—
“The topology tree is used to populate the routing table with routes to IP networks. When changes to a Type-1 or Type-2 link-state advertisement (LSA) occur in an area, the entire SPT is recomputed. In many cases, the entire SPT need not be recomputed because most of the tree remains unchanged. Incremental SPF allows the system to recompute only the affected part of the tree. Recomputing only a portion of the tree rather than the entire tree results in faster OSPF convergence and saves CPU resources. Note that if the change to a Type-1 or Type-2 LSA occurs in the calculating router itself, then the full SPT is performed.
Incremental SPF is scheduled in the same way as the full SPF. Routers enabled with incremental SPF and routers not enabled with incremental SPF can function in the same internetwork.”
In most of the cases spf time is not the biggest contributor to the overall IGP convergence. Although, ispf relatively faster (time to compute may vary). We also need to consider possibility of reducing IGP routes, by either area filters, or area summarization.
Convergence time = spf+route-calculation+download time.
THE SOLUTION IS POSTED!
Great job everyone as always!
http://blog.internetworkexpert.com/2009/03/02/cisco-rs-lab-exam-challenge-%E2%80%93-ospf-features-part-2-of-2/
This is one of those things that I’m not sure how exactly I was supposed to even know it existed…