Version 5.8 247 September 2009
SIP User's Manual 6. Configuration Parameters Reference
Parameter Description
 For an explanation on using ini file table parameters, refer to ''Format
of ini File Table Parameters'' on page 191.
Internet Key Exchange (IKE) Parameters
IKE Table
[IPSec_IKEDB_Table]
This ini file table parameter configures the IKE table. The format of this
parameter is as follows:
[IPSec_IKEDB_Table]
Format IKE_DB_INDEX = IKEPolicySharedKey,
IKEPolicyProposalEncryption_X, IKEPolicyProposalAuthentication_X,
IKEPolicyProposalDHGroup_X, IKEPolicyLifeInSec, IKEPolicyLifeInKB,
IkePolicyAuthenticationMethod;
[\IPSEC_IKEDB_TABLE]
For example:
IPSEC_IKEDB_TABLE 0 = 123456789, 1, 2, 0, 2, 2, 1, 28800, 0;
In the example above, a single IKE peer is configured and a pre-shared
key authentication is selected. Its pre-shared key is 123456789. Two
security proposals are configured: DES/SHA1/786DH and
3DES/SHA1/1024DH
Notes:
 Each row in the table refers to a different IKE peer.
 To support more than one Encryption / Authentication / DH Group
proposal, for each proposal specify the relevant parameters in the
Format line.
 The proposal list must be contiguous.
 For a detailed description of this table and to configure the table using
the Web interface, refer to ''Configuring the IKE Table'' on page 87.
 For an explanation on using ini file table parameters, refer to ''Format
of ini File Table Parameters'' on page 191.
6.4.7 OCSP Parameters
The Online Certificate Status Protocol (OCSP) parameters are described in the table below.
Table 6-26: OCSP Parameters
Parameter Description
EMS: OCSP Enable
[OCSPEnable]
Enables or disables certificate checking using OCSP.
 [0] = Disable (default).
 [1] = Enable.
For a description of OCSP, refer to the Product Reference Manual.
EMS: OCSP Server IP
[OCSPServerIP]
Defines the IP address of the OCSP server.
The default IP address is 0.0.0.0.
[OCSPSecondaryServerIP]
Defines the IP address (in dotted-decimal notation) of the secondary
OCSP server (optional).
The default IP address is 0.0.0.0.
EMS: OCSP Server Port
[OCSPServerPort]
Defines the OCSP server's TCP port number.
The default port number is 2560.