07-24-2017 10:15 PM - edited 03-08-2019 11:27 AM
Hi All,
I have configured Flexible Netflow on CISCO 3560X Switch. Configuration as Follows:
flow record netflow-to-orion
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
collect counter bytes long
collect counter packets long
collect timestamp sys-uptime first
collect timestamp sys-uptime last
!
!
flow exporter netflow-to-orion
destination <IP>
transport udp <Port>
template data timeout 60
!
!
flow monitor netflow-to-orion
record netflow-to-orion
exporter netflow-to-orion
cache timeout inactive 120
cache timeout active 60
!
!
sampler Solarwinds-SampleTest1
mode random 1 out-of 100
interface Vlan10
ip flow monitor netflow-to-orion sampler Solarwinds-SampleTest1 input
ip address <IP>
ip helper-address <IP>
ip helper-address <IP>
no ip route-cache
Switch has following Software and Hardware:
IOS Image: Cisco IOS Software, C3560E Software (C3560E-IPBASEK9-M), Version 15.0(1)SE3, REL
Bootloader Image: C3560E Boot Loader (C3560X-HBOOT-M) Version 12.2(58r)SE1, RELEASE SOFTW"
Hardware Board Revision Number : 0x05
Network Module:
NAME: "FRULink Slot 1 - FRULink Module", DESCR: "FRULink 1G Module"
PID: C3KX-NM-1G , VID: V01 , SN: <SNO>
Model number: WS-C3560X-24T-S
And i am able to ping Solarwind Flow Destination IP, Able to monitor this Switch through SNMP.
But i am not seeing any Flow from this Swtich.
Could someone plese help ?
Thanks & Regards,
Prasanna Kumar Desireddy
07-25-2017 12:16 AM
Hello,
I think you need to enable netflow v-9:
flow exporter netflow-to-orion
destination <IP>
export-protocol netflow-v9
transport udp <Port>
template data timeout 60
Also, make sure 'ip cef' is enabled on your device.
07-25-2017 04:21 AM
You have the 1G Network Module (NM) installed - I believe you need the 10G Service Module (SM) for Flexible NetFlow:
http://www.cisco.com/c/en/us/products/collateral/switches/catalyst-3750-x-series-switches/white_paper_c11-691508.html
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