Hi,
You can configure port-mirroring. Below is one of sample config. Let me know if it helps.
show forwarding-options port-mirroring
input {
rate 1;
run-length 1;
}
family vpls {
output {
interface ge-0/0/2.15;
no-filter-check;
}
}
show configuration bridge-domains analyzer1
domain-type bridge;
vlan-id 15;
interface ge-0/0/2.15;
show configuration interfaces ge-0/0/2
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
gigether-options {
no-flow-control;
}
unit 15 {
encapsulation vlan-bridge;
vlan-id 15;
}
[KUDOS PLEASE! If you think I earned it!
If this solution worked for you please flag my post as an "Accepted Solution" so others can benefit..]