在华为设备上配置flow包导出

对于NetFlow 分析,您需要将设备配置为将flow包导出到 Site24x7 本地轮询器,即 NetFlow 收集器。本地部署轮询器将监听特定端口以接收flows。了解如何查找本地部署轮询器的端口号

sFlow 配置

使用以下命令在华为设备上配置 sFlow:

system-view
sflow collector 1 ip (NetFlow Server IP) port 9996
sflow agent ip (Device IP)

参考此示例了解如何在各个接口下进行配置:

Interface (interface name)
sflow counter-sampling collector 1
sflow counter-sampling interval 30
sflow flow-sampling collector 1

NetStream 配置

使用以下命令在华为设备上启用 NetStream:

ip netstream export host {hostname|ip_address} 9996

这会将 NetStream 导出到指定的 IP 地址。指定安装Site24x7本地部署轮询器的机器的 IP 地址和配置的侦听器端口。默认端口是9996

ip netstream export source interface {interface name}

设置设备发送的NetStream导出的源IP地址。Site24x7 将对该地址的设备发出 SNMP 请求。要在所需接口上启用 NetStream,请执行以下命令:

ip netstream inbound

例子: 

配置华为设备192.168.1.1导出流量到服务器192.168.2.2

ip netstream export host 192.168.2.2 9996
ip netstream export source 192.168.1.1
ip netstream timeout active 1
ip netstream timeout inactive 15
ip netstream export version 9
ip netstream template timeout 1

在所有接口下执行这些:

ip netstream inbound
ip netstream inbound