在 M、MX 或 T 系列路由器上应用防火墙过滤器输出接口,将流量镜像到 PIC 或流收集服务
在输出接口上,您可以应用防火墙过滤器,以生成基于过滤器的转发路由实例。如果您希望将流量镜像到多个监控服务 PIC 或流收集服务接口,此功能会很有用。要配置,请在 output
层次结构级别包含语句 [edit interfaces interface-name unit logical-unit-number family inet filter]
。
[edit] interfaces fe-3/1/0 { description “export interface to flow collection services interfaces”; unit 0 { family inet; address ip-address; filter { output output-filter-name; } } }