Manage VRRP Instance
manage_vrrp_instanceAdd, remove, enable, or disable a VRRP instance by name. Idempotent operations ensure no duplicate instances.
Instructions
Add, remove, enable, or disable a VRRP instance. Idempotent by name: add returns already_exists if an instance with the same name, interface, and VRID already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | VRRP interface name — idempotency key | |
| vrid | No | Virtual router ID (required for add) | |
| action | Yes | Action to perform | |
| dryRun | No | Preview changes without applying. | |
| comment | No | Optional comment | |
| version | No | VRRP protocol version | 3 |
| interval | No | Advertisement interval in seconds | |
| priority | No | Router priority (1–254) | |
| routerId | No | Router ID; omit to use the default router. | |
| interface | No | Master interface (required for add) | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |