OSPF Virtual ring config

From: Manjeet Chawla (mchawla@xxxxxxxxxx)
Date: Sun Dec 26 1999 - 16:10:33 GMT-3


   
   I am trying out OSPF Virtual link configs. Here is the scenario:
   
   
   R1 -------R2-------R4 -----R6
   
   R1 is in area 0 (serial 1)
   R2 left link (s1)is area 0, right link (token0)is area 1
   R4 left (token 0)is area 1 and right (serial 1)is area 6.
   R6 left (serial 0) is in area 6 and has loop back 0 in area 6.
   
   I configured V-link between R2 and R4 to connect area 6 (on R6) to R2
   (the ABR). V-link comes up good but I cannot see the routes between R2
   and R4 (198.132.24.0 ) and the loopback of R2 (in area 1).
   
   So all the transit networks routes did not make it the area 6 router
   R6. What do I need to do to bring in those routes.
   Below are the related configs.
   
   ****** BTW there are other networks on the left of R1 and I can see
   all those routes on R6 ****** not included in the sh ip routes to keep
   the output easier to read.
   
   Any ideas ??
   
   
   Thanks all for the help
   -Manjeet
   
   hostname R1
   !
   interface Loopback0
    ip address 198.132.11.1 255.255.255.0
    no ip directed-broadcast
   !
   interface Serial0
    ip address 198.132.12.1 255.255.255.0
    no ip directed-broadcast
    no ip mroute-cache
    no fair-queue
   !
   router ospf 1
    network 0.0.0.0 255.255.255.255 area 0
   
   Gateway of last resort is not set
   
        1.0.0.0/32 is subnetted, 1 subnets
   O IA 1.1.1.2 [110/135] via 198.132.12.2, 00:08:16, Serial0
   C 198.132.11.0/24 is directly connected, Loopback0
        2.0.0.0/24 is subnetted, 1 subnets
   O IA 2.2.2.0 [110/134] via 198.132.12.2, 00:08:16, Serial0
   O IA 198.132.24.0/24 [110/70] via 198.132.12.2, 00:08:16, Serial0
        198.132.44.0/32 is subnetted, 1 subnets
   O IA 198.132.44.1 [110/71] via 198.132.12.2, 00:08:16, Serial0
   C 198.132.12.0/24 is directly connected, Serial0
        198.132.22.0/32 is subnetted, 1 subnets
   O IA 198.132.22.1 [110/65] via 198.132.12.2, 00:08:17, Serial0
   
   
   
   hostname R2
   !
   interface Loopback0
    ip address 198.132.22.1 255.255.255.0
   !
   interface Serial0
    ip address 198.132.12.2 255.255.255.0
    no ip mroute-cache
    no fair-queue
    clockrate 2000000
   !
   interface TokenRing0
    ip address 198.132.24.1 255.255.255.0
    ring-speed 16
   !
   router ospf 1
    network 198.132.12.0 0.0.0.255 area 0
    network 198.132.22.0 0.0.0.255 area 1
    network 198.132.24.0 0.0.0.255 area 1
    area 1 virtual-link 198.132.44.1
   
        1.0.0.0/32 is subnetted, 1 subnets
   O IA 1.1.1.2 [110/71] via 198.132.24.2, 00:09:15, TokenRing0
        198.132.11.0/32 is subnetted, 1 subnets
   O 198.132.11.1 [110/65] via 198.132.12.1, 00:09:16, Serial0
        2.0.0.0/24 is subnetted, 1 subnets
   O IA 2.2.2.0 [110/70] via 198.132.24.2, 00:09:16, TokenRing0
   C 198.132.24.0/24 is directly connected, TokenRing0
        198.132.44.0/32 is subnetted, 1 subnets
   O 198.132.44.1 [110/7] via 198.132.24.2, 01:21:36, TokenRing0
   C 198.132.12.0/24 is directly connected, Serial0
   C 198.132.22.0/24 is directly connected, Loopback0
   
   R2#sh ip ospf v
   Virtual Link OSPF_VL0 to router 198.132.44.1 is up
     Run as demand circuit
     DoNotAge LSA allo
     Transit area 1, via interface TokenRing0, Cost of using 6
     Transmit Delay is 1 sec, State POINT_TO_POINT,
     Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
       Hello due in 00:00:04
       Adjacency State FULL (Hello suppressed)
   R2#
   **********************************************************************
   *****************
   hostname R4
   !
   interface Loopback0
    ip address 198.132.44.1 255.255.255.0
   !
   interface Serial1
    ip address 2.2.2.1 255.255.255.0
    clockrate 2000000
   !
   interface TokenRing0
    ip address 198.132.24.2 255.255.255.0
    ring-speed 16
   !
   router ospf 1
    network 2.2.2.0 0.0.0.255 area 6
    network 198.132.24.0 0.0.0.255 area 1
    network 198.132.44.0 0.0.0.255 area 1
    area 1 virtual-link 198.132.22.1
   
   R4#sh ip ospf v
   Virtual Link OSPF_VL0 to router 198.132.22.1 is up
     Run as demand circuit
     DoNotAge LSA allowed.
     Transit area 1, via interface TokenRing0, Cost of using 6
     Transmit Delay is 1 sec, State POINT_TO_POINT,
     Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
       Hello due in 00:00:08
       Adjacency State FULL (Hello suppressed)
   R4#
   Gateway of last resort is not set
   
        1.0.0.0/32 is subnetted, 1 subnets
   O 1.1.1.2 [110/65] via 2.2.2.2, 00:17:21, Serial1
        198.132.11.0/32 is subnetted, 1 subnets
   O 198.132.11.1 [110/71] via 198.132.24.1, 00:10:37, TokenRing0
        2.0.0.0/24 is subnetted, 1 subnets
   C 2.2.2.0 is directly connected, Serial1
   C 198.132.24.0/24 is directly connected, TokenRing0
   C 198.132.44.0/24 is directly connected, Loopback0
   O 198.132.12.0/24 [110/70] via 198.132.24.1, 00:10:37, TokenRing0
        198.132.22.0/32 is subnetted, 1 subnets
   O 198.132.22.1 [110/7] via 198.132.24.1, 01:22:57, TokenRing0
   R4#
   
   
   
   *****************************************************************
   
   hostname R6
   !
   interface Loopback0
    ip address 1.1.1.2 255.255.255.0
   !
   interface Serial0
    ip address 2.2.2.2 255.255.255.0
    no ip mroute-cache
    no fair-queue
   !
   router ospf 1
    network 1.1.1.0 0.0.0.255 area 6
    network 2.2.2.0 0.0.0.255 area 6
   
   ROUTES FOR 198.132.24.0, 198.132.12.0 and 198.32.44.0 missing
   ????????????
   
   
   
   Gateway of last resort is not set
   
        1.0.0.0/24 is subnetted, 1 subnets
   C 1.1.1.0 is directly connected, Loopback0
        198.132.11.0/32 is subnetted, 1 subnets
   O IA 198.132.11.1 [110/135] via 2.2.2.1, 00:21:25, Serial0
        2.0.0.0/24 is subnetted, 1 subnets
   C 2.2.2.0 is directly connected, Serial0
   O IA 198.132.12.0/24 [110/134] via 2.2.2.1, 00:21:25, Serial0
   
   
   



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