Hi,
* try to get rid of the voice vlan configuration you are currently using, it is not the best implementation I heard.
(voice vlan 603 enable).
* Recommended voice vlan configuration now is:
- statically permit the voice vlan ID as tagged on the hybrid port
- configured lldp to send this VLAN ID as voice vlan
- DO NOT USE the voice vlan command
* Sample configuration for DATA vlan 10 and VOICE vlan 20:
interface GigabitEthernet1/0/2
port link-type hybrid
undo port hybrid vlan 1
port hybrid vlan 20 tagged
port hybrid vlan 10 untagged
port hybrid pvid vlan 10
lldp voice-vlan 20
* background: the voice vlan command was original developed to make voice over IP work even when phones did not support LLDP. This is why the command set is focused on MAC OUI ranges. However, the actual packet inspection of normal vs voice traffic would not be done by the hardware, but by the CPU (software), so once you use this voice-vlan command, all the incoming traffic of the port would be processed by the CPU (to detect the voice traffic matching the source MAC range). I believe this can explain the slow behavior of your traffic. (since it is CPU processed).
Please try the alternative method (hardware only) and let us know if your performance is normal again,
best regards,Peter
#Voice