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.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top