[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <ipsec-vpn>
            <rule>
                <term>
                    <then>
                        <dynamic>
                            <ike-policy>ike-policy</ike-policy> <!-- mandatory -->
                            <ipsec-policy>ipsec-policy</ipsec-policy>
                        </dynamic>
                    </then>
                </term>
            </rule>
        </ipsec-vpn>
    </services>
</configuration>

Description

Define a dynamic security association.

Contents

<ike-policy>—Name of the IKE policy.

<ipsec-policy>—Name of the IPSec policy.


[Contents] [Prev] [Next] [Index] [Report an Error]