Editing a Network Load Balancer Listener

Update a listener's configuration for a network load balancer.

    1. Open the navigation menu, click Networking, and then click Load balancers. Click Network load balancer. The Network load balancers page appears.
    2. Select the Compartment from the list. All network load balancers in that compartment are listed in tabular form.
    3. Select a State from the list to limit the network load balancers displayed to that state.
    4. Select the network load balancer containing the listener that you want to edit. The network 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) for the listener you want to edit and select Edit. The Edit listener dialog box appears.
    7. Edit any of the following:
      • Protocol: Select a different protocol from the list.

      • Ingress traffic port: Change the port option to either any port (uses a wildcard or "0" as the port) or a port you specify.

      • IP protocol version: The IP Protocol version can't be edited after it has been established. The load balancer listener and backend set must use the same IP protocol version.

      • Backend set: Select a different backend set from the list.

    8. Click Save changes.
  • Use the oci nlb listener update command and required parameters to edit a network load balancer's listener:

    oci nlb listener update --listener-name listener_name --network-load-balancer-id network_load_balancer_ocid [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 network load balancer.