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


Usage

<configuration>
    <services>
        <ipsec-vpn>
            <rule>
                <term>
                    <then>
                        <syslog/>
                        <remote-gateway>remote-gateway
                                    </remote-gateway> <!-- mandatory -->
                        <backup-remote-gateway>backup-remote-gateway
                                    </backup-remote-gateway>
                        <manual>...</manual>
                        <dynamic>...</dynamic>
                        <clear-dont-fragment-bit/>
                        <no-anti-replay/>
                        <tunnel-mtu>tunnel-mtu</tunnel-mtu>
                        <initiate-dead-peer-detection/>
                    </then>
                </term>
            </rule>
        </ipsec-vpn>
    </services>
</configuration>

Description

Action to take if the 'from' condition is matched.

Contents

<backup-remote-gateway>—Backup remote gateway address.

<clear-dont-fragment-bit>—Clear the do not fragment bit.

<dynamic>—Define a dynamic security association.

<initiate-dead-peer-detection>—Initiate dead peer detection.

<manual>—Define a manual security association.

<no-anti-replay>—Disable the anti-replay check.

<remote-gateway>—Remote gateway address.

<syslog>—System log information about the packet.

<tunnel-mtu>—Maximum transmit packet size.


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