Community discussions

MikroTik App

Search found 31 matches

by AiroSam
Tue Jan 30, 2024 6:18 pm
Forum: RouterBOARD hardware
Topic: 2.4GHz Wifi6 CPE?
Replies: 1
Views: 635

2.4GHz Wifi6 CPE?

Does Mikrotik plan on releasing a 2.4GHz CPE with Wifi6, for use with the mANTBox ax 15s? A 2.4 version of the upcoming L11UG-5HaxD would be nice.
by AiroSam
Thu May 05, 2022 9:09 pm
Forum: General
Topic: SNMP Walk works, but Get does not
Replies: 3
Views: 1194

Re: SNMP Walk works, but Get does not

I found a workaround using snmp-walk:
:do {
:execute script={/tool snmp-walk 10.10.10.10 oid=1.3.6.1.4.1.43356.2.1.2.6.6 community=public} file=oid_data.txt
/delay 5
:local output [/file get oid_data.txt contents]
:local signal [/put [:pick $output 129 133]]
}
/code]
by AiroSam
Thu May 05, 2022 7:27 pm
Forum: General
Topic: SNMP Walk works, but Get does not
Replies: 3
Views: 1194

SNMP Walk works, but Get does not

I am trying to use an RB100AHx4 on 6.47.1 to grab a Mimosa B11 radio's signal strength with snmp-get. The Walk command works successfully: /tool snmp-walk address=10.10.10.10 community=public OID TYPE VALUE 1.2.840.10036.1.1.1.1.4 octet-string \B5\C6\10\t$ 1.2.840.10036.1.1.1.1.9 octet-string \B5\C6...
by AiroSam
Mon Sep 20, 2021 4:38 pm
Forum: Forwarding Protocols
Topic: Multi-Homed BGP over two Edge Routers
Replies: 4
Views: 4107

Re: Multi-Homed BGP over two Edge Routers

Thanks for the replies! Last Friday I had a helpful conversation with an IT Solutions company that offices out of the same building where the Site B data center is. They're still looking over our BGP config, but it sounds like they think ISP 2 just has too few options for manipulating incoming traff...
by AiroSam
Mon Sep 13, 2021 5:57 pm
Forum: Forwarding Protocols
Topic: Multi-Homed BGP over two Edge Routers
Replies: 4
Views: 4107

Multi-Homed BGP over two Edge Routers

Hello, Here is a crude diagram of our network: https://i.imgur.com/huowhnq.png All of our customer traffic goes through Site A. We have a /21 of Public IPs which are NAT'd to private IPs on the Edge Router. My goal is to have our /21 advertised to both of our ISPs, so that if Site A goes down then o...
by AiroSam
Tue May 11, 2021 11:27 pm
Forum: Virtualization
Topic: Maximizing Proxmox CHR performance
Replies: 6
Views: 10611

Re: Maximizing Proxmox CHR performance

Do you have Hyperthreading disabled? I've disabled hyperthreading on one of our other VMs that handles less traffic. Here are the results. RouterOS CPU graph: https://i.imgur.com/lqY3fnK.png Proxmox Node CPU graph: https://i.imgur.com/S5qYgKL.png Proxmox Node Server Load graph: https://i.imgur.com/...
by AiroSam
Fri May 07, 2021 12:09 am
Forum: Virtualization
Topic: Maximizing Proxmox CHR performance
Replies: 6
Views: 10611

Re: Maximizing Proxmox CHR performance

Do you have Hyperthreading disabled? Thanks for the reply! When I was building/testing this router, I tried disabling Hyperthreading in the Dell BIOS, but it seemed to just cut the CPU potential in half so I reenabled it. Perhaps it would be beneficial to reenable it and see how it performs with li...
by AiroSam
Thu May 06, 2021 5:27 pm
Forum: Virtualization
Topic: Maximizing Proxmox CHR performance
Replies: 6
Views: 10611

Maximizing Proxmox CHR performance

I'm running CHR on Proxmox Virtual Environment as a core/edge router for our network. It's having some performance issues and I'm looking for advice on how to resolve them. Here is the setup: -Dell PowerEdge R630 with Intel® Xeon® Processor E5-2680 v3 -Proxmox Virtual Environment 6.3-3 -RouterOS CHR...
by AiroSam
Fri Sep 06, 2019 12:57 am
Forum: General
Topic: Netinstall failing on Windows 10
Replies: 4
Views: 3149

Re: Netinstall failing on Windows 10

Bump. I am still experiencing this issue.
by AiroSam
Wed Mar 13, 2019 11:35 pm
Forum: General
Topic: Netinstall failing on Windows 10
Replies: 4
Views: 3149

Netinstall failing on Windows 10

