Back to Contents Page

Switch/Ports/Port Mirroring Page:
Dell™ PowerEdge™ 1655MC Integrated Switch User's Guide


Port Mirroring

From the Port Mirroring page, you can enable or disable port mirroring. You can also set the source port and monitor port. Port mirroring can be used to debug network problems or project future resource requirements.

The following options are available:

To add a new mirror session to the Sessions Table, select the source port, monitor port, and traffic type, then click Add Mirror Session. To delete a mirror session, select the session in the Sessions Table, then click Remove Mirror Session.

note.gif (1135 bytes) NOTE: The mirror port and monitor port speeds must match, otherwise traffic may be dropped from the monitor port.

CLI Commands

The following is a summary of the equivalent CLI commands for items in the Switch/Ports/Port Mirroring web page.

Command Usage
port monitor interface [rx | TX | both] Use this command to configure a mirror session. (LINK)
show port monitor [interface] Use this command to display mirror information. (LINK)

Example

(config)# interface ethernet 1/10
(config-if)# port monitor ethernet 1/5 rx
(config-if)#end
#show port monitor
Port Mirroring
-------------------------------------
 Destination port(listen port):Eth1/10
 Source port(monitored port)  :Eth1/ 5
 Mode                         :RX

#



 Back to Contents Page