FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
src/plugins/ikev2

ikev2 dpd disable

Summary/usage

ikev2 dpd disable.

Declaration and implementation

Declaration: ikev2_cli_disable_dpd_command (src/plugins/ikev2/ikev2_cli.c line 274)

Implementation: ikev2_disable_dpd_command_fn.

ikev2 initiate

Summary/usage

ikev2 initiate sa-init <profile id>

ikev2 initiate del-child-sa <child sa ispi> ikev2 initiate del-sa <sa ispi> ikev2 initiate rekey-child-sa <child sa ispi>

Declaration and implementation

Declaration: ikev2_initiate_command (src/plugins/ikev2/ikev2_cli.c line 797)

Implementation: ikev2_initiate_command_fn.

ikev2 profile

Summary/usage

ikev2 profile [add|del] &lt;id&gt;

ikev2 profile set <id> auth [rsa-sig|shared-key-mic] [cert-file|string|hex] <data> ikev2 profile set <id> id <local|remote> <type> <data> ikev2 profile set <id> tunnel <interface> ikev2 profile set <id> udp-encap ikev2 profile set <id> traffic-selector <local|remote> ip-range <start-addr> - <end-addr> port-range <start-port> - <end-port> protocol <protocol-number> ikev2 profile set <id> responder <interface> <addr> ikev2 profile set <id> ike-crypto-alg <crypto alg> <key size> ike-integ-alg <integ alg> ike-dh <dh type> ikev2 profile set <id> esp-crypto-alg <crypto alg> <key size> [esp-integ-alg <integ alg>] ikev2 profile set <id> sa-lifetime <seconds> <jitter> <handover> <max bytes>ikev2 profile set <id> disable natt

Declaration and implementation

Declaration: ikev2_profile_add_del_command (src/plugins/ikev2/ikev2_cli.c line 557)

Implementation: ikev2_profile_add_del_command_fn.

ikev2 set liveness

Summary/usage

ikev2 set liveness &lt;period&gt; &lt;max-retires&gt;.

Declaration and implementation

Declaration: set_ikev2_liveness_command (src/plugins/ikev2/ikev2_cli.c line 699)

Implementation: set_ikev2_liveness_period_fn.

ikev2 set logging level

Summary/usage

ikev2 set logging level &lt;0-5&gt;.

Declaration and implementation

Declaration: ikev2_set_log_level_command (src/plugins/ikev2/ikev2_cli.c line 842)

Implementation: ikev2_set_log_level_command_fn.

set ikev2 local key

Summary/usage

set ikev2 local key &lt;file&gt;.

Declaration and implementation

Declaration: set_ikev2_local_key_command (src/plugins/ikev2/ikev2_cli.c line 739)

Implementation: set_ikev2_local_key_command_fn.

show ikev2 profile

Summary/usage

show ikev2 profile.

Declaration and implementation

Declaration: show_ikev2_profile_command (src/plugins/ikev2/ikev2_cli.c line 660)

Implementation: show_ikev2_profile_command_fn.

show ikev2 sa

Summary/usage

show ikev2 sa [rspi &lt;rspi&gt;] [details].

Declaration and implementation

Declaration: show_ikev2_sa_command (src/plugins/ikev2/ikev2_cli.c line 257)

Implementation: show_ikev2_sa_command_fn.