clusters virtual-ips

Configures virtual IPs within the k8s cluster.

Privilege Level

Security Administrator, Administrator

Command Mode

Exec > Global Configuration

Syntax

virtual-ips vip_group { check-port port_number | hosts host_name priority priority_number | vrrp-interface name | vrrp-router-id router_id | ipv4-addresses ipv4_address { mask netmask | broadcast ip_address | device interface_name } | ipv6-addresses ipv6_address {device device_name | mask netmask } } 

vip_group

Specify the logical grouping of virtual IPs. This will set the VRRP instance. vip_group can be an alphanumeric string of 0-8 characters.

Must be a string in the pattern "[a-z][0-9a-z]*".

check-port port_number

Specify the check-port number. Set it to true to check if a localhost is listening on the expected port. If the port is not listening, the VRRP instance (or synch group) should not be up. This only applies to certain use cases - typically where an application is utilizing host networking and providing a service over this port.

Must be an integer in the range of 1-65535.

vrrp-interface name

Specify the host interface name that this VRRP instance is bound to.

Must be a string.

vrrp-router-id router_id

Specify the VRRP router ID. Must be an integer in the range of 1-255. 51 is reserved.

Must be an integer.

Usage Guidelines

Use this command to configure virtual IPs within the k8s cluster.