Yes, this also works great for us. But we need two output interfaces.
This, so far only works with EX9200, but we need a solution for EX4600/4650.
------------------------------
[Phone]
------------------------------
Original Message:
Sent: 05-31-2023 14:47
From: jmorrowCSTR
Subject: EX Analyzer/Port Mirror - Number of VLAN output interfaces
Here is what we have on our EX4600. Only one output. Works great.
xe-0/2/6 {
description "Security NIC1";
unit 0 {
family ethernet-switching;
SECURITY-VLAN-MONITOR {
input {
ingress {
vlan 1-69;
vlan 110;
}
}
output {
interface xe-0/2/6.0;
Original Message:
Sent: 05-30-2023 04:22
From: FRANK LAURES
Subject: EX Analyzer/Port Mirror - Number of VLAN output interfaces
Hi,
we have many EX platforms inside our network and need to mirror many source VLANs to at least two physical ports.
On EX4600 and EX4650 we tried to accomplish this using an output VLAN and assign ports to them. But this fails since traffic is only mirrored to one output port. On EX9200 it works for both.
Can you tell me how to resolve this (do 2 physical output interfaces work?) and can you tell me which platforms have this limitation since its not inside documentation (screenshot).
interfaces {
xe-0/0/0 {
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members 1000;
}
}
}
}
xe-0/0/1 {
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members 1000;
}
}
}
}
}
forwarding-options {
analyzer {
ANALYZER-SPAN {
input {
ingress {
vlan 2000;
vlan 2001;
}
egress {
vlan 2000;
vlan 2001;
}
}
output {
vlan {
1000;
}
}
}
}
}
vlans {
V1000-SPAN-DUMMY {
vlan-id 1000;
}
}
------------------------------
[Phone]
------------------------------