config vpn ipsec manualkey-interface
Configure IPsec manual keys.
config vpn ipsec manualkey-interface Description: Configure IPsec manual keys. edit <name> set addr-type [4|6] set auth-alg [null|md5|...] set auth-key {user} set enc-alg [null|des|...] set enc-key {user} set interface {string} set ip-version [4|6] set local-gw {ipv4-address-any} set local-gw6 {ipv6-address} set local-spi {user} set name {string} set npu-offload [enable|disable] set remote-gw {ipv4-address} set remote-gw6 {ipv6-address} set remote-spi {user} next end
config vpn ipsec manualkey-interface
Parameter |
Description |
Type |
Size |
Default |
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
addr-type |
IP version to use for IP packets. |
option |
- |
4 |
||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
auth-alg |
Authentication algorithm. Must be the same for both ends of the tunnel. |
option |
- |
null |
||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
auth-key |
Hexadecimal authentication key in 16-digit (8-byte) segments separated by hyphens. |
user |
Not Specified |
|
||||||||||||||||||||||
enc-alg |
Encryption algorithm. Must be the same for both ends of the tunnel. |
option |
- |
null |
||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
enc-key |
Hexadecimal encryption key in 16-digit (8-byte) segments separated by hyphens. |
user |
Not Specified |
|
||||||||||||||||||||||
interface |
Name of the physical, aggregate, or VLAN interface. |
string |
Not Specified |
|
||||||||||||||||||||||
ip-version |
IP version to use for VPN interface. |
option |
- |
4 |
||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
local-gw |
IPv4 address of the local gateway's external interface. |
ipv4-address-any |
Not Specified |
0.0.0.0 |
||||||||||||||||||||||
local-gw6 |
Local IPv6 address of VPN gateway. |
ipv6-address |
Not Specified |
:: |
||||||||||||||||||||||
local-spi |
Local SPI, a hexadecimal 8-digit (4-byte) tag. Discerns between two traffic streams with different encryption rules. |
user |
Not Specified |
|
||||||||||||||||||||||
name |
IPsec tunnel name. |
string |
Not Specified |
|
||||||||||||||||||||||
npu-offload * |
Enable/disable offloading IPsec VPN manual key sessions to NPUs. |
option |
- |
enable |
||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
remote-gw |
IPv4 address of the remote gateway's external interface. |
ipv4-address |
Not Specified |
0.0.0.0 |
||||||||||||||||||||||
remote-gw6 |
Remote IPv6 address of VPN gateway. |
ipv6-address |
Not Specified |
:: |
||||||||||||||||||||||
remote-spi |
Remote SPI, a hexadecimal 8-digit (4-byte) tag. Discerns between two traffic streams with different encryption rules. |
user |
Not Specified |
|
* This parameter may not exist in some models.