Editing a Load Balancer Listener

On Compute Cloud@Customer, you can change load balancer (LB) listener properties, such as the listener communication port used.

    1. In the Compute Cloud@Customer Console navigation menu, select Networking, then select Load Balancers.

    2. At the top of the page, select the compartment that contains the load balancer.
    3. Under Resources, select Listeners.
    4. Select the name of the load balancer listener that you want to edit.

    5. Select the Actions menu (An image of the three dot icon.), then select Edit.

    6. Make allowable changes to the listener in the dialog box.

    7. Select Update Load Balancer Listener.

  • Use the oci lb listener update command and required parameters to change load balancer listener properties, such as the listener communication port used load.

    oci lb listener update --default-backend-set-name [default-backendset-name] \ 
    --listener-name [listener-name] --load-balancer-id [loadbalancer_OCID]\
    --port [port-integer] --protocol [protocol-text]

    For a complete list of CLI commands, flags, and options, see the Command Line Reference.

  • Use the UpdateListener operation to change load balancer listener properties.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.