Enable Port Mirroring on DELL

Reading Time: < 1 minute

1 . The following examples show a simple port level configuration that mirrors both transmitted and received packet from one port to another :

console(config)#monitor session 1 source interface te1/0/8
console(config)#monitor session 1 destination interface te1/0/10
console(config)#monitor session 1 mode

2 . The following command displays the port monitoring status on DELL :

console#show monitor session 1

For DELL Force 10 Series

1 . For a Force 10 switch, commands are different, here how to enable port mirroring. The following example shows how traffic on port 0/41 (source port) is copied to port 0/9 (destination port) :

dell (config)# monitor session 0
dell (conf-mon-sess-0)# source GigabitEthernet 0/41 destination GigabitEthernet 0/9 direction both
Note You may experiment the following error :
dell (conf-mon-sess-0)#source gigabitethernet 0/41 destination gigabitethernet 0/9 direction both
% Error: MG port is in L2 mode

Yes, port monitoring cannot be configured if port where the data will be mirrored is layer 2. You must remove the L2 configuration on the port before continuing.

wpadmin
Author: wpadmin