Users Guide

Table Of Contents
switchport access vlan 1
switchport trunk allowed vlan 100
vlt-port-channel 1
!
monitor session 1 type rpm-source
destination remote-vlan 100
flow-based enable
source interface ethernet1/1/25:1 rx
no shut
!
TOR switch configs
interface vlan100
no shutdown
mac access-list rspan
seq 10 permit any any capture session 1 vlan 100
!
Connect port channel to VLT:
interface port-channel 1
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100
mac access-group rspan in
!
monitor session 1
destination interface ethernet1/1/26:1
flow-based enable
source interface port-channel1 rx
no shut
!
Connect port to packet analyzer:
interface ethernet 1/1/26:1
no shutdown
no switchport
flowcontrol receive on
!
Port monitoring commands
description
Configures a description for the port monitoring session. The monitoring session can be: local, RPM, or ERPM.
Syntax
description string
Parameters stringEnter a description of the monitoring session. A maximum of 255 characters.
Default Not configured
Command Mode MONITOR-SESSION
Usage
Information
To use special characters as a part of the description string, enclose the string in double quotes.
To use comma as a part of the description string add double back slash before the comma.
The no version of this command removes the description text.
This command is introduced on the MX9116n and MX5108n with support for full-switch mode from the
Dell EMC SmartFabric OS release 10.4.0(R3S). Also supported in SmartFabric Services mode on the
MX9116n and MX5108n from the Dell EMC SmartFabric OS release 10.5.1.
716 Layer 2