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 esp-group <name> mode <mode>

Specifies the IPsec connection mode to be used.

set security vpn ipsec esp-group name mode mode
delete security vpn ipsec esp-group name mode
show security vpn ipsec esp-group name mode

IPsec connections use tunnel mode.

name
The name to be used to refer to the ESP configuration.
mode
The IPsec connection mode. Supported values are as follows:

tunnel—Tunnel mode.

transport—Transport mode.

Configuration mode

security {
        vpn {
            ipsec {
                esp-group name {
                        mode mode
            }
        }
    }
}

Use this command to specify the IPsec connection mode to be used.

Use the set form of this command to specify the IPsec connection mode to be used.

Use the delete form of this command to restore the default IPsec connection mode.

Use the show form of this command to view IPsec connection mode configuration.