IEWB VOL3 LAB5 Task4.4

From: Lamine BOUAFIA (b_lamine@yahoo.fr)
Date: Sun Sep 23 2007 - 04:31:03 ART


We are asked to configure OSPF area 125 on the frame relay between R1,R2 &
R5 (hub)

But when I configured the area 125 and I do "sh ip route" it shows me :

 

Gateway of last resort is not set

 

     128.1.0.0/16 is variably subnetted, 8 subnets, 2 masks

O IA 128.1.136.0/24 [110/74] via 128.1.125.1, 00:00:08, Virtual-Access2

C 128.1.5.0/24 is directly connected, Ethernet0/1

C 128.1.45.0/24 is directly connected, Serial1/1

C 128.1.59.0/24 is directly connected, Ethernet0/0

O IA 128.1.63.0/24 [110/11185] via 128.1.125.1, 00:00:08, Virtual-Access2

C 128.1.125.0/24 is directly connected, Virtual-Access1

                       is directly connected, Virtual-Access2

C 128.1.125.1/32 is directly connected, Virtual-Access1

C 128.1.125.2/32 is directly connected, Virtual-Access2

     150.1.0.0/24 is subnetted, 1 subnets

C 150.1.5.0 is directly connected, Loopback0

 

the network 128.1.136.0/24 is connected to R1, normally it should shows "via
128.1.125.1, 00:00:08, Virtual-Access1"

 

and when I do "trace 128.1.136.3" it shows me:

 

Tracing the route to 128.1.136.3

 

  1 128.1.125.2 48 msec 96 msec 144 msec

  2 * * *

  3 128.1.125.2 232 msec 240 msec 208 msec

  4 * * *

  ...

  

it should shows :

 

1 128.1.125.1

2 128.1.136.3

 

 

 

################################################################

R1:

###

interface Serial1/0

 no ip address

 encapsulation frame-relay

 serial restart-delay 0

 no clns route-cache

 no frame-relay inverse-arp

!

interface Serial1/0.1 multipoint

 frame-relay interface-dlci 105 ppp Virtual-Template1

!

interface Virtual-Template1

 bandwidth 1544

 ip address 128.1.125.1 255.255.255.0

 ip ospf network point-to-multipoint

 ip ospf priority 0

 no clns route-cache

!

router ospf 1

 router-id 150.1.1.1

 log-adjacency-changes

 network 128.1.125.1 0.0.0.0 area 125

 network 128.1.136.1 0.0.0.0 area 0

!

 

R2:

###

interface Serial1/0

 no ip address

 encapsulation frame-relay

 serial restart-delay 0

 no clns route-cache

 no frame-relay inverse-arp

!

interface Serial1/0.1 multipoint

 frame-relay interface-dlci 205 ppp Virtual-Template1

!

interface Virtual-Template1

 bandwidth 1544

 ip address 128.1.125.2 255.255.255.0

 ip ospf network point-to-multipoint

 ip ospf priority 0

 no clns route-cache

!

router ospf 1

 router-id 150.1.2.2

 log-adjacency-changes

 network 128.1.125.2 0.0.0.0 area 125

!

 

R5:

###

interface Serial1/0

 no ip address

 encapsulation frame-relay

 serial restart-delay 0

 no clns route-cache

 no frame-relay inverse-arp

!

interface Serial1/0.1 multipoint

 frame-relay interface-dlci 501 ppp Virtual-Template1

 frame-relay interface-dlci 502 ppp Virtual-Template1

!

interface Virtual-Template1

 bandwidth 1544

 ip address 128.1.125.5 255.255.255.0

 ip ospf network point-to-multipoint

 no clns route-cache

!

router ospf 1

 router-id 150.1.5.5

 log-adjacency-changes

 network 128.1.125.5 0.0.0.0 area 125

!

################################################################

 

any thing wrong or missing?? please help

 

Regards

Lamine



This archive was generated by hypermail 2.1.4 : Sat Oct 06 2007 - 12:01:15 ART