Quantcast
Channel: THWACK: Popular Discussions - NetFlow Traffic Analyzer
Viewing all 4057 articles
Browse latest View live

Does anyone have a good template for Netflow config on Cisco ASR 920 12CZ-A?

$
0
0

I am running into wall after wall with both Cisco and Solarwinds support.  It sounds like the packet capture on the ORION server is showing that I am missing a "valid interface index" under the flow record template in the ASR.  I can't find what that commnand would be.  Here is my current config on that ASR920.  Support also saying that I am missing:  "OUTPUT_SNMP" or "OutputInt:_ " - not sure what this translates to as far as a Cisco command to put under the flow record.  Dang, why does this have to be so confusing?  Thanks for any suggestions everyone!

 

 

flow record R1

match ipv4 protocol

match ipv4 destination address

match transport source-port

match transport destination-port

match interface input

match ipv4 source address

match ipv4 tos

collect counter packets long

collect counter bytes long

!

!

flow exporter E1

destination 164.110.x.x

source Loopback0

transport udp 2055

template data timeout 60

!

!

flow monitor M1

description flows to ORION

exporter E1

cache timeout inactive 10

cache timeout active 5

record R1

 

license udi pid ASR-920-12CZ-A sn CAT2044U3JR

license accept end user agreement

license boot level advancedmetroipaccess

!

sdm prefer netflow-video

 

 

 

interface GigabitEthernet0/0/0

description Fiber link to HQ Maple Park ASR HQMPPK100203 G0/1/1

ip address 10.88.x.x

ip flow monitor M1 input

negotiation auto

cdp enable

 

interface Loopback0

ip address 10.154.x.x


NBAR2 vs Netflow

$
0
0

Hi,

 

Reaching out to see if anyone has noticed large differences between NBAR2 and Netflow data.

 

I've been trying to figure out which source I should use when trying to establish utilisation.

 

Should the data be the same? I appreciate NBAR covers more layers but I would have thought it would be close just more detailed around the type of traffic.

 

Attached are two graphs from the same interface on a router. NBAR2 and Netflow.

 

Thanks

Adam

NTA 4.4.0 flow data from unmanaged interfaces on ASA

$
0
0

Last 200 Unknown Traffic Events is showing many, many events from ASAs with somewhat random numeric interface numbers:

 

11/5/2018 8:33 AM    EventImg    NetFlow Receiver Service [RedactedServerName] is receiving flow data from unmanaged interface '#-420822234' on RedactedASA-Context  and it does not support SNMP. Click the "Add this interface" to manage interface and process its flow data.

 

The interface number appears to be interpreted as a signed integer, and of course, do not exist elsewhere in Orion. If I scrape the page into Excel and sort, the numbers are somewhat sequential around a few different root numbers.Rediscovering the ASA does not change the behavior.

 

These events are happening many times a second. We see this on multiple Orion servers.

 

Has anyone already opened a support case on this and solved it?

 

=Foonly=

Sflow already configured on Cisco 9508 but not display any in NTA summary.

$
0
0

Sflow configuration in Cisco Nexus as below:

feature sflow

sflow sampling-rate 50000

sflow max-sampled-size 200

sflow counter-poll-interval 100

sflow max-datagram-size 2000

sflow collector-ip xxx.xxx.xxx.xxx vrf default ( xxx=NTA Server IP )

sflow collector-port 2055

sflow agent-ip xxx.xxx.xxx.xxx ( xxx= Switch Management IP )

But not received any traffic and help me please.

Can you monitor Nexus 9K using NTA

$
0
0

Is it possible to monitor traffic with NTA on a Cisco Nexus 9000?  Ive found info on a Cisco forum which states Netflow is not supported.  Is there any workaround for this type of device?

 

Heres some info about my device...

9372-100# sh ver

Cisco Nexus Operating System (NX-OS) Software

 

Software

  BIOS: version 07.17

  NXOS: version 6.1(2)I3(3a)

  NXOS image file is: bootflash:///n9000-dk9.6.1.2.I3.3a.bin

 

Hardware

  cisco Nexus9000 C9372PX chassis

  Intel(R) Core(TM) i3-3227U C with 16402544 kB of memory.

  Processor Board ID SAL19089Z7N

plugin

  Core Plugin, Ethernet Plugin

NTA Flow architecture

$
0
0

What is the recommended setup in a distributed environment that use WAN-Connections:

 

