Parameters, Example, Response – Efficient Networks 107-0001-000 User Manual

Page 411: Ipsec set encryption, Mgmt class, Input format, Ipsec set encryption -53

Advertising
background image

Efficient Networks

®

Router family

Command Line Interface Guide

Chapter 12: IKE/IPsec Commands

Efficient Networks

®

Page 12-53

Parameters

Example

Response

Command prompt.

ipsec set encryption

Selects the method of encryption used for the IPSec SA: no encryption, DES (56-bit)
encryption, or 3DES (168-bit) encryption.

Mgmt Class

Security (R/W)

Input Format

ipsec set encryption <null | des-cbc | 3des> <saname>

Parameters

Example

Response

Command prompt.

<key>

a

a

64-bits for DES, 192-bits for 3DES.

Hexadecimal encryption key.

<saname>

b

b

ASCII string

Name of the IPSec SA to which the authentication key is added.

c

c

To see the IPSec SA names in use, use the

ipsec list

command.

-> ipsec set enckey 1111111122222222333333334444444455555555 show_rx

Choose one of the following:

null

No encryption.

des-cbc

Use DES encryption.

3des

Use 3DES encryption.

<saname>

a

a

ASCII string

Name of the IPsec SA to which the encryption parameter is

added.

b

b

To see the IPSec SA names in use, use the

ipsec list

command.

-> ipsec set encryption null show_rx

Advertising