PrepAway - Latest Free Exam Questions & Answers

Which two transmission rate options can you use?

You are configuring CoS schedulers on an M Series router. For some queues, you want to limit
throughput to the configured transmit rate, and buffer excess traffic.
Which two transmission rate options can you use? (Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
exact

B.
rate-limit

C.
remainder

D.
shaping-rate

Explanation:

10 Comments on “Which two transmission rate options can you use?

  1. testokhan says:

    Correct answer A & D

    3.Configure the traffic-control profiles that can be applied to the scheduler node:

    [edit]

    class-of-service {

    traffic-control-profiles {

    tcp-basic-rate { # Specify a scheduler map and traffic controls

    shaping-rate 10m;

    }

    tcp-premium-with-4-queues { # Specify a scheduler map and traffic controls

    scheduler-map smap-premium-4q;

    shaping-rate 20m;

    guaranteed-rate 10m;

    delay-buffer-rate 5m;

    http://www.juniper.net/techpubs/en_US/junos15.1/topics/example/cos-subscriber-access-adjustments-subscriber-local-loops.html




    0



    0
  2. clean says:

    A & D is correct.
    Without reading too much into the grammar, we are being asked which rate options are fit for purpose with a view to buffering if required:

    admin@J8-PE# set class-of-service schedulers MY_SCH ?
    Possible completions:
    Execute this command
    + apply-groups Groups from which to inherit configuration data
    + apply-groups-except Don’t inherit configuration data from these groups
    > buffer-size Queue transmission buffer size
    > drop-profile-map Assign drop profile to a loss priority and protocol
    excess-priority Priority in the excess region
    > excess-rate Excess bandwidth sharing proportion
    priority Scheduling priority
    > shaping-rate Shaping rate
    > transmit-rate Transmit rate

    “shaping rate” will do the job.
    “transmit-rate exact” will also do the job.




    2



    0

Leave a Reply