I want to know NTA configuration on Cisco Nexus 9508,Cisco Catalyst 3650 and Cisco 2960 as trunk interface.
Thanks.
udp port 2055 towards solarwinds server at desired rate.
Nexus 9k does not support netflow so you have to use sflow. At a basic level this will get it working.
feature sflow
sflow collector-ip X.X.X.X vrf default source X.X.X.X
sflow collector-port 2055
sflow agent-ip X.X.X.X
sflow data-source interface Ethernet1/X
For 2960 You can use this:
flow record NTA_Record
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
collect interface input
collect interface output
collect counter bytes long
collect counter packets long
!
flow exporter NTA
destination X.X.X.X
source FastEthernet0
transport udp 2055
flow monitor NTA_Monitor
exporter NTA
cache timeout inactive 45
cache timeout active 30
record NTA_Record
Inteface G1/0/1
ip flow monitor NTA_Monitor input