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

Explorer: Can’t connect securely to this page – GoogleChrome: This site can’t be reached

Symptom: Test Site: https://accounts.google.com/v3/signin/identifier?continue=https%3A%2F%2Fdrive.google.com%2F&emr=1&followup=https%3A%2F%2Fdrive.google.com%2F&ifkv=ARpgrqdWOPosYfd4Jy3FsLv7iFkQq-EqxoTQtHu9eAzFomc8wIN9kPxsLLmDLvUmlVsSSWCPimVg_Q&osid=1&passive=1209600&service=wise&flowName=GlifWebSignIn&flowEntry=ServiceLogin&dsh=S-1724044505%3A1728052151359801&ddm=0 Internet Explorer: Can't connect securely to this pageThis might be because…

Some Useful Windows Networking Commands

# Checking WinRM connections PS C:\Windows\system32> netstat -ano|select-string ":5985" TCP 0.0.0.0:5985 0.0.0.0:0 LISTENING 4 TCP…

Configure VPN from AWS to CPE (Juniper Router)

1. Create VPN connection from AWS portal and download the configuration file2. Import the configuration…