config vpn ipsec manualkey
Configure IPsec manual keys.
config vpn ipsec manualkey
Description: Configure IPsec manual keys.
edit <name>
set interface {string}
set remote-gw {ipv4-address}
set local-gw {ipv4-address-any}
set authentication [null|md5|...]
set encryption [null|des|...]
set authkey {user}
set enckey {user}
set localspi {user}
set remotespi {user}
set npu-offload [enable|disable]
next
end
config vpn ipsec manualkey
Parameter |
Description |
Type |
Size |
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
interface |
Name of the physical, aggregate, or VLAN interface. |
string |
Maximum length: 15 |
|||||||||||||||
remote-gw |
Peer gateway. |
ipv4-address |
Not Specified |
|||||||||||||||
local-gw |
Local gateway. |
ipv4-address-any |
Not Specified |
|||||||||||||||
authentication |
Authentication algorithm. Must be the same for both ends of the tunnel. |
option |
- |
|||||||||||||||
|
|
|||||||||||||||||
encryption |
Encryption algorithm. Must be the same for both ends of the tunnel. |
option |
- |
|||||||||||||||
|
|
|||||||||||||||||
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 |
|||||||||||||||
localspi |
Local SPI, a hexadecimal 8-digit (4-byte) tag. Discerns between two traffic streams with different encryption rules. |
user |
Not Specified |
|||||||||||||||
remotespi |
Remote SPI, a hexadecimal 8-digit (4-byte) tag. Discerns between two traffic streams with different encryption rules. |
user |
Not Specified |
|||||||||||||||
npu-offload * |
Enable/disable NPU offloading. |
option |
- |
|||||||||||||||
|
|
* This parameter may not exist in some models.