05-18-2004 07:28 AM - edited 03-09-2019 07:25 AM
On the cisco 4250XL's it shows 2 sniffing interfaces...int2 and int3. THe hardwar is falcon1 and falcon2.
I want to be able to view the traffic coming off of these interfaces.
On the old 3.x sensors I could use snoop, and specify the spwr interface to view this.
What is the 4.0 counterpart?
Solved! Go to Solution.
05-18-2004 09:26 PM
In v5.0 you will be able to run tcpdump from the command line on all data interfaces including the XL/falcon ports. At this time, the driver for XL ports only allows the one consumer of packets at a time. So you get IDS or falcondump but not both.
05-18-2004 09:27 AM
Not having a falcon card myself.
But you can log in as root, and do an ifconfig -a. This will list all your interfaces.
And if you have 4.1.4 of the IDS software you can tcpdump whilst the IDS sensor is still running.
05-18-2004 10:37 AM
Those interfaces dont show up on ifconfig.
05-18-2004 11:11 AM
The interfaces will not show up. To capture packets, you need to:
1) Log into the service account and su to root.
2) Run /etc/init.d/cids stop
3) Run /etc/init.d/falcon start
4) Run the falcondump command like this:
/usr/cids/idsRoot/bin/falcondump -o
5) Reboot the sensor when done.
This will result in a PCAP formatted output file that you can load into ethereal.
05-18-2004 03:22 PM
is there not a way or other alternative of sniffing int0
05-18-2004 06:08 PM
Do I HAVE to stop cids to use falcondump? What if I wanted to do an extended grep for a specific port (all traffic). Would I have to actully have to shut the IDS part off to do this?
05-18-2004 09:26 PM
In v5.0 you will be able to run tcpdump from the command line on all data interfaces including the XL/falcon ports. At this time, the driver for XL ports only allows the one consumer of packets at a time. So you get IDS or falcondump but not both.
05-19-2004 03:58 AM
Then I will wait anxiously for v5.0 to arrive!
..any idea when its coming out?
Thank for the workaround.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide