FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
src/plugins/ikev2

ikev2 initiate

Summary/usage

ikev2 initiate sa-init <profile id>nikev2 initiate del-child-sa <child sa ispi>nikev2 initiate del-sa <sa ispi>nikev2 initiate rekey-child-sa <profile id> <child sa ispi>n.

Declaration and implementation

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

Implementation: ikev2_initiate_command_fn.

ikev2 profile

Summary/usage

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

Declaration and implementation

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

Implementation: ikev2_profile_add_del_command_fn.

set ikev2 local key

Summary/usage

set ikev2 local key <file>.

Declaration and implementation

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

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 475)

Implementation: show_ikev2_profile_command_fn.

show ikev2 sa

Summary/usage

show ikev2 sa.

Declaration and implementation

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

Implementation: show_ikev2_sa_command_fn.