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
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring Fragmentation by Forwarding Class

date_range 29-Nov-23

For Multiservices and Services PIC link services IQ (LSQ) and virtual LSQ redundancy (rlsq-) interfaces only, you can configure fragmentation properties on a particular forwarding class.

To configure fragmentation properties on a specific forwarding class:

  1. Specify the name of the fragmentation map and forwarding class.
    content_copy zoom_out_map
    [edit]
    user@host# edit class-of-service fragmentation-maps map-name forwarding-class class-name
    
  2. Specify how many milliseconds to wait for fragments.
    content_copy zoom_out_map
    [edit class-of-service fragmentation-maps map-name forwarding-class class-name]
    user@host# set drop-timeout milliseconds
    
    Note:

    If you set this value, you must also include a multilink-class value for resequencing fragments.

  3. (Optional) Specify the maximum size, in bytes, for multilink packet fragments.
    content_copy zoom_out_map
    [edit class-of-service fragmentation-maps map-name forwarding-class class-name]
    user@host# set fragment-threshold bytes
    
    Note:

    If you set the option, you cannot configure no-fragmentation for the forwarding class.

  4. Specify the multilink class assigned to this forwarding class.
    content_copy zoom_out_map
    [edit class-of-service fragmentation-maps map-name forwarding-class class-name]
    user@host# set multilink-class number
    
  5. (Optional) Specify that the traffic on this particular forwarding class is interleaved, rather than fragmented.
    content_copy zoom_out_map
    [edit class-of-service fragmentation-maps map-name forwarding-class class-name]
    user@host# set no-fragmentation
    
  6. Apply the fragmentation map to the logical interface.
    content_copy zoom_out_map
    [edit class-of-service interfaces interface-name unit logical-unit-number]
    user@host# set fragmentation-map map-name 
    
footer-navigation