Community discussions

MikroTik App

Search found 5 matches

by msaid
Tue Dec 10, 2024 5:57 pm
Forum: Scripting
Topic: Script DHCP Lease to Simple Queues don't work since update to 7.13
Replies: 7
Views: 4828

Re: Script DHCP Lease to Simple Queues don't work since update to 7.13

Having the same issue. The following config works in 7.12.2, but doesn't work in 7.13, 7.13.1, 7.13.2, 7.13.3, and 7.13.4. Hi! A quick update: I held out on the upgrade from February 2024 until today. Today, I upgraded straight from 7.12.2 to 7.16.2. The script on the quoted post now work as expect...
by msaid
Tue Jun 25, 2024 10:51 pm
Forum: Scripting
Topic: Automatic Simple Queue based on IPv6 Neighbors [SOLVED]
Replies: 5
Views: 6086

Re: Automatic Simple Queue based on IPv6 Neighbors [SOLVED]

# Automatic Simple Queue based on IPv6 Neighbors # Copyright (C)2024 MSaid # Disable logging temporarily /system logging disable [find topics~"info"]; # Clean up existing queues /queue simple remove [find where name~"6Client - "]; # Generate new queues :local counter 0; /ipv6 ne...
by msaid
Sat Feb 24, 2024 2:39 am
Forum: Scripting
Topic: Automatic Simple Queue based on IPv6 Neighbors [SOLVED]
Replies: 5
Views: 6086

Re: Automatic Simple Queue based on IPv6 Neighbors [SOLVED]

Writing that "Apparently MikroTik doesn't understand <insert wrong syntax here>" is quite arrogant. It's not up to RouterOS (MikroTik is the company) to figure out what you wanted to do and try to guess the commands you wanted executed. Apparently you doesn't understand script syntax. You...
by msaid
Wed Feb 21, 2024 9:56 pm
Forum: Scripting
Topic: Automatic Simple Queue based on IPv6 Neighbors [SOLVED]
Replies: 5
Views: 6086

Automatic Simple Queue based on IPv6 Neighbors [SOLVED]

To control bandwith used by each client, I use simple queues. For IPv4 clients, each queue is automatically created (upon lease bound), updated (upon IP address change), and removed (upon lease expiry) by /ip/dhcp-server lease-script. For IPv6 clients, we don't use DHCP, so I plan to periodically sc...
by msaid
Sun Feb 18, 2024 2:39 am
Forum: Scripting
Topic: Script DHCP Lease to Simple Queues don't work since update to 7.13
Replies: 7
Views: 4828

Re: Script DHCP Lease to Simple Queues don't work since update to 7.13

Having the same issue. The following config works in 7.12.2, but doesn't work in 7.13, 7.13.1, 7.13.2, 7.13.3, and 7.13.4. # 2024-02-18 07:27:12 by RouterOS 7.12.2 # software id = QU8N-B21Q # # model = RB750Gr3 # serial number = CC210F11FD6D /ip dhcp-server add add-arp=yes address-pool=default-dhcp ...