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

Applying CoS to an Interface in a Dynamic Profile

After you configure the CoS parameters in a dynamic profile, you apply them to an interface. The output-traffic control profile enables you to provide traffic scheduling to the interface.

To apply CoS attributes to an interface in a dynamic profile:

  1. Specify the name of the interface using a variable.
    [edit dynamic-profiles business-data class-of-service]
    user@host# set interfaces “$junos-interface-ifd-name”
  2. Configure the logical interface using a variable.
    [edit dynamic-profiles business-data class-of-service interfaces]
    user@host# set unit “$junos-underlying-interface-unit”
  3. Apply the output-traffic control profile to the interface. Reference the name of the traffic-control profile that contains the scheduling properties that you want to use.
    [edit dynamic-profiles business-data class-of-service interfaces unit]
    user@host# set output-traffic-control-profile data-tcp

Related Topics


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