取消
显示结果 
搜索替代 
您的意思是: 
cancel
1508
查看次数
0
有帮助
1
回复

isr 4331 配置netflow

6364
Level 1
Level 1

flow exporter cisco
destination x.x.x.x
source GigabitEthernet0/0/0
transport udp 9996
export-protocol netflow-v5
!
flow monitor cisco
exporter cisco
record netflow ipv4 original-input

 

我这样配置netflow是否有遗漏,是将所有0/0/0口得数据都采集了是吗?

1 条回复1

eric888888
Spotlight
Spotlight

贴个标准配置你参考下

flow exporter Netflow
  destination X.X.X.X
  transport udp 9996
  source Vlan7
  version 9
    option sampler-table timeout 60
flow record LCZQ
  match ipv4 source address
  match ipv4 destination address
  match ip protocol
  match ip tos
  match transport source-port
  match transport destination-port
  collect counter bytes long
  collect counter packets long
  collect timestamp sys-uptime first
  collect timestamp sys-uptime last
  collect flow sampler id
  collect ip version
sampler LCZQ-2048
  mode 1 out-of 2048

interface Vlan9
  ip flow monitor LCZQ input sampler LCZQ-2048
快捷链接