Why ospf route can't go into route table?

From: zhuoyun Wu (wuzhy@xxxxxxxxxxxx)
Date: Fri Sep 08 2000 - 01:49:36 GMT-3


   
   I set up ospf routing in router A, router A have area 0 and area 3, i
   can see route of area 3 in database of ospf, but i only see route of
   area 0 in route table , Why ?
   
   Router-A#sh ip ospf da
   
          OSPF Router with ID (172.16.10.1) (Process ID 1)
   
                   Router Link States (Area 0)
   
   Link ID ADV Router Age Seq# Checksum Link
   count
   172.16.10.1 172.16.10.1 1554 0x80000034 0xBC97 2
   172.16.40.1 172.16.40.1 1489 0x80000037 0x31C1 2
   
                   Net Link States (Area 0)
   
   Link ID ADV Router Age Seq# Checksum
   10.10.1.10 172.16.40.1 1489 0x80000006 0xE29F
   
                   Summary Net Link States (Area 0)
   
   Link ID ADV Router Age Seq# Checksum
   172.16.50.1 172.16.10.1 1446 0x80000002 0xF093
   172.16.70.0 172.16.10.1 1447 0x80000002 0xA090
   
                   Router Link States (Area 3)
   
   Link ID ADV Router Age Seq# Checksum Link
   count
   172.16.10.1 172.16.10.1 1447 0x80000035 0x23D9 3
   172.16.20.1 172.16.20.1 446 0x8000002B 0xA8DC 2
   172.16.30.1 172.16.30.1 1623 0x8000000C 0xAAC1 3
   
                   Net Link States (Area 3)
   
   Link ID ADV Router Age Seq# Checksum
   172.16.60.1 172.16.20.1 446 0x80000007 0x2B8
   
                   Summary Net Link States (Area 3)
   
   Link ID ADV Router Age Seq# Checksum
   10.10.0.0 172.16.10.1 1447 0x8000002B 0xBF6D
   172.16.10.1 172.16.10.1 1447 0x80000028 0x681D
   172.16.40.1 172.16.10.1 1447 0x80000002 0xCDB5
   Router-A#sh ip route
   Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B -
   BGP
          D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
          N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
          E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
          i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * -
   candidate default
          U - per-user static route, o - ODR
   
   Gateway of last resort is not set
   
        10.0.0.0/16 is subnetted, 1 subnets
   C 10.10.0.0 is directly connected, Ethernet0
        172.16.0.0/16 is variably subnetted, 4 subnets, 2 masks
   C 172.16.50.0/24 is directly connected, Serial0
   O 172.16.40.1/32 [110/11] via 10.10.1.10, 00:53:50, Ethernet0
   C 172.16.10.0/24 is directly connected, Loopback1
   C 172.16.70.0/24 is directly connected, Serial1
   Router-A#sh run
   Building configuration...
   
   Current configuration:
   !
   version 11.2
   no service password-encryption
   no service udp-small-servers
   no service tcp-small-servers
   !
   hostname Router-A
   !
   enable password cisco
   !
   no ip domain-lookup
   ip host RB 2001 172.16.10.1
   ip host RC 2002 172.16.10.1
   !
   interface Loopback1
    ip address 172.16.10.1 255.255.255.0
   !
   interface Ethernet0
    ip address 10.10.11.250 255.255.0.0
   !
   interface Serial0
    ip address 172.16.50.1 255.255.255.0
   !
   interface Serial1
    ip address 172.16.70.1 255.255.255.0
   !
   router ospf 1
    network 10.10.0.0 0.0.255.255 area 0
    network 172.16.10.0 0.0.0.255 area 0
    network 172.16.70.0 0.0.0.255 area 3
    network 172.16.50.0 0.0.0.255 area 3
   !



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:24:54 GMT-3