the mission is to build the topology test p2p ip connectivity then:
step 2 is adding ospf and testing connectivity…
step 3 is making it a full blown mpls vpn… add mpls ONLY to p’s and pe interfaces connecting to p’s..
have fun
ce1a
int lo0
ip add 10.1.1.1 255.255.255.255
int f0/0
ip add 172.16.1.2 255.255.255.0
no shut
ce1b
int lo0
10.1.2.1 255.255.255.255
int f0/1
ip add 192.168.1.2 255.255.255.0
no shut
pe1
int lo0
ip add 11.0.0.1 255.255.255.255
int f0/0
ip add 172.16.1.1 255.255.255.0
no shut
int f0/1
ip add 192.168.1.1 255.255.255.0
no shut
int f1/0
ip add 11.1.1.1 255.255.255.0
no shut
int f1/1
ip add 11.1.2.1 255.255.255.0
no shut
p1
int lo0
ip add 11.0.0.3 255.255.255.255
int f1/0
ip add 11.1.1.2 255.255.255.0
no shut
int f2/0
ip add 11.1.3.2 255.255.255.0
no shut
int f2/1
ip add 11.1.5.1 255.255.255.0
no shut
p2
int lo0
ip add 11.0.0.4 255.255.255.255
int f1/1
ip add 11.1.2.2 255.255.255.0
no shut
int f0/0
ip add 11.1.4.2 255.255.255.0
no shut
int f2/1
ip add 11.1.5.2 255.255.255.0
no shut
pe2
int lo0
ip add 11.0.0.2 255.255.255.255
int f0/0
ip add 11.1.4.1 255.255.255.0
no shut
int f0/1
ip add 172.16.2.1 255.255.255.0
no shut
int f1/0
ip add 192.168.2.1 255.255.255.0
no shut
int f2/0
ip add 11.1.3.1 255.255.255.0
no shut
ce2a
int lo0
ip add 10.1.3.1 255.255.255.255
int f0/1
ip add 172.16.2.2 255.255.255.0
no shut
ce2b
int lo0
ip add 10.1.4.1 255.255.255.255
int f1/0
ip add 192.168.2.2 255.255.255.0
no shut