Editing a Load Balancer Listener

Update a listener's configuration for a load balancer.

    1. Open the navigation menu, click Networking, and then click Load balancers.

      The Load balancers page appears.

    2. Select the Compartment from the list.

      All load balancers and network load balancers in that compartment are listed in tabular form.

    3. (optional) Select a State from the list to limit the load balancers displayed to that state.

    4. (optional) Uncheck Network load balancer under Type to only display load balancers.

    5. Select the load balancer whose listener you want to edit. Its Details page appears.

    6. Click Listeners under Resources.

      The Listeners list appears. All listeners are listed in tabular form.

    7. Click the Actions icon associated with the listener set you want to edit and click Edit.

      The Edit listener dialog box appears.

    8. Edit the listener settings. See Creating a Load Balancer Listener for details on specific configurations.

    9. Click Save changes.

  • Use the oci lb listener update command and required parameters to edit a load balancer's listener:

    oci lb listener update --load-balancer-id load-balancer_id --listener-name listener_name --default-backend-set-name default_backend_set_name --port port --protocol protocol [OPTIONS]

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

  • Run the UpdateListener operation to edit a listener for a load balancer.