We are trying to setup port mirroring on a Dell 5548P. The error we get is:
"Voice Enable prevents executing Copy Port Enable"
While we do have the voice vlan feature enabled on the switch, the two ports in questions have voice vlan disabled.
Mirror port:
interface gigabitethernet1/0/3
speed 100
no negotiation
description TWCUplink
traffic-shape 100000
switchport mode trunk
switchport trunk allowed vlan remove 1-4,6-14,16-149,151-159,161-164
switchport trunk allowed vlan remove 166-4094
Monitor port:
interface gigabitethernet1/0/43
spanning-tree portfast
The commands I tried to run
# ena
# config
# interface gi 1/0/43
# port monitor gigabitethernet 1/0/3
Port gi1/0/43: Voice Enable prevents executing Copy Port Enable
Does anyone have any ideas how to get the port to mirror successfully?