Description | This article describes the Port Mirroring specific VLANS using ACLs feature. |
Scope | FortiSwitch v6.4.x, v7.x. |
Solution |
Use Cases:
Example:
config switch mirror edit "mirror1" set status active set dst "port15" next end
Access Control List configuration:
config switch acl ingress edit 1 config action set mirror "mirror1" end config classifier set vlan-id 40 end set ingress-interface-all enable <----- Apply to all interfaces. next end
The traffic from VLAN 40 from all the ports is mirrored to port 15, where the sniffer server is receiving the traffic. It can be verified by checking the line rate in port15, RX, and TX should increase.
diagnose switch physical-port linerate port15
Related documents: FortiSwitch documents: |