10-2 - Troubleshoot PE-to-PE Connectivity Flashcards
T/F: 6VPE requires support for IPv6 unicast inside each VPN routing and forwarding instance (VRF). Make sure that you are using a separate VRF for each IPv6-enabled end customer.
True
IOS-XR Command:
show vrf [vrf-name] detail
Show the VRF details, including RTs, RD, interfaces, and more.
IOS-XE Command:
show vrf detail [vrf-name]
Show the VRF details, including RTs, RD, interfaces, and more.
IOS-XR Command:
show running-config router bgp 65000
Show the running config of the BGP process
IOS-XE Command:
show running-config | section router bgp 65000
Show the running config of the BGP process
IOS-XR Command:
show bgp vpnv6 unicast summary
display a summary of BGP neighbors, including status, received number of routes, and more.
IOS-XE Command:
show bgp all summary
display a summary of BGP neighbors, including status, received number of routes, and more.
IOS-XE Command:
show bgp vpnv6 unicast vrf [vrf-name]
display the BGP topology table for each VRF of interest that you must troubleshoot
IOS-XR Command:
show bgp vpnv6 unicast vrf vrf-name
display the BGP topology table for each VRF of interest that you must troubleshoot
IOS-XE Command:
show bgp vpnv6 unicast vrf [vrf-name] [ipv6-prefix/mask]
With this command, you can look for detailed information in the BGP table for address-family VPNv6 for a specific VRF and discover the local label that this PE router has assigned and advertised to remote PEs
IOS-XR Command:
show bgp vpnv6 unicast vrf [vrf-name] [ipv6-prefix/mask]
With this command, you can look for detailed information in the BGP table for address-family VPNv6 for a specific VRF and discover the local label that this PE router has assigned and advertised to remote PEs
What is true about issues with IPv6 VPN over MPLS (6VPE)?
A. 6VPE is not supported in an MPLS IPv4-signaled core.
B. Routing with PE and P devices is typically performed by the IPv6 protocol.
C. The ingress PE uses MPLS to tunnel IPv6 packets to the egress PE.
D. The P devices in the core are aware of the VPN routes.
C