Example 1: SPQ without Shaping (Default profile)

We send 2 Streams (Stream0, Stream1) from PORT-1 to PORT-2. Both 2 Streams each have 100Mbps. Stream0 includes VLAN Priority0, Stream1 includes VLAN Priority7. Set PORT-2 link speed to 100Mbps.

Expected Result

We expect PORT-2 only can receive 100Mbps of Stream1, and Stream0 will be discarded. This case will help you to understand how SPQ works on the ISW.

Click to expand in new window
Gigabit port VLAN Priority & Queue Mapping
Click to expand in new window

Stream0:

Stream1:

Web Management

  1. Navigate to ConfigurationPorts.
  2. Set port 2 link speed to 100Mbps full duplex.
    Click to expand in new window
  3. Select Configuration VLANs and create a VLAN with VLAN ID 100.
  4. Enter a VLAN name in the Name field. In this example, we set tagged VLAN100 on PORT1 and PORT2.

CLI Configuration

interface GigabitEthernet 1/1
 switchport trunk native vlan 100
 switchport trunk allowed vlan 1,100
 switchport trunk vlan tag native
 switchport mode trunk
!
interface GigabitEthernet 1/2
 switchport trunk native vlan 100
 switchport trunk allowed vlan 1,100
 switchport trunk vlan tag native
 switchport mode trunk