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

How to Set VLAN Interface as Source for Port Monitoring on Dell Networking Force10 Switches

概要: Steps needed to set up a VLAN as Source for port monitoring on Force 10 switches.

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

文書の内容


手順

This article discusses the steps needed to set up a VLAN as Source for port monitoring.
 


Overview

When using VLAN as the source on port monitoring you will have to configure flow-base monitoring to pass traffic to the destination port. You are allowed to use a VLAN interface as the source port in a regular port monitor setup. But, you will not receive any packets to the destination port.  Flow-base monitor will allow you to select what traffic you want to monitor on the VLAN interface via an ACL that you create and then apply to the source. 
 
HOW12276_en_US__1icon Firmware 9.4 added support for flow-based monitoring on the S4810, S4820T, S6000, and Z9000 platforms

 



Commands Used to Set Up

On the port monitoring configure enter flow-base enable.
 
Commands Parameters
Dell# configure Enter configuration mode.
Dell(config)#monitor session 33 Start monitor session and label with session ID range <0-65535>  
Dell(conf-mon-sess-33)#flow-based enable Turn on flow based monitoring
Dell(conf-mon-sess-33)#source vlan 10 destination te 0/20 direction rx Set the source port as VLAN 10 and destination port.  Destination can be set for RX, TX, or Both

Create the ACL that controls what traffic is monitored on the source VLAN.  This is just an example and the ACL can be modified to meet the needs of your particular situation.
 
Commands Parameters
Dell# configure Enter configuration mode.
Dell(conf)#ip access-list ext testflow Start the extended ACL and name it "testflow"
Dell(config-ext-nacl)#seq 10 permit ip 10.1.1.0/24 any monitor 33 Statement allowing network IP range for monitor session 33
Dell(config-ext-nacl)#seq 15 permit ip any any monitor 33 Statement allowing IP for monitor session 33
Dell(config-ext-nacl)#seq 20 permit tcp any any monitor 33 Statement allowing TCP for monitor session 33

 

Important: You must include the word monitor <#> in every ACL configuration line that you want to be filtered to the destination port. If "monitor" and the specific monitor session ID # is left out no traffic will be sent to the destination port. 


Apply the ACL to the Source VLAN interface.

 
Command Parameters
Dell# configure Enter configuration mode.
Dell(conf)#interface vlan 10 Enter the VLAN interface.
Dell(conf-if-vl-10)#ip access-group testflow in Apply the "testflow" ACL you created to the interface.
    
HOW12276_en_US__1icon Click Here  If you have further questions about Port Monitoring / Mirroring on Dell Networking Force10 Switches. You will be redirected to another article discussing the process of configuring Port Monitoring.

 



Command Used to Verify


Verify the configuration on the VLAN Interface:

Dell# show run interface vlan 10
no ip address
ip access-group testflow in
no shutdown

Verify the access list:

Dell#show ip access-lists interface vlan 10 in
Extended Ingress IP access list testflow
 seq 5 permit icmp any any monitor count bytes (0 bytes)
 seq 10 permit ip 102.1.1.0/24 any monitor count bytes (0 bytes)
 seq 15 deny udp any any count bytes (0 bytes)
 seq 20 deny tcp any any count bytes (0 bytes)

Verify the monitor session details:

Dell# show monitor session 33
  SessID  Source         Destination         Dir  Mode  Source IP      Dest IP      DSCP       TTL   Drop  Rate
  ------        ------             -----------                ---    ----      ---------        --------              ----           ---      ----      ---
     33         Vl 10             Te 0/20              rx    Flow      N/A            N/A                N/A          N/A   No     N/A
 

文書のプロパティ


影響を受ける製品

PowerSwitch S4810P, PowerSwitch S6000, PowerSwitch S6000 ON, Force10 Z9000, Dell Networking Z9500, PowerSwitch Z9100-ON

最後に公開された日付

21 2月 2021

バージョン

4

文書の種類

How To