A) Device that sends netflow data (netflow source) + netflow collector = remote site

Flow storage DB = data center (central site)

 

or

 

B) Device that sends netflow data (net flow source) = remote site

netflow collector and flow storage DB = data centre

 

In other words, do I need to place the NTA flow collector at the same site as the NTA flow storage DB ?

 

Thanks

 

Marius

sflow on nexus 9000 not working

$
0
0

Hi all,

 

We have cisco nexus 9000 with NXOS: version 7.0(3)I4(7) and enable sflow.

I see packet is coming to the NTA server with wireshark, but not showing up in NTA web interface.

 

Any suggestions of wrong configuration?

 

version 7.0(3)I4(7)
feature sflow

sflow sampling-rate 50000
sflow max-sampled-size 200
sflow counter-poll-interval 100
sflow  max-datagram-size 2000
sflow collector-ip x.x.x.x vrf DC-Production
sflow collector-port 2055
sflow agent-ip s.s.s.s

sflow data-source interface port-channel10
sflow data-source interface port-channel101
sflow data-source interface port-channel103
sflow data-source interface port-channel105

 

//Jan

NetFlow Probe/Agent for Linux - SoftFlowD is an alternative to NProbe

$
0
0

Problem

I was looking for an alternative to NProbe as a NetFlow Probe/Agent for a CentOS as NProbe is not free and i wanted somehing that i could run as a Probe only and in deamon mode.  After looking at various options, I settled on SoftFlowD as an alternative and thought that I would share with the community how exactly I did it.  It works like a dream for me so enjoy!!!

 

Installing SoftFlowD as a TCP Flow Based Probe

The following is a description of how we can install a TCP Flow based probe to capture the data going in and out of a Centos Linux server and to export this in NetFlow Version 5 format to a collector for further analysis.

 

First of ak, we need to ensure that we have a few utilities installed on the server to satisfy the dependencies.

[root@wbcphpxy01 ~]# yum install libtool automake autoconf python-devel

libpcap-devel

 

Once these are installed, then let’s get a copy of the softflowd compressed source files:-

 

[root@wbcphpxy01 ~]# cd /root

[root@wbcphpxy01 ~]#wget http://softflowd.googlecode.com/files/softflowd-0.9.9.tar.gz

--2013-09-30 11:17:13--  http://softflowd.googlecode.com/files/softflowd-0.9.9.tar.gz

Resolving softflowd.googlecode.com... 173.194.70.82, 2a00:1450:4001:c02::52

Connecting to softflowd.googlecode.com|173.194.70.82|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 91939 (90K) [application/x-gzip]

Saving to: âsoftflowd-0.9.9.tar.gzâ

 

100%[======================================>] 91,939      --.-K/s   in 0.1s

 

2013-09-30 11:17:13 (673 KB/s) - âsoftflowd-0.9.9.tar.gzâ

 

Now let’s decompress them:-

 

[root@wbcphpxy01 ~]# tar -zxvf softflowd-0.9.9.tar.gz

softflowd-0.9.9

softflowd-0.9.9/softflowctl.8

softflowd-0.9.9/.hg_archival.txt

softflowd-0.9.9/.cvsignore

softflowd-0.9.9/.hgtags

softflowd-0.9.9/LICENSE

softflowd-0.9.9/Makefile.in

softflowd-0.9.9/README

softflowd-0.9.9/TODO

softflowd-0.9.9/aclocal.m4

softflowd-0.9.9/closefrom.c

softflowd-0.9.9/collector.pl

softflowd-0.9.9/common.h

softflowd-0.9.9/configure.ac

softflowd-0.9.9/convtime.c

softflowd-0.9.9/convtime.h

softflowd-0.9.9/daemon.c

softflowd-0.9.9/freelist.c

softflowd-0.9.9/freelist.h

softflowd-0.9.9/install-sh

softflowd-0.9.9/log.c

softflowd-0.9.9/log.h

softflowd-0.9.9/mkinstalldirs

softflowd-0.9.9/netflow1.c

softflowd-0.9.9/netflow5.c

softflowd-0.9.9/netflow9.c

softflowd-0.9.9/softflowd.sysconfig

softflowd-0.9.9/softflowctl.c

softflowd-0.9.9/softflowd.8

softflowd-0.9.9/softflowd.c

softflowd-0.9.9/softflowd.h

softflowd-0.9.9/softflowd.init

softflowd-0.9.9/softflowd.spec

