Community discussions

MikroTik App

Search found 61 matches

by merlinthemagic7
Thu Apr 11, 2024 8:28 pm
Forum: Announcements
Topic: v7.14.3 [stable] is released!
Replies: 615
Views: 156633

Re: v7.14 [stable] is released!

Well...

Whilst I am happy and grateful to FINALLY have a v7 AMI on AWS... Reading this thread, I'll skip on 7.14
viewtopic.php?p=1067136#p1067136
by merlinthemagic7
Thu Apr 04, 2024 2:27 pm
Forum: Scripting
Topic: Built in function library
Replies: 142
Views: 138504

Re: Built in function library

Hi, I'm wondering which global variable the scripts are using. Is there any variable that may call $temp , which is very likely that I use it in my self-developed scripts. In the spirit of maintaining some type of name space separation, all Globals are prefaced with "Mtm". If $temp is bei...
by merlinthemagic7
Tue Apr 02, 2024 9:07 am
Forum: Scripting
Topic: Built in function library
Replies: 142
Views: 138504

Re: Built in function library

Hi, Everything that stores a function is global, it has to be in order for different processes to share the loaded tools. For an example see: https://github.com/merlinthemagic/MTM-RouterOS-Scripting/blob/main/src/v7/flash/MTM/Facts/Tools/Hashing.rsc While MtmFacts loads the Tools factory, the tools ...
by merlinthemagic7
Mon Apr 01, 2024 1:15 pm
Forum: Virtualization
Topic: While we wait for a stable AWS CHR for t3 instances
Replies: 0
Views: 500

While we wait for a stable AWS CHR for t3 instances

