交换机
园区网交换机
数据中心与云计算交换机
行业精选交换系列
意图网络指挥官
无线
放装型无线接入点
墙面型无线接入点
智分无线接入点
室外无线接入点
场景化无线
行业精选无线系列
无线管理与应用
ip flow-cache entries 580000
ip flow-cache timeout active 1
ip flow-cache timeout inactive 10
ip flow-export template timeout-rate 1
ip flow-export template refresh-rate 600
ip flow-export version 9
ip flow-export destination 1.1.1.1 9996
monitor session 1 destination interface GigabitEthernet 2/3
monitor session 1 source interface GigabitEthernet 2/1 both
Ruijie(config)#int g2/9
Ruijie(config-if-GigabitEthernet 2/9)#ip flow ingress
Ruijie(config-if-GigabitEthernet 2/9)#ip flow egress
The port enable ipfix fail because of hardware
该故障就是由于限制:“当一块交换卡配置了一个带镜像输出源口时(source interface xx tx),不允许在该交换卡的任何端口上再配置IPFIX 流输出统计功能”引起的。GigabitEthernet 2/1 both配置了双向镜像(那就肯定包含tx)。
采用如下规避方法,SPAN中只配置RX方向的镜像:
monitor session 1 destination interface GigabitEthernet 2/3
monitor session 1 source interface GigabitEthernet 2/1 rx
interface GigabitEthernet 2/9
ip flow egress
ip flow ingress