config vpn ipsec manualkey
Configure IPsec manual keys.
config vpn ipsec manualkey Description: Configure IPsec manual keys. edit <name> set authentication [null|md5|...] set authkey {user} set enckey {user} set encryption [null|des|...] set interface {string} set local-gw {ipv4-address-any} set localspi {user} set name {string} set npu-offload [enable|disable] set remote-gw {ipv4-address} set remotespi {user} next end
config vpn ipsec manualkey
Parameter |
Description |
Type |
Size |
Default |
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
authentication |
Authentication algorithm. Must be the same for both ends of the tunnel. |
option |
- |
null |
||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
authkey |
Hexadecimal authentication key in 16-digit (8-byte) segments separated by hyphens. |
user |
Not Specified |
|
||||||||||||||||||||||
enckey |
Hexadecimal encryption key in 16-digit (8-byte) segments separated by hyphens. |
user |
Not Specified |
|
||||||||||||||||||||||
encryption |
Encryption algorithm. Must be the same for both ends of the tunnel. |
option |
- |
null |
||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
interface |
Name of the physical, aggregate, or VLAN interface. |
string |
Not Specified |
|
||||||||||||||||||||||
local-gw |
Local gateway. |
ipv4-address-any |
Not Specified |
0.0.0.0 |
||||||||||||||||||||||
localspi |
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 NPU offloading. |
option |
- |
enable |
||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
remote-gw |
Peer gateway. |
ipv4-address |
Not Specified |
0.0.0.0 |
||||||||||||||||||||||
remotespi |
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.