Community discussions

MikroTik App

Search found 20 matches

by madman22
Sat Jun 18, 2022 8:07 am
Forum: Announcements
Topic: MikroTik Devices Controller
Replies: 332
Views: 238812

Re: MikroTik Devices Controller

I built an app that can provision multiple devices at once, it can do 24 devices in 10 minutes, it takes longer to unbox and plug in the mikrotiks then it does to provision them all. Provisioning includes setting a base config, updating to a selected version, applying the final configuration, and ad...
by madman22
Tue Sep 21, 2021 2:05 am
Forum: RouterOS beta
Topic: Feature Request: Logging Action to run a script
Replies: 2
Views: 1423

Feature Request: Logging Action to run a script

In the logging actions, you could make a "run script" action (similar to dhcp-client script) that has built-in variables with an array of topics and the message. Then we could choose when and where to send the logs using the RouterOS scripting language. Sending messages to other logging ac...
by madman22
Tue Aug 24, 2021 11:59 pm
Forum: Announcements
Topic: WinBox v3.29 released!
Replies: 113
Views: 35725

Re: WinBox v3.29 released!

Please reverse your change that moved close below start in all the tools. PLEASE keep stop below start. It has wasted a significant amount of time already
by madman22
Fri May 21, 2021 11:39 pm
Forum: Scripting
Topic: Github support for RouterOS Scripting
Replies: 0
Views: 1193

Github support for RouterOS Scripting

Currently, it seems as though .rsc files are classified as Rascal language in GitHub. Can Mikrotik follow the GitHub procedures and add the RouterOS scripting language to GitHub's "Linguist" so the code I upload to github is properly highlighted and everything? For reference: https://githu...
by madman22
Tue Jan 12, 2021 3:21 am
Forum: RouterOS beta
Topic: Bring the API into the 21st century with GraphQL
Replies: 2
Views: 1259

Bring the API into the 21st century with GraphQL

Being able to have a standards based API with subscription capabilities would really help the Mikrotik Community. https://graphql.org/blog/subscriptions-in-graphql-and-relay/ For instance, besides the normal menu system lookups, we can have subscriptions for interface counters and config changes. Th...
by madman22
Tue Dec 22, 2020 1:06 am
Forum: Scripting
Topic: DHCP $lease-options?
Replies: 2
Views: 3078

Re: DHCP $lease-options?

:foreach k,i in=$"lease-options" do={
  :log info $k
  :log info $i
}
I just figured this out today, $k is the option number. Figured I'd post for future searchers.
by madman22
Thu Jul 30, 2020 1:57 am
Forum: Wireless Networking
Topic: Does mikrotik have anything like rx-sop
Replies: 1
Views: 1082

Does mikrotik have anything like rx-sop

https://documentation.meraki.com/MR/Rad ... t_(RX-SOP)

Does adding a wireless access-list with a signal threshold perform this sort of radio blocking, or does it just not accepting clients at that signal level?

Thanks!
by madman22
Sat Feb 29, 2020 5:18 am
Forum: General
Topic: How to hide src-nat rule but allow dst-rules in web skin?
Replies: 2
Views: 1795

Re: How to hide src-nat rule but allow dst-rules in web skin?

As you will give them access to firewall part you cannot do it!
That’s what I thought, but I was hopeful because the right side of web skinning there is a filter for the different chains. If we could filter by chin, that would fix my problem.
by madman22
Fri Feb 28, 2020 5:29 pm
Forum: General
Topic: How to hide src-nat rule but allow dst-rules in web skin?
Replies: 2
Views: 1795

How to hide src-nat rule but allow dst-rules in web skin?

I would like our customers to be able to login to their router and add port forwards, but I cannot allow them to be able to change the src-nat rule, since that gets dynamically changed with scripting. Is there a way in web skin to hide certain configuration parts while still allowing access to the m...
by madman22
Mon Feb 17, 2020 2:30 am
Forum: RouterOS beta
Topic: VXLAN config issues
Replies: 3
Views: 4090

Re: VXLAN config issues

