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 disable-strict-mode

Disables strict-mode proposal negotiation for an ESP group.

set security vpn ipsec esp-group disable-strict-mode
delete security vpn ipsec esp-group disable-strict-mode
show security vpn ipsec esp-group disable-strict-mode

Configuration mode

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

Use the set form of this command to disable strict mode proposal negotiation for an ESP group.

Use the delete form of this command to revert to the default behavior (use strict mode proposal negotiation).

Use the show form of this command to view the current strict mode configuration.