interfaces { ge-0/3/0 { unit 0 { family inet { filter { input all; output all; } address 10.0.0.1/24; } } } firewall { filter all { term all { then { sample; accept; } } } } forwarding-options { sampling { input { family inet { rate 100; } } output { cflowd 10.0.0.100 { port 9800; version 5; } } } }
调试命令
debug flow basic debug flow drop undebug all get dbuf stream
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。