Here is an example working lab in EVE-NG between 3 routers and 3 linux servers from an article I wrote: Configs are in the link here: https://stubarea51.net/2020/02/15/mikrotik-routerosv7-first-look-vxlan/ https://stubarea51.net/wp-content/uploads/2020/02/VxLAN-EVE.png Awesome, thanks! I'll give th...
by madman22
Sat Feb 15, 2020 3:13 am
Forum: RouterOS beta
Topic: VXLAN config issues
Replies: 3
Views: 4090

VXLAN config issues

Problem: cannot ping through vxlan interfaces Topology: hex-s — crs328 — rb4011 I upgraded everything to v7b5 and tried setting up the vxlan interfaces on the hex and 4011, the crs328 is just a switch. The Vxlan interfaces show as online and I can torch the vxlan interface and see the incoming and o...
by madman22
Thu Oct 10, 2019 8:19 pm
Forum: Forwarding Protocols
Topic: Core DHCP-RADIUS / MPLS/VPLS+VLAN
Replies: 2
Views: 3059

Re: Core DHCP-RADIUS / MPLS/VPLS+VLAN

I created a dhcp-client script that reads option 43 from DHCP and converts it from "ip:speed" to the corresponding loopback ip for the loopback interface and ospf router-id and the speed gets applied to the queue. You could use "ip:vlan" and have the script apply the vlan tag. I ...
by madman22
Fri Jul 12, 2019 3:22 am
Forum: General
Topic: DHCP+Radius fun [SOLVED]
Replies: 2
Views: 1782

Re: DHCP+Radius fun [SOLVED]

In case anyone has this problem, my solution was to send the Session-Timeout as a uint32 instead of a string. This also seems to have solved the problem of lease renewals re-authenticating.
by madman22
Sat Jun 22, 2019 1:37 am
Forum: General
Topic: Winbox Batch Commands
Replies: 0
Views: 1044

Winbox Batch Commands

I use the Safe Mode feature all the time. There should be a reverse version where the settings made in winbox don't get applied until you disable that mode It would be awesome if there was a feature that allowed you to enable like "batch" mode, but instead of applying all the settings imme...
by madman22
Thu Jun 13, 2019 4:26 am
Forum: General
Topic: 10G support for Traffic Engineering
Replies: 1
Views: 1127

10G support for Traffic Engineering

We've been running traffic-engineering based bandwidth limits for at least 5 years. Now that we have 10G interfaces, the 32bit limitation, or whatever the problem, is requiring us to look for different solutions for limiting vpls connections. In traffic engineering, the highest value i can accuratel...
by madman22
Sat May 18, 2019 1:36 am
Forum: General
Topic: Bottleneck on CCR (possible queue related)
Replies: 10
Views: 4386

Re: Bottleneck on CCR (possible queue related)

I'm pretty sure we are running into this issue as well on a CCR1072. Bursting up to 3.4gbps using the default mq-ethernet-default settings. Customers are getting really randomly fluctuating speedtests. Going to try increasing the buffer size during the next maintenance window. All of our traffic is ...
by madman22
Sat May 18, 2019 1:13 am
Forum: Forwarding Protocols
Topic: MIkrotik BGP Monitoring
Replies: 64
Views: 38172

Re: MIkrotik BGP Monitoring

I've used

https://github.com/rhicks/bgp-dashboard

for monitoring bgp, it works great!
by madman22
Tue Feb 26, 2019 11:15 pm
Forum: Announcements
Topic: v6.44 [stable] is released!
Replies: 218
Views: 97054

Re: v6.44 [stable] is released!

Can confirm the RB4011 SFP+ port is correctly working with a 3rd party 1G sfp. Thanks guys!
by madman22
Mon Aug 20, 2018 7:52 pm
Forum: General
Topic: add site-id to dynamic vpls interface name
Replies: 0
Views: 806

add site-id to dynamic vpls interface name

When using BGP-VPLS, it would be a lot easier to differentiate each connection if they were somehow labeled with the site-id of the router they are connected to.


Thanks!
by madman22
Fri Mar 23, 2018 4:57 pm
Forum: General
Topic: DHCP+Radius fun [SOLVED]
Replies: 2
Views: 1782

DHCP+Radius fun [SOLVED]

We setup a Radius server that responds to the Mikrotik DHCP server. If the mac is not in the "allowed" list on the Radius server, it responds with a different ip pool. The allowed mac addresses get a bandwidth limit for dynamic queueing and the "unauthorized" devices get redirect...