06-10-2020 09:37 PM
This is a packet for icmp through MPLS. It is captured on PE.
The top label is assigned by the next hop router in the core, the second label is assigned by the remote PE.
For the first label, I can verify it in LIB on the next hop router. Where can I find the second label on the remote PE, also what packet should include the second label if I capture the traffic ?
thanks a lot !!
Solved! Go to Solution.
06-11-2020 01:18 AM - edited 06-11-2020 01:24 AM
Your capture looks like the data plane of a BGP/MPLS IP VPN (RFC 4364). I think you should be able to see the VPN label using this command on the PE:
#show bgp vrf [YOUR-VRF] 6.6.6.6
(...)
Received Label: 18 # for an imported VPN route
#show bgp vrf [YOUR-VRF] 1.1.1.1
(...)
Local Label: ?? # for an originated VPN route
06-11-2020 08:27 AM
06-11-2020 01:18 AM - edited 06-11-2020 01:24 AM
Your capture looks like the data plane of a BGP/MPLS IP VPN (RFC 4364). I think you should be able to see the VPN label using this command on the PE:
#show bgp vrf [YOUR-VRF] 6.6.6.6
(...)
Received Label: 18 # for an imported VPN route
#show bgp vrf [YOUR-VRF] 1.1.1.1
(...)
Local Label: ?? # for an originated VPN route
06-11-2020 07:19 AM
thanks a lot !!
06-11-2020 08:27 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide