The documentation of the 3com 4900 switch says this:
I want it to prioritize traffic according to the VLAN the traffic came from, but wikipedia says that only IEEE 802.1Q supports VLANs. So what can I do here?
Traffic Classification
To determine the service level to be applied to each incoming traffic type,
each packet or frame must first be classified. Traffic classification is the
means of identifying which application, device or user generated the
traffic.
Incoming traffic can be classified (identified) by
■ IEEE 802.1D priority
■ EtherType
I want it to prioritize traffic according to the VLAN the traffic came from, but wikipedia says that only IEEE 802.1Q supports VLANs. So what can I do here?