03-25-2024 06:53 AM - edited 03-25-2024 08:09 PM
Anybody know if the c9606R and c9300X-24Y can work with Stealthwatch?
I try to configure on the c9606R and c9300x-24y
flow record REC-IN
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match ipv4 protocol
match interface input
match ipv4 tos
match flow direction
collect interface output
collect counter bytes long
collect counter packets long
collect transport tcp flags
collect timestamp absolute first
collect timestamp absolute last
flow record REC-OUT
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match ipv4 protocol
match interface output
match ipv4 tos
match flow direction
collect interface input
collect counter bytes long
collect counter packets long
collect transport tcp flags
collect timestamp absolute first
collect timestamp absolute last
flow monitor MON-IN
exporter SFC_Exp
cache timeout active 10
record REC-IN
flow monitor MON-OUT
exporter SFC_Exp
cache timeout active 10
record REC-OUT
flow exporter SFC_Exp
destination 192.168.100.1
source Loopback0
transport udp 2055
Twe1/0/1
ip flow monitor MON-IN input
ip flow monitor MON-OUT output
exporter appeared on the Stealthwatch, Stealthwatch could read name of interfaces but there is not any traffic
03-25-2024 10:26 AM
high level should work, what config on Twe1/0/1 ? what IOS XE code running on switch :
example working one :
03-25-2024 08:27 PM
ios xe 17.9.4a and stealthwatch 7.5.0
I found out that for cisco vnam my config is correct but stealthwatch shows only outside traffic correctly but inside not correctly
03-25-2024 02:24 PM
Yes it should work without any problem. If you want you can specify the NetFlow v9 under the flow exporter with the command "export-protocol netflow-v9" but even without specifying it it should work. What I think you are mainly missing is defining the flow record under the flow monitor, you should add that with the command "record ...".
How to configure NetFlow for Cisco routers and switches running IOS - video (site.com)
03-25-2024 08:24 PM
But I have recorder in my config
flow monitor MON-IN
exporter SFC_Exp
cache timeout active 10
record REC-IN
BTW my config works with cisco vnam analyzer perfectly
and it's strange I found out that on the stealthwatch I can see only outside traffic (outside is shown correctly) but inside isn't correctly
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