8.103. neutron lb-vip-create


usage: neutron lb-vip-create [-h] [-f {json,shell,table,value,yaml}]
                             [-c COLUMN] [--max-width <integer>] [--noindent]
                             [--prefix PREFIX] [--request-format {json}]
                             [--tenant-id TENANT_ID] [--address ADDRESS]
                             [--admin-state-down]
                             [--connection-limit CONNECTION_LIMIT]
                             [--description DESCRIPTION] --name NAME
                             --protocol-port PROTOCOL_PORT --protocol
                             {TCP,HTTP,HTTPS} --subnet-id SUBNET
                             POOL
Create a vip.

Positional arguments

POOL


        ID or name of the pool to which this vip belongs.

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.

--address ADDRESS IP


        address of the vip.

--admin-state-down


        Set admin state up to false.

--connection-limit CONNECTION_LIMIT


      The maximum number of connections per second allowed
      for the vip. Valid values: a positive integer or -1
      for unlimited (default).

--description DESCRIPTION


      Description of the vip to be created.

--name NAME


        Name of the vip to be created.

--protocol-port PROTOCOL_PORT


      TCP port on which to listen for client traffic that is
      associated with the vip address.

--protocol {TCP,HTTP,HTTPS}


      Protocol for balancing.

--subnet-id SUBNET


        The subnet on which to allocate the vip address.

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