350-501 • Practice Test 26
Free 350-501 practice test — 15 questions with explanations. Set 26. No signup required.
A customer reports that CE routers attached to PE1 and PE2 in the same VRF cannot ping each other. Based on the exhibit, what is the most likely cause?
Refer to the exhibit. PE1 configuration: router bgp 65000 neighbor 10.0.0.2 remote-as 65000 neighbor 10.0.0.2 update-source Loopback0 ! address-family vpnv4 neighbor 10.0.0.2 activate neighbor 10.0.0.2 send-community extended exit-address-family ! ip vrf CUSTOMER_A rd 65000:1 route-target export 65000:100 route-target import 65000:100 ! interface GigabitEthernet0/0/0/0 ip vrf forwarding CUSTOMER_A ip address 192.168.1.1 255.255.255.0 ! PE2 configuration: router bgp 65000 neighbor 10.0.0.1 remote-as 65000 neighbor 10.0.0.1 update-source Loopback0 ! address-family vpnv4 neighbor 10.0.0.1 activate neighbor 10.0.0.1 send-community extended exit-address-family ! ip vrf CUSTOMER_A rd 65000:1 route-target export 65000:100 route-target import 65000:100 ! interface GigabitEthernet0/0/0/0 ip vrf forwarding CUSTOMER_A ip address 192.168.2.1 255.255.255.0 !