Valid JN0-649 Dumps shared by ExamDiscuss.com for Helping Passing JN0-649 Exam! ExamDiscuss.com now offer the newest JN0-649 exam dumps, the ExamDiscuss.com JN0-649 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com JN0-649 dumps with Test Engine here:
A user is attempting to watch a high-definition video being streamed from the media server over the network. However, the user complains that the experienced video quality is poor. While logged on to router B, a Juniper Networks device, you notice that video packets are being dropped. In this scenario, what would solve this problem?
Correct Answer: A
When video packets are being dropped, and the network is configured to use the expedited-forwarding forwarding class, it typically indicates that the scheduler assigned to this class does not have sufficient bandwidth to handle the traffic. Adjusting the scheduler to allocate more bandwidth to the expedited-forwarding class will ensure that video packets are transmitted without being dropped. Steps: * Identify the scheduler map: First, identify the scheduler map that is applied to the interfaces. This can be done using the following command: shell Copy code show configuration class-of-service scheduler-maps * Adjust the scheduler: Modify the scheduler for the expedited-forwarding forwarding class to support a higher transmit rate. You can edit the scheduler configuration to increase the bandwidth allocated. Example: shell Copy code set class-of-service schedulers expedited-forwarding transmit-rate percent 30 * Apply the configuration: Apply the modified scheduler to the interfaces using the following commands: shell Copy code set class-of-service interfaces ge-0/0/0 scheduler-map <scheduler-map-name> set class-of-service interfaces ge-0/0/1 scheduler-map <scheduler-map-name> commit References: * Useful Juniper Commands.txt * Tech Ops Managed Router Juniper Install Guide