Feature Configuration

To configure this feature, use the following configuration:

config 
    instance instance-id instance_id 
        endpoint sbi 
            replicas replicas_count 
            loopbackPort port_number 
            instancetype { IPv4 { vip-ip ipv4_address vip-port ipv4_port } | IPv6 { vip-ipv6 ipv6_address vip-ipv6-port ipv6_port } } 
            end 

NOTES:

  • replicas replicas_count —Specify the number of replicas.

  • loopbackPort port_number —Specify the loopback port number.

  • vip-ip ipv4_address vip-port ipv4_port —Specify the IPv4 address and port details.

  • vip-ipv6 ipv6_address vip-ipv6-port ipv6_port —Specify the IPv6 address and port details.

  • instancetype { IPv6 | IPv4 } —Specify the SBI endpoint interface type and details of IPv4 or IPv6.