350-501 · Question #377
350-501 Question #377: Real Exam Question with Answer & Explanation
The correct answer is C: traceroute mpls multipath ipv4 10.10.10.4 255.255.255.255 verbose. To perform MPLS OAM for all same-cost paths and retrieve detailed next-hop IP information, the traceroute mpls command must include both the multipath and verbose keywords.
Question
Refer to the exhibit. The network engineer is performing end-to-end MPLS path testing with these conditions: - Users must perform MPLS OAM for all available same-cost paths from R1 to R4. - Traceroute operations must return all of the next-hop IP details. Which configuration meets these requirements?
Options
- Atraceroute mpls ipv4 10.10.10.4 255.255.255.255 verbose
- Btraceroute mpls multipath ipv4 10.10.10.4 255.255.255.255
- Ctraceroute mpls multipath ipv4 10.10.10.4 255.255.255.255 verbose
- Dtraceroute mpls ipv4 10.10.10.4 255.255.255.255 source 10.10.10.1
Explanation
To perform MPLS OAM for all same-cost paths and retrieve detailed next-hop IP information, the traceroute mpls command must include both the multipath and verbose keywords.
Common mistakes.
- A. This command includes the
verboseoption for detailed output but lacks themultipathkeyword, meaning it will only trace one path to the destination, not all available same-cost paths. - B. This command includes the
multipathoption to discover all same-cost paths but omits theverbosekeyword, which means it will not provide the required 'all of the next-hop IP details' in its output. - D. This command specifies a source interface but lacks both the
multipathkeyword to find all same-cost paths and theverbosekeyword for detailed next-hop information, thus failing to meet either of the specified requirements.
Concept tested. MPLS OAM traceroute options
Topics
Community Discussion
No community discussion yet for this question.