List Interfaces
list_interfacesLists network interfaces on a MikroTik router with filtering by type, status, or MAC address, supporting pagination and optional traffic counters.
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 | Yes | Target router identifier from the router registry | |
| 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 | Maximum number of interfaces to return | |
| offset | No | Offset for pagination |