I'm trying to use Netinstall to load RouterOS x86 onto a USB drive. I can see the USB drive just fine, but when I click Install I immediately get the error "Cannot MBR on device". I've tried rebooting, formatting the USB drive multiple times, disabling firewalls and anti-virus, turning off...
by AiroSam
Thu Jun 07, 2018 10:36 pm
Forum: Forwarding Protocols
Topic: HELP - BGP Peer dropping, odd VPN log message
Replies: 3
Views: 1721

Re: HELP - BGP Peer dropping, odd VPN log message

Check your RAM on router. Maybe your peer begin to redistribute to you full view, you memory ends and that's it? Thank you for the suggestion. I kept an eye on the CPU and RAM during the disconnections and they remained stable and far from 100% capacity. I did eventually hear back from our fiber pr...
by AiroSam
Thu Jun 07, 2018 5:24 am
Forum: Forwarding Protocols
Topic: HELP - BGP Peer dropping, odd VPN log message
Replies: 3
Views: 1721

HELP - BGP Peer dropping, odd VPN log message

We are currently experiencing constant BGP Peer drops. Our fiber provider is looking into it on their end right now. Figured I'd ask here also. The BGP Peer is dropping seemingly for no reason. Here is what we're seeing in the Log (which has BGP debugging enabled): jun/06 21:14:51 route,bgp,debug St...
by AiroSam
Thu Oct 12, 2017 11:23 pm
Forum: General
Topic: PCQ + SFQ
Replies: 1
Views: 1206

Re: PCQ + SFQ

+1

I would like to find a solution to the exact same problem
by AiroSam
Wed Aug 23, 2017 11:24 pm
Forum: The Dude
Topic: How to enable 2 ip's probing on one device?
Replies: 6
Views: 1929

Re: How to enable 2 ip's probing on one device?

I would like to know the answer to this question as well.
by AiroSam
Thu Mar 30, 2017 4:08 pm
Forum: Beginner Basics
Topic: Needing help on clearing DHCP Leases after Reboot
Replies: 7
Views: 6419

Re: Needing help on clearing DHCP Leases after Reboot

You can also set lease time to very small time interval, it should solve the problem. for e.g. /ip dhcp-server set lease-time=15s That doesn't seem to be best practices. You can't set a DHCP lease on an active network to 15 seconds. Are you telling me there is no way to flush DHCP leases in Mikroti...
by AiroSam
Fri Jan 06, 2017 5:11 pm
Forum: Announcements
Topic: The Dude, v6.39rc test builds.
Replies: 121
Views: 58717

Re: The Dude, v6.39rc test builds.

At the moment we can't promise any date about CLI Dude. AiroSam - Please update your Dude server to the latest RC (6.39rc7), and check if device Status=up and RouterOS Status=ok PaulsMT, Thank you for the reply. Updating to 6.39rc7 mostly fixed the issue. I am now able to successfully add/remove/di...
by AiroSam
Thu Jan 05, 2017 8:34 pm
Forum: Announcements
Topic: The Dude, v6.39rc test builds.
Replies: 121
Views: 58717

Re: The Dude, v6.39rc test builds.

1. Any timeline for the built-in Winbox tool to return? 2. I'm encountering some bugs with adding/removing/enabling/disabling IP addresses on RouterOS devices. I am able to add an IP, but the Interface box won't show any of the interfaces to select. I can add the IP anyways, but it shows up as red. ...
by AiroSam
Mon Nov 28, 2016 11:36 pm
Forum: General
Topic: Queue Size
Replies: 1
Views: 868

Re: Queue Size

I am currently wondering about this as well
by AiroSam
Thu Nov 17, 2016 12:50 am
Forum: RouterBOARD hardware
Topic: Metal 52 ac - cannot use 10MHz channel on 2.4 GHz
Replies: 1
Views: 1266

Metal 52 ac - cannot use 10MHz channel on 2.4 GHz

I have just deployed a Metal 52 ac and am using it on the 2.4GHz spectrum. Setting it to 10MHz Channel Width causes errors: I am aware that Mikrotik ac does not work on 10Mhz. But I'm not even using AC Band or 5GHz. Is it possible to fix this or will I have to use Metal 2SHPn's? Thank you in advance...
by AiroSam
Wed Apr 27, 2016 6:26 pm
Forum: The Dude
Topic: Dudev6 Pings are bad from Client, but not from router?
Replies: 3
Views: 1811

Re: Dudev6 Pings are bad from Client, but not from router?

Happens for me as well!
by AiroSam
Thu Mar 10, 2016 12:52 am
Forum: Announcements
Topic: Winbox3.2 released!
Replies: 59
Views: 25763

Re: Winbox3.2 released!

