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

Config Network Flow (Monitor/Record/Export)

eeebbunee
Level 1
Level 1

Hello Professionals,

 

I would like to config netflow to see ip top talkers from the specific interface traffics, but I couldn't finish my configuration because of the config error. Can you see my config and correct me?

 

ERROR>> when I apply flow monitor to interface gi1/0/3, it gives me:

int error.PNG

 

Probably I forgot something to config 'ip flow monitor', but I couldn't find..

Here is my config >>

  -Exporter Destination : switch itself. (C9300L, ver:16.12.4)

monitor.PNG

 

I don't understand the roles of Monitor/Record/Exporter respectively, I would much appreciate if someone explain that.

 

Thank you very much.

 

2 Replies 2

Hi

 Add to you record, this command:

 

 

flow record LOCAL_MPLS_RECORD

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
match interface output

collect routing source as
collect routing destination as
collect routing next-hop address ipv4
collect transport tcp flags
collect counter bytes
collect counter packets
collect timestamp sys-uptime first
collect timestamp sys-uptime last

 

 

 

eeebbunee
Level 1
Level 1

Thank you for the response Flavio Miranda,

I resolved this issue by creating two flow monitors, and two flow records (In / Out).

Thank you!