FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
src/vnet/ipsec

clear ipsec counters

Summary/usage

clear ipsec counters.

Declaration and implementation

Declaration: clear_ipsec_counters_command (src/vnet/ipsec/ipsec_cli.c line 733)

Implementation: clear_ipsec_counters_command_fn.

create ipsec tunnel

Summary/usage

create ipsec tunnel local-ip <addr> local-spi <spi> remote-ip <addr> remote-spi <spi> [instance <inst_num>] [udp-encap] [use-esn] [use-anti-replay] [tx-table <table-id>].

Declaration and implementation

Declaration: create_ipsec_tunnel_command (src/vnet/ipsec/ipsec_cli.c line 877)

Implementation: create_ipsec_tunnel_command_fn.

ipsec policy

Summary/usage

ipsec policy [add|del] spd <id> priority <n> .

Declaration and implementation

Declaration: ipsec_policy_add_del_command (src/vnet/ipsec/ipsec_cli.c line 357)

Implementation: ipsec_policy_add_del_command_fn.

ipsec sa

Summary/usage

ipsec sa [add|del].

Declaration and implementation

Declaration: ipsec_sa_add_del_command (src/vnet/ipsec/ipsec_cli.c line 158)

Implementation: ipsec_sa_add_del_command_fn.

ipsec select backend

Summary/usage

ipsec select backend <ah|esp> <backend index>.

Declaration and implementation

Declaration: ipsec_select_backend_command (src/vnet/ipsec/ipsec_cli.c line 713)

Implementation: ipsec_select_backend_command_fn.

ipsec spd

Summary/usage

ipsec spd [add|del] <id>.

Declaration and implementation

Declaration: ipsec_spd_add_del_command (src/vnet/ipsec/ipsec_cli.c line 210)

Implementation: ipsec_spd_add_del_command_fn.

set interface ipsec key

Summary/usage

set interface ipsec key <int> <local|remote> <crypto|integ> <key type> <key>.

Declaration and implementation

Declaration: set_interface_key_command (src/vnet/ipsec/ipsec_cli.c line 961)

Implementation: set_interface_key_command_fn.

set interface ipsec spd

Summary/usage

set interface ipsec spd <int> <id>.

Declaration and implementation

Declaration: set_interface_spd_command (src/vnet/ipsec/ipsec_cli.c line 63)

Implementation: set_interface_spd_command_fn.

set ipsec sa

Summary/usage

set ipsec sa <id> crypto-key <key> integ-key <key>.

Declaration and implementation

Declaration: set_ipsec_sa_key_command (src/vnet/ipsec/ipsec_cli.c line 404)

Implementation: set_ipsec_sa_key_command_fn.

show ipsec all

Summary/usage

show ipsec all.

Declaration and implementation

Declaration: show_ipsec_command (src/vnet/ipsec/ipsec_cli.c line 479)

Implementation: show_ipsec_command_fn.

show ipsec backends

Summary/usage

show ipsec backends.

Declaration and implementation

Declaration: ipsec_show_backends_command (src/vnet/ipsec/ipsec_cli.c line 645)

Implementation: ipsec_show_backends_command_fn.

show ipsec sa

Summary/usage

show ipsec sa [index].

Declaration and implementation

Declaration: show_ipsec_sa_command (src/vnet/ipsec/ipsec_cli.c line 510)

Implementation: show_ipsec_sa_command_fn.

show ipsec spd

Summary/usage

show ipsec spd [index].

Declaration and implementation

Declaration: show_ipsec_spd_command (src/vnet/ipsec/ipsec_cli.c line 546)

Implementation: show_ipsec_spd_command_fn.

show ipsec tunnel

Summary/usage

show ipsec tunnel [index].

Declaration and implementation

Declaration: show_ipsec_tunnel_command (src/vnet/ipsec/ipsec_cli.c line 578)

Implementation: show_ipsec_tunnel_command_fn.