.. _clicmd_src_vnet_flow: =============================================================== Flow cli reference =============================================================== show flow entry ------------------------------------------------------------------------- .. code-block:: console show flow entry [index ] Declaration: ``show_flow_entry_command`` `src/vnet/flow/flow_cli.c line 263 `_ Implementation: ``show_flow_entry`` show flow interface ------------------------------------------------------------------------- .. code-block:: console show flow interface Declaration: ``show_flow_interface_command`` `src/vnet/flow/flow_cli.c line 333 `_ Implementation: ``show_flow_interface`` show flow ranges ------------------------------------------------------------------------- .. code-block:: console show flow ranges Declaration: ``show_flow_ranges_command`` `src/vnet/flow/flow_cli.c line 289 `_ Implementation: ``show_flow_ranges`` test flow ------------------------------------------------------------------------- .. code-block:: console test flow [add|del|enable|disable] [index ] [src-ip ] [dst-ip ] [ip6-src-ip ] [ip6-dst-ip ] [src-port ] [dst-port ] [proto ] [gtpc teid ] [gtpu teid ] [vxlan ] [session id ] [spi ][spec ] [mask ][next-node ] [mark ] [buffer-advance ] [redirect-to-queue ] [drop] [rss function ] [rss types ][rss queues to ] Declaration: ``test_flow_command`` `src/vnet/flow/flow_cli.c line 735 `_ Implementation: ``test_flow``