Published by admin on 13 Jul 2008 at 05:51 pm
MPLS Task 4-1
*****************************************************
* CE11A *
*****************************************************
conf t
no router rip
router eigrp 1
network 10.0.0.0
network 150.1.0.0
no auto-summary
exit
exit
copy run start
*****************************************************
* CE12B *
*****************************************************
conf t
no router rip
router eigrp 1
network 10.0.0.0
network 150.1.0.0
no auto-summary
exit
exit
copy run start
*****************************************************
* PE11 *
*****************************************************
conf t
router rip
no address-family ipv4 vrf CustA
router eigrp 1
address-family ipv4 vrf CustA
autonomous-system 1
redistribute bgp 65001 metric 10000 100 255 1 1500
network 150.1.0.0
no auto-summary
exit-address-family
router bgp 65001
address-family ipv4 vrf CustA
no redistribute rip
redistribute eigrp 1 metric 1
no auto-summary
no synchronization
exit-address-family
exit
exit
copy run start
*****************************************************
* PE12 *
*****************************************************
conf t
router rip
no address-family ipv4 vrf CustB
router eigrp 1
address-family ipv4 vrf CustB
autonomous-system 1
redistribute bgp 65001 metric 10000 100 255 1 1500
network 150.1.0.0
no auto-summary
exit-address-family
router bgp 65001
address-family ipv4 vrf CustB
no redistribute rip
redistribute eigrp 1 metric 1
no auto-summary
no synchronization
exit-address-family
exit
exit
copy run start
*****************************************************
* CE21A *
*****************************************************
conf t
no router rip
router eigrp 1
network 10.0.0.0
network 150.1.0.0
no auto-summary
exit
exit
copy run start
*****************************************************
* CE22B *
*****************************************************
conf t
no router rip
router eigrp 1
network 10.0.0.0
network 150.1.0.0
no auto-summary
exit
exit
copy run start
*****************************************************
* PE21 *
*****************************************************
conf t
router rip
no address-family ipv4 vrf CustA
router eigrp 1
address-family ipv4 vrf CustA
autonomous-system 1
redistribute bgp 65001 metric 10000 100 255 1 1500
network 150.1.0.0
no auto-summary
exit-address-family
router bgp 65001
address-family ipv4 vrf CustA
no redistribute rip
redistribute eigrp 1 metric 1
no auto-summary
no synchronization
exit-address-family
exit
exit
copy run start
*****************************************************
* PE22 *
*****************************************************
conf t
router rip
no address-family ipv4 vrf CustBno auto-summary
router eigrp 1
address-family ipv4 vrf CustB
autonomous-system 1
redistribute bgp 65001 metric 10000 100 255 1 1500
network 150.1.0.0
no auto-summary
exit-address-family
router bgp 65001
address-family ipv4 vrf CustB
no redistribute rip
redistribute eigrp 1 metric 1
no auto-summary
no synchronization
exit-address-family
exit
exit
copy run start