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. Click Load balancer. The Load balancers page appears.

    2. Select the Compartment from the list. All load balancers in that compartment are listed in tabular form.

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

    4. Select the load balancer whose listener you want to edit. The load balancer's Details page appears.

    5. Click Listeners under Resources. The Listeners list appears. All listeners are listed in tabular form.

    6. Click the Actions menu (Actions Menu) associated with the listener set you want to edit and click Edit. The Edit listener dialog box appears.

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

    8. 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 parameters and values for CLI commands, see the CLI Command Reference.

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