If you build your own AMI on AWS there are no issues upgrading / downgrading the CHR. The current documentation (https://help.mikrotik.com/docs/display/RKB/Create+an+RouterOS+CHR+7.6+AMI) assumes you know how to create trust policies and roles on AWS. I think that can be quite intimidating for some ...
by merlinthemagic7
Mon Apr 01, 2024 9:11 am
Forum: Scripting
Topic: Built in function library
Replies: 142
Views: 138504

Re: Built in function library

I'd love $0 to return the script name. It's this case where $0 being the containing array from a function be useful, :jobname does NOT help here: But in essense you are correct the functions are stored as items in an array. The basic design is to attempts to mimic objects and having the ability to ...
by merlinthemagic7
Sat Mar 30, 2024 12:37 pm
Forum: Scripting
Topic: Built in function library
Replies: 142
Views: 138504

Re: Built in function library

While we wait for the builtin functions: https://github.com/merlinthemagic/MTM-RouterOS-Scripting Can manipulate strings, files, md5 hashing, create GUIDs etc. @merlinthemagic7 thx for the nice compilation of missing basic functions :D I'm trying to understand the principle structure, reading: http...
by merlinthemagic7
Fri Mar 01, 2024 4:35 pm
Forum: Announcements
Topic: v7.14.3 [stable] is released!
Replies: 615
Views: 156633

Re: v7.14 [stable] is released!

AWS sent me a notification that there is a new ROS Image available, does this mean updates will work now without the Instance type t3 -> t2 -> t3 limbo when freshly deployed? https://aws.amazon.com/marketplace/pp/prodview-sf5gn6js6av54 --Michael yes Please clarify if this means ONLY new 7.14 AWS T3...
by merlinthemagic7
Fri Dec 15, 2023 7:49 pm
Forum: Announcements
Topic: v7.13.5 [stable] is released!
Replies: 909
Views: 267419

Re: v7.13 [stable] is released!

@valnic

802.11n/ac interfaces do not support this type of VLAN tagging under the wifiwave2 package, but they can be configured as VLAN access ports in bridge settings.

https://help.mikrotik.com/docs/pages/vi ... properties
by merlinthemagic7
Fri Dec 15, 2023 7:30 pm
Forum: Announcements
Topic: v7.13.5 [stable] is released!
Replies: 909
Views: 267419

Re: v7.13 [stable] is released!

@BWC yup the T3 <=> T2 instance change works.

Just dont deploy in regions that dont have any Haswell / Broadwell instances... e.g. eu-south-2

@rajo
We deploy cross platform as well, GCP does not have this issue if you roll your own image that starts out as a V7 instance.
by merlinthemagic7
Fri Dec 15, 2023 5:22 pm
Forum: Announcements
Topic: v7.13.5 [stable] is released!
Replies: 909
Views: 267419

Re: v7.13 [stable] is released!

@rajo The issue on AWS likely relates to T3 instances. The Hypervisor is different from T2 (works).

viewtopic.php?p=1027349#p1027349
by merlinthemagic7
Fri Dec 15, 2023 3:48 pm
Forum: Announcements
Topic: v7.13.5 [stable] is released!
Replies: 909
Views: 267419

Re: v7.13 [stable] is released!

@Simonej Script has that permission. It looks like it is related to compression. If we instruct the web server to "no-gzip" the download works. Ill open a ticket when its reproducible. Edit: The issue occurs when the http response headers + payload (after being uncompressed) exceeds 65535 ...
by merlinthemagic7
Fri Dec 15, 2023 3:01 pm
Forum: Announcements
Topic: v7.13.5 [stable] is released!
Replies: 909
Views: 267419

Re: v7.13 [stable] is released!

Loaded 7.13 on a few AX2 units. Fetch from scripts is currently the only one item that stands out with errors compared to 7.12.1. We have a script that triggers on boot and fetches a few files from our provisioning servers (Basic auth and HTTPS). On 7.12.1 works every time. Using 7.13 the first file...
by merlinthemagic7
Fri Nov 24, 2023 12:02 am
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 93506

Re: v7.13beta [testing] is released!

2c. Would be quite nice if we would be able to lift the limitation on AC interfaces doing vlan tagging based on RADIUS attributes. e.g. lifting the restriction that errors out with: "can not assign VLAN, maximum VLAN count for interface reached". Dont get me wrong, thank you for enabling t...
by merlinthemagic7
Wed Oct 18, 2023 5:08 pm
Forum: General
Topic: RB4011 "Internal error: Oops: 17 [#1] SMP ARM" [SOLVED]
Replies: 8
Views: 2051

Re: RB4011 "Internal error: Oops: 17 [#1] SMP ARM" [SOLVED]

Had same error. The latest version of netinstall that worked and solved this issue was 7.9.2. https://download.mikrotik.com/routeros/7.9.2/netinstall64-7.9.2.zip The issue is with the vmlinux file that is sent in later versions. I use ISC-DHCP to serve up the image via TFTP. Every image after 7.9.2 ...
by merlinthemagic7
Tue Sep 26, 2023 11:52 pm
Forum: General
Topic: AWS CHR Upgrade to 7.3.1 Fails to boot LoaE01
Replies: 12
Views: 3482

Re: AWS CHR Upgrade to 7.3.1 Fails to boot LoaE01

Hi,

This is only a problem when using AWS T3 instances. T2 does not have this issue.
Also, you can change the instance to t2, update, change back to t3 and all working.

I have a ticket open on the issue, Support thinks this is an issue with the t3 hypervisor.
by merlinthemagic7
Wed Aug 09, 2023 12:23 pm
Forum: General
Topic: x86: 105 (no buffer space available )
Replies: 7
Views: 6114

Re: x86: 105 (no buffer space available )

Hi, Ran into this same issue on CHR instances in both GCP and AWS. Do an arp ping to the gateway and the console intermittently returned: 105 (no buffer space available ) Monitor traffic on the interface and there is tons of tx-queue-drops. Issue in both my cases was the license had not been applied...
by merlinthemagic7
Wed Mar 29, 2023 7:51 pm
Forum: General
Topic: AWS CHR Upgrade to 7.3.1 Fails to boot LoaE01
Replies: 12
Views: 3482

Re: AWS CHR Upgrade to 7.3.1 Fails to boot LoaE01

You can un-install the dude before updating to final v6

Then Update to final v6, and update to latest v7

Dont try to add the dude package after, it bricks the CHR instance, wont boot at all. Not even a LoaE01 error.
by merlinthemagic7
Fri Dec 09, 2022 12:20 am
Forum: Wireless Networking
Topic: Wireless Broadcasts and Dynamic Vlans [SOLVED]
Replies: 2
Views: 911

Re: Wireless Broadcasts and Dynamic Vlans [SOLVED]

Hi,

It appears you are correct. Packet capture shows e.g. arp arriving at the AP as broadcasts but at the client as unicasts.

Thank you.
by merlinthemagic7
Sun Dec 04, 2022 9:27 pm
Forum: Wireless Networking
Topic: Wireless Broadcasts and Dynamic Vlans [SOLVED]
Replies: 2
Views: 911

Wireless Broadcasts and Dynamic Vlans [SOLVED]

Hi, We use radius to place wireless users in VLANs. Question is: How is broadcast isolation maintained, when there are many different vlans in use on a particular BSSID? Does MT use GTK for encrypting broadcasts? We use "multicast-helper = full", so multicasts are converted to unicast and ...
by merlinthemagic7
Thu Sep 29, 2022 12:05 am
Forum: Announcements
Topic: MikroTik Devices Controller
Replies: 332
Views: 240159

Re: MikroTik Devices Controller

Make populating the 802.11k/v/r caches accessible to us the integrators. Everyone seems to be asking for centralized change management, but one can build that based on the current APIs. A controller in its purest form is orchestrating client access over a distributed system, while dealing with the i...
by merlinthemagic7
Fri Sep 09, 2022 9:04 pm
Forum: The Dude
Topic: Dude db vacuuming
Replies: 13
Views: 8583

Re: Dude db vacuuming

Might as well document the process. Cant be the first, nor the last to run into these issues :)
by merlinthemagic7
Fri Sep 09, 2022 2:22 pm
Forum: The Dude
Topic: Dude db vacuuming
Replies: 13
Views: 8583

