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 Hierarchical Schedulers on Aggregated Ethernet Interfaces

date_range 13-Jan-21

The following example shows the creation of an interface set for aggregated Ethernet interfaces in a static Ethernet configuration.

To configure interface sets for aggregated Ethernet (AE) interfaces created under static configurations:

  1. Create the AE interfaces.
    content_copy zoom_out_map
    [edit]
    user@host# show chassis | display set
    set chassis aggregated-devices ethernet device-count 10
    
  2. Configure the AE physical interfaces and member links.

    user@host# show interfaces | display set

    content_copy zoom_out_map
    set interfaces ge-5/2/0 gigether-options 802.3ad ae0
    set interfaces ge-5/2/1 gigether-options 802.3ad ae0
    set interfaces ae0 hierarchical-scheduler maximum-hierarchy-levels 2
    set interfaces ae0 flexible-vlan-tagging
    set interfaces ae0 unit 0 vlan-id 100
    set interfaces ae0 unit 1 vlan-id 101
    set interfaces ae0 unit 2 vlan-id 102
    set interfaces ae0 unit 3 vlan-id 103
    set interfaces ae0 unit 4 vlan-id 104
    
  3. Configure the interface set.
    content_copy zoom_out_map
    set interfaces interface-set ifset1-ae0 interface ae0 unit 0
    set interfaces interface-set ifset1-ae0 interface ae0 unit 1
    
  4. Configure class-of-service parameters for the interface sets.
    content_copy zoom_out_map
    set class-of-service interfaces interface-set ifset1-ae0 output-traffic-control-profile tcp
    
    Note:

    You also need to configure the parameters of the traffic control profile. For more information, see the Related Documentation section on this page.

  5. Configure scheduler mode.
    content_copy zoom_out_map
    set class-of-service interfaces ae0 member-link-scheduler scale
    
footer-navigation