Sei sulla pagina 1di 1

***PLANTILLA FLEXIBLE NETFLOW***

//Creating Flow Record


flow record CORE-Record
match ipv4 source address
match ipv4 destination address
match ipv4 protocol
match transport source-port
match transport destination-port
match ipv4 tos
match interface input
collect interface output
collect counter bytes
collect counter packets
//creating Flow Export
flow export CORE-Export
destination IP
transport udp 9996
//creating Flow Monitor
flow monitor CORE-Monitor
record CORE-Record
exporter CORE-Export
cache timeout active 60
cache timeout inactive 15
interface <interfaz>
ip flow monitor CORE-Monitor input

Potrebbero piacerti anche