Re: Dude db vacuuming

Hi, To fix a corrupt Dude instance, e.g. ran out of space. First download SQLLite3 prebuild for your OS: https://www.sqlite.org/index.html Stop the dude service, wait for it to finish stopping, it can take awhile, then download dude.db to a local folder. Place sqlite3.exe in the same folder as you d...
by merlinthemagic7
Wed Aug 03, 2022 10:44 pm
Forum: General
Topic: MSTP root port discarding when edge port status changes
Replies: 6
Views: 2287

Re: MSTP root port discarding when edge port status changes

@dekiel Yes MSTP is an open issue (no specific confirmation on edge propagation).

Here is another post: viewtopic.php?p=948438#p948438

Recommended work around is using RSTP for the time being.
by merlinthemagic7
Thu Jul 28, 2022 4:12 pm
Forum: Scripting
Topic: Variable by reference documentation? (v6 BUG) [SOLVED]
Replies: 14
Views: 1817

Re: Variable by reference documentation? [SOLVED]

This is the BUG on v6 and on v7 is fixed.
I believe you. Is there any document that talks about this and other changes? Where did you learn that MT considers this a bug to be fixed in V7? Like the title says, im looking for documentation.
by merlinthemagic7
Thu Jul 28, 2022 3:51 pm
Forum: Scripting
Topic: Variable by reference documentation? (v6 BUG) [SOLVED]
Replies: 14
Views: 1817

Re: Variable by reference documentation? [SOLVED]

The correct behavior is on v7, the local (=discarded later) variables must not be treated as pointer, and updating local variable must not influence global variable, until is not directly wanted. Shared memory is nice, as long as there the proper locks in place. Is there a document i can read that ...
by merlinthemagic7
Thu Jul 28, 2022 3:44 pm
Forum: Scripting
Topic: Variable by reference documentation? (v6 BUG) [SOLVED]
Replies: 14
Views: 1817

