API Guide

Table Of Contents
To display the current configuration of the reserved VLAN, enter the show vlan command.
Dell#show vlan
Codes: * - Default VLAN, G - GVRP VLANs, R - Remote Port Mirroring VLANs, P - Primary, C -
Community, I - Isolated
O - Openflow
Q: U - Untagged, T - Tagged
x - Dot1x untagged, X - Dot1x tagged
o - OpenFlow untagged, O - OpenFlow tagged
G - GVRP tagged, M - Vlan-stack
i - Internal untagged, I - Internal tagged, v - VLT untagged, V - VLT tagged
NUM Status Description Q Ports
* 1 Inactive
R 100 Active T Fo 0/44
R 300 Active T Fo 0/52
Configuring Remote Port Monitoring
Remote port monitoring requires a source session (monitored ports on different source switches), a reserved tagged VLAN for
transporting mirrored traffic (configured on source, intermediate, and destination switches), and a destination session (destination ports
connected to analyzers on destination switches).
To configure a remote-port monitoring session:
Table 73. Configuring Remote Port Monitoring Session
Step Command Description
1
configure terminal Enter global configuration mode.
2
monitor session id type rpm Specify a unique session ID number and RPM as the session type, and
enter Monitoring-Session configuration mode.
3
source {interface | range} destination
interface direction {rx | tx | both}
Enter a source port or a range of source port interfaces to be
monitored. Enter the destination port interface. Specify ingress (rx),
egress (tx), or both ingress and egress traffic to be monitored.
7
no disable Enter the no disable command to activate the RPM session.
Examples of Remote-Port Monitoring Configuration
Dell(conf)#interface vlan 10
Dell(conf-if-vl-10)#mode remote-port-mirroring
Dell(conf-if-vl-10)#tagged te 0/4
Dell(conf-if-vl-10)#exit
Dell(conf)#monitor session 1 type rpm
Dell(conf-mon-sess-1)#source te 0/5 destination remote-vlan 10 dir rx
Dell(conf-mon-sess-1)#no disable
Dell(conf-mon-sess-1)#exit
Dell(conf)#inte vlan 100
Dell(conf-if-vl-100)#tagged te 0/7
Dell(conf-if-vl-100)#exit
Dell(conf)#interface vlan 20
Dell(conf-if-vl-20)#mode remote-port-mirroring
Dell(conf-if-vl-20)#tagged te 0/6
Dell(conf-if-vl-20)#exit
Dell(conf)#monitor session 2 type rpm
Dell(conf-mon-sess-2)#source vlan 100 destination remote-vlan 20 dir rx
Dell(conf-mon-sess-2)#no disable
Dell(conf-mon-sess-2)#exit
Dell(conf)#mac access-list standard mac_acl
Dell(config-std-macl)#permit 00:00:00:00:11:22 count monitor
Dell(config-std-macl)#exit
714
Port Monitoring