Deleting a Port Mirroring connection from a session

13

2. Configure the source port and the destination port, with the both parameter for all packets. The destination port is always an external port.

switch(config-mon-sess-1)#source intengigabitethernet 0/1 destination extengigabitethernet 0/18 direction both

3. Optional: Use the description command to add a label to the monitor session.

switch(config-mon-sess-1)#description Hello World!

4.Repeat step 1 and step 2 as needed for additional ports.

A monitor session can have only one port. For additional ports you must create additional monitor sessions

Deleting a Port Mirroring connection from a session

To remove a single connection from a Port Mirroring session, perform the following steps in global configuration mode.

1. Display the existing configuration of the monitor session.

switch#show monitor session 1

2. Open an existing monitor session.

switch(config)#monitor session 1

3. Use the no option to delete a particular port connection.

switch(config-mon-sess-1)#no source intengigabitethernet 0/1 destination extengigabitethernet 0/18 direction both

4. Display the monitor session again to confirm the connection deletion.

switch#show monitor session 1

5.Repeat step 2 and step 3 as needed for additional ports. A monitor session can have only one port.

Deleting a Port Mirroring session

To remove a Port Mirroring session, perform the following steps in global configuration mode. 1. Display the existing configuration of the monitor session.

switch#show monitor session 1

2.Enter global configuration mode with the enable command.

3.Delete the existing monitor session using the no option.

switch(config)#no monitor session 1

4.Return to Privileged EXEC mode with the exit command.

5.Display the monitor session again to confirm the connection deletion.

switch#show monitor session 1

Dell Converged Enhanced Ethernet Administrator’s Guide

121

53-1002116-01

 

Page 139
Image 139
Dell 53-1002116-01 manual Deleting a Port Mirroring connection from a session, Deleting a Port Mirroring session