softflowd-0.9.9/strlcat.c

softflowd-0.9.9/strlcpy.c

softflowd-0.9.9/sys-tree.h

softflowd-0.9.9/treetype.h

softflowd-0.9.9/configure

softflowd-0.9.9/config.h.in

 

Now that we have uncompressed the files, let’s change to the relevant directory and then run the configuration script that checks whether you have the relevant programs dependencies such as gcc in place and where those binaries are on your system:-

 

[root@wbcphpxy01 ~]# cd softflowd-0.9.9

 

[root@wbcphpxy01 softflowd-0.9.9]# ./configure

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking for a BSD-compatible install... /usr/bin/install -c

checking how to run the C preprocessor... gcc -E

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking net/bpf.h usability... no

checking net/bpf.h presence... no

checking for net/bpf.h... no

checking pcap.h usability... yes

checking pcap.h presence... yes

checking for pcap.h... yes

checking pcap-bpf.h usability... yes

checking pcap-bpf.h presence... yes

checking for pcap-bpf.h... yes

checking for struct sockaddr.sa_len... no

checking for struct ip6_ext.ip6e_nxt... yes

checking for library containing daemon... none required

checking for library containing gethostbyname... none required

checking for library containing socket... none required

checking for pcap_open_live in -lpcap... yes

checking for closefrom... no

checking for daemon... yes

checking for setresuid... yes

checking for setreuid... yes

checking for setresgid... yes

checking for setgid... yes

checking for strlcpy... no

checking for strlcat... no

checking for u_int64_t... yes

checking for int64_t... yes

checking for uint64_t... yes

checking for u_int32_t... yes

checking for int32_t... yes

checking for uint32_t... yes

checking for u_int16_t... yes

checking for int16_t... yes

checking for uint16_t... yes

checking for u_int8_t... yes

checking for int8_t... yes

checking for uint8_t... yes

checking size of char... 1

checking size of short int... 2

checking size of int... 4

checking size of long int... 4

checking size of long long int... 8

configure: creating ./config.status

  1. config.status: creating Makefile
  2. config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
  3. config.status: creating config.h

 

Now we need to run the make utility to build a binary executable ready to install, which is customised to your environment:-

 

[root@wbcphpxy01 softflowd-0.9.9]# make

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o softflowd.o softflowd.c

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o log.o log.c

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o netflow1.o netflow1.c

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o netflow5.o netflow5.c

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o netflow9.o netflow9.c

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o freelist.o freelist.c

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o convtime.o convtime.c

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o strlcpy.o strlcpy.c

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o strlcat.o strlcat.c

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o closefrom.o closefrom.c

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o daemon.o daemon.c

gcc  -o softflowd softflowd.o log.o netflow1.o netflow5.o netflow9.o freelist.o convtime.o strlcpy.o strlcat.o closefrom.o daemon.o -lpcap

gcc -g -O2 -DFLOW_SPLAY          -DEXPIRY_RB             -I.   -c -o softflowctl.o softflowctl.c

gcc  -o softflowctl softflowctl.o convtime.o strlcpy.o strlcat.o closefrom.o daemon.o -lpcap

 

Now that we have a binary ready for installing, we just need to install the application on your system:-

 

[root@wbcphpxy01 softflowd-0.9.9]# make install

[ -d /usr/local/sbin ] || \./mkinstalldirs /usr/local/sbin

[ -d /usr/local/share/man/man8 ] || \./mkinstalldirs /usr/local/share/man/man8

/usr/bin/install -c -m 0755 -s softflowd /usr/local/sbin/softflowd

/usr/bin/install -c -m 0755 -s softflowctl /usr/local/sbin/softflowctl

/usr/bin/install -c -m 0644 softflowd.8 /usr/local/share/man/man8/softflowd.8

/usr/bin/install -c -m 0644 softflowctl.8 /usr/local/share/man/man8/softflowctl.8

[root@wbcphpxy01 softflowd-0.9.9]#

 

Now that we have a working copy of softflowd on the system, we can review the help file for the application by typing the following:-

 

[root@wbcphpxy01 ~]# softflowd -h

-i or -r option not specified.

Usage: softflowd [options] [bpf_program]

