メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。

How to configure Port Monitoring / Mirroring on Dell EMC Networking OS9 Switches

概要: How to configure Port Monitoring / Mirroring on Dell Networking Force10 Switches, How to set up port mirror on Dell Switch, How to set up port monitor on Force10

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


手順

 


This article explains how to set up and verify Port Monitoring (Mirroring) on Dell Networking Force10 Switches.


 

Important things to Know

 

  • ​Port Monitoring is supported on both physical and logical interfaces like virtual area network (VLAN) and port-channel.
  • The monitored (the source) and monitoring ports (the destination) must be on the same switch.
  • In general, a monitoring port should have no ip address and no shutdown as the only configuration.  A monitoring port also may not be a member of a VLAN.
  • There may only be one destination port in a monitoring session.
  • A Port monitoring session can have multiple source statements.
  • One Destination Port can be used in multiple sessions.


 

Configure Port Monitor Session


 

Command

Purpose

Force10# configure

Enter configuration mode.

Force10(conf)# interface te 0/2

Enter the destination port to be used for monitor session.  Confirm that it has no configuration. 


Force10(conf-if-te-0/2)# no switchport
 
Remove any Layer 2 that may be configured.

Force10(conf-if-te-0/2)# no ip address

Remove any ip address that may be configured.

Force10(conf-if-te-0/2)# no shutdown

Enable the port.

Force10(conf-if-te-0/2)#exit

Leave the destination port interface.

Force10(conf)# monitor session 0

Set up and identify the session number. Range 0 - 65535.

Force10(conf-mon-sess-0)#source te 0/1 destination te 0/2 direction both

Set the source (the port you want to monitor).  Set the destination (the port where you send the monitored packets).  Set the direction (Both/Rx/Tx).


 

Verify Port Monitor Session

 


Force10#show monitor session 0
 
  SessID  Source         Destination         Dir     Mode      Source IP      Dest IP
  ------         ------               -----------             ---       ----           ---------          --------
     0          Te 0/1              Te 0/2             both     Port            N/A              N/A   

 

 

文書のプロパティ


影響を受ける製品

Force10 S60-44T

最後に公開された日付

21 2月 2021

バージョン

3

文書の種類

How To