.. _clicmd_src_vnet_span: =============================================================== Span cli reference =============================================================== set interface span ------------------------------------------------------------------------- .. code-block:: console set interface span [l2] {disable | destination [both|rx|tx]} Declaration: ``set_interface_span_command`` `src/vnet/span/span.c line 167 `_ Implementation: ``set_interface_span_command_fn`` show interface span ------------------------------------------------------------------------- .. code-block:: console Shows SPAN mirror table Declaration: ``show_interfaces_span_command`` `src/vnet/span/span.c line 238 `_ Implementation: ``show_interfaces_span_command_fn``