cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
479
Views
10
Helpful
2
Replies

How to configure the netflow in 9372 switch

2 Replies 2

marce1000
VIP
VIP

 

 - FYI : https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_...

  M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

balaji.bandi
Hall of Fame
Hall of Fame

Make sure you enable the Feature netflow and use below template and develop as it goes to best need :

 

!
flow record ipv4
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
collect interface output
collect counter bytes
collect counter packets
!
flow exporter NetFlow-Server
destination x.x.xx (ip address of Netflow server)
source vlanXX (interface with IP address Orion is managing the device with)
transport udp 2055 (Netflow collector port)
export-protocol Netflow version 9
template data timeout 60 (This will ensure the template is exported every 1 minute, default is 600 seconds)
!
flow monitor NetFlow-Monitor
record ipv4
exporter NetFlow-Server
cache timeout inactive 10
cache timeout active 1
!
vlan configuration XX ( VLAN of Layer 3 Interface)
ip flow monitor NetFlow-Monitor input
!

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card