FD.io VPP
v21.01.1
Vector Packet Processing
|
flowprobe feature add-del <interface-name> <l2|ip4|ip6> disable.
'<em>flowprobe feature add-del</em>' commands to enable/disable per-packet IPFIX flow record generation on an interface
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: flowprobe_enable_disable_command (src/plugins/flowprobe/flowprobe.c line 988)
Implementation: flowprobe_tx_interface_add_del_feature_command_fn.
flowprobe params record <[l2] [l3] [l4]> [active <timer> passive <timer>].
Declaration: flowprobe_params_command (src/plugins/flowprobe/flowprobe.c line 994)
Implementation: flowprobe_params_command_fn.
show flowprobe feature.
Declaration: flowprobe_show_feature_command (src/plugins/flowprobe/flowprobe.c line 1001)
Implementation: flowprobe_show_feature_command_fn.
show flowprobe params.
Declaration: flowprobe_show_params_command (src/plugins/flowprobe/flowprobe.c line 1007)
Implementation: flowprobe_show_params_command_fn.
show flowprobe statistics.
Declaration: flowprobe_show_stats_command (src/plugins/flowprobe/flowprobe.c line 1018)
Implementation: flowprobe_show_stats_fn.
show flowprobe table.
Declaration: flowprobe_show_table_command (src/plugins/flowprobe/flowprobe.c line 1013)
Implementation: flowprobe_show_table_fn.