Hi all,
I’m trying to collect netflow data from a remote site which only has one Cisco 881 router and is connected to our corporate WAN using an IPSec VPN tunnel. According to Cisco and bug CSCsk25481 it appears as though only the new “Flexible-Netflow” will work over IPSec VPN tunnels when the router that generates the IPSec VPN tunnel is trying to send netflow info, as long as you have IOS version 12.4(17.2)T. I’ve tried to configure this using the commands below but it still doesn’t send any netflow data to our NTA. The router is being monitored by Solarwinds Orion using the Lo0 IP address. The VPN tunnel does go through a firewall but all ports are open for VPN’s for both UDP and TCP.
Here’s what Cisco say…
IOS does not encrypt NetFlow export packets which originate from the router itself. This is day 0
functionality as features are not applied to NetFlow export packets and never have been.
The solution to this does not fix the above for Cisco's older netflow-switch code but rather
provides the ability to encrypt outgoing NetFlow export packets for the newer flexible-netflow
product.
Here’s the config on the router…
flow exporter export-to-DCRAP014
destination 10.254.17.14
source Loopback0
transport udp 9996
!
!
flow monitor flow-monitor
record netflow-original
exporter export-to-DCRAP014
interface FastEthernet4
ip flow monitor flow-monitor input
ip flow monitor flow-monitor output
interface Vlan1
ip address 10.254.41.1 255.255.255.0
ip flow monitor flow-monitor input
ip flow monitor flow-monitor output
Is my config of the router wrong or am I missing something?
wireshark also doesn't pick up any traffic from the remote router on the Orion server so it doesn't look like the router is sending anything.
many thanks
Dave