Published by admin on 13 Jul 2008 at 07:51 pm
MPLS Task 5-1
*****************************************************
* CE11A *
*****************************************************
conf t
no router eigrp 1
router ospf 1
network 10.1.11.16 0.0.0.15 area 1
network 10.1.11.49 0.0.0.0 area 0
network 150.1.0.0 0.0.255.255 area 0
exit
exit
copy run start
*****************************************************
* CE11B *
*****************************************************
conf t
no router rip
router ospf 2
network 10.2.11.16 0.0.0.15 area 1
network 10.2.11.49 0.0.0.0 area 0
network 150.1.0.0 0.0.255.255 area 0
exit
exit
copy run start
*****************************************************
* CE12A *
*****************************************************
conf t
no router rip
router ospf 1
network 10.1.12.16 0.0.0.15 area 1
network 10.1.12.49 0.0.0.0 area 0
network 150.1.0.0 0.0.255.255 area 0
exit
exit
copy run start
*****************************************************
* CE12B *
*****************************************************
conf t
no router eigrp 1
router ospf 2
network 10.2.12.16 0.0.0.15 area 1
network 10.2.12.49 0.0.0.0 area 0
network 150.1.0.0 0.0.255.255 area 0
exit
exit
copy run start
*****************************************************
* PE11 *
*****************************************************
conf t
router eigrp 1
no address-family ipv4 vrf CustA
no router rip
router ospf 1 vrf CustA
network 150.1.0.0 0.0.255.255 area 0
redistribute bgp 65001 subnets
exit
router ospf 2 vrf CustB
network 150.1.0.0 0.0.255.255 area 0
redistribute bgp 65001 subnets
exit
router bgp 65001
address-family ipv4 vrf CustA
no redistribute eigrp 1
redistribute ospf 1
exit
address-family ipv4 vrf CustB
no redistribute rip
redistribute ospf 2
exit
exit
exit
copy run start
*****************************************************
* PE12 *
*****************************************************
conf t
router eigrp 1
no address-family ipv4 vrf CustB
no router rip
router ospf 1 vrf CustA
network 150.1.0.0 0.0.255.255 area 0
redistribute bgp 65001 subnets
exit
router ospf 2 vrf CustB
network 150.1.0.0 0.0.255.255 area 0
redistribute bgp 65001 subnets
exit
router bgp 65001
address-family ipv4 vrf CustA
no redistribute rip
redistribute ospf 1
exit
address-family ipv4 vrf CustB
no redistribute eigrp 1
redistribute ospf 2
exit
exit
exit
copy run start