Cisco Exam Questions

Click on the host computer to start the simulation.

SIMULATION
Network Topology Exhibit

Certkiller .com is a stock broker service that is using EIGRP AS 1 as the IGP in its network. Certkiller .com has decided to establish connectivity between the New York site and the Los Angeles site. NiceNet, a service provider, has been selected by Certkiller .com to provide the connectivity between the two sites. For this implementation NiceNet is using a MPLS VPN solution. NiceNet has already established MPLS connectivity between all of its PE routers. MPBGP connectivity has also been established on all PE routers. Certkiller .com has successfully completed all necessary tasks on the CE routers, and NiceNet has successfully completed all necessary MPLS VPN configuration tasks on PE12. Your task is to successfully complete the implementation of the VPN connection by configuring the MPLS VPN on PE11 using the following information:
Privileged mode password: Certkiller
EIGRP is to be used as the PE – CE protocol for the VPN MPBGP is being used to propagate VPN routing information between PE routers. The interface supporting the Certkiller .com is Serial 0/0.101 and will have an IP address of 150.1.119.18 255.255.255.240
The following has been assigned to Certkiller .com’s VPN:
The VRF_name is Certkiller _22
The RD is 22:10.
The route target for import is 21:10.
The route target for export is 21:10.
Configure EIGRP between CE11A and PE11 using AS number 10. Redistribute from BGP to EIGRP AS 10 using a metric string of 10000 100 255 1 1500.
Redistribute from EIGRP AS 10 to BGP using metric string of 1. VPN is operational when you see the routes for both the local (10.1.11.0) and the remote (10.1.12.0) sites in the VRF routing table.
Click on the host computer to start the simulation.

A.

B.

C.

D.

Explanation:
ip cef
ip vrf Certkiller _22
rd 22:10
route-target import 21:10
route-target export 21:10
OR
route-target both 21:10
interfaceserial0/0.101
ip vrf forwarding Certkiller _22
ip address 150.1.119.18 255.255.255.240
Router bgp ‘as number’
Address-family vpnv4
Address-family ipv4 vrf Certkiller _22
Neighbour x.x.x.x remote-as ‘as number’ activate
Redistribute eigrp metric 1
router eigrp 10
address-family ipv4 vrf Certkiller _22
Network 10.1.11.0
Network 10.1.12.0
redistribute bgp ‘as number’
default-metric 10000 100 255 1 1500
autonomous-system ‘as number’