Specifications
354 Chapter 8. Command Reference
ipsec set direction <INBOUND | OUTBOUND> <SAname>
One of the following:
INBOUND
OUTBOUND
SAname Name of the IPSec SA.To see the IPSec SA names in use, use the ipsec list command.
Example: ipsec set direction inbound show_rx
IPSEC SET ENCKEY
Specifies the encryption key.
ipsec set enckey <key> <SAname>
key Hexadecimal encryption key (64 bits for DES or 192 bits for 3DES).
SAname Name of the IPSec SA.To see the IPSec SA names in use, use the ipsec list command.
Example: ipsec set enckey 111111111122222222223333333333444444444455555555 show_rx
IPSEC SET ENCRYPTION
Selects the encryption used for the IPSec SA: no encryption, DES (56-bit) encryption, or 3DES (168-bit)
encryption.
ipsec set encryption <NULL | DES-CBC | 3DES> <SAname>
One of the following:
NULL Use no encryption.
DES-CBC Use DES (56-bit) encryption.
3DES Use 3DES (168-bit) encryption.
SAname Name of the IPSec SA.To see the IPSec SA names in use, use the ipsec list command.
Example: ipsec set encryption 3des show_rx
IPSEC SET GATEWAY
Defines the IP address of the gateway of the IPSec SA.
ipsec set gateway <IPaddress> <SAname>
IPaddress IP address (4 decimals separated by periods).
SAname Name of the IPSec SA.To see the IPSec SA names in use, use the ipsec list command.
Example: ipsec set gateway 207.135.89.233 show_rx