Manage VRRP Instance
manage_vrrp_instanceAdd, remove, enable, or disable VRRP instances on MikroTik RouterOS with idempotent name-based operations. Configure interface, VRID, priority, and interval.
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 |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| action | Yes | Action to perform | |
| name | Yes | VRRP interface name — idempotency key | |
| interface | No | Master interface (required for add) | |
| vrid | No | Virtual router ID (required for add) | |
| priority | No | Router priority (1–254) | |
| interval | No | Advertisement interval in seconds | |
| version | No | VRRP protocol version | 3 |
| comment | No | Optional comment | |
| dryRun | No | Preview changes without applying. |