This is softflowd version 0.9.9. Valid commandline options:

  -i [idx:]interface Specify interface to listen on

  -r pcap_file       Specify packet capture file to read

  -t timeout=time    Specify named timeout

  -m max_flows       Specify maximum number of flows to track (default 8192)

  -n host:port       Send Cisco NetFlow(tm)-compatible packets to host:port

  -p pidfile         Record pid in specified file

                     (default: /var/run/softflowd.pid)

  -c pidfile         Location of control socket

                     (default: /var/run/softflowd.ctl)

  -v 1|5|9           NetFlow export packet version

  -L hoplimit        Set TTL/hoplimit for export datagrams

  -T full|proto|ip   Set flow tracking level (default: full)

  -6                 Track IPv6 flows, regardless of whether selected

                     NetFlow export protocol supports it

  -d                 Don't daemonise (run in foreground)

  -D                 Debug mode: foreground + verbosity + track v6 flows

  -s sampling_rate   Specify periodical sampling rate (denominator)

  -h                 Display this help

 

Now, we should be able to run the software in Debug mode in the foreground using the following command to ensure that we see the relevant messages (especially error messages):-

 

[root@wbcphpxy01 ~]# softflowd -D -v 5 -i eth0 -n 10.20.30.15:2055 -T full

Using eth0 (idx: 0)

softflowd v0.9.9 starting data collection

Exporting flows to [10.20.30.15]:iop

ADD FLOW seq:1 [10.170.1.201]:1335 <> [10.170.5.251]:22 proto:6

ADD FLOW seq:2 [10.140.42.250]:58374 <> [239.255.255.250]:1900 proto:17

ADD FLOW seq:3 [10.170.5.101]:0 <> [224.0.0.252]:0 proto:2

ADD FLOW seq:4 [10.170.5.101]:0 <> [239.255.255.250]:0 proto:2

...

 

In the above example, the following explains each of the switches I have used:-

 

-D                                           Debug mode, which bring this to the foreground

-v 5                                         Version 5 of Netflow

-i eth0                                   The Interface number

-n 10.20.30.15:2055         The target host IP address and port number of the collector/analyser

-T full                                     All protocols

 

Now running this is Debug mode is useful if you want to make sure that is working but it more useful to have this running in the background so the way we do that is to remove the –D statement in the option like such and you will just see the command prompt come back:-

 

[root@wbcphpxy01 ~]# softflowd -v 5 -i eth0 -n 10.20.30.15:2055 -T full

[root@wbcphpxy01 ~]#

 

You can still see that the flows are being “recorded” and that they are being exported in NetFlow version 5 and set to in this case 10.20.30.15 using destination port 2055.  This is done using a utility such as TCPDUMP:-

 

[root@wbcphpxy01 ~]# tcpdump -n –v dst port 2055

listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes

14:14:01.426775 IP 10.170.5.251.35829 > 10.20.30.15.iop: UDP, length 312

14:15:01.185508 IP 10.170.5.251.35829 > 10.20.30.15.iop: UDP, length 408

14:16:01.944233 IP 10.170.5.251.35829 > 10.20.30.15.iop: UDP, length 168

 

Now all this is fine, but it really only becomes useful if we can stop/start and restart the application like a service and have this enabled after the server has had a reboot.  To do this we edit a file called /etc/init.d/softflowd and empty the following contents into the file and save it:-

 

#! /bin/bash

#

# chkconfig: 2345 80 30

# description: SoftFlow Deamon Service

### BEGIN INIT INFO

# Provides: SOFTFLOWD

# Short-Description: Start/Stop/Restart SOFTFLOWD TCP Flow Probe

### END INIT INFO

#

# SOFTFLOWD This init.d script is used to start SOFTFLOWD.

#

SOFTFLOWD=/usr/local/sbin/softflowd

VERSION="5"

INTERFACE="eth0"

COLLECTOR="10.20.30.15"

CPORT="2055"

PID_FILE="/var/run/softflowd.pid"

OPTIONS="-v ${VERSION} -i ${INTERFACE} -n ${COLLECTOR}:${CPORT} -T full -p ${PID_FILE}"

 

start_SOFTFLOWD() {

${SOFTFLOWD} ${OPTIONS} > /dev/null &

return 1

}

 

stop_SOFTFLOWD() {

if [ -f ${PID_FILE} ]; then

kill `cat ${PID_FILE}` 2>1 /dev/null

\rm ${PID_FILE}

fi

}

 

########

case "$1" in

 

start)

echo -n "Starting SOFTFLOWD"

start_SOFTFLOWD;

echo " Done."

;;

 

stop)

echo -n "Stopping SOFTFLOWD"

