Community discussions

MikroTik App

Search found 30 matches

byAiroSam
Thu May 05, 2022 9:09 pm
Forum:General
Topic:SNMP Walk works, but Get does not
Replies:3
Views:627

Re: SNMP Walk works, but Get does not

I found a workaround using snmp-walk:
Code:Select all
: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]
byAiroSam
Thu May 05, 2022 7:27 pm
Forum:General
Topic:SNMP Walk works, but Get does not
Replies:3
Views:627

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...
byAiroSam
Mon Sep 20, 2021 4:38 pm
Forum:Forwarding Protocols
Topic:Multi-Homed BGP over two Edge Routers
Replies:4
Views:3651

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...
byAiroSam
我2021年9月13日下午5:57
Forum:Forwarding Protocols
Topic:Multi-Homed BGP over two Edge Routers
Replies:4
Views:3651

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...
byAiroSam
Tue May 11, 2021 11:27 pm
Forum:Virtualization
Topic:Maximizing Proxmox CHR performance
Replies:6
Views:7461

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/...
byAiroSam
Fri May 07, 2021 12:09 am
Forum:Virtualization
Topic:Maximizing Proxmox CHR performance
Replies:6
Views:7461

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...
byAiroSam
Thu May 06, 2021 5:27 pm
Forum:Virtualization
Topic:Maximizing Proxmox CHR performance
Replies:6
Views:7461

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...
byAiroSam
Fri Sep 06, 2019 12:57 am
Forum:General
Topic:Netinstall failing on Windows 10
Replies:4
Views:2926

Re: Netinstall failing on Windows 10

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

Netinstall failing on Windows 10

我试图用Netinstall加载RouterOS x86l雷竞技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...
byAiroSam
Thu Jun 07, 2018 10:36 pm
Forum:Forwarding Protocols
Topic:HELP - BGP Peer dropping, odd VPN log message
Replies:3
Views:1599

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...
byAiroSam
Thu Jun 07, 2018 5:24 am
Forum:Forwarding Protocols
Topic:HELP - BGP Peer dropping, odd VPN log message
Replies:3
Views:1599

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...
byAiroSam
Thu Oct 12, 2017 11:23 pm
Forum:General
Topic:PCQ + SFQ
Replies:1
Views:1158

Re: PCQ + SFQ

+1

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

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

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

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...
byAiroSam
Fri Jan 06, 2017 5:11 pm
Forum:Announcements
Topic:The Dude, v6.39rc test builds.
Replies:121
Views:53883

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...
byAiroSam
Thu Jan 05, 2017 8:34 pm
Forum:Announcements
Topic:The Dude, v6.39rc test builds.
Replies:121
Views:53883

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. ...
byAiroSam
Mon Nov 28, 2016 11:36 pm
Forum:General
Topic:Queue Size
Replies:1
Views:833

再保险:队列大小

I am currently wondering about this as well
byAiroSam
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:1196

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

我刚刚部署一个我tal 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...
byAiroSam
Thu Mar 10, 2016 12:52 am
Forum:Announcements
Topic:Winbox3.2 released!
Replies:59
Views:22377

Re: Winbox3.2 released!

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

谢谢Mikro雷竞技网站tik !
byAiroSam
Tue Feb 23, 2016 8:50 pm
Forum:Announcements
Topic:Winbox3.1 released!
Replies:49
Views:52886

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 ...
byAiroSam
Fri Jan 08, 2016 7:54 pm
Forum:The Dude
Topic:The Dude is back! v6.34rc test build released
Replies:269
Views:96750

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...
byAiroSam
Wed Dec 30, 2015 10:52 pm
Forum:RouterBOARD hardware
Topic:sfp interfaces disappearing from x86 box after reboot
Replies:1
Views:1265

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...
byAiroSam
Thu Dec 24, 2015 4:37 pm
Forum:The Dude
Topic:The Dude is back! v6.34rc test build released
Replies:269
Views:96750

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.
byAiroSam
Tue Dec 15, 2015 6:16 pm
Forum:The Dude
Topic:The Dude is back! v6.34rc test build released
Replies:269
Views:96750

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...
byAiroSam
Fri Dec 11, 2015 9:58 pm
Forum:The Dude
Topic:The Dude is back! v6.34rc test build released
Replies:269
Views:96750

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...
byAiroSam
Fri Dec 11, 2015 9:51 pm
Forum:The Dude
Topic:Dude rc19 Opens many windows
Replies:2
Views:1702

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...
byAiroSam
Thu Oct 29, 2015 11:30 pm
Forum:Beginner Basics
Topic:Needing help on clearing DHCP Leases after Reboot
Replies:7
Views:5516

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...
byAiroSam
Fri Mar 06, 2015 7:42 pm
Forum:General
Topic:Unable to access Webfig after upgrade to 5.26
Replies:2
Views:1229

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 ...
byAiroSam
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:2297

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