.. _clicmd_src_plugins_ikev2: =============================================================== Ikev2 cli reference =============================================================== ikev2 dpd disable ------------------------------------------------------------------------- .. code-block:: console ikev2 dpd disable Declaration: ``ikev2_cli_disable_dpd_command`` `src/plugins/ikev2/ikev2_cli.c line 274 `_ Implementation: ``ikev2_disable_dpd_command_fn`` ikev2 initiate ------------------------------------------------------------------------- .. code-block:: console ikev2 initiate sa-init ikev2 initiate del-child-sa ikev2 initiate del-sa ikev2 initiate rekey-child-sa Declaration: ``ikev2_initiate_command`` `src/plugins/ikev2/ikev2_cli.c line 797 `_ Implementation: ``ikev2_initiate_command_fn`` ikev2 profile ------------------------------------------------------------------------- .. code-block:: console ikev2 profile [add|del] ikev2 profile set auth [rsa-sig|shared-key-mic] [cert-file|string|hex] ikev2 profile set id ikev2 profile set tunnel ikev2 profile set udp-encap ikev2 profile set traffic-selector ip-range - port-range - protocol ikev2 profile set responder ikev2 profile set ike-crypto-alg ike-integ-alg ike-dh ikev2 profile set esp-crypto-alg [esp-integ-alg ] ikev2 profile set sa-lifetime ikev2 profile set disable natt Declaration: ``ikev2_profile_add_del_command`` `src/plugins/ikev2/ikev2_cli.c line 557 `_ Implementation: ``ikev2_profile_add_del_command_fn`` ikev2 set liveness ------------------------------------------------------------------------- .. code-block:: console ikev2 set liveness Declaration: ``set_ikev2_liveness_command`` `src/plugins/ikev2/ikev2_cli.c line 699 `_ Implementation: ``set_ikev2_liveness_period_fn`` ikev2 set logging level ------------------------------------------------------------------------- .. code-block:: console ikev2 set logging level <0-5> Declaration: ``ikev2_set_log_level_command`` `src/plugins/ikev2/ikev2_cli.c line 837 `_ Implementation: ``ikev2_set_log_level_command_fn`` set ikev2 local key ------------------------------------------------------------------------- .. code-block:: console set ikev2 local key Declaration: ``set_ikev2_local_key_command`` `src/plugins/ikev2/ikev2_cli.c line 739 `_ Implementation: ``set_ikev2_local_key_command_fn`` show ikev2 profile ------------------------------------------------------------------------- .. code-block:: console show ikev2 profile Declaration: ``show_ikev2_profile_command`` `src/plugins/ikev2/ikev2_cli.c line 660 `_ Implementation: ``show_ikev2_profile_command_fn`` show ikev2 sa ------------------------------------------------------------------------- .. code-block:: console show ikev2 sa [rspi ] [details] Declaration: ``show_ikev2_sa_command`` `src/plugins/ikev2/ikev2_cli.c line 257 `_ Implementation: ``show_ikev2_sa_command_fn``