.. _clicmd_src_plugins_flowprobe: =============================================================== Flowprobe cli reference =============================================================== flowprobe feature add-del ------------------------------------------------------------------------- .. code-block:: console flowprobe feature add-del [(l2|ip4|ip6)] [(rx|tx|both)] [disable] ``flowprobe feature add-del`` commands to enable/disable per-packet IPFIX flow record generation on an interface To enable per-packet IPFIX flow-record generation on an interface: .. code-block:: console flowprobe feature add-del GigabitEthernet2/0/0 To disable per-packet IPFIX flow-record generation on an interface: .. code-block:: console flowprobe feature add-del GigabitEthernet2/0/0 disable Declaration: ``flowprobe_enable_disable_command`` `src/plugins/flowprobe/flowprobe.c line 1269 `_ Implementation: ``flowprobe_interface_add_del_feature_command_fn`` flowprobe params ------------------------------------------------------------------------- .. code-block:: console flowprobe params record [l2] [l3] [l4] [active ] [passive ] Declaration: ``flowprobe_params_command`` `src/plugins/flowprobe/flowprobe.c line 1275 `_ Implementation: ``flowprobe_params_command_fn`` show flowprobe feature ------------------------------------------------------------------------- .. code-block:: console show flowprobe feature Declaration: ``flowprobe_show_feature_command`` `src/plugins/flowprobe/flowprobe.c line 1282 `_ Implementation: ``flowprobe_show_feature_command_fn`` show flowprobe params ------------------------------------------------------------------------- .. code-block:: console show flowprobe params Declaration: ``flowprobe_show_params_command`` `src/plugins/flowprobe/flowprobe.c line 1288 `_ Implementation: ``flowprobe_show_params_command_fn`` show flowprobe statistics ------------------------------------------------------------------------- .. code-block:: console show flowprobe statistics Declaration: ``flowprobe_show_stats_command`` `src/plugins/flowprobe/flowprobe.c line 1299 `_ Implementation: ``flowprobe_show_stats_fn`` show flowprobe table ------------------------------------------------------------------------- .. code-block:: console show flowprobe table Declaration: ``flowprobe_show_table_command`` `src/plugins/flowprobe/flowprobe.c line 1294 `_ Implementation: ``flowprobe_show_table_fn``