PrepAway - Latest Free Exam Questions & Answers

Which operational command can verify load balancing?

Which operational command can verify load balancing?

PrepAway - Latest Free Exam Questions & Answers

A.
show route details

B.
show route table inet.0 extensive

C.
show route forwarding-table family inet

D.
show configuration forwarding-options

Explanation:
Verify That Load Balancing Is Working

Purpose

After configuring load balancing, check that traffic is load-balanced equally across paths. In this section, the command output reflects the load-balancing configuration of the example network shown in Figure 10. The clear commands are used to reset LSP and interface counters to zero so that the values reflect the operation of the load-balancing configuration.

Action
To verify load balancing across interfaces and LSPs, use the following command on the ingress router:
user@host# show configuration
To verify load balancing across interfaces and LSPs, use the following commands on a transit router:
user@host# show route
user@host# show route forwarding-table
user@host# show mpls lsp statistics
user@host# monitor interface traffic
user@host# clear mpls lsp statistics
user@host# clear interface statistics

Sample Output

The following sample output is for the configuration on ingress router R1:

user@R1> show configuration | no-more
[…Output truncated…]
routing-options {
[…Output truncated…]
forwarding-table {
export lbpp;
}
}
[…Output truncated…]
policy-options {
policy-statement lbpp {
then {
load-balance per-packet;
}
}
}

Meaning
The sample output for the show configuration command on ingress router R1 shows that load balancing is correctly configured with the lbpp policy statement. Also, the lbpp policy is exported into the forwarding table at the [edit routing-options] hierarchy level.


Leave a Reply