Re: Variable by reference documentation? [SOLVED]

Both work. Can someone share a code snippet where a global array is set, then an index from that array is set in a local and when the index is changed the global reflects this change. /system/script/environment/remove [find where name="TestVar"]; :global TestVar; :if ($TestVar = nil) do={ ...
by merlinthemagic7
Thu Jul 28, 2022 3:21 pm
Forum: Scripting
Topic: Variable by reference documentation? (v6 BUG) [SOLVED]
Replies: 14
Views: 1817

Re: Variable by reference documentation? [SOLVED]

Hi Mrz, Lets make sure its apples to apples: /system script add name=script1 policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=":global TestVar;\r\ \n:if (\$TestVar = nil) do={\r\ \n\t:set TestVar [:toarray \"\"];\r\ \n\t:set (\$TestVar->\"nbr1\"...
by merlinthemagic7
Thu Jul 28, 2022 1:43 pm
Forum: Scripting
Topic: Variable by reference documentation? (v6 BUG) [SOLVED]
Replies: 14
Views: 1817

Variable by reference documentation? (v6 BUG) [SOLVED]

Hi, Is it no longer possible to have a global variable update by reference in v7? :global TestVar; :if ($TestVar = nil) do={ :set TestVar [:toarray ""]; :set ($TestVar->"nbr1") [:toarray ""]; :set ($TestVar->"nbr1"->"count") 0; } :local nbr1 ($TestVa...
by merlinthemagic7
Thu Jul 28, 2022 11:23 am
Forum: General
Topic: Strange MSTP behaviour, CRS328, RB760iGS, RBM33G, hAP AC^2 - MMIPS-specific? [SOLVED]
Replies: 13
Views: 2260

Re: Strange MSTP behaviour, CRS328, RB760iGS, RBM33G, hAP AC^2 - MMIPS-specific? [SOLVED]

Hi, See the same thing on 24x CRS328-24P-4S+ running v7.4. Its not just the local MSTP instance that suffers, edge events are propagated downstream as well. Same result except now every edge event results in all switches in the region quitting forwarding for a short while. The downstream propagation...
by merlinthemagic7
Thu Jul 28, 2022 11:08 am
Forum: General
Topic: MSTP root port discarding when edge port status changes
Replies: 6
Views: 2287

Re: MSTP root port discarding when edge port status changes

Hi, See the same thing on CRS328-24P-4S+ running v7.4. Its not just the local MSTP instance that suffers, the events are propagated downstrem as well, but only if the switch has more than one path. Disable your alternate paths and the edge propagations go away. Local instance still bounces each time...
by merlinthemagic7
Fri May 27, 2022 10:58 am
Forum: The Dude
Topic: Dude db vacuuming
Replies: 13
Views: 8583

Re: Dude db vacuuming

Hi, To purge all historical data and only keep the devices / network maps this works. Just performed the purge on 6.49, zero issues after cleaning. My results are: 615MBytes -> 1.2MBytes First download SQLLite3 prebuild for your OS: https://www.sqlite.org/index.html Stop the dude service, wait for i...
by merlinthemagic7
Sun Oct 24, 2021 2:09 pm
Forum: General
Topic: feature request: expose variables to netwatch scripts
Replies: 39
Views: 9918

Re: feature request: expose variables to netwatch scripts

@merlinthemagic7

Thanks - where did you discover that? Is there any documentation?
Found by just testing, its not in the change log.
by merlinthemagic7
Wed Oct 20, 2021 10:38 am
Forum: General
Topic: feature request: expose variables to netwatch scripts
Replies: 39
Views: 9918

Re: feature request: expose variables to netwatch scripts

HI,

$host is exposed in net watch script, at least as of 6.48.4. Does not appear since, timeout, interval or status are available.
by merlinthemagic7
Sat Oct 02, 2021 4:25 pm
Forum: Scripting
Topic: Useful scripts
Replies: 116
Views: 298710

Re: Useful scripts

Hi, Appreciate the feedback! The reason every command is executed in full, instead of breaking it up into path / command, was because initially i was uncertain how the state of the command execution shell was maintained across method calls. It seems each { ... } is local in scope even for the shell,...
by merlinthemagic7
Sat Oct 02, 2021 3:58 pm
Forum: Scripting
Topic: Useful scripts
Replies: 116
Views: 298710

Re: Useful scripts

Good tip on readabillity, thx. The idea behind a lib is that each method should abstract from the environment. E.g. like you said, v7 change in syntax, so the factory will check the version of ROS that is running and return an "instance" of the class that works. The method names, parameter...
by merlinthemagic7
Sat Oct 02, 2021 3:34 pm
Forum: Scripting
Topic: Built in function library
Replies: 142
Views: 138504

Re: Built in function library

..... You show a scripts without descripton what they do... I check code and no details even in it. If someone must try your all scripts and build own info what each script do...then I even not try use them. Try the documentations folder, the vast majority of functions / tools are documented. Also,...
by merlinthemagic7
Sat Oct 02, 2021 3:17 pm
Forum: Scripting
Topic: Useful scripts
Replies: 116
Views: 298710

Re: Useful scripts

Another one reinvented the wheel... Is better what I do on my Snippets: one simply clear action without interdipendency than can broke someting (or all) if something is changed on "shared" functions... It would seem to me that snippets strewn throughout your code means you are refactoring...
by merlinthemagic7
Sat Oct 02, 2021 3:02 pm
Forum: Scripting
Topic: Built in function library
Replies: 142
Views: 138504

Re: Built in function library

While we wait for the builtin functions:

https://github.com/merlinthemagic/MTM-R ... -Scripting

Can manipulate strings, files, md5 hashing, create GUIDs etc.
by merlinthemagic7
Sat Oct 02, 2021 2:51 pm
Forum: Scripting
Topic: Useful scripts
Replies: 116
Views: 298710

Re: Useful scripts

Hi, I made a library of functions that can all be invoked with an object like syntax. https://github.com/merlinthemagic/MTM-RouterOS-Scripting 100s of functions, like string split, trim, replace, to uppercase, lowercase, or file functions like getContent, setContent, create, delete. Overcomes lots o...
by merlinthemagic7
Sat Oct 02, 2021 2:39 pm
Forum: Scripting
Topic: Script MD5 Hash Generator
Replies: 20
Views: 18161

Re: Script MD5 Hash Generator

Hi @TealFrog, I included your MD5 function (with attribution) in my ROS lib, There is no license on your work so let me know if you want it removed. https://github.com/merlinthemagic/MTM-RouterOS-Scripting /import flash/MTM/Facts.rsc; :global MtmFacts; :local md5Tool [($MtmFacts->"execute"...
by merlinthemagic7
Mon Aug 30, 2021 12:16 am
Forum: Scripting
Topic: Unknown Bridge port remove
Replies: 8
Views: 5163

Re: Unknown Bridge port remove

One liner: :local ifName ""; :foreach id in=[/interface bridge port find where role=[:nothing]] do={ :set ifName [/interface bridge port get $id interface]; :if ([/interface find where name=$ifName] = "" && [/interface list find where name=$ifName] = "") do= { /...
by merlinthemagic7
Fri Sep 18, 2020 3:29 pm
Forum: Scripting
Topic: How to log Wireless Registration table information locally
Replies: 12
Views: 6818

Re: How to log Wireless Registration table information locally

If you need all entries: /system scheduler add interval=5s name=wlanRegsJob on-event="/system script run [ find where name=\"wlanRegTable\" ]" policy=read start-date=jan/01/1970 start-time=00:00:00 /system script add name=wlanRegTable policy=read source="foreach i in=[ /inte...
by merlinthemagic7
Tue Jun 09, 2020 12:13 pm
Forum: Scripting
Topic: Reading "value-name" from cli does not work as expected
Replies: 3
Views: 1573

Re: Reading "value-name" from cli does not work as expected

Even some shorter, since you already are in correct location.
:put [/ip dhcp-client get [find comment="ISP2"] default-route-distance]]
Right on, I always do absolute paths since tracking cwd in scripting introduces another level of complexity.
by merlinthemagic7
Tue Jun 09, 2020 12:09 pm
Forum: Scripting
Topic: wireless info hw-info question
Replies: 3
Views: 1588

Re: wireless info hw-info question

I would guess it can use all frequency between 4920 and 6100. 5825-5825 is between this number so no extra line is needed. And for 2.4 GHz 2733-2483 can not be used, so therefor two lines. I see the same number as you on my hAP ac2 Thx for your reply. 2484-2484 also falls within 2312-2732, I mentio...
by merlinthemagic7
Mon Jun 08, 2020 6:33 pm
Forum: Scripting
Topic: Reading "value-name" from cli does not work as expected
Replies: 3
Views: 1573

Re: Reading "value-name" from cli does not work as expected

:put [ /ip dhcp-client get [ /ip dhcp-client find comment="ISP2" ] default-route-distance ] ]
by merlinthemagic7
Mon Jun 08, 2020 6:06 pm
Forum: Scripting
Topic: Add to Address List
Replies: 6
Views: 6060

Re: Add to Address List

You need an intermediate service to make it safe. e.g. click fires off ajax to a server that performs the addition to the ACL. If you dont mind exposing the address of your router: /ip firewall mangle add action=add-src-to-address-list address-list=knockKnock address-list-timeout=1d chain=prerouting...
by merlinthemagic7
Mon Jun 08, 2020 5:42 pm
Forum: Scripting
Topic: wireless info hw-info question
Replies: 3
Views: 1588

wireless info hw-info question

Im parsing the output of: /interface wireless info hw-info interface=wlanX Radios that are 2.4GHz only will report something like this: ranges: 2312-2732/5/b,g,gn20,gn40 2484-2484/5/b,g,gn20,gn40 tx-chains: 0,1 rx-chains: 0,1 extra-info: pciinfo:0x0, cid:0, gain:3 According to this post the format s...
by merlinthemagic7
Thu Jun 04, 2020 2:17 pm
Forum: Forwarding Protocols
Topic: State of Openflow
Replies: 15
Views: 12022

Re: State of Openflow

Given the push into 40 Gbps QSFP+ equipment, i assume MT is taking aim at enterprise and datacenter customers. With that in mind can we expect to see development work on the Openflow implementation?
by merlinthemagic7
Wed Mar 20, 2019 12:17 pm
Forum: Scripting
Topic: Fetch - How to access data variable?
Replies: 16
Views: 13660

Re: Fetch - How to access data variable?

I assume this is what you are looking for: :local strData [ /tool fetch mode=https output=user url="https://ipinfo.io/ip" as-value ]; :local arrData [ :toarray $strData ]; :local varData ( $arrData->"data" ); :put [ $varData ]; i broke out the type changes into separate variables...
by merlinthemagic7
Tue Oct 30, 2018 1:31 pm
Forum: General
Topic: IPSec throughput
Replies: 9
Views: 7588

Re: IPSec throughput

I might be wrong here, but I believe crypto driver tries to use the same cpu core to process each packet/stream to which it was assigned by ethernet driver. If not mistaken, ethernet classificator for IPQ4018 was changed in the latest beta versions in testing channel to take in action source and de...
by merlinthemagic7
Mon Oct 29, 2018 3:13 pm
Forum: General
Topic: IPSec throughput
Replies: 9
Views: 7588

Re: IPSec throughput

That is just how IPsec is processed by this driver. It is not feasable to make a single IPsec stream/policy multithreaded as it will introduce latency, packet reordering and other unnecessary issues. You should still be able to achieve the advertised throughput if certain conditions are met, such a...
by merlinthemagic7
Mon Oct 29, 2018 2:26 pm
Forum: General
Topic: IPSec throughput
Replies: 9
Views: 7588

Re: IPSec throughput

You saw one core at 100% - but did You found what was using it? I mean, we know there is something saturating one core - but we don't know what it is. Can you test again, and post the usage by core/process? Here you are. This is the profile for a CPU that is handling an IPSec peer, total IPSec thro...
by merlinthemagic7
Sun Oct 28, 2018 9:03 pm
Forum: General
Topic: IPSec throughput
Replies: 9
Views: 7588

Re: IPSec throughput

We did a bunch more tests and found it appears CPUs are assigned based on a hash of the src and dst peers addresses. For example: Concentrator: yyy.yyy.yyy.253 Client WAN interface IP: xxx.xxx.xxx.252 results in CPU3 redlining under IPSec load. xxx.xxx.xxx.254 results in CPU0 redlining under IPSec l...
by merlinthemagic7
Fri Oct 26, 2018 2:29 pm
Forum: General
Topic: IPSec throughput
Replies: 9
Views: 7588

Re: IPSec throughput

There is a related post from emils (MT support): https://forum.mikrotik.com/viewtopic.php?t=97880&p=688672#p688540 [..] Please check the IPsec tunnel performance test manual page to see how maximum throughput numbers are achieved for each product. Adding or enabling any additional RouterOS feat...
by merlinthemagic7
Thu Oct 25, 2018 11:07 pm
Forum: General
Topic: IPSec throughput
Replies: 9
Views: 7588

IPSec throughput

Hi, We need help understanding why our IPSEC performance is taking such a dramatic drop when deploying hardware assisted IPSEC units. We are getting ready to deploy ~300 hAP ac² units to remote offices around the country. They all trunk data via IPSEC to datacenters around the country, using CCR1036...
by merlinthemagic7
Wed Jul 11, 2018 12:18 am
Forum: General
Topic: Mass configuration
Replies: 18
Views: 8838

Re: Mass configuration

bigcw, do you still need to automate the netinstall + custom script process?

I am thinking about turning our automated tool into a service, but maybe no one cares.

MM
by merlinthemagic7
Fri Jun 15, 2018 5:00 pm
Forum: Beginner Basics
Topic: Cross Posted from GENERAL - Mikrotik VLAN and Ports for Client PCs - PC's not getting DHCP addresses on VLAN ports.
Replies: 5
Views: 1642

Re: Cross Posted from GENERAL - Mikrotik VLAN and Ports for Client PCs - PC's not getting DHCP addresses on VLAN ports.

EDIT: I did a: /system reset-configuration no-defaults=yes then loaded the config in by hand again and this time it worked. I updated the device from 6.38.x to 6.42.3, it is possible the upgrade that enforces the change from the master-port syntax to bridges might have been the source of the issue. ...
by merlinthemagic7
Wed Nov 23, 2016 3:31 pm
Forum: Scripting
Topic: script challenge....
Replies: 6
Views: 3254

Re: script challenge....

Does your radios have the ability to run the spectrum scan? I know you are looking for a dump of the wireless scan, but a spectrum scan will give you a more complete picture. I assume the challenge is reading the spectrum files generated by i.e.: /interface wireless spectral-scan 0 duration=20 range...
by merlinthemagic7
Fri Nov 11, 2016 2:19 pm
Forum: General
Topic: Log Spectrum Analysis??
Replies: 10
Views: 3526

Re: Log Spectrum Analysis??

Here is a site that will convert the spectral output file to a csv file.

http://chr-2.martinpetermadsen.com/Merl ... ectrumScan
by merlinthemagic7
Fri Sep 16, 2016 8:57 pm
Forum: Wireless Networking
Topic: How to read Spectral-Scan file
Replies: 6
Views: 4715

Re: How to read Spectral-Scan file

Know its old, but there does not seem to be any updates so far, so i thought i would contribute my workaround. Here is a site that will convert the spectral output file to a csv file. http://chr-2.martinpetermadsen.com/Merlin/Publictools/Preproduction/ROSSpectrumScan Update: I was sent a few files t...