home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

security vpn ipsec nat-traversal <state>

This command is no longer required. Running this command has no effect on the configuration.

set security vpn ipsec nat-traversal state
delete security vpn ipsec nat-traversal
show security vpn ipsec nat-traversal
state
Enables or disables RFC 3947 NAT Traversal. Supported values are as follows:

enable—Enables NAT Traversal.

disable—Disables NAT Traversal.

Configuration mode

security {
        vpn {
            ipsec {
                nat-traversal state
        }
    }
}

Use this command to direct the vRouter to propose RFC 3947 NAT Traversal support during IKE negotiation.

Regardless of the setting of this parameter, if the far-end VPN peer requests NAT Traversal, the vRouter will use NAT Traversal.

Use the set form of this command to specify whether the system proposes NAT traversal capability.

Use the delete form of this command to remove the configuration.

Use the show form of this command to view the configuration.