Loader

Enable

Information Note 1: ( * ) = required parameter
  • Command path - interface>flowmirroring>enable
  • Object - flowmirroring
  • Actions -
    • enable - enable flow mirroring  
      • *Source= - source of the traffic to be mirrored  no support of "any", "any-uplink", "any-downlink"
        • MDS1-ESUA-1|MDS1-ESUA-2|MDS1-ESUA-3|MDS1-ESUA-4|MDS1-1-1|MDS1-1-2|NET1..NET12
      • *TaRGeT= target where the traffic is mirrored tor
        • MDS1-ESUA-1|MDS1-ESUA-2|MDS1-ESUA-3|MDS1-ESUA-4|CPU 
          Information Note: If set to "CPU", packet flow is mirrored to interface "fm1-gb1" on the processor (QUX port 141) - otherwise 1 of the 4 uplink ports can be selected.
      • DIRection=  traffic direction at the source
        • ingress|egress|both
      • filter=  - filter configuration
        • ETHer= ether direction filter
          • src|dst|host
        • MAC-address=  MAC address filter 
          • valid MAC address   
        • mask MAC address filter mask 
          •  valid MAC address mask 
            Information Note: Allows filtering on a range of MAC addresses. e.g. ether src mac-address= a1:a2:a3:a4:a5:a6 mask=ff:ff:ff:00:00:00 -  filters all packets with SA = a1:a2:a3:*:*:*
      • VLAN= VLAN filter at the source
        • any|1-4094
           
  1. From the ESUx> command line, input interface flowmirroring enable target=MDS1-ESUA-1 source=NET1 direction=ingress vlan=77 filter ether=src mac-address=a1:a2:a3:a4:a5:a6 mask=ff:ff:ff:00:00:00, and press Enter. Output similar to the following is displayed:
    ESUx> interface flowmirroring enable Target=MDS1-ESUA-1 
    source=NET1 direction=ingress vlan=77 filter ether=src 
    mac-address=a1:a2:a3:a4:a5:a6 mask=ff:ff:ff:00:00:00 <enter>
    
    ESUx> _ 
    
  2. Verify entry, from the ESUx> command line, input interface flowmirroring show, and press Enter. Output similar to the following is displayed: 
    ESUx> interface flowmirroring> show <enter>
    
    | Mirror Configuration                                                                               |
    |==============|==============|=========|======|=====================================================|
    | TARGET       | SOURCE       | DIR     | VLAN | FILTER                                              |
    |==============|==============|=========|======|=====================================================|
    | MDS1-ESUA-1  | NET1         | ingress |   77 | ether src A1:A2:A3:A4:A5:A6 mask FF:FF:FF:00:00:00  |
    |==============|==============|=========|======|=====================================================|
    
    ESUx> _ 
    

 



FEEDBACK: Are you happy with this material?