Juniper EX Switch Port Mirroring Configuration

Updated Jul 31, 2023

Configure Juniper EX Switch Port Mirroring

Juniper EX switches can be configured for port mirroring, allowing you to copy network traffic to an Arctic Wolf® device.

Before you begin

Steps

  1. Sign in to your Juniper switch.
  2. To access the command-line, enter the following command:
    cli
  3. To verify the current analyzer configuration, run the following command:
    show analyzer
  4. To enter configuration mode, run the following command:
    configure
  5. To edit the forwarding-options configuration, run the following command:
    edit forwarding-options
  6. To add port mirroring, run the following commands:
    set analyzer AWN-monitor input ingress interface ge-0/0/0.0
    set analyzer AWN-monitor input egress interface ge-0/0/0.0
    set analyzer AWN-monitor loss-priority high
    set analyzer AWN-monitor output interface ge-0/0/1.0
  7. To save the configuration, run the following command:
    commit
  8. To verify the analyzer changes, run the following command:
    show analyzer

See also