Posted On March 31, 2019

Configure Port Mirror on Enterasys

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Configure Port Mirror on Enterasys
Note: Websense requires a mirrored connection to the port that has traffic to the gateway. It acts a middleman to interrupt transmissions that ought to be filtered.

set policy profile 99 name webpolicy
set policy rule 99 tcpdestportIP 23 mirror-destination 2
set policy port ge.2.30 99
set policy port ge.2.30 99
show policy rule usage-list
set mirror create 2
set mirror 2 mirrorN 1
show mirror
------------------------

set port mirroring create fe.7.45 ge.2.30 [tx|both]
show port mirroring
set port mirroring enable igmp-mcast enable fe.7.45 ge.2.30 both

-----------------------------
How to clear port mirroring:
clear port mirroring source destination

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Improve Network Speed of Windows on 20 Mbps or Faster Connections

This has been tested on Windows 10 - will not work on a Server OS:…

ARP MAC to IP Resolution

If entry already exists on the ARP table:arp -a | find "XX-XX-XX-XX-XX-XX"If entry does not…

Installing IBM VPN Client

On a Linux Machine # Install VPN Client shellScript=https://support.arraynetworks.net/prx/001/http/supportportal.arraynetworks.net/downloads/pkg_9_4_0_385/MP_Linux_1.2.9/MotionPro_Linux_Ubuntu_x64_build-8.sh cd Desktop wget $shellScript sudo ./MotionPro_Linux_Ubuntu_x64_build-8.sh…