.. _clicmd_src_plugins_l2tp: =============================================================== L2tp cli reference =============================================================== clear l2tp counters ------------------------------------------------------------------------- .. code-block:: console clear all active counters Declaration: ``clear_counters_command`` `src/plugins/l2tp/l2tp.c line 222 `_ Implementation: ``clear_counters_command_fn`` create l2tpv3 tunnel ------------------------------------------------------------------------- .. code-block:: console create l2tpv3 tunnel client our local-cookie remote-cookie local-session remote-session Declaration: ``create_l2tpv3_tunnel_command`` `src/plugins/l2tp/l2tp.c line 521 `_ Implementation: ``create_l2tpv3_tunnel_command_fn`` set interface ip6 l2tpv3 ------------------------------------------------------------------------- .. code-block:: console set interface ip6 l2tpv3 [del] Declaration: ``set_interface_ip6_l2tpv3`` `src/plugins/l2tp/l2tp.c line 669 `_ Implementation: ``set_ip6_l2tpv3`` set l2tpv3 tunnel cookie ------------------------------------------------------------------------- .. code-block:: console set l2tpv3 tunnel cookie local remote Declaration: ``set_l2tp_tunnel_cookie_command`` `src/plugins/l2tp/l2tp.c line 604 `_ Implementation: ``set_l2tp_tunnel_cookie_command_fn`` show l2tpv3 ------------------------------------------------------------------------- .. code-block:: console show l2tpv3 [verbose] Declaration: ``show_session_detail_command`` `src/plugins/l2tp/l2tp.c line 144 `_ Implementation: ``show_l2tp_command_fn`` test lt2p counters ------------------------------------------------------------------------- .. code-block:: console increment all active counters Declaration: ``test_counters_command`` `src/plugins/l2tp/l2tp.c line 187 `_ Implementation: ``test_counters_command_fn``