"X" is Close window once again, Thanks a million!
+1

Thanks Mikrotik!
by AiroSam
Tue Feb 23, 2016 8:50 pm
Forum: Announcements
Topic: Winbox3.1 released!
Replies: 49
Views: 56895

Re: Winbox3.1 released!

Hello, I find it horribly annoying that winbox doesn't fully close after breaking hitting the x when connected to a device. I configure hundreds of devices everyday that completly breaks my workflow. Could please, pretty please revert to fully closing the application on hitting the x? Best regards ...
by AiroSam
Fri Jan 08, 2016 7:54 pm
Forum: The Dude
Topic: The Dude is back! v6.34rc test build released
Replies: 269
Views: 104069

Re: The Dude is back! v6.34rc test build released

Changes in v6.34rc32 build: * Fixed bandwidth test tool graphs. * Ping tool client crash fixed. * SNMPwalk tool client crash fixed. * Spectral scan tool client crash fixed. * In Admins > Group policies *web removed, no longer relevant. * In Log configuration window sliders fixed. * Right click &quo...
by AiroSam
Wed Dec 30, 2015 10:52 pm
Forum: RouterBOARD hardware
Topic: sfp interfaces disappearing from x86 box after reboot
Replies: 1
Views: 1486

sfp interfaces disappearing from x86 box after reboot

We have x86 RouterOS 6.33.3 running on a Dell server with an Intel CPU. We've installed a Fiber PCI card on it, and when we power it on and winbox into it, the sfp interfaces show up and work great. Using a Dell SFP, we are able to achieve a 10Gbps connection when plugged into our CCR's sfp+ port. H...
by AiroSam
Thu Dec 24, 2015 4:37 pm
Forum: The Dude
Topic: The Dude is back! v6.34rc test build released
Replies: 269
Views: 104069

Re: The Dude is back! v6.34rc test build released

New issue that started after the 6.34rc23 upgrade:

Copying any device crashes the Dude connection.
by AiroSam
Tue Dec 15, 2015 6:16 pm
Forum: The Dude
Topic: The Dude is back! v6.34rc test build released
Replies: 269
Views: 104069

Re: The Dude is back! v6.34rc test build released

Hi All! tell me plz, how to display device name and IP address on a network map now i see only name or IP it would be nice if dude could display both values You can make a custom label. Right click on the device and choose Appearance. In the field label, put something like this: [Device.Name] [Devi...
by AiroSam
Fri Dec 11, 2015 9:58 pm
Forum: The Dude
Topic: The Dude is back! v6.34rc test build released
Replies: 269
Views: 104069

Re: The Dude is back! v6.34rc test build released

Thank you Mikrotik for bringing back the Dude support! It is much appreciated. Minor bug report: Right-clicking on a Network Map and selecting "Open Separately" will open the Map for a split second, but then it is minimized and a small window pops up that just says "Error not implemen...
by AiroSam
Fri Dec 11, 2015 9:51 pm
Forum: The Dude
Topic: Dude rc19 Opens many windows
Replies: 2
Views: 1796

Re: Dude rc19 Opens many windows

I had this happen to me after I updated our Dude server to rc19. Even after downloading the new Dude Windows Client, it would still ask to "update" to beta4 when I opened it up. And it would keep opening new windows over and over. The fix was completely removing all Dude programs from my P...
by AiroSam
Thu Oct 29, 2015 11:30 pm
Forum: Beginner Basics
Topic: Needing help on clearing DHCP Leases after Reboot
Replies: 7
Views: 6419

Needing help on clearing DHCP Leases after Reboot

Here's the situation I am running into: I have a 911G-5HPnD on a clients roof, handing out an IP address via DHCP to the client's router. The DHCP network uses a /30 subnet, therefore there is only one available IP address to hand out (the other is the Gateway on our 911). What will happen is, the c...
by AiroSam
Fri Mar 06, 2015 7:42 pm
Forum: General
Topic: Unable to access Webfig after upgrade to 5.26
Replies: 2
Views: 1277

Unable to access Webfig after upgrade to 5.26

We have an x86 box that was running 5.24 for quite a while. It reboot randomly a couple of weeks ago, and afterward certain functions would not work (telnet, scripts, scheduler, etc.) We tried upgrading it to 5.26, which fixed the non-working functions, but only about 10% of the NAT statements made ...
by AiroSam
Tue Jan 27, 2015 7:26 pm
Forum: The Dude
Topic: Is it possible to add winbox v3.0rc1 to the Dude?
Replies: 1
Views: 2376

Is it possible to add winbox v3.0rc1 to the Dude?

I'm assuming I would be able to under Tools, but I'm not certain how exactly to enter the command. Could anyone help with this?

Thanks,

-Sam