stop_SOFTFLOWD;

echo " Done."

;;

 

restart)

echo -n "Restarting SOFTFLOWD"

stop_SOFTFLOWD;

sleep 1

start_SOFTFLOWD;

echo " Done."

;;

 

*)

 

echo "Usage: /etc/init.d/SOFTFLOWD {start|stop|restart}"

exit 1

esac

exit 0

 

After saving the file, we need to change the file permissions to:-

 

[root@wbcphpxy01 ~]# chmod 755 /etc/init.d/softflowd

 

Now let’s make the script a loadable initialisation script as part of the “service <application name> start” function by adding this with the chkconfig command:-

 

[root@wbcphpxy01 ~]# chkconfig --add softflowd

 

If you need to remove the script from being initiated at boot up as a service, then issue the following:-

 

[root@wbcphpxy01 ~]# chkconfig --remove softflowd

 

Finally, let’s start the service:-

 

[root@wbcphpxy01 ~]# service softflowd start

Start SOFTFLOWD Done.


Why is ALTER ANY CONNECTION needed?

$
0
0

Can anyone provide additional information other then what SolarWinds lists on their requirements and FAQ pages as to why this is a requirement for NTA 4.4?

Do I need some special SQL server permissions?

Yes. The NTA Flow Storage database account requires the ALTER ANY CONNECTION permission in order to schedule and optimize the daily database maintenance task. This ensures that SolarWinds minimizes the performance impact of the maintenance task, and maintains the overall performance of the database.

Using SQL Management Studio, run the following command to grant permissions:

USEmaster

GRANTALTERANY CONNECTION TO<grantee> [ AS<grantor> ]

 

Any insight regarding it would be greatly appreciated.

NetFlow Conversation Summary Chart Issue

$
0
0

Hey guys. A newbie here on Thwack and SolarWinds. The chart display on Top 100 Conversation shows the bandwidth that is just impossible for the current network infrastructure. We have 40Mbps connection with burst, but the chart is showing some conversation took place at over 1Gbps. That's just impossible. However, if I click on the detail it shows the more realistic bandwidth. So I think it's just the chart that is broken. How do I fix this problem? Is this a known bug?

Netflow with Avaya 5520 and 4850 switches

$
0
0

I was wondering if anybody has setup Avaya 5520s or 4850s to be Netflow enabled?  If you know any of the CMD that would be greatly appreciated.

 

Thanks,

 

Ian

NetFlow Traffic Analyzer (NTA) for Fortinet FortiGate 60D and Fortinet FortiGate 40C

$
0
0

Hi

 

We are using Solarwinds Orion Platform 2015.1.2, NPM 11.5.2 to monitor our network  of Fortinet FortiGate 60D and Fortinet FortiGate 40C devices. The issue is that wecan’t monitor traffic fallow nor Hardware monitoring for any node.

 

Is there any way to monitor net traffic flow of mention above in NPM 11.5.2 i.e  Fortinet 60D / Fortinet 40C??

 

Jawwad~

Netflow for Cisco Meraki

$
0
0

Hi,

 

We have number of Cisco Meraki devices in out network environment.

 

Can anyone help me with the Netflow configuration on CIsco Meraki Devices?

 

Thanks and Regards,

Richa Arya

New Free Tools - SolarWinds Flow Tools Bundle

$
0
0

We're excited to release a new free tools bundle - The SolarWinds® Flow Tool Bundle!

 

Gain the ability to quickly distribute, test, and configure flow traffic with the free network traffic analysis tools included in the SolarWinds® Flow Tool Bundle. Showcasing some of the signature flow traffic analysis capabilities from SolarWinds, the Flow Tool Bundle offers three handy, easy-to-install, and free network traffic analysis tools: SolarWinds NetFlow Replicator, SolarWinds NetFlow Generator, and SolarWinds NetFlow Configurator.

 

You can download the bundle here:FREE Flow Tool Bundle | SolarWinds

 

Learn more about the capabilities of these three tools here:SolarWinds Free Tool Overview: The Flow Tool Bundle - YouTube

You can find the Quick Reference Guide here, to get started:SolarWinds Flow Tools Bundle Quick Reference Guide

 

Post your feedback, comments, and feature requests on the Flow Tools Bundle here:Flow Tool Bundle

 

We're keen to hear how you use these tools in your environment! 

 

jreves

NTA - High Bandwidth Alert Report Grouping % Use by Subnet - Is this possible?

