FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
src/plugins/flowprobe

flowprobe feature add-del

Summary/usage

flowprobe feature add-del <interface-name> <l2|ip4|ip6> disable.

Description

&#39;<em>flowprobe feature add-del</em>&#39; commands to enable/disable per-packet IPFIX flow record generation on an interface

Example usage

To enable per-packet IPFIX flow-record generation on an interface:

vpp# flowprobe feature add-del GigabitEthernet2/0/0

To disable per-packet IPFIX flow-record generation on an interface:

vpp# flowprobe feature add-del GigabitEthernet2/0/0 disable

Declaration and implementation

Declaration: flowprobe_enable_disable_command (src/plugins/flowprobe/flowprobe.c line 987)

Implementation: flowprobe_tx_interface_add_del_feature_command_fn.

flowprobe params

Summary/usage

flowprobe params record &lt;[l2] [l3] [l4]&gt; [active &lt;timer&gt; passive &lt;timer&gt;].

Declaration and implementation

Declaration: flowprobe_params_command (src/plugins/flowprobe/flowprobe.c line 993)

Implementation: flowprobe_params_command_fn.

show flowprobe feature

Summary/usage

show flowprobe feature.

Declaration and implementation

Declaration: flowprobe_show_feature_command (src/plugins/flowprobe/flowprobe.c line 1000)

Implementation: flowprobe_show_feature_command_fn.

show flowprobe params

Summary/usage

show flowprobe params.

Declaration and implementation

Declaration: flowprobe_show_params_command (src/plugins/flowprobe/flowprobe.c line 1006)

Implementation: flowprobe_show_params_command_fn.

show flowprobe statistics

Summary/usage

show flowprobe statistics.

Declaration and implementation

Declaration: flowprobe_show_stats_command (src/plugins/flowprobe/flowprobe.c line 1017)

Implementation: flowprobe_show_stats_fn.

show flowprobe table

Summary/usage

show flowprobe table.

Declaration and implementation

Declaration: flowprobe_show_table_command (src/plugins/flowprobe/flowprobe.c line 1012)

Implementation: flowprobe_show_table_fn.