ospf route summarization

From: Igor Manassypov (imanassypov@rogers.com)
Date: Fri Jul 11 2008 - 11:08:43 ART


Hello,
I have this strange behavior where an ospf process would not summarize externally learned routes... I am getting a bunch of rip routes redistr'ed into my ospf process. R6 is supposed to summarize those into 77.77.0.0/16, but it does not originate that summary... If you notice under protocols printout, "Address Summarization:" is empty... And the immediate neighbors of R6 dont get that summary.
Wonder if someone can spot whats wrong with this:

R6#sh ip ospf summary-address

OSPF Process 1, Summary-address

77.77.0.0/255.255.0.0 Metric -1, Type 0, Tag 0
R6#sh ip route | i E2
       E1 - OSPF external type 1, E2 - OSPF external type 2
O E2 77.77.1.0/24 [110/20] via 77.77.36.7, 00:10:21, Ethernet0/0
O E2 77.77.13.0/24 [110/20] via 77.77.36.7, 00:10:21, Ethernet0/0
O E2 150.1.77.0 [110/20] via 77.77.36.7, 00:10:21, Ethernet0/0
R6#sh ip protocols
Routing Protocol is "ospf 1"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Router ID 77.77.6.6
  It is an area border router
  Number of areas in this router is 2. 2 normal 0 stub 0 nssa
  Address Summarization:
  Maximum path: 4
  Routing for Networks:
    77.77.6.6 0.0.0.0 area 26
    77.77.26.6 0.0.0.0 area 26
    77.77.36.6 0.0.0.0 area 0
    77.77.62.6 0.0.0.0 area 26
 Reference bandwidth unit is 100 mbps
  Routing Information Sources:
    Gateway Distance Last Update
    77.77.3.3 110 00:10:26
    77.77.4.4 110 13:48:39
    77.77.5.5 110 13:48:39
    77.77.7.7 110 13:48:39
    77.77.2.2 110 13:48:39
  Distance: (default is 110)

And here is the config for the process:
router ospf 1
 router-id 77.77.6.6
 log-adjacency-changes
 area 26 virtual-link 77.77.2.2
 summary-address 77.77.0.0 255.255.0.0
 network 77.77.6.6 0.0.0.0 area 26
 network 77.77.26.6 0.0.0.0 area 26
 network 77.77.36.6 0.0.0.0 area 0
 network 77.77.62.6 0.0.0.0 area 26

Thanks!



This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:54 ART