-
Version2.4.40 Installation MethodSecurity Onion ISO image Descriptionother (please provide detail below) Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU48 RAM64GB Storage for /150GB Storage for /nsm8TB Network Traffic Collectionother (please provide detail below) Network Traffic SpeedsLess than 1Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailWe are trying to setup a new SPAN to a new SO Sensor. We are now using Cisco ACI and apparently we need to use ERSPAN instead of just a regular SPAN port like we did in the past. I'm being asked to address one of the sensor interfaces so that we can send ERSPAN traffic to it. What do I need to do to make sure that the sensor handles the ERSPAN traffic correctly? Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
In that case I believe you would want to send the ERSPAN traffic to another cisco device that can decapsulate the GRE layer and then use a regular span port to send it to an interface on your sensor for regular ingest. |
Beta Was this translation helpful? Give feedback.
-
I don't see why your sensor couldn't receive an ERSPAN and monitor packets received via it. The last time I dealt with ERSPAN was on SO 16.04 where I used the RCDCAP framework to decapsulate it and push packets to a dummy iface. It was quite CPU-intensive, even using pf_ring, but Linux now supports ERSPAN natively in kernelspace. The command should be similar to:
There are plenty of sites showing how to create a netdev device using ip link. The trick will be in figuring out the equivalent NetworkManager commands so it persists and can be added to the bond0 interface the Security Onion tools are monitoring... |
Beta Was this translation helpful? Give feedback.
-
I'll be giving this a go next week to see if I can make it work. |
Beta Was this translation helpful? Give feedback.
I tried to get RCDCAP installed, but it was a bit beyond me getting it working on the Oracle Linux SO image. I'm going to have to pursue getting a dedicated intermediary cisco device to handle the decapulation.