I am reading the 2nd edition of this book and I recommend it to anyone who wants to know more about OSPF. I skipped chapter 1 and read chapters 2 and 3 today. A lot of this stuff was review from Routing TCP/IP volume 1 and from what I read of the RFC for OSPFv2. However I did learn some new things, so here is a quick rundown of what I read or found out while labbing and reading:
·You can filter out LSAs intra area with the following commands:
ip ospf database-filter all out (interface mode)
neighbor x.x.x.x database-filter out (router ospf mode)
·The BDR is elected before the DR, then promoted to DR if there is not a current DR.
·When summary routes or external LSA's change, only a partial SPF calculation is required. Full SPF calculations are run when there is a type 1 LSA change.
·Debug the SPF calculation with the following:
debug ip ospf spf inter
debug ip ospf spf external
·Stub area flag is known as the E bit
·External Summary LSA's are not specific to an area. In other words, they are contained in their own section in the "show ip ospf database" command output.
·If forwarding address is 0.0.0.0 in a type 5 LSA, then traffic is forward to the originator of the advertisement.
·LSA group pacing:
timers pacing lsa-group (router ospf mode)
There are also some real good case studies at the end of each chapter. The more I read, the more I will post.
Showing posts with label books. Show all posts
Showing posts with label books. Show all posts
Saturday, June 14, 2008
Subscribe to:
Posts (Atom)