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

Disables strict-mode proposal negotiation for an IKE group.

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

Configuration mode

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

Use the set form of this command to disable strict mode proposal negotiation for an IKE 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.