SIMULATION
Network Topology Exhibit
You are a CCNA, CCNP and CCSP certified network technician at Certkiller .com. Indigo IT company is a client of Certkiller .com. Indigo IT company is a stock broker service that is using EIGRP AS 1 as the IGP in its network. Furthermore Indigo IT company has decided to establish connectivity between the two sites. For this Implementation Certkiller .com is using a MPLS VPN solution. Certkiller .com has already established MPLS connectivity between all of its PE routers. MPBGP connectivity has also been established on all Certkiller routers. Indigot IT company has successfully completed all necessary tasks on the CE routers, and Certkiller .com has successfully completed all necessary MPLS VPN configuration tasks on Certkiller 12. Your task is to successfully complete the implementation of the VPN connection by configuring the MPLS VPN on Certkiller 11 using the following information:
Privileged mode password: Certkiller
EIGRP is to be used the Certkiller -CE protocol for the VPN. MPBGP is being used to propagate VPN routing information between the Certkiller routers.
The interface supporting the Indigo Company is Serial0/0 and will have an IP address of 150.1.244.18 255.255.255.240.
The following has been assigned to Indigo’s VPN:
The VRP name is Customer_6
The RD is 6:10
The route target for import is 14:10.
The route target for export is 14:10.
Configure EIGRP between CE11A and Certkiller 11 using AS number 10. Redistribute from BGP to EIGRP AS 10 using metric string of 10000 100 255 1 1500.
Redistribute from EIGRP AS 10 to BGP using a metric of 1. VPN is operational when you can see routes for both the local (10.1.11.10) and the remote (10.1.12.0) sites in the VRF routing table.
Start the simulator by clicking on the host computer?
A.
B.
C.
D.
Explanation:
ip cef !!!!was already configured!
ip vrf Customer_6
rd 6:10
route-target both 14:10
interface serial 0/0
ip vrf forwarding Customer_6
ip-address 150.1.244.18 255.255.255.240
router bgp xyz
address-family vpnv4
address-family ipv4 vrf Customer_6
neighbor x.x.x.x remote-as 10
redistribute eigrp 10 metric 1
router eigerp 1
address-family ipv4 vrf Customer_6
autonomous-system 10
network 10.1.11.0
network 10.1.12.0
redistribute bgp xyz
default-metric 10000 100 255 1 1500