$
0
0

Hello all,

We are testing NPM/NTA right now for one purpose: high bandwidth alerting out of two interfaces (each on separate routers). We essentially have 4 departments (subnets) that share the bandwidth, and whenever total bandwidth hits over 90% on either interface, we want an alert triggered along with a corresponding snapshot report to show us which subnets are using the bandwidth (in %) in descending order so we can alert the appropriate network admin of the high utilization. We are not interested in seeing individual host IP addresses. Is this possible?

I've spoken with a few engineers there and the answer went from "yes, it's pretty simple" to "you'll need to get with one of your SQL developers as this will take a minimum of a few hours to sort out". This is the busiest time of the year for our small department and me being a new guy here, I don't want to saddle someone with hours of wading through this only to figure out that it can't be done. Thank you for your time.


Monitoring HP Comware switches

$
0
0

We use HP 5500, 5120, 5130 and 5800.  All are comware and they support sflow.  I found some doc on how to configure sflow but NTA doesn't collect any info.  Has anybody used NTA to collect flow info from comware switches?

Netflow on IOS-XR - invalid v9 templates from devices with the same config?

$
0
0

Using SolarWinds NetFlow Traffic Analyzer version: 4.1.2, I have the following Netflow configuration across 6 x ASR 9001's in our network:

 

flow exporter-map FE-NETFLOW

version v9

  options interface-table timeout 120

  options sampler-table timeout 120

!

transport udp 2055

source Loopback1

destination 10.240.132.23 vrf VRF-MGT

!

flow monitor-map FM-NETFLOW

record ipv4

exporter FE-NETFLOW

cache permanent

cache entries 10000

cache timeout active 2

cache timeout inactive 2

!

sampler-map SM-NETFLOW

random 1 out-of 100

 

interface x/x/x

flow ipv4 monitor FM-NETFLOW sampler SM-NETFLOW ingress

flow ipv4 monitor FM-NETFLOW sampler SM-NETFLOW egress

 

All devices are using the same code and features.

 

Of the 6 devices , 3 return report the error message:

 

NTA: Unknown traffic was received

 

NetFlow Receiver Service [SOLARWINDS] received an invalid V9 template with ID 256 from device x.x.x.x

 

Just wondering if I would expect the same configuration to return invalid templates? Would different traffic generate invalid templates?

NTA 4.4.0 flow data from unmanaged interfaces on ASA

$
0
0

Last 200 Unknown Traffic Events is showing many, many events from ASAs with somewhat random numeric interface numbers:

 

11/5/2018 8:33 AM    EventImg    NetFlow Receiver Service [RedactedServerName] is receiving flow data from unmanaged interface '#-420822234' on RedactedASA-Context  and it does not support SNMP. Click the "Add this interface" to manage interface and process its flow data.

 

The interface number appears to be interpreted as a signed integer, and of course, do not exist elsewhere in Orion. If I scrape the page into Excel and sort, the numbers are somewhat sequential around a few different root numbers.Rediscovering the ASA does not change the behavior.

 

These events are happening many times a second. We see this on multiple Orion servers.

 

Has anyone already opened a support case on this and solved it?

 

=Foonly=

NBAR2 vs Netflow

$
0
0

Hi,

 

Reaching out to see if anyone has noticed large differences between NBAR2 and Netflow data.

 

I've been trying to figure out which source I should use when trying to establish utilisation.

 

Should the data be the same? I appreciate NBAR covers more layers but I would have thought it would be close just more detailed around the type of traffic.

 

Attached are two graphs from the same interface on a router. NBAR2 and Netflow.

 

Thanks

Adam

Receiving netflow data from unmonitored interface - interface not configured for netflow

$
0
0

Has anybody seen this behavior?

 

This seems to be happening for multiple devices and multiple interfaces. We get logs indicating that NTA is receiving Netflow data from an unmonitored interface:

 

NetFlow Receiver Service [hostname] is receiving NetFlow data from unmonitored interface Port-channel1.7

 

The interfaces in question have no flow monitors configured.

 

If it makes any difference, these are all Cisco devices using Flexible Netflow configurations. They are pretty much standard configurations....flow record, flow exporter, flow monitor, apply flow monitor to interface...

I have checked the ifindexes and what's in the device matches what is in Solarwinds. I'm not sure what else I could look at.

 

I wanted to check if anyone has dealt with this already before I open a support case.

Viewing all 4057 articles
Browse latest View live