list_interfaces
List all network interfaces on a MikroTik router, applying optional filters by type, name, or running status to diagnose connectivity issues.
Instructions
Lists all interfaces on the MikroTik device (ethernet, bridge, WireGuard, PPPoE, VLAN, WiFi, SFP, LTE, loopback, and any other type).
Notes: type_filter: RouterOS interface type e.g. "ether", "bridge", "vlan", "wg", "pppoe-out", "wifi", "lte", "loopback" name_filter: partial name match e.g. "ether" matches ether1, ether2 …
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | ||
| name_filter | No | ||
| type_filter | No | ||
| running_only | No | ||
| disabled_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |