cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
596
Views
0
Helpful
3
Replies

Questions for MPLS 2 labels on PE routers

gongya001
Level 1
Level 1

 

MP-BGP-Labels.JPG

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 !!

2 Accepted Solutions

Accepted Solutions

insideshell
Level 1
Level 1

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

View solution in original post

You're welcome! I'm glad I could help.

View solution in original post

3 Replies 3

insideshell
Level 1
Level 1

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

thanks a lot !!

You're welcome! I'm glad I could help.
Review Cisco Networking products for a $25 gift card