Configuring the Endpoint

SBI endpoint changes don’t result in the pod restart.

After an existing IP is marked as offline and the new IP is added, the existing sessions continue, and callback URI is considered based on the previously configured IP. After this IP change, the newly registered subscribers have the callback URI based on the new IP.

To configure the SBI endpoint, use the following configuration:

config 
    instance instance-id instance_id 
        endpoint sbi 
            vip-ip existing_ip offline  
            vip-ip new_ip vip-port port_number  
            end 

NOTES:

  • endpoint sbi —Specify the endpoint name as sbi.

  • vip-ip existing_ip offline —Specify the IPv4 address and mark it as offline.

  • vip-ip new_ip vip-port port_number —Specify the new IPv4 address.

Note

This feature doesn’t support multiple SBI endpoint IP configurations during the start of the system.