C613-50170-01 Rev B
Command Reference for x510 Series
491
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
P
ORT
M
IRRORING
AND
R
EMOTE
M
IRRORING
C
OMMANDS
SWITCHPORT
REMOTE
-
MIRROR
-
EGRESS
switchport remote-mirror-egress
Overview
Use this command on the device receiving remote mirrored traffic to set the
remote mirroring egress port for the specified remote mirroring VLAN. This port
removes the remote mirror VLAN tagging before transmitting the mirrored traffic.
Ingress traffic on this port is disabled.
Use the
no
variant of this command to reset the port to no longer function as a
remote mirror egress port.
Syntax
switchport remote-mirror-egress vlan <
vlan-id
>
no switchport remote-mirror-egress
Default
There is no remote mirror egress port by default.
Mode
Interface Configuration for a switch port
Usage
To prevent unwanted processing of mirrored traffic, we recommend configuring
remote monitoring on the receiving device before configuring it on the source
device.
This command would typically be used for the port that transmits the
remote-mirrored traffic to a device that will analyze it. The port effectively
functions as an access port in the remote mirror VLAN, with the added feature of
not allowing ingress traffic on the port.
Example
To set port 1.0.1 on the destination device as the remote mirror egress port for
mirrored traffic that is tagged with VLAN ID 2, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
switchport remote-mirror-egress vlan 2
To unset port 1.0.1 as a remote mirror egress port, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
no switchport remote-mirror-egress
Related
Commands
Parameter
Description
<vlan-id>
The port will transmit the mirrored traffic it receives from this
remote mirror VLAN.