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.
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.
Stream0:
Stream1:
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