If a port-mirroring firewall filter is applied to the forwarding table on a bridge domain, any packet received in the bridge domain that matches the filter is mirrored.
To apply a Layer 2 port-mirroring firewall filter to the forwarding table of a bridge domain, include the following statements:
-
bridge-domains {
-
-
bridge-domain-name {
- domain-type bridge;
- interface interface-name;
-
- forwarding-options {
-
- filter {
- input pm-filter-name;
- }
- }
- }
- }
You can include the statements at the following hierarchy levels:
Specify the Layer 2 port-mirroring firewall filter in the input pm-filter-name statement.