Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Troubleshooting Port Mirroring Configuration Error Messages

Troubleshooting issues with port mirroring on EX Series switches:

  1. An Analyzer Configuration Returns a “Multiple interfaces cannot be configured as a member of Analyzer output VLAN” Error Message

An Analyzer Configuration Returns a “Multiple interfaces cannot be configured as a member of Analyzer output VLAN” Error Message

Problem

In an analyzer configuration, if the VLAN to which mirrored traffic is sent contains more than one member interface, the following error message is displayed in the CLI when you commit the analyzer configuration and the commit fails:

Multiple interfaces cannot be configured as a member of Analyzer output VLAN <vlan name>

Solution

You must direct the mirrored traffic to a VLAN that has a single member interface. You can do this by completing either of these tasks:

  • Reconfigure the existing VLAN to contain a single member interface. You can choose this method if you want to use the existing VLAN.
  • Create a new VLAN with a single member interface and associate the VLAN with the analyzer.

To reconfigure the existing VLAN to contain only one member interface:

  1. Remove member interfaces from the VLAN repeatedly by using either the delete vlan command or the delete interface command until the VLAN contains a single member interface:
    • [edit]
      user@switch# delete vlan vlan-id interface interface-name
    • [edit]
      user@switch# delete interface interface-name unit 0 family family-name vlan member vlan-id
  2. (Optional) Confirm that the VLAN contains only one interface:
    [edit]
    user@switch# show vlans vlan-name

    The output for this command must display only one interface.

To create a new VLAN with a single member interface:

  1. Configure a VLAN to carry the mirrored traffic:
    [edit]
    user@switch# set vlans vlan-name
  2. Associate an interface with the VLAN:
    [edit]
    user@switch# set interfaces interface-name unit logical-unit-number family family-name vlan members vlan-name
  3. Associate the VLAN with the analyzer:
    [edit ethernet-switching-options]
    user@switch# set analyzer analyzer-name output vlan vlan-name

Published: 2014-04-24