[prev in list] [next in list] [prev in thread] [next in thread] 

List:       zebra
Subject:    [zebra 5922] A problem
From:       K N Sridhar <sridhar () euler ! ece ! iisc ! ernet ! in>
Date:       2000-11-29 8:30:49
[Download RAW message or body]

Hi all..

   we'll I'm not sure where the problem is..is it with OSPF (Zebra) or
   interface. here is the situation

   2 routers R1 and R2, running zebra connected by pt-to-pt link..
   running zebra-0.88. Below I have explained whatz happening and whatz
  the exact problem.
  
   I have attached the LOG file taken on both the routers named
   router1.log and router2.log.. the interface address are 50.0.0.1 and
   50.0.0.2 respectively. their Router ID being 192.168.10.1 and
   192.168.1.1.
  
  the error that I'm seeing is.. the routers are in full state but their 
  databases are not completely synchronized . there is  a difference in
  the link count field...

    These r the things that are happening..
 0. Router joins AllSpfmulticast group
 1. Hellos are exchanged
 2. NSM: goes to Init->Exstart
 3. Data descriptions are sent and received (Unicast)
 4. NSM: Exchange->Loading.
 5. LS Requests are exchanged (Unicast)
 6. LS Updates are sent (not unicast 224.0.0.5)
 7. After updates are completed. NSM: loading -> FULL
 8. At this state the neighbor state the is full but the databses are not
    completely synchronised. in router 1 is we see show ip ospf database it shows the 
    1. LSA (self origninated) with link count 2.
    2. LSA received from R2 with link count 1.
    SAme is the case with R2.....
 9. IN SPF calculation it says It couldn't find the link back 
 10. so again hello is sent and LS update is "RETRANSMITTED" (Unicast)
 11. NOw the databases get synchronized.
 12. gets the link back in SPF calculation and Routes are neatly installed 
 13. works fine ....

So my question is why the neighbor state goes to NSM_Full when their
databases are not synchronized. Isn't it a BUG. (at step 7 and 8)...?

Please Let me know.. 
Thanks in Advance...

Regards
*******************************************************************************
Sridhar K.N.						
Senior Engineer R&D.			
HFCL-IISc Research Program (HIRP)
HFCL
Bangalore.
*******************************************************************************

["router2.log" (TEXT/PLAIN)]

