User guide
Chapter 5. Command Line Interface Reference 263
BOTH
3DES
key=012345678901234567890123456789012345678901234567
SHA1
key=abcdefabcdefabcdefabcdefabcdefabcdefabcd (20)
No compression
id =123456
seq=6734
IPSEC SET AUTHENTICATION
Selects authentication for the IPSec SA using either SHA-1 (Secure Hashing Algorithm 1) or MD5 (Message
Digest 5).
ipsec set authentication <MD5 | SHA1> <SAname>
One of the following:
MD5 Authenticate using the MD5 algorithm.
SHA1 Authenticate using the SHA1 algorithm.
SAname Name of the IPSec SA.To see the IPSec SA names in use, use the ipsec list command.
Example: ipsec set authentication sha1 show_rx
IPSEC SET AUTHKEY
Specifies the authentication key (hexadecimal) for the IPSec SA.
ipsec set authkey <key> <SAname>
key Hexadecimal authentication key.
SAname Name of the IPSec SA.To see the IPSec SA names in use, use the ipsec list command.
Example: ipsec set authkey aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd show_rx
IPSEC SET COMPRESSION
Selects either LZS compression or no compression for the IPSec SA.
ipsec set compression <NONE | LZS> <SAname>
One of the following:
NONE No compression.
LZS Compress using the LZS algorithm.
SAname Name of the IPSec SA.To see the IPSec SA names in use, use the ipsec list command.
Example: ipsec set compression none show_rx