Juniper
JN0-694 · Question #29
JN0-694 Question #29: Real Exam Question with Answer & Explanation
Sign in or unlock JN0-694 to reveal the answer and full explanation for question #29. The question stem and answer options stay visible for context.
Question
Traffic with the IP precedence value af21 ingresses the router and should be rewritten with the same value as it egresses; however, this traffic is rewritten to a different value. user@router# show class-of-service classifiers { inet-precedence ipp-test { import default; forwarding-class best-effort { loss-priority low code-points be; } forwarding-class expedited-forwarding { loss-priority low code-points af21; } forwarding-class assured-forwarding { loss-priority low code-points af11; } forwarding-class network-control { loss-priority low code-points nc1; } } } interfaces { ge-* { scheduler-map map-test; unit * { classifiers { inet-precedence ipp-test; } rewrite-rules { inet-precedence ipp-rw-test; inet-precedence default; } } } } ... rewrite-rules { inet-precedence ipp-rw-test { forwarding-class best-effort { loss-priority low code-point be; loss-priority high code-point af21; } forwarding-class expedited-forwarding { loss-priority high code-point af21; loss-priority low code-point be; } forwarding-class assured-forwarding { loss-priority low code-point af11; loss-priority high code-point af11; } forwarding-class network-control { loss-priority low code-point nc1; loss-priority high code-point nc1; } } } user@router> show class-of-service ... Code point type: inet-precedence Alias Bit pattern af11 001 af21 010 af31 011 af41 100 be 000 cs6 110 cs7 111 ef 101 nc1 110 nc2 111 Referring to the exhibit, what is the source of this problem?
Options
- AThe BA classifier is assigning the traffic to the best-effort queue with a high loss priority.
- BThe BA classifier is assigning the traffic to the best-effort queue with a low loss priority.
- CThe BA classifier is assigning the traffic to the expedited forwarding queue with a high loss priority.
- DThe BA classifier is assigning the traffic to the expedited forwarding queue with a low loss priority.
Unlock JN0-694 to see the answer
You've previewed enough free JN0-694 questions. Unlock JN0-694 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.