In your RSVP network you have configured three separate LSPs to the same egress address. You have made no other configuration changes to the forwarding decisions made by the router.Which commands can you use to determine which LSP is being used to forward packets?
A.
show route table inet.3
B.
show route table inet.4
C.
show rsvp neighbor
D.
show rsvp session
Hi
I would say answer is “A”
Right answer is A
Because inet.4 is for Multicast
Table inet.3
contains the egress IP address of a MPLS label switched path (LSP).
Table inet.4
The inet.4 routing table stores information learned using the Multicast Source Discovery Protocol (MSDP).
So
A should be correct.
Right