Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

8.240. neutron vpn-ikepolicy-create

usage: neutron vpn-ikepolicy-create [-h] [-f {json,shell,table,value,yaml}]
                                    [-c COLUMN] [--max-width <integer>]
                                    [--noindent] [--prefix PREFIX]
                                    [--request-format {json}]
                                    [--tenant-id TENANT_ID]
                                    [--description DESCRIPTION]
                                    [--auth-algorithm AUTH_ALGORITHM]
                                    [--encryption-algorithm ENCRYPTION_ALGORITHM]
                                    [--phase1-negotiation-mode {main}]
                                    [--ike-version {v1,v2}] [--pfs PFS]
                                    [--lifetime units=UNITS,value=VALUE]
                                    NAME
Create an IKE policy.

Positional arguments

NAME


        Name of the IKE policy.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--tenant-id TENANT_ID


      The owner tenant ID.

--description DESCRIPTION


      Description of the IKE policy.

--auth-algorithm AUTH_ALGORITHM


      Authentication algorithm, default:sha1.

--encryption-algorithm ENCRYPTION_ALGORITHM


      Encryption algorithm, default:aes-128.

--phase1-negotiation-mode {main}


      IKE Phase1 negotiation mode, default:main.

--ike-version {v1,v2}


      IKE version for the policy, default:v1.

--pfs PFS


        Perfect Forward Secrecy, default:group5.

--lifetime


        units=UNITS,value=VALUE
      IKE lifetime attributes. 'units'-seconds,
      default:seconds. 'value'-non negative integer,
      default:3600.