enable 接口netflow ,版本不同,命令也不同
|
|
|
|
enable 接口netflow ,主接口和子接口,命令也不同
|
|
Enabling NetFlow on an Interface |
Enabling NetFlow on a Subinterface |
interface fe 0/1 |
interface fe 0/1.1 |
即要在配IP地址的接口开启流采集
在未配IP地址的接口开启流采集,相当于对所有的子接口开启流采集
If you enable NetFlow on an interface that contains subinterfaces, all the subinterfaces will be enabled automatically.
interface GigabitEthernet0/1/0
!
interface GigabitEthernet0/1/0.996
在pppoe口打开 netflow ——要配在三层接口(routed)上,即要配在virutal口上
interface GigabitEthernet2/0/0.10
! |
不能 配在物理口,要配在virtual-template 口(三层口) |
interface Virtual-Template 1 |
|
V5 V9 对出入流采集的支持
·
ip flow-export version 9 peer-as bgp-nexthop
interface FastEthernet2/0
·
·
ip flow-export version 5 peer-as bgp-nexthop
interface FastEthernet2/0
3800-2(config)ip flow-export version 9 peer-as bgp-nexthop |
ip flow-export source loopback0 的用途
此source不能任意设置,必须是可达的,否则flow分析仪会报错,或将接收的flow export扔掉
source可达不可达,主要在穿NAT防火墙时发生
解决办法:
1。不设 source,则ROUTER自动以朝向ntracker的出接口10.193.193.36为source
2.在防火墙上设static nat : 10.4.193.36 10.193.193.36
@
ip flow-export source 必须用public接口的地址做source ip.
@
ip flow-export source 的地址最好设成能被NAT翻译的地址做源地址
|
|
Active timeout: 一个active 流被监控的最大时间,超过这个时间(缺省30min),这个活动流即使未结束,也要在cache中被aging flash(老化刷新),并作成export包发出,(有点类似OSPF的 30分钟路由刷新)
ip flow-cache timeout Active 1:即对一个长时间保持的流,每隔1分钟1刷新
为了即时生成告警,精确显示故障排除数据,设定active 值为1分钟非常重要。
测准确性时,ip flow-cache timeout active 很重要
|
|
缺省值为15秒。
Catalyst6500有自己的timer,——MLS timer
snmp-server community public ro |
persist: 使ifindex固定,不在reboot后改变 |
snmp ifindex persistence interface command cannot be used on subinterfaces.
RFC 2233
标准的snmp ifindex是4字节32bit
而flow七元组中的interface ifindex却是2字节16bit
所以单从flow中获得的interface ifindex是无法直接从32bit MIB库中得到对对应的ifname,ifdescr,需要一些16bit到32bit的映射转换