Published by admin on 12 Jul 2008 at 09:40 pm
MPLS Task 3-2
*****************************************************
* PE11 *
*****************************************************
conf t
ip vrf CustA
rd 101:10
route-target both 101:10
ip vrf CustB
rd 102:20
route-target both 102:20
interface s1/0.101
ip vrf forwarding CustA
ip address 150.1.11.18 255.255.255.240
interface s1/0.102
ip vrf forwarding CustB
ip address 150.1.11.34 255.255.255.240
router rip
version 2
address-family ipv4 vrf CustA
network 150.1.0.0
no auto-summary
redistribute bgp 65001 metric transparent
address-family ipv4 vrf CustB
network 150.1.0.0
no auto-summary
redistribute bgp 65001 metric transparent
router bgp 65001
address-family ipv4 vrf CustA
no auto-summary
redistribute rip
exit
address-family ipv4 vrf CustB
no auto-summary
redistribute rip
exit
exit
exit
copy run start
*****************************************************
* PE12 *
*****************************************************
conf t
ip vrf CustA
rd 101:10
route-target both 101:10
ip vrf CustB
rd 102:20
route-target both 102:20
interface s1/0.101
ip vrf forwarding CustA
ip address 150.1.12.18 255.255.255.240
interface s1/0.102
ip vrf forwarding CustB
ip address 150.1.12.34 255.255.255.240
router rip
version 2
address-family ipv4 vrf CustA
network 150.1.0.0
no auto-summary
redistribute bgp 65001 metric transparent
address-family ipv4 vrf CustB
network 150.1.0.0
no auto-summary
redistribute bgp 65001 metric transparent
router bgp 65001
address-family ipv4 vrf CustA
no auto-summary
redistribute rip
exit
address-family ipv4 vrf CustB
no auto-summary
redistribute rip
exit
exit
exit
copy run start
*****************************************************
* PE21 *
*****************************************************
conf t
ip vrf CustA
rd 101:10
route-target both 101:10
ip vrf CustB
rd 102:20
route-target both 102:20
interface s1/0.101
ip vrf forwarding CustA
ip address 150.2.21.18 255.255.255.240
interface s1/0.102
ip vrf forwarding CustB
ip address 150.2.21.34 255.255.255.240
router rip
version 2
address-family ipv4 vrf CustA
network 150.2.0.0
no auto-summary
redistribute bgp 65001 metric transparent
address-family ipv4 vrf CustB
network 150.2.0.0
no auto-summary
redistribute bgp 65001 metric transparent
router bgp 65001
address-family ipv4 vrf CustA
no auto-summary
redistribute rip
exit
address-family ipv4 vrf CustB
no auto-summary
redistribute rip
exit
exit
exit
copy run start
*****************************************************
* PE22 *
*****************************************************
conf t
ip vrf CustA
rd 101:10
route-target both 101:10
ip vrf CustB
rd 102:20
route-target both 102:20
interface s1/0.101
ip vrf forwarding CustA
ip address 150.2.22.18 255.255.255.240
interface s1/0.102
ip vrf forwarding CustB
ip address 150.2.22.34 255.255.255.240
router rip
version 2
address-family ipv4 vrf CustA
network 150.2.0.0
no auto-summary
redistribute bgp 65001 metric transparent
address-family ipv4 vrf CustB
network 150.2.0.0
no auto-summary
redistribute bgp 65001 metric transparent
router bgp 65001
address-family ipv4 vrf CustA
no auto-summary
redistribute rip
exit
address-family ipv4 vrf CustB
no auto-summary
redistribute rip
exit
exit
exit
copy run start