Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
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 Customer VLAN (Level 3) Shaping on Enhanced Queuing DPCs

date_range 13-Jan-21

Customer VLAN (level 3) shaping on an MX Series 10-Gigabit Ethernet Enhanced Queuing DPC differs from the customer VLAN (level 3) shaping on an MX Series 1-Gigabit Ethernet Enhanced Queuing DPC. To use the customer VLAN (level 3) shaping on an MX Series 10-Gigabit Ethernet Enhanced Queuing DPC, configure an interface set at the [edit interfaces interface-set] hierarchy level. You do not need to configure the interface set while using customer VLAN (level 3) on an MX Series 1-Gigabit Ethernet Enhanced Queuing DPC.

To configure customer VLAN (level 3) shaping on an MX Series 10-Gigabit Ethernet Enhanced Queuing DPC:

  1. Configure the interface set at the [edit interfaces] hierarchy level.
    content_copy zoom_out_map
    [edit interfaces]
    user@host# set interface-set jnpr interface unit 100
    user@host# set interface-set jnpr interface xe-1/0/0 unit 101
    
  2. Configure the hierarchical scheduler and enable VLAN tagging.
    content_copy zoom_out_map
    [edit interfaces]
    user@host# set xe-1/0/0 hierarchical-scheduler
    user@host# set xe-1/0/0 vlan-tagging
    
  3. Configure the logical interface properties.
    content_copy zoom_out_map
    [edit interfaces]
    user@host# set xe-1/0/0 unit 100 vlan-id 100 
    user@host# set xe-1/0/0 unit 100 family inet address 10.1.0.1/24 
    user@host# set xe-1/0/0 unit 101 vlan-id 101 
    user@host# set xe-1/0/0 unit 101 family inet address 10.1.1.1/24 
    
  4. Configure the traffic control profiles at the [edit class-of-service] hierarchy level.
    content_copy zoom_out_map
    [edit class-of-service]
    user@host# set traffic-control-profiles profile1 shaping-rate 10g burst-size 2k 
    user@host# set traffic-control-profiles profile1 guaranteed-rate 10g burst-size 2k 
    user@host# set traffic-control-profiles profile2 shaping-rate 50m burst-size 2k 
    user@host# set traffic-control-profiles profile2 guaranteed-rate 50m burst-size 2k 
    user@host# set traffic-control-profiles profile3 shaping-rate 80m burst-size 3k 
    user@host# set traffic-control-profiles profile3 guaranteed-rate 80m burst-size 3k 
    
  5. Configure the output traffic control profiles at the [edit class-of-service interfaces] hierarchy level.
    content_copy zoom_out_map
    [edit class-of-service interfaces]
    user@host# set interface-set jnpr output-traffic-control-profiles profile1  
    user@host# set xe-1/0/0 unit 100 output-traffic-control-profiles profile2  
    user@host# set xe-1/0/0 unit 101 output-traffic-control-profiles profile3  
    

To configure customer VLAN (level 3) shaping on an MX Series 1-Gigabit Ethernet Enhanced Queuing DPC:

  1. Configure the interface set at the [edit interfaces] hierarchy level.

    content_copy zoom_out_map
    [edit interfaces]
    user@host# set interface ge-1/0/0 unit 100
    user@host# set interface ge-1/0/0 unit 101
    
  2. Configure the hierarchical scheduler and enable the VLAN tagging.

    content_copy zoom_out_map
    [edit interfaces]
    user@host# set ge-1/0/0 hierarchical-scheduler
    user@host# set ge-1/0/0 vlan-tagging
    
  3. Configure the logical interface properties.

    content_copy zoom_out_map
    [edit interfaces]
    user@host# set ge-1/0/0 unit 100 vlan-id 100 
    user@host# set ge-1/0/0 unit 100 family inet address 10.1.0.1/24 
    user@host# set ge-1/0/0 unit 101 vlan-id 101 
    user@host# set ge-1/0/0 unit 101 family inet address 10.1.1.1/24 
    
  4. Configure the traffic control profiles at the [edit class-of-service] hierarchy level.

    content_copy zoom_out_map
    [edit class-of-service]
    user@host# set traffic-control-profiles profile1 shaping-rate 10g burst-size 2k 
    user@host# set traffic-control-profiles profile1 guaranteed-rate 10g burst-size 2k 
    user@host# set traffic-control-profiles profile2 shaping-rate 50m burst-size 2k 
    user@host# set traffic-control-profiles profile2 guaranteed-rate 50m burst-size 2k 
    user@host# set traffic-control-profiles profile3 shaping-rate 80m burst-size 3k 
    user@host# set traffic-control-profiles profile3 guaranteed-rate 80m burst-size 3k 
    
  5. Configure the traffic control profiles at the [edit class-of-service interfaces] hierarchy level.

    content_copy zoom_out_map
    [edit class-of-service interfaces]
    user@host# set ge-1/0/0 unit 100 output-traffic-control-profiles profile2  
    user@host# set ge-1/0/0 unit 101 output-traffic-control-profiles profile3  
    
footer-navigation