Version 5.2 213 September 2007
SIP User's Manual 5. Web-based Management
An example of an IPSec SPD Table is shown below:
[ IPSEC_SPD_TABLE ]
Format SPD_INDEX = IPSecPolicyRemoteIPAddress, IpsecPolicySrcPort,
IPSecPolicyDStPort,IPSecPolicyProtocol, IPSecPolicyLifeInSec,
IPSecPolicyProposalEncryption_0,
IPSecPolicyProposalAuthentication_0,
IPSecPolicyProposalEncryption_1,
IPSecPolicyProposalAuthentication_1,
IPSecPolicyKeyExchangeMethodIndex, IPSecPolicyLocalIPAddressType;
IPSEC_SPD_TABLE 0 = 10.11.2.21, 0, 0, 17, 900, 1,2, 2,2 ,1, 0;
[ \IPSEC_SPD_TABLE ]
In the IPSec SPD example, all packets designated to IP address 10.11.2.21 that originates
from the OAM interface (regardless to their destination and source ports) and whose
protocol is UDP are encrypted, the IPSec SPD also defines an SA lifetime of 900 seconds
and two security proposals: DES/SHA1 and 3DES/SHA1.