Manage Bridge Port
manage_bridge_portAdd or remove an interface from a bridge on a MikroTik router. Idempotent operation prevents duplicate assignments.
Instructions
Add or remove an interface from a bridge on a MikroTik router. Idempotent: add returns already_exists if the port assignment already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | Yes | Target router identifier from the router registry | |
| action | Yes | Action to perform | |
| bridge | Yes | Bridge interface name | |
| interface | Yes | Interface to add or remove as a bridge port | |
| dryRun | No | Preview changes without applying | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |