List Interfaces
list_interfacesList and filter network interfaces on a MikroTik router by type, status, or MAC address. Supports pagination and optional traffic counters for monitoring.
Instructions
List network interfaces on a MikroTik router with optional filtering by type and status. Supports pagination and optional traffic counters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| type | No | Filter by interface type | all |
| status | No | Filter by running status | all |
| macAddress | No | Filter by MAC address (case-insensitive exact match on mac-address field) | |
| includeCounters | No | Include traffic counters (tx-byte, rx-byte, etc.) | |
| limit | No | Max results to return. | |
| offset | No | Pagination offset. |