Red Hat Training

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

8.249. neutron vpn-ipsecpolicy-update

usage: neutron vpn-ipsecpolicy-update [-h] [--request-format {json}]
                                      [--name NAME]
                                      [--auth-algorithm AUTH_ALGORITHM]
                                      [--description DESCRIPTION]
                                      [--encapsulation-mode {tunnel,transport}]
                                      [--encryption-algorithm ENCRYPTION_ALGORITHM]
                                      [--lifetime units=UNITS,value=VALUE]
                                      [--pfs PFS]
                                      [--transform-protocol {esp,ah,ah-esp}]
                                      IPSECPOLICY
Update a given IPsec policy.

Positional arguments

IPSECPOLICY


        ID or name of IPsec policy to update.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--name NAME


        Updated name of the IPsec policy.

--auth-algorithm AUTH_ALGORITHM


      Authentication algorithm for IPsec policy,
      default:sha1.

--description DESCRIPTION


      Description of the IPsec policy.

--encapsulation-mode {tunnel,transport}


      Encapsulation mode for IPsec policy, default:tunnel.

--encryption-algorithm ENCRYPTION_ALGORITHM


      Encryption algorithm for IPsec policy,
      default:aes-128.

--lifetime


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

--pfs PFS


        Perfect Forward Secrecy for IPsec policy,
      default:group5.

--transform-protocol {esp,ah,ah-esp}


      Transform protocol for IPsec policy, default:esp.