Enable netflow and export on a router
Download TemplateEnables netflow monitoring on the %[interface_to_monitor]% interface and configures netflow exporting to a %[destination_ip]% and %[destination_port]%
conf t
interface %{interface_to_monitor}%
ip flow ingress
ip flow egress
exit
ip flow-cache timeout active 1
ip flow-export source %{source_interface}%
ip flow-export version %{version}%
ip flow-export destination %{destination_ip}% %{destination_port}%
end
copy run start
You must be logged in to comment.