2000/11/25 13:24:23 OSPF: Router-ID[OLD:0.0.0.0]: Update
2000/11/25 13:24:23 OSPF: Router-ID[NEW:0.0.0.0]: Update
2000/11/25 13:24:23 OSPF: OSPFd (0.88) starts
2000/11/25 13:24:23 OSPF: ISM[lo]: start.
2000/11/25 13:24:23 OSPF: ISM[lo]: Down (LoopInd)
2000/11/25 13:24:23 OSPF: ISM[lo]: Status change Down -> Loopback
2000/11/25 13:24:23 OSPF: interface ippp0 join AllSPFRouters Multicast group.
2000/11/25 13:24:23 OSPF: ISM[ippp0]: Down (InterfaceUp)
2000/11/25 13:24:23 OSPF: ISM[ippp0]: Status change Down -> Point-To-Point
2000/11/25 13:24:23 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
2000/11/25 13:24:23 OSPF: Z: counting fully adjacent virtual neighbors in area 0.0.0.0
2000/11/25 13:24:23 OSPF: Z: there are 0 of them
2000/11/25 13:24:23 OSPF: LSA[Type1]: AdvRouter is 0, discard
2000/11/25 13:24:24 OSPF: Router-ID: Update timer fired!
2000/11/25 13:24:24 OSPF: Router-ID[OLD:0.0.0.0]: Update
2000/11/25 13:24:24 OSPF: Router-ID[NEW:192.168.10.1]: Update
2000/11/25 13:24:26 OSPF: Z: counting fully adjacent virtual neighbors in area 0.0.0.0
2000/11/25 13:24:26 OSPF: Z: there are 0 of them
2000/11/25 13:24:26 OSPF: SPF: calculation timer scheduled
2000/11/25 13:24:26 OSPF: SPF: calculation timer delay = 5
2000/11/25 13:24:29 OSPF: -----------------------------------------------------
2000/11/25 13:24:29 OSPF: Header
2000/11/25 13:24:29 OSPF:   Version 2
2000/11/25 13:24:29 OSPF:   Type 1 (Hello)
2000/11/25 13:24:29 OSPF:   Packet Len 44
2000/11/25 13:24:29 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:29 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:29 OSPF:   Checksum 0x39f6
2000/11/25 13:24:29 OSPF:   AuType 0
2000/11/25 13:24:29 OSPF: Hello
2000/11/25 13:24:29 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:24:29 OSPF:   HelloInterval 10
2000/11/25 13:24:29 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:29 OSPF:   RtrPriority 1
2000/11/25 13:24:29 OSPF:   RtrDeadInterval 40
2000/11/25 13:24:29 OSPF:   DRouter 0.0.0.0
2000/11/25 13:24:29 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:24:29 OSPF:   # Neighbors 0
2000/11/25 13:24:29 OSPF: Hello received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:29 OSPF: -----------------------------------------------------
2000/11/25 13:24:29 OSPF: Packet 192.168.1.1 [Hello:RECV]: Options *|*|-|-|-|-|E|*
2000/11/25 13:24:29 OSPF: NSM[ippp0:0.0.0.0]: start
2000/11/25 13:24:29 OSPF: NSM[ippp0:192.168.1.1]: Down (HelloReceived)
2000/11/25 13:24:29 OSPF: NSM[ippp0:192.168.1.1]: Status change Down -> Init
2000/11/25 13:24:29 OSPF: NSM[ippp0:192.168.1.1]: nsm_ignore called
2000/11/25 13:24:29 OSPF: NSM[ippp0:192.168.1.1]: Init (1-WayReceived)
2000/11/25 13:24:31 OSPF: SPF: Timer (SPF calculation expire)
2000/11/25 13:24:31 OSPF: ospf_spf_calculate: Start
2000/11/25 13:24:31 OSPF: ospf_spf_calculate: running Dijkstra for area 0.0.0.0
2000/11/25 13:24:31 OSPF: SPF Result: 0 [R] 192.168.10.1
2000/11/25 13:24:31 OSPF: ========== OSPF routing table ==========
2000/11/25 13:24:31 OSPF: ========================================
2000/11/25 13:24:31 OSPF: Z: ospf_process_stub():processing stubs for area 0.0.0.0
2000/11/25 13:24:31 OSPF: Z: ospf_process_stub():processing router LSA, id: 192.168.10.1
2000/11/25 13:24:31 OSPF: Z: ospf_process_stub(): we have 1 links to process
2000/11/25 13:24:31 OSPF: Z: ospf_intra_add_stub(): Start
2000/11/25 13:24:31 OSPF: Z: ospf_intra_add_stub(): processing route to 50.0.0.0/24
2000/11/25 13:24:31 OSPF: Z: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
2000/11/25 13:24:31 OSPF: Z: ospf_intra_add_stub(): installing new route
2000/11/25 13:24:31 OSPF: Z: ospf_intra_add_stub(): this network is on this router
2000/11/25 13:24:31 OSPF: Z: ospf_intra_add_stub(): the interface is ippp0
2000/11/25 13:24:31 OSPF: T: ospf_path_new in ospf_intra_add_stub
2000/11/25 13:24:31 OSPF: Z: ospf_intra_add_stub(): Stop
2000/11/25 13:24:31 OSPF: Z: children of V:
2000/11/25 13:24:31 OSPF: ospf_spf_calculate: Stop
2000/11/25 13:24:31 OSPF: Z: ospf_ia_routing():start
2000/11/25 13:24:31 OSPF: Z: ospf_ia_routing():not ABR, considering all areas
2000/11/25 13:24:31 OSPF: Z: Pruning unreachable networks
2000/11/25 13:24:31 OSPF: Z: Pruning unreachable routers
2000/11/25 13:24:31 OSPF: SPF: calculation complete
2000/11/25 13:24:32 OSPF: T: ospf_ase_calculate_timer(): fired!
2000/11/25 13:24:33 OSPF: ISM[ippp0]: Timer (Hello timer expire)
2000/11/25 13:24:33 OSPF: Z: make_hello: options: 2, int: ippp0
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 1 (Hello)
2000/11/25 13:24:33 OSPF:   Packet Len 48
2000/11/25 13:24:33 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0x6f48
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Hello
2000/11/25 13:24:33 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:24:33 OSPF:   HelloInterval 10
2000/11/25 13:24:33 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:33 OSPF:   RtrPriority 1
2000/11/25 13:24:33 OSPF:   RtrDeadInterval 40
2000/11/25 13:24:33 OSPF:   DRouter 0.0.0.0
2000/11/25 13:24:33 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:24:33 OSPF:   # Neighbors 1
2000/11/25 13:24:33 OSPF:     Neighbor 192.168.1.1
2000/11/25 13:24:33 OSPF: Hello sent to [224.0.0.5] via [ippp0].
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 2 (Database Description)
2000/11/25 13:24:33 OSPF:   Packet Len 32
2000/11/25 13:24:33 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0x8db1
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Database Description
2000/11/25 13:24:33 OSPF:   Interface MTU 1500
2000/11/25 13:24:33 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:33 OSPF:   Flags 7 (I|M|MS)
2000/11/25 13:24:33 OSPF:   Sequence Number 0x3a1f6c80
2000/11/25 13:24:33 OSPF:   # LSA Headers 0
2000/11/25 13:24:33 OSPF: Database Description received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: NSM[ippp0:192.168.1.1]: Init (2-WayReceived)
2000/11/25 13:24:33 OSPF: NSM[ippp0:192.168.1.1]: Status change Init -> ExStart
2000/11/25 13:24:33 OSPF: Packet[DD]: Negotiation fails, packet discarded.
2000/11/25 13:24:33 OSPF: ISM[ippp0]: ism_ignore called
2000/11/25 13:24:33 OSPF: ISM[ippp0]: Point-To-Point (NeighborChange)
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 2 (Database Description)
2000/11/25 13:24:33 OSPF:   Packet Len 32
2000/11/25 13:24:33 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0x80f8
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Database Description
2000/11/25 13:24:33 OSPF:   Interface MTU 1500
2000/11/25 13:24:33 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:33 OSPF:   Flags 7 (I|M|MS)
2000/11/25 13:24:33 OSPF:   Sequence Number 0x3a1f7039
2000/11/25 13:24:33 OSPF:   # LSA Headers 0
2000/11/25 13:24:33 OSPF: Database Description sent to [50.0.0.1] via [ippp0].
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 2 (Database Description)
2000/11/25 13:24:33 OSPF:   Packet Len 52
2000/11/25 13:24:33 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0x8622
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Database Description
2000/11/25 13:24:33 OSPF:   Interface MTU 1500
2000/11/25 13:24:33 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:33 OSPF:   Flags 2 (-|M|-)
2000/11/25 13:24:33 OSPF:   Sequence Number 0x3a1f7039
2000/11/25 13:24:33 OSPF:   # LSA Headers 1
2000/11/25 13:24:33 OSPF:   LSA Header
2000/11/25 13:24:33 OSPF:     LS age 11
2000/11/25 13:24:33 OSPF:     Options 2
2000/11/25 13:24:33 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:33 OSPF:     Link State ID 192.168.1.1
2000/11/25 13:24:33 OSPF:     Advertising Router 192.168.1.1
2000/11/25 13:24:33 OSPF:     LS sequence number 0x80000001
2000/11/25 13:24:33 OSPF:     LS checksum 0xfe41
2000/11/25 13:24:33 OSPF:     length 36
2000/11/25 13:24:33 OSPF: Database Description received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: NSM[ippp0:192.168.1.1]: ExStart (NegotiationDone)
2000/11/25 13:24:33 OSPF: NSM[ippp0:192.168.1.1]: Status change ExStart -> Exchange
2000/11/25 13:24:33 OSPF: Packet[DD]: Negotiation done (Master).
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 2 (Database Description)
2000/11/25 13:24:33 OSPF:   Packet Len 52
2000/11/25 13:24:33 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0xc97
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Database Description
2000/11/25 13:24:33 OSPF:   Interface MTU 1500
2000/11/25 13:24:33 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:33 OSPF:   Flags 1 (-|-|MS)
2000/11/25 13:24:33 OSPF:   Sequence Number 0x3a1f703a
2000/11/25 13:24:33 OSPF:   # LSA Headers 1
2000/11/25 13:24:33 OSPF:   LSA Header
2000/11/25 13:24:33 OSPF:     LS age 7
2000/11/25 13:24:33 OSPF:     Options 2
2000/11/25 13:24:33 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:33 OSPF:     Link State ID 192.168.10.1
2000/11/25 13:24:33 OSPF:     Advertising Router 192.168.10.1
2000/11/25 13:24:33 OSPF:     LS sequence number 0x80000001
2000/11/25 13:24:33 OSPF:     LS checksum 0x5cd1
2000/11/25 13:24:33 OSPF:     length 36
2000/11/25 13:24:33 OSPF: Database Description sent to [50.0.0.1] via [ippp0].
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 2 (Database Description)
2000/11/25 13:24:33 OSPF:   Packet Len 32
2000/11/25 13:24:33 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0x89fe
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Database Description
2000/11/25 13:24:33 OSPF:   Interface MTU 1500
2000/11/25 13:24:33 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:33 OSPF:   Flags 0 (-|-|-)
2000/11/25 13:24:33 OSPF:   Sequence Number 0x3a1f703a
2000/11/25 13:24:33 OSPF:   # LSA Headers 0
2000/11/25 13:24:33 OSPF: Database Description received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: NSM[ippp0:192.168.1.1]: Exchange (ExchangeDone)
2000/11/25 13:24:33 OSPF: NSM[ippp0:192.168.1.1]: Status change Exchange -> Loading
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 3 (Link State Request)
2000/11/25 13:24:33 OSPF:   Packet Len 36
2000/11/25 13:24:33 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0xafda
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Link State Request
2000/11/25 13:24:33 OSPF:   # Requests 1
2000/11/25 13:24:33 OSPF:   LS type 1
2000/11/25 13:24:33 OSPF:   Link State ID 192.168.1.1
2000/11/25 13:24:33 OSPF:   Advertising Router 192.168.1.1
2000/11/25 13:24:33 OSPF: Link State Request sent to [50.0.0.1] via [ippp0].
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 3 (Link State Request)
2000/11/25 13:24:33 OSPF:   Packet Len 36
2000/11/25 13:24:33 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0xa6da
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Link State Request
2000/11/25 13:24:33 OSPF:   # Requests 1
2000/11/25 13:24:33 OSPF:   LS type 1
2000/11/25 13:24:33 OSPF:   Link State ID 192.168.10.1
2000/11/25 13:24:33 OSPF:   Advertising Router 192.168.10.1
2000/11/25 13:24:33 OSPF: Link State Request received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: ospf_ls_upd_send_queue start
2000/11/25 13:24:33 OSPF: listcount = 1, dst 224.0.0.5
2000/11/25 13:24:33 OSPF: Z: ospf_make_ls_upd: Start
2000/11/25 13:24:33 OSPF: Z: ospf_make_ls_upd: Stop
2000/11/25 13:24:33 OSPF: ospf_ls_upd_send_queue stop
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 4 (Link State Update)
2000/11/25 13:24:33 OSPF:   Packet Len 64
2000/11/25 13:24:33 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0x8ab1
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Link State Update
2000/11/25 13:24:33 OSPF:   # LSAs 1
2000/11/25 13:24:33 OSPF:   LSA Header
2000/11/25 13:24:33 OSPF:     LS age 8
2000/11/25 13:24:33 OSPF:     Options 2
2000/11/25 13:24:33 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:33 OSPF:     Link State ID 192.168.10.1
2000/11/25 13:24:33 OSPF:     Advertising Router 192.168.10.1
2000/11/25 13:24:33 OSPF:     LS sequence number 0x80000001
2000/11/25 13:24:33 OSPF:     LS checksum 0x5cd1
2000/11/25 13:24:33 OSPF:     length 36
2000/11/25 13:24:33 OSPF:   Router-LSA
2000/11/25 13:24:33 OSPF:     flags -|-|-
2000/11/25 13:24:33 OSPF:     # links 1
2000/11/25 13:24:33 OSPF:     Link ID 50.0.0.0
2000/11/25 13:24:33 OSPF:     Link Data 255.255.255.0
2000/11/25 13:24:33 OSPF:     Type 3
2000/11/25 13:24:33 OSPF:     TOS 0
2000/11/25 13:24:33 OSPF:     metric 10
2000/11/25 13:24:33 OSPF: Link State Update sent to [224.0.0.5] via [ippp0].
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 4 (Link State Update)
2000/11/25 13:24:33 OSPF:   Packet Len 64
2000/11/25 13:24:33 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0x43d
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Link State Update
2000/11/25 13:24:33 OSPF:   # LSAs 1
2000/11/25 13:24:33 OSPF:   LSA Header
2000/11/25 13:24:33 OSPF:     LS age 12
2000/11/25 13:24:33 OSPF:     Options 2
2000/11/25 13:24:33 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:33 OSPF:     Link State ID 192.168.1.1
2000/11/25 13:24:33 OSPF:     Advertising Router 192.168.1.1
2000/11/25 13:24:33 OSPF:     LS sequence number 0x80000001
2000/11/25 13:24:33 OSPF:     LS checksum 0xfe41
2000/11/25 13:24:33 OSPF:     length 36
2000/11/25 13:24:33 OSPF:   Router-LSA
2000/11/25 13:24:33 OSPF:     flags -|-|-
2000/11/25 13:24:33 OSPF:     # links 1
2000/11/25 13:24:33 OSPF:     Link ID 50.0.0.0
2000/11/25 13:24:33 OSPF:     Link Data 255.255.255.0
2000/11/25 13:24:33 OSPF:     Type 3
2000/11/25 13:24:33 OSPF:     TOS 0
2000/11/25 13:24:33 OSPF:     metric 10
2000/11/25 13:24:33 OSPF: Link State Update received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: LSA[Type1:192.168.1.1]: 80c3b50 new LSA created with Link State Update
2000/11/25 13:24:33 OSPF: LSA[Flooding]: start
2000/11/25 13:24:33 OSPF: SPF: calculation timer scheduled
2000/11/25 13:24:33 OSPF: SPF: calculation timer delay = 8
2000/11/25 13:24:33 OSPF: NSM[ippp0:192.168.1.1]: nsm_ignore called
2000/11/25 13:24:33 OSPF: NSM[ippp0:192.168.1.1]: Loading (LoadingDone)
2000/11/25 13:24:33 OSPF: NSM[ippp0:192.168.1.1]: Status change Loading -> Full
2000/11/25 13:24:33 OSPF: Z: nsm_change_status(): scheduling new router-LSA origination
2000/11/25 13:24:33 OSPF: Timer[router-LSA]: (router-LSA Refresh expire)
2000/11/25 13:24:33 OSPF: Z: counting fully adjacent virtual neighbors in area 0.0.0.0
2000/11/25 13:24:33 OSPF: Z: there are 0 of them
2000/11/25 13:24:33 OSPF: SPF: calculation timer scheduled
2000/11/25 13:24:33 OSPF: SPF: calculation timer is already scheduled: 80c4080
2000/11/25 13:24:33 OSPF: ospf_ls_upd_send_queue start
2000/11/25 13:24:33 OSPF: listcount = 1, dst 224.0.0.5
2000/11/25 13:24:33 OSPF: Z: ospf_make_ls_upd: Start
2000/11/25 13:24:33 OSPF: Z: ospf_make_ls_upd: Stop
2000/11/25 13:24:33 OSPF: ospf_ls_upd_send_queue stop
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 4 (Link State Update)
2000/11/25 13:24:33 OSPF:   Packet Len 76
2000/11/25 13:24:33 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0xdd59
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Link State Update
2000/11/25 13:24:33 OSPF:   # LSAs 1
2000/11/25 13:24:33 OSPF:   LSA Header
2000/11/25 13:24:33 OSPF:     LS age 1
2000/11/25 13:24:33 OSPF:     Options 2
2000/11/25 13:24:33 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:33 OSPF:     Link State ID 192.168.10.1
2000/11/25 13:24:33 OSPF:     Advertising Router 192.168.10.1
2000/11/25 13:24:33 OSPF:     LS sequence number 0x80000002
2000/11/25 13:24:33 OSPF:     LS checksum 0x1560
2000/11/25 13:24:33 OSPF:     length 48
2000/11/25 13:24:33 OSPF:   Router-LSA
2000/11/25 13:24:33 OSPF:     flags -|-|-
2000/11/25 13:24:33 OSPF:     # links 2
2000/11/25 13:24:33 OSPF:     Link ID 192.168.1.1
2000/11/25 13:24:33 OSPF:     Link Data 50.0.0.2
2000/11/25 13:24:33 OSPF:     Type 1
2000/11/25 13:24:33 OSPF:     TOS 0
2000/11/25 13:24:33 OSPF:     metric 10
2000/11/25 13:24:33 OSPF:     Link ID 50.0.0.0
2000/11/25 13:24:33 OSPF:     Link Data 255.255.255.0
2000/11/25 13:24:33 OSPF:     Type 3
2000/11/25 13:24:33 OSPF:     TOS 0
2000/11/25 13:24:33 OSPF:     metric 10
2000/11/25 13:24:33 OSPF: Link State Update sent to [224.0.0.5] via [ippp0].
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: Header
2000/11/25 13:24:33 OSPF:   Version 2
2000/11/25 13:24:33 OSPF:   Type 4 (Link State Update)
2000/11/25 13:24:33 OSPF:   Packet Len 76
2000/11/25 13:24:33 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:33 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:33 OSPF:   Checksum 0xa36
2000/11/25 13:24:33 OSPF:   AuType 0
2000/11/25 13:24:33 OSPF: Link State Update
2000/11/25 13:24:33 OSPF:   # LSAs 1
2000/11/25 13:24:33 OSPF:   LSA Header
2000/11/25 13:24:33 OSPF:     LS age 1
2000/11/25 13:24:33 OSPF:     Options 2
2000/11/25 13:24:33 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:33 OSPF:     Link State ID 192.168.1.1
2000/11/25 13:24:33 OSPF:     Advertising Router 192.168.1.1
2000/11/25 13:24:33 OSPF:     LS sequence number 0x80000002
2000/11/25 13:24:33 OSPF:     LS checksum 0xfa84
2000/11/25 13:24:33 OSPF:     length 48
2000/11/25 13:24:33 OSPF:   Router-LSA
2000/11/25 13:24:33 OSPF:     flags -|-|-
2000/11/25 13:24:33 OSPF:     # links 2
2000/11/25 13:24:33 OSPF:     Link ID 192.168.10.1
2000/11/25 13:24:33 OSPF:     Link Data 50.0.0.1
2000/11/25 13:24:33 OSPF:     Type 1
2000/11/25 13:24:33 OSPF:     TOS 0
2000/11/25 13:24:33 OSPF:     metric 10
2000/11/25 13:24:33 OSPF:     Link ID 50.0.0.0
2000/11/25 13:24:33 OSPF:     Link Data 255.255.255.0
2000/11/25 13:24:33 OSPF:     Type 3
2000/11/25 13:24:33 OSPF:     TOS 0
2000/11/25 13:24:33 OSPF:     metric 10
2000/11/25 13:24:33 OSPF: Link State Update received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:33 OSPF: -----------------------------------------------------
2000/11/25 13:24:33 OSPF: LSA[Type1:192.168.1.1]: 80c3bf8 new LSA created with Link State Update
2000/11/25 13:24:33 OSPF: LSA[Flooding]: start
2000/11/25 13:24:33 OSPF: LSA[:Flooding]: LSA is received recently.
2000/11/25 13:24:33 OSPF: Z: ospf_lsa_discard() in ospf_ls_upd(): 80c3bf8
2000/11/25 13:24:34 OSPF: -----------------------------------------------------
2000/11/25 13:24:34 OSPF: Header
2000/11/25 13:24:34 OSPF:   Version 2
2000/11/25 13:24:34 OSPF:   Type 5 (Link State Acknowledgment)
2000/11/25 13:24:34 OSPF:   Packet Len 44
2000/11/25 13:24:34 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:34 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:34 OSPF:   Checksum 0xc7d1
2000/11/25 13:24:34 OSPF:   AuType 0
2000/11/25 13:24:34 OSPF: Link State Acknowledgment
2000/11/25 13:24:34 OSPF:   # LSA Headers 1
2000/11/25 13:24:34 OSPF:   LSA Header
2000/11/25 13:24:34 OSPF:     LS age 8
2000/11/25 13:24:34 OSPF:     Options 2
2000/11/25 13:24:34 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:34 OSPF:     Link State ID 192.168.10.1
2000/11/25 13:24:34 OSPF:     Advertising Router 192.168.10.1
2000/11/25 13:24:34 OSPF:     LS sequence number 0x80000001
2000/11/25 13:24:34 OSPF:     LS checksum 0x5cd1
2000/11/25 13:24:34 OSPF:     length 36
2000/11/25 13:24:34 OSPF: Link State Acknowledgment received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:34 OSPF: -----------------------------------------------------
2000/11/25 13:24:34 OSPF: -----------------------------------------------------
2000/11/25 13:24:34 OSPF: Header
2000/11/25 13:24:34 OSPF:   Version 2
2000/11/25 13:24:34 OSPF:   Type 5 (Link State Acknowledgment)
2000/11/25 13:24:34 OSPF:   Packet Len 44
2000/11/25 13:24:34 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:34 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:34 OSPF:   Checksum 0x2f5d
2000/11/25 13:24:34 OSPF:   AuType 0
2000/11/25 13:24:34 OSPF: Link State Acknowledgment
2000/11/25 13:24:34 OSPF:   # LSA Headers 1
2000/11/25 13:24:34 OSPF:   LSA Header
2000/11/25 13:24:34 OSPF:     LS age 12
2000/11/25 13:24:34 OSPF:     Options 2
2000/11/25 13:24:34 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:34 OSPF:     Link State ID 192.168.1.1
2000/11/25 13:24:34 OSPF:     Advertising Router 192.168.1.1
2000/11/25 13:24:34 OSPF:     LS sequence number 0x80000001
2000/11/25 13:24:34 OSPF:     LS checksum 0xfe41
2000/11/25 13:24:34 OSPF:     length 36
2000/11/25 13:24:34 OSPF: Link State Acknowledgment sent to [224.0.0.5] via [ippp0].
2000/11/25 13:24:34 OSPF: -----------------------------------------------------
2000/11/25 13:24:38 OSPF: ospf_ls_upd_send_queue start
2000/11/25 13:24:38 OSPF: ospf_ls_upd_send_queue stop
2000/11/25 13:24:39 OSPF: -----------------------------------------------------
2000/11/25 13:24:39 OSPF: Header
2000/11/25 13:24:39 OSPF:   Version 2
2000/11/25 13:24:39 OSPF:   Type 1 (Hello)
2000/11/25 13:24:39 OSPF:   Packet Len 48
2000/11/25 13:24:39 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:39 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:39 OSPF:   Checksum 0x6f48
2000/11/25 13:24:39 OSPF:   AuType 0
2000/11/25 13:24:39 OSPF: Hello
2000/11/25 13:24:39 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:24:39 OSPF:   HelloInterval 10
2000/11/25 13:24:39 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:39 OSPF:   RtrPriority 1
2000/11/25 13:24:39 OSPF:   RtrDeadInterval 40
2000/11/25 13:24:39 OSPF:   DRouter 0.0.0.0
2000/11/25 13:24:39 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:24:39 OSPF:   # Neighbors 1
2000/11/25 13:24:39 OSPF:     Neighbor 192.168.10.1
2000/11/25 13:24:39 OSPF: Hello received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:39 OSPF: -----------------------------------------------------
2000/11/25 13:24:39 OSPF: Packet 192.168.1.1 [Hello:RECV]: Options *|*|-|-|-|-|E|*
2000/11/25 13:24:39 OSPF: NSM[ippp0:192.168.1.1]: Full (HelloReceived)
2000/11/25 13:24:39 OSPF: NSM[ippp0:192.168.1.1]: nsm_ignore called
2000/11/25 13:24:39 OSPF: NSM[ippp0:192.168.1.1]: Full (2-WayReceived)
2000/11/25 13:24:41 OSPF: SPF: Timer (SPF calculation expire)
2000/11/25 13:24:41 OSPF: ospf_spf_calculate: Start
2000/11/25 13:24:41 OSPF: ospf_spf_calculate: running Dijkstra for area 0.0.0.0
2000/11/25 13:24:41 OSPF: Z: found the LSA
2000/11/25 13:24:41 OSPF: Z: The LSA doesn't have a link back
2000/11/25 13:24:41 OSPF: SPF Result: 0 [R] 192.168.10.1
2000/11/25 13:24:41 OSPF: ========== OSPF routing table ==========
2000/11/25 13:24:41 OSPF: ========================================
2000/11/25 13:24:41 OSPF: Z: ospf_process_stub():processing stubs for area 0.0.0.0
2000/11/25 13:24:41 OSPF: Z: ospf_process_stub():processing router LSA, id: 192.168.10.1
2000/11/25 13:24:41 OSPF: Z: ospf_process_stub(): we have 2 links to process
2000/11/25 13:24:41 OSPF: Z: ospf_intra_add_stub(): Start
2000/11/25 13:24:41 OSPF: Z: ospf_intra_add_stub(): processing route to 50.0.0.0/24
2000/11/25 13:24:41 OSPF: Z: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
2000/11/25 13:24:41 OSPF: Z: ospf_intra_add_stub(): installing new route
2000/11/25 13:24:41 OSPF: Z: ospf_intra_add_stub(): this network is on this router
2000/11/25 13:24:41 OSPF: Z: ospf_intra_add_stub(): the interface is ippp0
2000/11/25 13:24:41 OSPF: T: ospf_path_new in ospf_intra_add_stub
2000/11/25 13:24:41 OSPF: Z: ospf_intra_add_stub(): Stop
2000/11/25 13:24:41 OSPF: Z: children of V:
2000/11/25 13:24:41 OSPF: ospf_spf_calculate: Stop
2000/11/25 13:24:41 OSPF: Z: ospf_ia_routing():start
2000/11/25 13:24:41 OSPF: Z: ospf_ia_routing():not ABR, considering all areas
2000/11/25 13:24:41 OSPF: Z: Pruning unreachable networks
2000/11/25 13:24:41 OSPF: Z: Pruning unreachable routers
2000/11/25 13:24:41 OSPF: SPF: calculation complete
2000/11/25 13:24:42 OSPF: T: ospf_ase_calculate_timer(): fired!
2000/11/25 13:24:43 OSPF: ISM[ippp0]: Timer (Hello timer expire)
2000/11/25 13:24:43 OSPF: Z: make_hello: options: 2, int: ippp0
2000/11/25 13:24:43 OSPF: -----------------------------------------------------
2000/11/25 13:24:43 OSPF: Header
2000/11/25 13:24:43 OSPF:   Version 2
2000/11/25 13:24:43 OSPF:   Type 1 (Hello)
2000/11/25 13:24:43 OSPF:   Packet Len 48
2000/11/25 13:24:43 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:43 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:43 OSPF:   Checksum 0x6f48
2000/11/25 13:24:43 OSPF:   AuType 0
2000/11/25 13:24:43 OSPF: Hello
2000/11/25 13:24:43 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:24:43 OSPF:   HelloInterval 10
2000/11/25 13:24:43 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:43 OSPF:   RtrPriority 1
2000/11/25 13:24:43 OSPF:   RtrDeadInterval 40
2000/11/25 13:24:43 OSPF:   DRouter 0.0.0.0
2000/11/25 13:24:43 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:24:43 OSPF:   # Neighbors 1
2000/11/25 13:24:43 OSPF:     Neighbor 192.168.1.1
2000/11/25 13:24:43 OSPF: Hello sent to [224.0.0.5] via [ippp0].
2000/11/25 13:24:43 OSPF: -----------------------------------------------------
2000/11/25 13:24:43 OSPF: ospf_ls_upd_send_queue start
2000/11/25 13:24:43 OSPF: listcount = 1, dst 50.0.0.1
2000/11/25 13:24:43 OSPF: Z: ospf_make_ls_upd: Start
2000/11/25 13:24:43 OSPF: Z: ospf_make_ls_upd: Stop
2000/11/25 13:24:43 OSPF: ospf_ls_upd_send_queue stop
2000/11/25 13:24:43 OSPF: -----------------------------------------------------
2000/11/25 13:24:43 OSPF: Header
2000/11/25 13:24:43 OSPF:   Version 2
2000/11/25 13:24:43 OSPF:   Type 4 (Link State Update)
2000/11/25 13:24:43 OSPF:   Packet Len 76
2000/11/25 13:24:43 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:43 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:43 OSPF:   Checksum 0xdd50
2000/11/25 13:24:43 OSPF:   AuType 0
2000/11/25 13:24:43 OSPF: Link State Update
2000/11/25 13:24:43 OSPF:   # LSAs 1
2000/11/25 13:24:43 OSPF:   LSA Header
2000/11/25 13:24:43 OSPF:     LS age 10
2000/11/25 13:24:43 OSPF:     Options 2
2000/11/25 13:24:43 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:43 OSPF:     Link State ID 192.168.10.1
2000/11/25 13:24:43 OSPF:     Advertising Router 192.168.10.1
2000/11/25 13:24:43 OSPF:     LS sequence number 0x80000002
2000/11/25 13:24:43 OSPF:     LS checksum 0x1560
2000/11/25 13:24:43 OSPF:     length 48
2000/11/25 13:24:43 OSPF:   Router-LSA
2000/11/25 13:24:43 OSPF:     flags -|-|-
2000/11/25 13:24:43 OSPF:     # links 2
2000/11/25 13:24:43 OSPF:     Link ID 192.168.1.1
2000/11/25 13:24:43 OSPF:     Link Data 50.0.0.2
2000/11/25 13:24:43 OSPF:     Type 1
2000/11/25 13:24:43 OSPF:     TOS 0
2000/11/25 13:24:43 OSPF:     metric 10
2000/11/25 13:24:43 OSPF:     Link ID 50.0.0.0
2000/11/25 13:24:43 OSPF:     Link Data 255.255.255.0
2000/11/25 13:24:43 OSPF:     Type 3
2000/11/25 13:24:43 OSPF:     TOS 0
2000/11/25 13:24:43 OSPF:     metric 10
2000/11/25 13:24:43 OSPF: Link State Update sent to [50.0.0.1] via [ippp0].
2000/11/25 13:24:43 OSPF: -----------------------------------------------------
2000/11/25 13:24:43 OSPF: -----------------------------------------------------
2000/11/25 13:24:43 OSPF: Header
2000/11/25 13:24:43 OSPF:   Version 2
2000/11/25 13:24:43 OSPF:   Type 4 (Link State Update)
2000/11/25 13:24:43 OSPF:   Packet Len 76
2000/11/25 13:24:43 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:43 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:43 OSPF:   Checksum 0xa2d
2000/11/25 13:24:43 OSPF:   AuType 0
2000/11/25 13:24:43 OSPF: Link State Update
2000/11/25 13:24:43 OSPF:   # LSAs 1
2000/11/25 13:24:43 OSPF:   LSA Header
2000/11/25 13:24:43 OSPF:     LS age 10
2000/11/25 13:24:43 OSPF:     Options 2
2000/11/25 13:24:43 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:43 OSPF:     Link State ID 192.168.1.1
2000/11/25 13:24:43 OSPF:     Advertising Router 192.168.1.1
2000/11/25 13:24:43 OSPF:     LS sequence number 0x80000002
2000/11/25 13:24:43 OSPF:     LS checksum 0xfa84
2000/11/25 13:24:43 OSPF:     length 48
2000/11/25 13:24:43 OSPF:   Router-LSA
2000/11/25 13:24:43 OSPF:     flags -|-|-
2000/11/25 13:24:43 OSPF:     # links 2
2000/11/25 13:24:43 OSPF:     Link ID 192.168.10.1
2000/11/25 13:24:43 OSPF:     Link Data 50.0.0.1
2000/11/25 13:24:43 OSPF:     Type 1
2000/11/25 13:24:43 OSPF:     TOS 0
2000/11/25 13:24:43 OSPF:     metric 10
2000/11/25 13:24:43 OSPF:     Link ID 50.0.0.0
2000/11/25 13:24:43 OSPF:     Link Data 255.255.255.0
2000/11/25 13:24:43 OSPF:     Type 3
2000/11/25 13:24:43 OSPF:     TOS 0
2000/11/25 13:24:43 OSPF:     metric 10
2000/11/25 13:24:43 OSPF: Link State Update received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:43 OSPF: -----------------------------------------------------
2000/11/25 13:24:43 OSPF: LSA[Type1:192.168.1.1]: 80c3be8 new LSA created with Link State Update
2000/11/25 13:24:43 OSPF: LSA[Flooding]: start
2000/11/25 13:24:43 OSPF: SPF: calculation timer scheduled
2000/11/25 13:24:43 OSPF: SPF: calculation timer delay = 8
2000/11/25 13:24:43 OSPF: -----------------------------------------------------
2000/11/25 13:24:43 OSPF: Header
2000/11/25 13:24:43 OSPF:   Version 2
2000/11/25 13:24:43 OSPF:   Type 5 (Link State Acknowledgment)
2000/11/25 13:24:43 OSPF:   Packet Len 44
2000/11/25 13:24:43 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:43 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:43 OSPF:   Checksum 0x330f
2000/11/25 13:24:43 OSPF:   AuType 0
2000/11/25 13:24:43 OSPF: Link State Acknowledgment
2000/11/25 13:24:43 OSPF:   # LSA Headers 1
2000/11/25 13:24:43 OSPF:   LSA Header
2000/11/25 13:24:43 OSPF:     LS age 10
2000/11/25 13:24:43 OSPF:     Options 2
2000/11/25 13:24:43 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:43 OSPF:     Link State ID 192.168.1.1
2000/11/25 13:24:43 OSPF:     Advertising Router 192.168.1.1
2000/11/25 13:24:43 OSPF:     LS sequence number 0x80000002
2000/11/25 13:24:43 OSPF:     LS checksum 0xfa84
2000/11/25 13:24:43 OSPF:     length 48
2000/11/25 13:24:43 OSPF: Link State Acknowledgment sent to [224.0.0.5] via [ippp0].
2000/11/25 13:24:43 OSPF: -----------------------------------------------------
2000/11/25 13:24:44 OSPF: -----------------------------------------------------
2000/11/25 13:24:44 OSPF: Header
2000/11/25 13:24:44 OSPF:   Version 2
2000/11/25 13:24:44 OSPF:   Type 5 (Link State Acknowledgment)
2000/11/25 13:24:44 OSPF:   Packet Len 44
2000/11/25 13:24:44 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:44 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:44 OSPF:   Checksum 0xf34
2000/11/25 13:24:44 OSPF:   AuType 0
2000/11/25 13:24:44 OSPF: Link State Acknowledgment
2000/11/25 13:24:44 OSPF:   # LSA Headers 1
2000/11/25 13:24:44 OSPF:   LSA Header
2000/11/25 13:24:44 OSPF:     LS age 10
2000/11/25 13:24:44 OSPF:     Options 2
2000/11/25 13:24:44 OSPF:     LS type 1 (router-LSA)
2000/11/25 13:24:44 OSPF:     Link State ID 192.168.10.1
2000/11/25 13:24:44 OSPF:     Advertising Router 192.168.10.1
2000/11/25 13:24:44 OSPF:     LS sequence number 0x80000002
2000/11/25 13:24:44 OSPF:     LS checksum 0x1560
2000/11/25 13:24:44 OSPF:     length 48
2000/11/25 13:24:44 OSPF: Link State Acknowledgment received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:44 OSPF: -----------------------------------------------------
2000/11/25 13:24:49 OSPF: -----------------------------------------------------
2000/11/25 13:24:49 OSPF: Header
2000/11/25 13:24:49 OSPF:   Version 2
2000/11/25 13:24:49 OSPF:   Type 1 (Hello)
2000/11/25 13:24:49 OSPF:   Packet Len 48
2000/11/25 13:24:49 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:49 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:49 OSPF:   Checksum 0x6f48
2000/11/25 13:24:49 OSPF:   AuType 0
2000/11/25 13:24:49 OSPF: Hello
2000/11/25 13:24:49 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:24:49 OSPF:   HelloInterval 10
2000/11/25 13:24:49 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:49 OSPF:   RtrPriority 1
2000/11/25 13:24:49 OSPF:   RtrDeadInterval 40
2000/11/25 13:24:49 OSPF:   DRouter 0.0.0.0
2000/11/25 13:24:49 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:24:49 OSPF:   # Neighbors 1
2000/11/25 13:24:49 OSPF:     Neighbor 192.168.10.1
2000/11/25 13:24:49 OSPF: Hello received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:49 OSPF: -----------------------------------------------------
2000/11/25 13:24:49 OSPF: Packet 192.168.1.1 [Hello:RECV]: Options *|*|-|-|-|-|E|*
2000/11/25 13:24:49 OSPF: NSM[ippp0:192.168.1.1]: Full (HelloReceived)
2000/11/25 13:24:49 OSPF: NSM[ippp0:192.168.1.1]: nsm_ignore called
2000/11/25 13:24:49 OSPF: NSM[ippp0:192.168.1.1]: Full (2-WayReceived)
2000/11/25 13:24:51 OSPF: SPF: Timer (SPF calculation expire)
2000/11/25 13:24:51 OSPF: ospf_spf_calculate: Start
2000/11/25 13:24:51 OSPF: ospf_spf_calculate: running Dijkstra for area 0.0.0.0
2000/11/25 13:24:51 OSPF: Z: found the LSA
2000/11/25 13:24:51 OSPF: Z: ospf_nexthop_calculation(): Start
2000/11/25 13:24:51 OSPF: Z: ospf_nexthop_calculation(): 1
2000/11/25 13:24:51 OSPF: Z: ospf_nexthop_calculation(): 2
2000/11/25 13:24:51 OSPF: Z: ospf_nexthop_calculation(): 3
2000/11/25 13:24:51 OSPF: Z: ospf_nexthop_calculation(): 4
2000/11/25 13:24:51 OSPF: Z: ospf_nexthop_calculation(): 5
2000/11/25 13:24:51 OSPF: Z: resolved next hop: int: ippp0, next hop: 50.0.0.1
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_router: Start
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_router: LS ID: 192.168.1.1
2000/11/25 13:24:51 OSPF: Z: ospf_vl_up_check(): Start
2000/11/25 13:24:51 OSPF: Z: ospf_vl_up_check(): Router ID is 192.168.1.1
2000/11/25 13:24:51 OSPF: Z: ospf_vl_up_check(): Area is 0.0.0.0
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_router: this router is neither ASBR nor ABR, skipping it
2000/11/25 13:24:51 OSPF: Z: found the LSA
2000/11/25 13:24:51 OSPF: Z: The LSA is already in SPF
2000/11/25 13:24:51 OSPF: SPF Result: 0 [R] 192.168.10.1
2000/11/25 13:24:51 OSPF: SPF Result: 1 [R] 192.168.1.1
2000/11/25 13:24:51 OSPF: ========== OSPF routing table ==========
2000/11/25 13:24:51 OSPF: ========================================
2000/11/25 13:24:51 OSPF: Z: ospf_process_stub():processing stubs for area 0.0.0.0
2000/11/25 13:24:51 OSPF: Z: ospf_process_stub():processing router LSA, id: 192.168.10.1
2000/11/25 13:24:51 OSPF: Z: ospf_process_stub(): we have 2 links to process
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): Start
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): processing route to 50.0.0.0/24
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): calculated cost is 0 + 10 = 10
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): installing new route
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): this network is on this router
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): the interface is ippp0
2000/11/25 13:24:51 OSPF: T: ospf_path_new in ospf_intra_add_stub
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): Stop
2000/11/25 13:24:51 OSPF: Z: children of V:
2000/11/25 13:24:51 OSPF: Z:  child : 192.168.1.1
2000/11/25 13:24:51 OSPF: Z: ospf_process_stub():processing stubs for area 0.0.0.0
2000/11/25 13:24:51 OSPF: Z: ospf_process_stub():processing router LSA, id: 192.168.1.1
2000/11/25 13:24:51 OSPF: Z: ospf_process_stub(): we have 2 links to process
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): Start
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): processing route to 50.0.0.0/24
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): calculated cost is 10 + 10 = 20
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): another route to the same prefix found
2000/11/25 13:24:51 OSPF: Z: ospf_intra_add_stub(): old route is better, exit
2000/11/25 13:24:51 OSPF: Z: children of V:
2000/11/25 13:24:51 OSPF: ospf_spf_calculate: Stop
2000/11/25 13:24:51 OSPF: Z: ospf_ia_routing():start
2000/11/25 13:24:51 OSPF: Z: ospf_ia_routing():not ABR, considering all areas
2000/11/25 13:24:51 OSPF: Z: Pruning unreachable networks
2000/11/25 13:24:51 OSPF: Z: Pruning unreachable routers
2000/11/25 13:24:51 OSPF: Route: Router Routing Table free
2000/11/25 13:24:51 OSPF: SPF: calculation complete
2000/11/25 13:24:52 OSPF: T: ospf_ase_calculate_timer(): fired!
2000/11/25 13:24:53 OSPF: ISM[ippp0]: Timer (Hello timer expire)
2000/11/25 13:24:53 OSPF: Z: make_hello: options: 2, int: ippp0
2000/11/25 13:24:53 OSPF: -----------------------------------------------------
2000/11/25 13:24:53 OSPF: Header
2000/11/25 13:24:53 OSPF:   Version 2
2000/11/25 13:24:53 OSPF:   Type 1 (Hello)
2000/11/25 13:24:53 OSPF:   Packet Len 48
2000/11/25 13:24:53 OSPF:   Router ID 192.168.10.1
2000/11/25 13:24:53 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:53 OSPF:   Checksum 0x6f48
2000/11/25 13:24:53 OSPF:   AuType 0
2000/11/25 13:24:53 OSPF: Hello
2000/11/25 13:24:53 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:24:53 OSPF:   HelloInterval 10
2000/11/25 13:24:53 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:53 OSPF:   RtrPriority 1
2000/11/25 13:24:53 OSPF:   RtrDeadInterval 40
2000/11/25 13:24:53 OSPF:   DRouter 0.0.0.0
2000/11/25 13:24:53 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:24:53 OSPF:   # Neighbors 1
2000/11/25 13:24:53 OSPF:     Neighbor 192.168.1.1
2000/11/25 13:24:53 OSPF: Hello sent to [224.0.0.5] via [ippp0].
2000/11/25 13:24:53 OSPF: -----------------------------------------------------
2000/11/25 13:24:59 OSPF: -----------------------------------------------------
2000/11/25 13:24:59 OSPF: Header
2000/11/25 13:24:59 OSPF:   Version 2
2000/11/25 13:24:59 OSPF:   Type 1 (Hello)
2000/11/25 13:24:59 OSPF:   Packet Len 48
2000/11/25 13:24:59 OSPF:   Router ID 192.168.1.1
2000/11/25 13:24:59 OSPF:   Area ID 0.0.0.0
2000/11/25 13:24:59 OSPF:   Checksum 0x6f48
2000/11/25 13:24:59 OSPF:   AuType 0
2000/11/25 13:24:59 OSPF: Hello
2000/11/25 13:24:59 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:24:59 OSPF:   HelloInterval 10
2000/11/25 13:24:59 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:24:59 OSPF:   RtrPriority 1
2000/11/25 13:24:59 OSPF:   RtrDeadInterval 40
2000/11/25 13:24:59 OSPF:   DRouter 0.0.0.0
2000/11/25 13:24:59 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:24:59 OSPF:   # Neighbors 1
2000/11/25 13:24:59 OSPF:     Neighbor 192.168.10.1
2000/11/25 13:24:59 OSPF: Hello received from [192.168.1.1] via [ippp0]
2000/11/25 13:24:59 OSPF: -----------------------------------------------------
2000/11/25 13:24:59 OSPF: Packet 192.168.1.1 [Hello:RECV]: Options *|*|-|-|-|-|E|*
2000/11/25 13:24:59 OSPF: NSM[ippp0:192.168.1.1]: Full (HelloReceived)
2000/11/25 13:24:59 OSPF: NSM[ippp0:192.168.1.1]: nsm_ignore called
2000/11/25 13:24:59 OSPF: NSM[ippp0:192.168.1.1]: Full (2-WayReceived)
2000/11/25 13:25:03 OSPF: ISM[ippp0]: Timer (Hello timer expire)
2000/11/25 13:25:03 OSPF: Z: make_hello: options: 2, int: ippp0
2000/11/25 13:25:03 OSPF: -----------------------------------------------------
2000/11/25 13:25:03 OSPF: Header
2000/11/25 13:25:03 OSPF:   Version 2
2000/11/25 13:25:03 OSPF:   Type 1 (Hello)
2000/11/25 13:25:03 OSPF:   Packet Len 48
2000/11/25 13:25:03 OSPF:   Router ID 192.168.10.1
2000/11/25 13:25:03 OSPF:   Area ID 0.0.0.0
2000/11/25 13:25:03 OSPF:   Checksum 0x6f48
2000/11/25 13:25:03 OSPF:   AuType 0
2000/11/25 13:25:03 OSPF: Hello
2000/11/25 13:25:03 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:25:03 OSPF:   HelloInterval 10
2000/11/25 13:25:03 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:25:03 OSPF:   RtrPriority 1
2000/11/25 13:25:03 OSPF:   RtrDeadInterval 40
2000/11/25 13:25:03 OSPF:   DRouter 0.0.0.0
2000/11/25 13:25:03 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:25:03 OSPF:   # Neighbors 1
2000/11/25 13:25:03 OSPF:     Neighbor 192.168.1.1
2000/11/25 13:25:03 OSPF: Hello sent to [224.0.0.5] via [ippp0].
2000/11/25 13:25:03 OSPF: -----------------------------------------------------
2000/11/25 13:25:09 OSPF: -----------------------------------------------------
2000/11/25 13:25:09 OSPF: Header
2000/11/25 13:25:09 OSPF:   Version 2
2000/11/25 13:25:09 OSPF:   Type 1 (Hello)
2000/11/25 13:25:09 OSPF:   Packet Len 48
2000/11/25 13:25:09 OSPF:   Router ID 192.168.1.1
2000/11/25 13:25:09 OSPF:   Area ID 0.0.0.0
2000/11/25 13:25:09 OSPF:   Checksum 0x6f48
2000/11/25 13:25:09 OSPF:   AuType 0
2000/11/25 13:25:09 OSPF: Hello
2000/11/25 13:25:09 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:25:09 OSPF:   HelloInterval 10
2000/11/25 13:25:09 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:25:09 OSPF:   RtrPriority 1
2000/11/25 13:25:09 OSPF:   RtrDeadInterval 40
2000/11/25 13:25:09 OSPF:   DRouter 0.0.0.0
2000/11/25 13:25:09 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:25:09 OSPF:   # Neighbors 1
2000/11/25 13:25:09 OSPF:     Neighbor 192.168.10.1
2000/11/25 13:25:09 OSPF: Hello received from [192.168.1.1] via [ippp0]
2000/11/25 13:25:09 OSPF: -----------------------------------------------------
2000/11/25 13:25:09 OSPF: Packet 192.168.1.1 [Hello:RECV]: Options *|*|-|-|-|-|E|*
2000/11/25 13:25:09 OSPF: NSM[ippp0:192.168.1.1]: Full (HelloReceived)
2000/11/25 13:25:09 OSPF: NSM[ippp0:192.168.1.1]: nsm_ignore called
2000/11/25 13:25:09 OSPF: NSM[ippp0:192.168.1.1]: Full (2-WayReceived)
2000/11/25 13:25:13 OSPF: ISM[ippp0]: Timer (Hello timer expire)
2000/11/25 13:25:13 OSPF: Z: make_hello: options: 2, int: ippp0
2000/11/25 13:25:13 OSPF: -----------------------------------------------------
2000/11/25 13:25:13 OSPF: Header
2000/11/25 13:25:13 OSPF:   Version 2
2000/11/25 13:25:13 OSPF:   Type 1 (Hello)
2000/11/25 13:25:13 OSPF:   Packet Len 48
2000/11/25 13:25:13 OSPF:   Router ID 192.168.10.1
2000/11/25 13:25:13 OSPF:   Area ID 0.0.0.0
2000/11/25 13:25:13 OSPF:   Checksum 0x6f48
2000/11/25 13:25:13 OSPF:   AuType 0
2000/11/25 13:25:13 OSPF: Hello
2000/11/25 13:25:13 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:25:13 OSPF:   HelloInterval 10
2000/11/25 13:25:13 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:25:13 OSPF:   RtrPriority 1
2000/11/25 13:25:13 OSPF:   RtrDeadInterval 40
2000/11/25 13:25:13 OSPF:   DRouter 0.0.0.0
2000/11/25 13:25:13 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:25:13 OSPF:   # Neighbors 1
2000/11/25 13:25:13 OSPF:     Neighbor 192.168.1.1
2000/11/25 13:25:13 OSPF: Hello sent to [224.0.0.5] via [ippp0].
2000/11/25 13:25:13 OSPF: -----------------------------------------------------
2000/11/25 13:25:19 OSPF: -----------------------------------------------------
2000/11/25 13:25:19 OSPF: Header
2000/11/25 13:25:19 OSPF:   Version 2
2000/11/25 13:25:19 OSPF:   Type 1 (Hello)
2000/11/25 13:25:19 OSPF:   Packet Len 48
2000/11/25 13:25:19 OSPF:   Router ID 192.168.1.1
2000/11/25 13:25:19 OSPF:   Area ID 0.0.0.0
2000/11/25 13:25:19 OSPF:   Checksum 0x6f48
2000/11/25 13:25:19 OSPF:   AuType 0
2000/11/25 13:25:19 OSPF: Hello
2000/11/25 13:25:19 OSPF:   NetworkMask 0.0.0.0
2000/11/25 13:25:19 OSPF:   HelloInterval 10
2000/11/25 13:25:19 OSPF:   Options 2 (*|*|-|-|-|-|E|*)
2000/11/25 13:25:19 OSPF:   RtrPriority 1
2000/11/25 13:25:19 OSPF:   RtrDeadInterval 40
2000/11/25 13:25:19 OSPF:   DRouter 0.0.0.0
2000/11/25 13:25:19 OSPF:   BDRouter 0.0.0.0
2000/11/25 13:25:19 OSPF:   # Neighbors 1
2000/11/25 13:25:19 OSPF:     Neighbor 192.168.10.1
2000/11/25 13:25:19 OSPF: Hello received from [192.168.1.1] via [ippp0]
2000/11/25 13:25:19 OSPF: ----

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic