Which forwarding table designation is used to indicate that load balancing is working correctly?
A.
ucst
B.
msct
C.
ulst
D.
mlst
Which forwarding table designation is used to indicate that load balancing is working correctly?
Which forwarding table designation is used to indicate that load balancing is working correctly?
A.
ucst
B.
msct
C.
ulst
D.
mlst
user@R1> show route forwarding-table destination 10.0.90.14
Routing table: inet
Internet:
Destination Type RtRef Next hop Type Index NhRef Netif
10.0.90.14/32 user 0 ulst 262144 2
10.0.12.14 Push 100688 fe-0/1/0.0
10.0.12.14 Push 100656 fe-0/1/0.0
10.0.12.14 Push 100672 fe-0/1/0.0
10.0.12.14 Push 100704 fe-0/1/0.0
Correct answer
C.
To verify load balancing after configuration, issue the command “show route forwarding-table destination” to get the list of unicast next hops. The unicast (ucst) next hops are listed following ulst (unilist) in the type field. The command is usually issued on transit routers in MPLS network.
If you do not see the ulst, that means that the load balancing is not working, that is to say there are no multiple next hops to balance the traffic, but if there are more than one next hops, then ulst must first show on the type field before the ucst’s are listed.
Final answer is C, ulst.