create_simple_queue
Create simple queues to rate-limit bandwidth for specific IP addresses, subnets, or interfaces on MikroTik RouterOS using the MCP server.
Instructions
Creates a simple queue to rate-limit a target address or interface.
Notes: target: IP/CIDR or interface e.g. "192.168.1.0/24" or "ether1" max_limit / limit_at / burst_limit / burst_threshold: upload/download bandwidth as "UL/DL" e.g. "10M/10M", or single value e.g. "10M" burst_time: duration e.g. "8s" priority: 1 (highest) – 8 (lowest)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst | No | ||
| name | Yes | ||
| queue | No | ||
| device | No | ||
| parent | No | ||
| target | Yes | ||
| comment | No | ||
| disabled | No | ||
| limit_at | No | ||
| priority | No | ||
| max_limit | No | ||
| burst_time | No | ||
| bucket_size | No | ||
| burst_limit | No | ||
| packet_marks | No | ||
| burst_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |