For basic NetFlow v5 or v9 on Catalyst switches, any license will do. If you want full support for Flexible NetFlow, you’ll need either a DNA Essentials or DNA Advantage license.
you can refer to :
可以确认一下版本和license呢,查询也显示netflowv5 export protocol是有镜像可以支持的。
For basic NetFlow v5 or v9 on Catalyst switches, any license will do. If you want full support for Flexible NetFlow, you’ll need either a DNA Essentials or DNA Advantage license.
you can refer to :
可以确认一下版本和license呢,查询也显示netflowv5 export protocol是有镜像可以支持的。
match interface {input | output} |
Specifies a match to the interface fields. The following command options are available:
|
collect interface {input | output} |
Collects the fields from the input or output interface. |
The “match” fields are the “key” fields. They are used to determine the uniqueness of the flow. The “collect” fields are just extra info that to include to provide more detail to the collector for reporting and analysis.This seems to be the fixed format.
If you apply a flow monitor in the input direction: • Use the match keyword and use the input interface as a key field. • Use the collect keyword and use the output interface as a collect field. This field will be present in the exported records but with a value of 0. • If you apply a flow monitor in the output direction: • Use the match keyword and use the output interface as a key field. • Use the collect keyword and use the input interface as a collect field. This field will be present in the exported records but with a value of 0.