Manage Routing Table
manage_routing_tableCreate or remove custom routing tables on a MikroTik router with idempotent operations and dry-run preview.
Instructions
Create or remove a custom routing table. Idempotent by table name. Supports dry-run mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | Yes | Target router identifier from the router registry | |
| action | Yes | Action to perform | |
| name | Yes | Routing table name (idempotency key) | |
| fib | No | Whether to sync this table with the FIB | |
| dryRun | No | Preview changes without applying |