MPLS OSPF L3 VPN and SHAM links
Building this lab on our previous lab we will run OSPF between PE and CE and we will see how the OSPF process number on the PE affects the type of routes advertised to the CE We will also see how to setup sham links in mpls environment and why they are used. Configuration: R1 interface Loopback0 ip address 1.1.1.1 255.255.255.0 ! interface FastEthernet0/0 ip address 10.1.12.1 255.255.255.0 interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! router ospf 1 router-id 1.1.1.1 net 0.0.0.0 0.0.0.0 area 0 R2 ip vrf CUST_A rd 2.2.2.2:1 route-target export 1:1 route-target import 1:1 interface Loopback0 ip address 2.2.2.2 255.255.255.255 interface FastEthernet0/0 ip vrf forwarding CUST_A ip address 10.1.12.2 255.255.255.0 interface FastEthernet0/1 ip address 10.1.23.2 255.255.255.0 mpls ip router ospf 1 log-adjacency-changes network 10.1.12.2 0.0.0.0 area 0 router bgp 100 no bgp default ipv4-unicast bgp log-ne