Manage Routing Table
manage_routing_tableCreate or remove custom routing tables on MikroTik RouterOS by name, with optional FIB sync 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 | No | Router ID; omit to use the default router. | |
| 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. |