350-501 · Question #18
When configuring traffic engineering tunnels in Cisco MPLS core network, you see the traffic is not taking the expected path in the core. Which command do you use to quickly check path of a TE tunnel?
The correct answer is C. show mpls traffic-engineering tunnels. To quickly verify the operational path of a Traffic Engineering (TE) tunnel in a Cisco MPLS core network, the show mpls traffic-engineering tunnels command is used.
Question
When configuring traffic engineering tunnels in Cisco MPLS core network, you see the traffic is not taking the expected path in the core. Which command do you use to quickly check path of a TE tunnel?
Options
- Atraceroute mpls ipv4 <tunnel destination>
- Bping <tunnel destination IP>
- Cshow mpls traffic-engineering tunnels
- Dtraceroute <tunnel destination IP>
How the community answered
(50 responses)- A2% (1)
- B4% (2)
- C92% (46)
- D2% (1)
Why each option
To quickly verify the operational path of a Traffic Engineering (TE) tunnel in a Cisco MPLS core network, the `show mpls traffic-engineering tunnels` command is used.
The `traceroute mpls ipv4` command traces the MPLS forwarding path to a destination IP, but it does not specifically display the configured and operational path of an MPLS Traffic Engineering tunnel itself.
The `ping` command only verifies reachability to a destination IP address and does not provide any information about the path taken or the TE tunnel's operational status.
The `show mpls traffic-engineering tunnels` command provides detailed information about all MPLS TE tunnels, including their operational status, configured path, actual path taken, and associated statistics. This output is essential for troubleshooting and verifying the expected traffic flow through the core network via TE tunnels.
The standard `traceroute` command traces the IP forwarding path and does not provide MPLS-specific path information or details about TE tunnels.
Concept tested: MPLS TE tunnel path verification
Source: https://www.cisco.com/c/en/us/td/docs/iosxr/asr9000/mpls/611/configuration/guide/b-mpls-te-cg-asr9000-611/b-mpls-te-cg-asr9000-611_chapter_010.html
Topics
Community Discussion
No community discussion yet for this question.