Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Broadband Subscriber Services User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring Static Default Values for Traffic Scheduling and Shaping

date_range 06-Dec-23

To provide subscribers with default values for CoS parameters, configure user-defined variables for CoS parameters and assign static default values to the variables. If you have configured values to be supplied by a RADIUS CoA, subscribers receive the default value when deactivating a service.

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

  1. Specify that you want to configure variables in the dynamic profile.
    content_copy zoom_out_map
    [edit dynamic-profiles residential-silver variables]
    
  2. Configure a default value for the shaping rate.
    content_copy zoom_out_map
    [edit dynamic-profiles residential-silver variables]
    user@host# set srate default-value 5m
    
  3. Configure a default value for the guaranteed rate.
    content_copy zoom_out_map
    [edit dynamic-profiles residential-silver variables]
    user@host# set grate default-value 5m
    
  4. Configure a default value for the delay buffer rate.
    content_copy zoom_out_map
    [edit dynamic-profiles residential-silver variables]
    user@host# set dbrate default-value 10m
    
  5. Configure a default value for the scheduler map.
    content_copy zoom_out_map
    [edit dynamic-profiles residential-silver variables]
    user@host# set smap default-value triple-play
    
  6. Configure the variables for the CoS parameters in the traffic-control profile.

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

    1. Access the traffic-control profile in the dynamic profile.
      content_copy zoom_out_map
      user@host# edit dynamic-profiles residential-silver class-of-service traffic-control-profiles tcp1
      
    2. Configure the scheduler map variable.
      content_copy zoom_out_map
      [edit dynamic-profiles residential-silver class-of-service traffic-control-profiles tcp1]
      user@host# set scheduler-map "$smap"
      
    3. Configure the shaping rate variable.
      content_copy zoom_out_map
      [edit dynamic-profiles residential-silver class-of-service traffic-control-profiles tcp1]
      user@host# set shaping-rate "$srate"
      
    4. Configure the guaranteed rate variable.
      content_copy zoom_out_map
      [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.
      content_copy zoom_out_map
      [edit dynamic-profiles residential-silver class-of-service traffic-control-profiles tcp1]
      user@host# set delay-buffer-rate "$dbrate"
      
footer-navigation