An EX8200 Virtual Chassis is multiple Juniper Networks EX8200 Ethernet Switches connected together, which operate as a single network entity. The advantages of connecting multiple EX8200 switches into a Virtual Chassis include, better-managed bandwidth at a network layer, simplified configuration, and maintenance; as multiple devices can be managed as a single device and a simplified Layer 2 network topology that minimizes or eliminates the need for loop prevention protocols, such as Spanning Tree Protocol (STP).
The issue discussed in this article deals with configuring port mirroring on an EX8200 Virtual Chassis on ports, which are distributed across the different member chassis of the VC. Port mirroring is a traffic monitoring tool, available in EX series switches, for identifying sources of problems on the network by locating abnormal or heavy bandwidth usage from particular stations or applications. Port mirroring copies packets to either a local interface for local monitoring or VLAN for remote monitoring. You can use port mirroring to copy the following packets:
The limitation in port mirroring on a EX8200 Virtual Chassis can be addressed by configuring multiple port mirroring sessions for each member EX8200 of the Virtual Chassis setup. To explain the process, the following setup is used: Setup:
root@8200-VC# run show interfaces terse | match ae0 ge-0/0/0.0 up up aenet --> ae0.0 ge-16/0/0.0 up up aenet --> ae0.0 ae0 up up ae0.0 up up eth-switch
root@8200-VC# show ethernet-switching-options analyzer analyzer-one { < captures port ge-0/0/0 on ge-1/0/30
input {
ingress {
interface ge-0/0/0.0;
}
output {
interface {
ge-1/0/30.0;
analyzer analyzer-two {
< captures traffic into ge-17/0/30
ge-17/0/30.0;
root@8200-VC# show firewall
family ethernet-switching {
filter fw-capture {
< redirects traffic on port 16/0/0 to analyzer-two.
term 1 {
from {
interface ge-16/0/0.0;
then {
accept;
analyzer analyzer-two; }
} term 2 {
then accept;
root@8200-VC# show interfaces ae0
aggregated-ether-options {
lacp {
active;
unit 0 {
port-mode trunk; vlan {
members v555;
filter {
input fw-capture;