cisco netflow export and monitoring config example

Home » Blog » Application » graceful HA monitoring and ip-sla devices » cisco netflow export and monitoring config example

cisco netflow export and monitoring config example

21.09 2022 | by massimiliano

cisco netflow export and monitoring config example   flow exporter EXPORTER-PRTG description export ipv4 traffic destination < ip_address_server_prtg > source […]



cisco netflow export and monitoring config example

 

flow exporter EXPORTER-PRTG
description export ipv4 traffic
destination < ip_address_server_prtg >
source Port-channel4.1008
transport udp 9996

!

flow monitor PRTG
description monitoring ipv4 traffic
exporter EXPORTER-PRTG
cache timeout active 180
statistics packet protocol
statistics packet size
record netflow-original
!

interface Port-channel3.141
description transito-primario-ospf-backbone
encapsulation dot1Q 141
ip flow monitor PRTG input
ip flow monitor PRTG output

!

interface Port-channel3.142
description transito-secondario-ospf-backbone
encapsulation dot1Q 142
ip flow monitor PRTG input
ip flow monitor PRTG output

!

interface Port-channel4.1008
description transito-ospf-rozzano
encapsulation dot1Q 1008
ip flow monitor PRTG input
ip flow monitor PRTG output

Torna in alto