[RESOLVED] VLAN to port Mirroring

Topic

How can create a QoS policy to mirror all VLAN traffic to a specific port on AOS 6?

Date
25.06.2023
answer
1
views
0
Author
Asked by walteroa

Answers

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
Add Comment
Vote