RE: OSPF and NBMA

From: Paglia, John (USPC.PCT.Hopewell) (JPaglia@NA2.US.ML.com)
Date: Wed Sep 11 2002 - 17:04:36 GMT-3


Well, when I've done practices, I have done many scenarios where I set
priority of 100 on the hub on the int. and 'neigh xxx prior 1' under router
ospf config, and 'neigh xxx' under the spoke router config, the neighbor
association would take place (although slow to initialize) and naturally
since you are doing this using a routing protocol, the spokes could
communicate. Now if you weren't using ospf, it would be a different issue
altogether. But this will definately fill his criteria of needing
reachibility btwn. the routers without using map statements.

Am I misunderstanding the situation?

ex:
r2 (hub)
router ospf 1
 log-adjacency-changes
 network 135.1.2.0 0.0.0.255 area 1
 network 135.1.7.0 0.0.0.31 area 1
 network 135.1.22.0 0.0.0.63 area 2
 network 135.1.28.0 0.0.3.255 area 0
 neighbor 135.1.7.5 priority 1
 neighbor 135.1.7.1 priority 1

interface Serial0
 ip address 135.1.7.2 255.255.255.240
 ip ospf priority 100

r5 (spoke)
router ospf 1
 network 135.1.1.0 0.0.0.255 area 1
 network 135.1.7.0 0.0.0.15 area 1
 neighbor 135.1.7.2 priority 100
 default-metric 64

r1 (spoke)
router ospf 1
 network 135.1.1.0 0.0.0.255 area 1
 network 135.1.7.0 0.0.0.15 area 1
 neighbor 135.1.7.2 priority 100
 default-metric 64

Pags

> -----Original Message-----
> From: Brian Dennis [SMTP:brian@5g.net]
> Sent: Tuesday, September 10, 2002 11:16 PM
> To: 'Paglia, John (USPC.PCT.Hopewell)'; ccielab@groupstudy.com
> Subject: RE: OSPF and NBMA
>
> Pags,
> How is setting the OSPF priority and using the OSPF neighbor command
> going to fix the issue with spokes trying to communicate with other
> spokes without frame-relay mappings?
>
> Brian Dennis, CCIE #2210 (R&S/ISP Dial)
>
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> Paglia, John (USPC.PCT.Hopewell)
> Sent: Tuesday, September 10, 2002 7:40 PM
> To: ccielab@groupstudy.com
> Subject: RE: OSPF and NBMA
>
> OSPF Priorities should allow ospf neighbors to be created without use of
> map
> statements.
>
> Pags
>
> > -----Original Message-----
> > From: Angelo De Guzman [SMTP:ghie_pogi@yahoo.com]
> > Sent: Tuesday, September 10, 2002 9:30 PM
> > To: ccielab@groupstudy.com
> > Subject: OSPF and NBMA
> >
> > To All,
> >
> > R1 R2 R3 R4 ---- R6
> > \ \ / /
> > \ \ / /
> > \ \ / /
> > R5
> >
> > This is a Hub and spoke topology. Wanted to have
> > reachability to all network. Frame-relay cloud is in
> > area 0. R1 has another area w/c is 1 and R2 has 2 and
> > so on. I don't want to use frame-relay map to reach
> > the other spokes. I need to solve this problem via
> > Layer 3.
> > Any ideas?
> > Thanks,
> > Angelo De Guzman
> >
> > __________________________________________________
> > Yahoo! - We Remember
> > 9-11: A tribute to the more than 3,000 lives lost
> > http://dir.remember.yahoo.com/tribute



This archive was generated by hypermail 2.1.4 : Mon Oct 07 2002 - 07:43:49 GMT-3