Name

ocf:VIPArip — Manages a virtual IP address through RIP2

Synopsis

OCF_RESKEY_ip=string [OCF_RESKEY_nic=string] [OCF_RESKEY_zebra_binary=string] [OCF_RESKEY_ripd_binary=string] VIPArip [start | stop | monitor | validate-all | meta-data]

Description

Virtual IP Address by RIP2 protocol. This script manages IP alias in different subnet with quagga/ripd. It can add an IP alias, or remove one.

Supported Parameters

OCF_RESKEY_ip=The IP address in different subnet

The IPv4 address in different subnet, for example "192.168.1.1".

OCF_RESKEY_nic=The nic for broadcast the route information

The nic for broadcast the route information. The ripd uses this nic to broadcast the route informaton to others

OCF_RESKEY_zebra_binary=zebra binary

Absolute path to the zebra binary.

OCF_RESKEY_ripd_binary=ripd binary

Absolute path to the ripd binary.