Community discussions

MikroTik App

Search found 13 matches

by dvdhngs
Sun Mar 16, 2025 2:13 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 558
Views: 177211

Re: v7.18.2 [stable] is released!

Hello everybody! sorry if it's wrong place, but i have a little bug on newer version on web/dude, when the map is big horizontaly, the page is cutted, and the bottom scrollbar dont show, so cannot see itens on right side, i make some tests and found out that putting "overflow: auto" on <di...
by dvdhngs
Mon Jun 24, 2024 4:55 pm
Forum: The Dude
Topic: help: (7.15+) ros_command function and Logs entries [SOLVED]
Replies: 7
Views: 17057

Re: help: (7.15+) ros_command function and Logs entries [SOLVED]

Great! very thanks!
Unhappily i really need monitor more items, so i'm going to use SNMP.
Well... one more thing learned! again... very thanks!
by dvdhngs
Mon Jun 24, 2024 4:30 pm
Forum: The Dude
Topic: help: (7.15+) ros_command function and Logs entries [SOLVED]
Replies: 7
Views: 17057

Re: help: (7.15+) ros_command function and Logs entries [SOLVED]

I don't remember where I read, but SNMP uses more resources (CPU, MEMORY, etc. ) than ros_command.
Sorry if I'm wrong.
by dvdhngs
Mon Jun 24, 2024 3:30 pm
Forum: The Dude
Topic: help: (7.15+) ros_command function and Logs entries [SOLVED]
Replies: 7
Views: 17057

Re: help: (7.15+) ros_command function and Logs entries [SOLVED]

very thanks! final result: concatenate( if(ros_command(":do { :put [/system health get [find name=board-temperature1] value] } on-error={:put \"0\"}")>0, concatenate("RB Temp: ",round(ros_command(":do { :put [/system health get [find name=board-temperature1] value]...
by dvdhngs
Sun Jun 23, 2024 8:21 pm
Forum: The Dude
Topic: help: (7.15+) ros_command function and Logs entries [SOLVED]
Replies: 7
Views: 17057

help: (7.15+) ros_command function and Logs entries [SOLVED]

hello everybody! well... v7.15 have this changelog: *) console - added log for script execution failures; and I have this function on dude, that keep showing logs errors on rb that havent the temperature data. if(ros_command(":put [/system health get temperature]")>0,"have","...
by dvdhngs
Sun Jun 23, 2024 7:24 pm
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 649
Views: 297062

Re: v7.15.1 [stable] is released!

hello everybody! sorry if this isnt the right place for this, but... if(ros_command(":put [/system health get temperature]")>0,"have","havent") I have this function on dude, that keep showing logs errors on rb that havent the temperature data. The question is: There is ...
by dvdhngs
Mon Jun 03, 2024 2:12 am
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 649
Views: 297062

Re: v7.15 [stable] is released!

hello! well...
crs326, WITHOUT script... and:
executing script from winbox failed, please check it manually
by dvdhngs
Tue Feb 28, 2023 2:57 am
Forum: Beginner Basics
Topic: hardware offload on CRS326
Replies: 8
Views: 2865

Re: hardware offload on CRS326

You need to enable l3hw on each port AND the switch itself. l3hw is "routing offload" available on select devices (CRS3xx, CRS5xx, some CCR2xxx and perhaps some more) and is definitely not configurable via switch submenu - the functionality is far too complex to be handled by a few static...
by dvdhngs
Mon Feb 27, 2023 10:23 pm
Forum: RouterOS beta
Topic: L3HW not working properly
Replies: 19
Views: 15713

Re: L3HW not working properly

Hi... old topic, but its almost my case, the difference its i'm on 7.8 stable... CRS326-24G-2S+ did you solved your problem? i'm with 10 vlans (interface/vlan) 600 devices on /in/bridge/host print count-only (+/- 20 nvr and 400 ip cameras) and everything using cpu (800mbps on bridge and 98% cpu) any...
by dvdhngs
Sun Feb 26, 2023 12:04 pm
Forum: General
Topic: how does L3HW actually works?
Replies: 128
Views: 41838

Re: how does L3HW actually works?

for bonding ensure that you have H flag in the bridge if you add a bonding port otherwise bonding will be processed by CPU interface/bridge/port/print Flags: X, I - INACTIVE; H - HW-OFFLOAD Columns: INTERFACE, BRIDGE, HW, PVID, PRIORITY, PATH-COST # INTERFACE BRIDGE HW P PRIO PA 0 H bonding1 Bridge...
by dvdhngs
Sun Feb 26, 2023 11:47 am
Forum: General
Topic: how does L3HW actually works?
Replies: 128
Views: 41838

Re: how does L3HW actually works?

you are asking too much for this switch honestly, just make it layer2 switch and put a router in front, just my 0.2$
oh... sorry then... i'll do that...
by dvdhngs
Sun Feb 26, 2023 11:02 am
Forum: General
Topic: how does L3HW actually works?
Replies: 128
Views: 41838

Re: how does L3HW actually works?

Hello everybody! I hope that I can post my throuble here, if not, sorry... I'm a little bit confused with l3hw, i think the first thing that i need to know if it's possible: Where I work there was just a ccr1016, routing 400 ip cam and nating pppoe, my boss bought a crs326, to all cams route via l3...
by dvdhngs
Sun Feb 19, 2023 2:28 pm
Forum: General
Topic: how does L3HW actually works?
Replies: 128
Views: 41838

Re: how does L3HW actually works?

Hello everybody! I hope that I can post my throuble here, if not, sorry... I'm a little bit confused with l3hw, i think the first thing that i need to know if it's possible: Where I work there was just a ccr1016, routing 400 ip cam and nating pppoe, my boss bought a crs326, to all cams route via l3h...