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


Usage

<configuration>
    <services>
        <ipsec-vpn>
            <ike>
                <policy>
                    <remote-id>
                        <any-remote-id/>
                        <ipv4_addr>...</ipv4_addr>
                        <fqdn>...</fqdn>
                        <key-id>...</key-id>
                        <ipv6-addr>...</ipv6-addr>
                    </remote-id>
                </policy>
            </ike>
        </ipsec-vpn>
    </services>
</configuration>

Description

Define remote identification.

Contents

<any-remote-id>—Allow any remote ID.

<fqdn>—One or more fully qualified domain name values.

<ipv4_addr>—One or more IPv4 address identification values.

<ipv6-addr>—One or more IPv6 address identification values.

<key-id>—One or more key ID identification values.


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