ESR service routers. ESR-Series. Functionality description. Version 1.12.0
93
•
Step
Description
Command
Keys
1
Create an IKE instance and switch
to its configuration mode.
esr(config)# security
ike proposal <NAME>
<NAME> – IKE protocol name, set by the
string of up to 31 characters.
2
Specify the description of the
configured tunnel (optionally).
esr(config-ike-
proposal)#
description
<DESCRIPTION>
<DESCRIPTION> – tunnel description, set
by the string of up to 255 characters.
3
Specify IKE authentication
algorithm (optionally).
esr(config-ike-
proposal)#
authentication
algorithm <ALGORITHM>
<ALGORITHM> – authentication
algorithm, takes values of: md5, sha1,
sha2-256, sha2
‑
384, sha2-512.
Default value: sha1
4
Specify the IP address of the VTI
tunnel local side (optional).
esr(config-vti)# ip
address <ADDR/LEN>
<ADDR/LEN> – IP address and prefix of a
subnet, defined as AAA.BBB.CCC.DDD/EE
where each part AAA-DDD takes values
of [0..255] and EE takes values of [1..31].
5
Define Diffie-Hellman group
number (optionally).
esr(config-ike-
proposal)# dh-group
<DH-GROUP>
<DH-GROUP> – Diffie-Hellman group
number, takes values of [1, 2, 5, 14, 15,
16, 17, 18].
Default value: 1
6
Create an IKE profile policy and
switch to its configuration mode.
esr(config)# security
ike policy <NAME>
<NAME> – IKE policy name, set by the
string of up to 31 characters.
7
Specify the authentication mode.
esr(config-ike-
policy)#
authentication method
<METHOD>
<METHOD> – key authentication method.
May take the following values:
xauth-psk-key
– two-factor
authentication method using a
login-password pair and
previously obtained encryption
keys.
8
Set the client mode (only for
client).
esr(config-ike-
policy)#
authentication mode
client
9
Specify the lifetime of IKE
protocol connection (optionally).
esr(config-ike-
policy)# lifetime
seconds <SEC>
<SEC> – time interval, takes values of
[4..86400] seconds.
Default value: 3600
10
Bind the policy to profile.
esr(config-ike-
policy)# proposal
<NAME>
<NAME> – IKE protocol name, set by the
string of up to 31 characters.