•
•
•
•
•
•
8.11.1 Configuration algorithm
Step Description Command Keys
1 Define VLAN over which the mirrored
traffic will be transmitted (in case of
using remote mirroring).
esr(config)# port monitor remote
vlan <VID> <DIRECTION>
<VID> – VLAN ID, set in the
range of [2..4094];
<DIRECTION> – traffic
direction:
tx – mirroring only
outgoing traffic to the
specified VLAN;
rx – mirroring only
incoming traffic to the
specified VLAN.
2 Enable the remote mirroring mode (in
case of using remote mirroring).
esr(config)# port monitor remote
3 Define the mode of the port
transmitting mirrored traffic (optional).
esr(config)# port monitor mode
<MODE>
<MODE> – mode:
network – combined
data transfer and
mirroring (default);
monitor-only – mirroring
only.
4 Enable mirroring in the interface
configuration mode.
esr(config-if-gi)# port monitor
interface <IF> [ <DIRECTION> ]
<IF> – interface from which the
frames will be mirrored;
<DIRECTION> – traffic
direction:
tx – mirroring only
output traffic;
rx – mirroring only input
traffic;
8.11.2 Configuration example
Objective:
Establish remote mirroring of traffic through VLAN 50 from gi1/0/11 interface to be sent to server for
processing purposes.