Manage VRRP Instance
manage_vrrp_instanceAdd, remove, enable, or disable VRRP instances on MikroTik routers. Idempotent by name to avoid duplicates.
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 | Yes | Target router identifier from the router registry | |
| 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 |