Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2.Get into the config mode:

config -t 

3.Run the command:

!
flow record Seceon-CCE
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
collect interface output
collect counter bytes long
collect counter packets long
collect timestamp absolute first
collect timestamp absolute last
!

flow exporter Seceon-CCE
destination IP Address of the CCE (Please note that this is an example IP, which is to be replaced with your CCE IP)
source vlan11
transport udp 9995
template data timeout 60
!
!
flow monitor Seceon-CCE
exporter Seceon-CCE
cache timeout active 60
record Seceon-CCE
!
vlan configuartion 10-30
ip flow monitor Seceon-CCE input

exit

4. Check for the netflows on the OTM :

...