[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Configuring User-Defined CoS Variables in a Dynamic Service Profile

You can configure user-defined variables in the dynamic service profile for traffic scheduling and shaping parameters.

Note: The JUNOS internal variables for dynamic CoS are only to be used in dynamic access profiles and not in dynamic service profiles.

You can use variables in a dynamic service profile in two ways:

You activate the variables by referencing them in the traffic control profile configured in the dynamic service profile.

To configure user-defined variables for CoS in a dynamic profile:

  1. Specify that you want to configure variables in the dynamic profile.
    [edit dynamic-profiles residential-silver variables]
  2. Do one of the following to configure variables for the shaping rate:
  3. Do one of the following to configure variables for the guaranteed rate.
  4. Do one of the following to configure variables for the delay buffer rate:
  5. Do one of the following to configure variables for the scheduler map.
  6. Configure the variables for the CoS parameters in the traffic control profile.

    Either the shaping rate or the guaranteed rate are required in the traffic control profile.

    1. Specify that you want to configure CoS parameters in the dynamic profile.
      user@host# edit dynamic-profiles residential-silver class-of-service traffic-control-profiles tcp1
    2. Configure the scheduler map variable.
      [edit dynamic-profiles residential-silver class-of-service traffic-control-profiles tcp1]
      user@host# set scheduler-map "$smap"
    3. Configure the shaping rate variable.
      [edit dynamic-profiles residential-silver class-of-service traffic-control-profiles tcp1]
      user@host# set shaping-rate "$srate"
    4. Configure the guaranteed rate variable.
      [edit dynamic-profiles residential-silver class-of-service traffic-control-profiles tcp1]
      user@host# set guaranteed-rate "$grate"
    5. Configure the delay buffer rate variable.
      [edit dynamic-profiles residential-silver class-of-service traffic-control-profiles tcp1]
      user@host# set delay-buffer-rate "$dbrate"

Related Topics


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]