Comencé por agregar esta configuración a mi Switch cisco 9200
flow record NTArecord
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match ipv4 tos
match interface input
collect interface output
collect counter bytes long
collect counter packets long
collect timestamp absolute first
collect timestamp absolute last
collect routing multicast replication-factor
!
flow exporter NTAexporter
destination 192.168.100.184
source Vlan10
transport udp 2055
export-protocol netflow-v9
template data timeout 60
option application-table timeout 60
option application-attributes timeout 300
!
flow monitor NTAmonitor
record NTArecord
exporter NTAexporter
cache timeout active 60
cache timeout inactive 15
Despues de aqui no se que interfaz utilizar, vi un video de configuración de y seleccionan una interfaz para el siguiente comando:
ip flow monitor NTAmonitor input
ip flow monitor NTAmonitor output
Pero me sale el siguiente problema:
sw1pruebas(config-if)#ip flow monitor NTAmonitor input
sw1pruebas(config-if)#ip flow monitor NTAmonitor output
% Flow Monitor: Failed to add monitor to interface: Unsupported key field "interface input" for ip traffic in Output direction