Connectivity Guide

Usage Information Use this command to view VLAN conguration information for a specic VLAN ID.
Example
OS10(config)# do show vlan
Codes: * - Default VLAN, M - Management VLAN, R - Remote Port Mirroring VLANs
Q: A - Access (Untagged), T - Tagged
NUM Status Description Q Ports
* 1 Active A Eth1/1/15
A Po100
2101 Active T Eth1/1/1,1/1/3
T Po100
2102 Active T Eth1/1/1,1/1/3
Supported Releases 10.2.0E or later
Port monitoring
Port monitoring monitors ingress or egress trac of one port to another for analysis. A monitoring port (MG) or destination port, is the port
where the monitored trac is sent for analysis. A monitored port (MD) or source port is the source interface that is monitored for trac
analysis.
The dierent types of port monitoring are:
Local port monitoring — Port monitoring is done in the same switch. The switch forwards a copy of incoming and outgoing trac
from one port to another port for further analysis.
Remote port monitoring (RPM) — Port monitoring is done on trac running across a remote device in the same network. The L2
network carries the monitored trac.
Encapsulated remote port monitoring (ERPM) — Port monitoring is done on the L3 network. The trac from the source port is
encapsulated and forwards to the destination port in another switch.
Local port monitoring
For local port monitoring, the monitored source ports and monitoring destination ports are on the same device.
Congure local monitoring session
1 Verify that the intended monitoring port has no conguration other than no shutdown and no switchport.
show running-configuration
2 Create a monitoring session in CONFIGURATION mode.
monitor session session-id [local]
3 Enter the source and direction of the monitored trac in MONITOR-SESSION mode.
source interface interface-type {both | rx | tx}
4 Enter the destination of trac in MONITOR-SESSION mode.
destination interface interface-type
Create monitoring session
OS10(config)# monitor session 1
OS10(conf-mon-local-1)#
Congure source and destination port, and trac direction
OS10(conf-mon-local-1)# source interface ethernet 1/1/7-1/1/8 rx
OS10(conf-mon-local-1)# destination interface ethernet1/1/1
OS10(conf-mon-local-1)# no shut
View congured monitoring sessions
374
Layer 2