route propogation using OSPF in a network

Posted by liv2hak on Server Fault See other posts from Server Fault or by liv2hak
Published on 2012-09-29T22:29:47Z Indexed on 2012/09/30 3:39 UTC
Read the original article Hit count: 497

Filed under:
|
|
|
|

I am using Juniper J-series routers to emulate a small telco and VPN customer.The internal routing will be configured with OSPF,MPLS including a default and backup path,RSVP for distributing labels withing the telco,OSPF for distributing routes from the customer edge (CE) routers to the VRF's in the adjacent PE's and finally iBGP for distributing customer routes between VRF's in different PEs. The topology of the network is shown below.

enter image description here

The  Addressing scheme for the network is as follows.

UOW-TAU
*******
      ge-0/0/0         192.168.3.1

TAU-PE1
*******
      ge-0/0/0         10.0.1.0
      ge-0/0/1         10.0.2.0
      ge-0/0/2         192.168.3.2

TAU-P1
******
      ge-0/0/0         172.16.1.0
      ge-0/0/1         172.16.3.1
      ge-0/0/2         10.0.2.2

HAM-P1
******
      ge-0/0/0         172.16.3.2
      ge-0/0/1         172.16.2.1
      ge-0/0/3         10.0.3.2

ACK-P1
******
      ge-0/0/0         172.16.1.2
      ge-0/0/2         172.16.2.2
      ge-0/0/3         10.0.1.2

HAM-PE1
*******
      ge-0/0/0         10.0.3.1
      ge-0/0/2         192.168.4.2

UOW-HAM
*******
      ge-0/0/0         192.168.4.1

I also set up loopback address for each node.

I want to setup OSPF so that path to each internal subnet and router loopback address is propogated to all PE and P nodes.I also want to select a single area for PE and P nodes,and on each node I should add each interface that should be propogated. How do I accomplish this.? With my understanding below is the procedure to achieve this.Is the below explanation correct?

I set up OSPF on UOW-TAU ge-0/0/0 interface and ge-0/0/1 interface and UOW-HAM ge-0/0/0 interface and ge-0/0/1 interface.

let me call this Area 100.

Once I have done this I should be able to reach each node from others using ping and traceroute.

Any help is highly appreciated.

© Server Fault or respective owner

Related posts about juniper

Related posts about bgp