C613-50170-01 Rev B
Command Reference for x510 Series
486
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
P
ORT
M
IRRORING
AND
R
EMOTE
M
IRRORING
C
OMMANDS
REMOTE
-
MIRROR
INTERFACE
This command can only be used to configure a single egress port on the source
device, not a range of egress ports. Do not use the
interface
command with
multiple interfaces before using this
remote-mirror interface
command. One
egress (destination) port on the source device can transmit mirrored frames from
up to four remote mirrored (source) ports.
The egress port on the source device can be associated with other VLANs in
addition to the remote mirror VLAN, so it can function as an uplink for traffic from
multiple VLANs. This command does not change the VLAN associations of the
mirrored ports.
Only one port on the device can be configured as either a mirror port for port
mirroring (
mirror interface
command) or as an egress port on the source device
for remote mirroring (
remote-mirror interface
command).
All mirrored ports on a single device must use the same remote mirror VLAN and
priority.
Access control lists can be used to mirror a subset of traffic from the mirrored port
by using the copy-to-mirror parameter in hardware ACL commands.
Example
To configure the source device to send all the traffic that it receives on
remote-mirrored port 1.0.5 out egress port 1.0.1 tagged with remote mirroring
VLAN ID 2, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
remote-mirror interface port1.0.5 direction
receive vlan 2
To stop port 1.0.1 remote-mirroring traffic received on mirrored port 1.0.5, use the
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
no remote-mirror interface port1.0.5
direction receive
Related
Commands
access-list (numbered hardware ACL for IP packets)
access-list (numbered hardware ACL for MAC addresses)