In this post I will configure OSPF as the PE to CE routing protocol. You can see the drawing below. Notice that for this post I will use the same proces-id’s between te PE’s and CE’s (PID 10).
The domain-id is derived from the proces-id but can also be manually set (More on this in the next post).
- When the domain-id’s match between the PE and CE’s like on the drawing below OSPF routes will show up as inter-area routes.
- When the domain-id’s do not match between the PE and CE’s like the drawing in the next post, OSPF routes will show up as external routes.

Below the coniguration that goes with the drawing (I am only going to show the configuration for VPN_A again since the configuration for VPN_B is the same) :
Router R3 :
R3 :
|
Router R7 :
R7 :
|
Router R6 :
R6 :
|
Router R11 :
R11 :
|
Below the “show ip route” output on router R11 and R7 :
R7 and R11 :
|
As you can see external routes remain external and the routes from VPN site 1 show up as inter-area routes on VPN site 2.
In the next post I will configure OSPF as PE to CE routing protocol with different proces-id’s.