cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
161
Views
0
Helpful
2
Replies

Netflow monitoring through management interface

zohebS
Level 1
Level 1

I have configured the netflow on my cisco ISR 4451 management interface but I am not able to collect data on my NMS server. Also i have given static route to my NMS server 

Source 10.146.96.101

Destination (Collector): 10.146.104.35

UDP Port :5111

 

Below is the configuration 

flow exporter export-jio-management
destination 10.146.104.35
source GigabitEthernet0/0/3
transport udp 5111
template data timeout 60
option application-table timeout 60
option application-attributes timeout 300

 

flow monitor monitor-Jio
exporter export-jio-management
cache timeout active 60
record record-Jio

 

interface GigabitEthernet0/0/3
description *** Management ***
vrf forwarding monitor-vrf
ip flow monitor monitor-Jio input
ip flow monitor monitor-Jio output
ip address 10.146.96.101 255.255.255.0
negotiation auto

 

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

There are 2 things  here 

Source interface using that interface to send Data to NMS

Source interface where you want to collect the data on the devices.

on your case both you using same interface  interface GigabitEthernet0/0/3  - is this correct ?

check some example working one 

https://www.balajibandi.com/?p=1383

 

BB

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

How to Ask The Cisco Community for Help

Yes, Because I am collecting the data from my management interface which is 0/0/3.