[RESOLVED] VLAN to port Mirroring
Topic
How can create a QoS policy to mirror all VLAN traffic to a specific port on AOS 6?
Answers
Answer by
walteroa

Answered on 06/25/2023
policy condition "cond_vlanSource" source vlan <VID> policy action "VLAN2port" ingress egress mirror <slot/port> policy rule "rule_vlan2port" condition "cond_vlansource" action "VLAN2port" qos apply
where:
<VID> is the vlan you want to mirror
<slot/port>, the destination for mirrored traffic
Date
25.06.2023
Author
Asked by walteroa