FR/OSPF network type ??

From: Dishan Gamage (dishanlg@gmail.com)
Date: Mon Jan 08 2007 - 05:54:26 ART


Hi Group

If a question tells you to configure FR on R2, R4, R5, R6 (making R2 as the
HUB)
one subnet is only allowed 150.50.10.0/24, futher subnetting not
allowed....& NO sub-interfaces......

& tells you to run OSPF over Backbone (area0)

what i did was................................................
R2
interface Serial0/0/0
 ip address 150.50.10.2 255.255.255.0
 encapsulation frame-relay
 ip ospf priority 255
 clock rate 128000
 frame-relay de-group 1 204
 frame-relay de-group 1 205
 frame-relay de-group 1 206
 frame-relay map ip 150.50.10.4 204 broadcast
 frame-relay map ip 150.50.10.5 205 broadcast
 frame-relay map ip 150.50.10.6 206 broadcast
 no frame-relay inverse-arp

R2
 router ospf 1
 router-id 150.50.2.2
 log-adjacency-changes
 area 1 nssa default-information-originate
 network 150.50.2.2 0.0.0.0 area 0
 network 150.50.10.2 0.0.0.0 area 0
 network 150.50.12.2 0.0.0.0 area 1
 neighbor 150.50.10.4
 neighbor 150.50.10.5
 neighbor 150.50.10.6

1. configured FR Hub& Spoke---------> no issue

2, configured ospf via the default "non-broadcast" network type....and added
the neighbor statements(on R2 ) to get the ospf running

but the solution says......> to use the " ip ospf network
point-to-multipoint" i know this works too....

but will i loose points configuring it the other way ?? (with neighbors on
the Hub router ? )

your comments are most welcome!!!

reg
Dishan



This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:56 ART