Community discussions

MikroTik App

Search found 99 matches

by tomasi
Mon Mar 25, 2024 5:31 pm
Forum: The Dude
Topic: Export device list from SSH
Replies: 0
Views: 278

Export device list from SSH

Hi, Is it possible to export a device list from SSH including the hostname and its IP address? I'm planning to use netmiko to extract a list of device from certain type + status and use the filtered list to apply commands via python on that specific list. example: /dude device export-list where devi...
by tomasi
Sat Mar 02, 2024 4:20 pm
Forum: General
Topic: Backup incomplete Netmiko on RouterOS 6.49
Replies: 0
Views: 277

Backup incomplete Netmiko on RouterOS 6.49

Hi, I have a netmiko script that collects the configuration of a lot of Mikrotik devices via SSH (more than 300 devices) It runs 'export' command and saves the output to a file for each device I noticed the 'export' command is being interrupted on 6.49 version (6.47 and 6.48 are ok) Attachments show...
by tomasi
Fri Jan 14, 2022 4:18 pm
Forum: The Dude
Topic: Feature Request: Dude Tools based on User Privilege
Replies: 2
Views: 5916

Feature Request: Dude Tools based on User Privilege

Hi, Is it possible to create Dude Tools based on User Privilege? Example: Full Group = has access to all Dude Tools Write Group = has access to all Dude Tools that have their group associated Read Group = has access to all Dude Tools that have their group associated That would be useful to give, for...
by tomasi
Thu Sep 30, 2021 4:56 pm
Forum: Beginner Basics
Topic: How to dst-nat to a host without gateway?
Replies: 2
Views: 1183

Re: How to dst-nat to a host without gateway?

Thank you! I checked the link you provided and it worked: /ip firewall nat add action=dst-nat chain=dstnat comment=".3 access" dst-address=200.N.N.1 dst-port=7000 \ protocol=tcp to-addresses=192.168.1.3 to-ports=8080 add action=src-nat chain=srcnat comment=".3 access" dst-address...
by tomasi
Mon Sep 27, 2021 6:13 pm
Forum: Beginner Basics
Topic: How to dst-nat to a host without gateway?
Replies: 2
Views: 1183

How to dst-nat to a host without gateway?

Hi, Is it possible to configure dst-nat rule to access a remote device that doesn't have a gateway configured? The image has details about the intended scenario: image_2021-09-27_111104.png I would like to access 192.168.1.3 device (that is behind NAT of 192.168.1.1), but it doesn't have a gateway (...
by tomasi
Wed Jun 16, 2021 11:29 pm
Forum: Forwarding Protocols
Topic: How does "Set BGP Prepend Path" work?
Replies: 2
Views: 3890

Re: How does "Set BGP Prepend Path" work?

This way I'll need to install another RB just to generate the IPv4 prefix in AS 300
image_2021-06-16_162838.png
by tomasi
Wed Jun 16, 2021 7:45 pm
Forum: Forwarding Protocols
Topic: How does "Set BGP Prepend Path" work?
Replies: 2
Views: 3890

How does "Set BGP Prepend Path" work?

Hi, I'm trying to change AS-path inside our AS for an specific IPv4 BGP annoucement: 138.N.N.0/24 image_2021-06-16_123611.png PE 7 send route to PE 10 with option Set BGP Prepend Path configured to add AS 300 before our main AS (AS 700 configured in Instance and iBGP peers) 2021-06-16 12_32_19.png T...
by tomasi
Fri Jun 11, 2021 8:22 pm
Forum: Forwarding Protocols
Topic: Default Route from BGP to OSPF
Replies: 22
Views: 15700

Re: Default Route from BGP to OSPF

Hi,

Today I noticed this bug is still not fixed in version 6.45.9

Even though Redistribute Default Route = if installed (as type 1) was configured, BGP default route was not redistributed to adjacent routers (OSPF).

I needed to create a static Default Route to make it work.
by tomasi
Wed Jun 09, 2021 4:23 pm
Forum: General
Topic: Firewall Rule - Monitor Customer PPS
Replies: 0
Views: 732

Firewall Rule - Monitor Customer PPS

Hi, I searched about this subject matter in the forum but didn't find an answer. I need to create a firewall rule to monitor PPS traffic from/to customers If a customer exceeds some number of PPS (maybe 50.000 pps), add the /32 IP address to an address-list for some time This way I can block it for ...
by tomasi
Mon Mar 01, 2021 8:52 pm
Forum: The Dude
Topic: How to send Dude's logs to remote server
Replies: 0
Views: 4797

How to send Dude's logs to remote server

Hi, I would like to send those logs generated by Dude (device up | device down) to a remote log server (Graylog Server) I already have RouterOS logs being sent to remote log server. How do I can send Dude's logs to RouterOS hosting the Dude Server? This way RouterOS will forward logs received from D...
by tomasi
Sat Feb 27, 2021 10:40 pm
Forum: The Dude
Topic: Dude Telegram Notification By Device Type
Replies: 2
Views: 5004

Re: Dude Telegram Notification By Device Type

That's the idea: Dedicate one or more Telegram Bot to send notifications related only to High Priority Devices (as you said, Windows and Linux Servers as an example) My issue is that I didn't find way to assign a custom notification (Telegram Bot) to a group instead of device by device I would like ...
by tomasi
Thu Feb 25, 2021 9:17 pm
Forum: The Dude
Topic: Dude Telegram Notification By Device Type
Replies: 2
Views: 5004

Dude Telegram Notification By Device Type

Hi, Is it possible to generate notifications by Device Type? Example: enable Telegram notification only in Windows Computers group or DNS Servers group? I searched in the wiki, in the forum and inside Dude options but didn't find how to accomplish that. Telegram integration is working perfectly, but...
by tomasi
Mon Feb 15, 2021 8:07 pm
Forum: General
Topic: deny winbox access to hotspot users
Replies: 2
Views: 965

Re: deny winbox access to hotspot users

Thanks for all those hints But I'm looking for something at RADIUS level to control this The radius debug from RouterOS shows me it uses these attributes to check a hostpot user authorization against RADIUS: sending Access-Request with id 173 to 172.16.40.40:1812 Signature = 0xbb737bf6ac8c0fbb0da6b9...
by tomasi
Sat Feb 13, 2021 1:39 am
Forum: General
Topic: deny winbox access to hotspot users
Replies: 2
Views: 965

deny winbox access to hotspot users

Hi, I've created a freeRADIUS + MySQL + daloRADIUS server and it's working great for login and hotspot services. My problem is: hotspot users can access winbox with read permissions Which attributes can I use to control/restrict hotspot users to login only in hotspot service? Which attributes can I ...
by tomasi
Tue Feb 02, 2021 3:04 pm
Forum: Forwarding Protocols
Topic: MPLS incorrect forwarding table
Replies: 23
Views: 9750

Re: MPLS incorrect forwarding table

Thank you!

I'll try this method to keep FIB table and LFIB table sync'ed
by tomasi
Mon Feb 01, 2021 5:41 pm
Forum: General
Topic: [Request] Winbox Default Port
Replies: 8
Views: 2250

Re: [Request] Winbox Default Port

If you don't insist on it being an official feature, you can "fix" your WinBox executable. Fire up your favourite hex editor, search for bytes 63200000 and replace them with c9150000. In current version (3.27) it's there only once in both 32 and 64 bit variants, so you can't go wrong. Gre...
by tomasi
Mon Feb 01, 2021 3:22 pm
Forum: Forwarding Protocols
Topic: MPLS incorrect forwarding table
Replies: 23
Views: 9750

Re: MPLS incorrect forwarding table

We have not had this problem in 3 years since: Matching LDP times to OSPF Replacing MikroTik route reflectors with VyOS (FRR) VyOS uses FRR and can now also do MPLS, it reflects defaults and I submitted patches to get route filter feature parity in VyOS (set distance, set preferred source, match on...
by tomasi
Thu Jan 21, 2021 10:26 pm
Forum: General
Topic: [Request] Winbox Default Port
Replies: 8
Views: 2250

Re: [Request] Winbox Default Port

That's the point If you type 10.0.0.1, winbox will try to connect to default 8291 port, you don't need to type 10.0.0.1:8291 If you change default port on every Mikrotik in your network, you need to type IP address + new port every time 10.0.0.1:5577 The idea was to set in winbox the default port it...
by tomasi
Tue Jan 19, 2021 10:54 pm
Forum: General
Topic: [Request] Winbox Default Port
Replies: 8
Views: 2250

[Request] Winbox Default Port

Hi, Is it possible to add to winbox a way to define the default port to connect to? Example: As a security option, I chose to change all my Mikrotik devices to listen to winbox/dude on port 5577 Every time I need to connect to them, I need to write the IP address plus :5577 port on Connect To field ...
by tomasi
Tue Jan 19, 2021 9:40 pm
Forum: General
Topic: How to send multiples routes to L2TP client
Replies: 3
Views: 3622

Re: How to send multiples routes to L2TP client

I tried several formats of route field, but none worked The way I found was the old (but gold) bat script: echo # show interfaces index, L2TP is index 54 netsh interface ipv4 show interfaces # delete old static routes route delete 10.0.0.0 mask 255.0.0.0 route delete 172.16.0.0 mask 255.240.0.0 # ad...
by tomasi
Sat Jan 16, 2021 3:23 pm
Forum: General
Topic: How to send multiples routes to L2TP client
Replies: 3
Views: 3622

How to send multiples routes to L2TP client

Hi, I'm trying to send multiples routes (10.0.0.0/8 network and 172.16.0.0/12 network) to my L2TP client (Windows 7), but I'm only getting the 10.0.0.0/8 network being installed in Windows routing table > ppp secret print detail Flags: X - disabled 0 name="tomasi" service=l2tp caller-id=&q...
by tomasi
Sat May 30, 2020 9:10 pm
Forum: The Dude
Topic: Dude v6/v7 - Feature request list
Replies: 109
Views: 157563

Re: Dude v6 - Feature request list

Please add capability to clear old data or set maximum age of log/outage information

Example: when I need to see outages of a host, it get slow to search all outages
by tomasi
Thu Mar 05, 2020 4:46 pm
Forum: General
Topic: ipv6 6PE ?
Replies: 8
Views: 3540

Re: ipv6 6PE ?

Hi,

Any news about 6PE implementation on Mikrotik?

Is this resource present in roadmap?

It seems RouterOS is recognizing IPv4-mapped, but still doesn't resolve it as next-hop:
HbQ1wv.png
by tomasi
Tue Nov 26, 2019 3:19 pm
Forum: Wireless Networking
Topic: Bridge port received packet with own address as source, probably loop
Replies: 54
Views: 135412

Re: Bridge port received packet with own address as source, probably loop

It seems disabling neighbor discovery solves the false positive alerts (that were generated exactly every 1 min):

[adm@SW2-DIS-01] > ip neighbor discovery-settings print 
  discover-interface-list: none
[adm@SW2-DIS-01] > 
by tomasi
Tue Nov 12, 2019 12:36 am
Forum: Forwarding Protocols
Topic: Suddenly OSPF went down...
Replies: 0
Views: 2313

Suddenly OSPF went down...

Hi, I have the following scenario: [RB2011] === [RB911] - - - - - - - - [RB911] === [RB850] RB911 are in bridge + station-bridge mode (MTU = 1600) and a OSPF adjacency configured between RB2011 and RB850 (a /30 IPv4 prefix). - - - The OSPF adjacency was working perfectly till this evening in point-t...
by tomasi
Sat Oct 26, 2019 6:22 pm
Forum: Forwarding Protocols
Topic: MPLS bug?
Replies: 5
Views: 4326

Re: MPLS bug?

Hi, This week we had another failure similar to this: When there is a fault in L2 path, RB converges OSPF correctly to the new best path. But MPLS still tries the earlier interface, causing traffic loops. The solution: disable MPLS LDP and re-enable it When fault is corrected in L2 path, RB again co...
by tomasi
Sat Oct 26, 2019 6:17 pm
Forum: General
Topic: PPPoE Server - Customers = 0.0.0.0
Replies: 2
Views: 1350

Re: PPPoE Server - Customers = 0.0.0.0

Thank you, Anumrak

:)
by tomasi
Wed Oct 23, 2019 4:18 pm
Forum: General
Topic: PPPoE Server - Customers = 0.0.0.0
Replies: 2
Views: 1350

PPPoE Server - Customers = 0.0.0.0

Hi, We have a BNG cluster in our datacenter like this: https://i.imgsafe.org/05/05227650ee.png I noticed some BNG are accepting customers authentication and leasing 0.0.0.0 IP address, while other BNG has available IP address to lease. Is there a way to BNG deny PPPoE authentication when pool is emp...
by tomasi
Fri Sep 27, 2019 5:33 pm
Forum: General
Topic: Radius timeout - Ver 6.44
Replies: 11
Views: 7891

Re: Radius timeout - Ver 6.44

Same issue here: PPPoE servers work for some days and, suddenly, they stop to authenticate PPPoE users, giving radius timeout error user customerabc authentication failed - radius timeout After reboot RB, PPPoE clients authenticate again I saw this issue on CCR (tile) and RB450 (mipsbe) models. I'll...
by tomasi
Mon Sep 23, 2019 4:37 pm
Forum: Forwarding Protocols
Topic: MPLS bug?
Replies: 5
Views: 4326

Re: MPLS bug?

Sometimes, OSPF converges to correct gateway, MPLS LDP stucks on wrong gateway (do not follow OSPF convergence):

Image
by tomasi
Tue Jul 23, 2019 12:28 am
Forum: Forwarding Protocols
Topic: MPLS bug?
Replies: 5
Views: 4326

MPLS bug?

Hi, I'm trying to figure out what is happening in the following scenario: The router has OSPF route to PE 10.0.0.189 loopback via correct gateway The router has MPLS labels to PE 10.0.0.189 loopback via correct gateway But... traceroute doesn't find the gateway to send the packet labeled. https://i....
by tomasi
Sat Jun 08, 2019 7:34 pm
Forum: The Dude
Topic: Dude - Snap to Grid
Replies: 0
Views: 2710

Dude - Snap to Grid

Hi,

Is there a chance to add to Dude a way to snap items to a grid?

It would be useful to organize maps and keep the layout better.

:D
by tomasi
Mon Dec 10, 2018 4:32 pm
Forum: General
Topic: Winbox Shortcuts Keys
Replies: 6
Views: 5877

Winbox Shortcuts Keys

Hi,

I know it was dangerous a key to disable interfaces. But is there a chance to add to winbox a shortcut do edit comments, like F2 key?

It would be very convenient to have some keyboard shortcuts to these non critical operations.

:D
by tomasi
Mon Dec 10, 2018 2:27 pm
Forum: RouterBOARD hardware
Topic: Transceiver S-35LC20D/S-53LC20D - Modulation 10M
Replies: 1
Views: 926

Transceiver S-35LC20D/S-53LC20D - Modulation 10M

Hi, I would like help to solve a problem using the transceiver pair S-35LC20D | S-53LC20D. Optical signals are excellent, but RB2011 insists to use 10Mbps modulation: https://i.imgsafe.org/e5/e5b4f8bed4.png https://i.imgsafe.org/e5/e5b6c4d085.png Is there a hint/suggestion to solve this problem? Tha...
by tomasi
Tue Oct 30, 2018 3:10 pm
Forum: RouterBOARD hardware
Topic: Bad Blocks?
Replies: 23
Views: 14046

Re: Bad Blocks?

Yesterday we replaced a Basebox 5 (RB912UAG-5HPnD-OUT) that wasn't booting RouterOS. Today, I've applied Netinstall on it, and RouterOS booted again (6.40.8 version), but showing bad-blocks: 1.5% . [admin@MikroTik] > sys resou pr uptime: 8m4s version: 6.40.8 (bugfix) build-time: Apr/23/2018 11:34:28...
by tomasi
Mon Oct 22, 2018 1:12 am
Forum: Wireless Networking
Topic: Not able to use 10MHz at 911G-5HPacD
Replies: 1
Views: 1006

Not able to use 10MHz at 911G-5HPacD

Hi, Today we needed to recover a POP that was using RB912. We have replaced the damaged RB912 with a 911G-5HPacD The .rsc didn't work. The RB didn't accept a 10MHz bandwidth configuration :? Is this a hardware limitation? a bug of wireless package? Frequency box only shows "auto" in the dr...
by tomasi
Tue Oct 16, 2018 5:46 am
Forum: General
Topic: FastNetMon Integration with MikroTik (DDoS detection software)
Replies: 43
Views: 32100

Re: FastNetMon Integration with MikroTik (DDoS detection software)

:? It doesn't allow smaller limits

Active Flow Timeout must be greater than 00:00:59

Image
by tomasi
Mon Oct 15, 2018 3:41 am
Forum: General
Topic: FastNetMon Integration with MikroTik (DDoS detection software)
Replies: 43
Views: 32100

Re: FastNetMon Integration with MikroTik (DDoS detection software)

Maybe it was corrected in the new versions (that of image is 6.40.8 ).

RouterOS just accepted, no complained about the 00:00:01 value :?

Image
by tomasi
Thu Oct 11, 2018 11:59 pm
Forum: Forwarding Protocols
Topic: MPLS FIB differente from OSPF FIB
Replies: 2
Views: 1662

MPLS FIB differente from OSPF FIB

Hi, I noticed a host inside network 172.16.16.0/24 (172.16.16.254) wasn't replying to Dude Server. After do a traceroute from Dude Server to 172.16.16.254, a loop was detected: tool traceroute address=172.16.16.254 # ADDRESS LOSS SENT LAST AVG BEST WORST STD-DEV STATUS 1 179.125.47.225 0% 1 1.3ms 1....
by tomasi
Mon Oct 08, 2018 6:26 pm
Forum: General
Topic: FastNetMon Integration with MikroTik (DDoS detection software)
Replies: 43
Views: 32100

Re: FastNetMon Integration with MikroTik (DDoS detection software)

:D

Excellent, Inactive Flow Timeout = 00:00:01 showed smoother graphs:

Image

Thanks!
by tomasi
Sat Oct 06, 2018 6:15 pm
Forum: General
Topic: FastNetMon Integration with MikroTik (DDoS detection software)
Replies: 43
Views: 32100

Re: FastNetMon Integration with MikroTik (DDoS detection software)

Hi, Which is the best current configuration to the Mikrotik integration with FastNetMon? I'm using those: * Cache entries = 128k * Active Flow Timeout = 00:01:00 * Inactive Flow Timeout = 00:01:00 Netflow version = 9 Template refresh = 30 Template timeout = 30 FastNetMon is receiving data correctly,...
by tomasi
Thu Aug 30, 2018 5:22 pm
Forum: General
Topic: Queue Not Limiting Download
Replies: 10
Views: 5172

Re: Queue Not Limiting Download

Same bug here:

Queue over ether3 only controls upload:

Image
by tomasi
Fri Nov 17, 2017 9:31 pm
Forum: The Dude
Topic: Dude - Web Client
Replies: 2
Views: 2414

Re: Dude - Web Client

Yes, that is the idea

The SmartTV doesn't allow to run the dude client (.exe).

This way we'll able to view the main map in a web browser to monitor the network while do other tasks.

:)
by tomasi
Thu Nov 16, 2017 7:18 pm
Forum: The Dude
Topic: Dude - Web Client
Replies: 2
Views: 2414

Dude - Web Client

Hi, Is there an option to view network maps on a web browser? We bought some TVs to view some dashboards (Zabbix / PRTG / Management Software / etc.). They only work with web browsers, do not allow to download app (like remote desktop feature). The only way we found to view dude on one of these TVs ...
by tomasi
Wed Oct 18, 2017 2:53 pm
Forum: The Dude
Topic: Graph doesn't show traffic above ~500 Mbps
Replies: 1
Views: 1110

Graph doesn't show traffic above ~500 Mbps

Hi, I noticed my Dude instance doesn't show traffic above ~500 Mbps. (it should be ~950 Mbps at those valleys) It's very strange, because Zabbix also collects information of that router in the same manner (SNMP v1) and doesn't show this gaps. Is there a fine tune in Dude to fix this issue? https://i...
by tomasi
Mon Oct 16, 2017 9:57 pm
Forum: General
Topic: Make RB2011 as VLAN Trunk
Replies: 4
Views: 2556

Re: Make RB2011 as VLAN Trunk

Right, I found the answer in this wiki: https://wiki.mikrotik.com/wiki/Vlans_on_Mikrotik_environment Where he says: Interfaces eth3,eth4 are trunk ports and and only need to forward tagged packets. We do not need to do any tag add/remove so there is no need to add vlans. https://i.imgsafe.org/50/501...
by tomasi
Fri Oct 13, 2017 3:32 am
Forum: General
Topic: Make RB2011 as VLAN Trunk
Replies: 4
Views: 2556

Re: Make RB2011 as VLAN Trunk

Right, but in this scenario RB2011 will not tag or untag VLAN. The aim is to configure RB2011 only to transport tagged VLAN from PPPoE Server > AP and vice-versa without modifying them. It seems the only way is to create a bridge and add all ports to it (or use a VLAN capable switch with all ports i...
by tomasi
Thu Oct 12, 2017 1:09 am
Forum: General
Topic: Make RB2011 as VLAN Trunk
Replies: 4
Views: 2556

Make RB2011 as VLAN Trunk

Hi, I've searched in the forum about this topic, but didn't find a solution. Is it possible to make all RB2011 ports as VLAN trunk? The idea is to transport any VLAN (already tagged) from AP to PPPoE Server, keeping redundancy of link between all RB2011 in the tower. This way we can set each AP to a...
by tomasi
Fri Sep 29, 2017 10:01 pm
Forum: Wireless Networking
Topic: Script to auto remove low modulation clients
Replies: 0
Views: 787

Script to auto remove low modulation clients

Hi,

Is there a script to automate the client association to the wlan, removing those who have low modulation at each n seconds?

:)
by tomasi
Wed Sep 27, 2017 11:52 pm
Forum: Forwarding Protocols
Topic: Bridging VLAN to VPLS
Replies: 1
Views: 1676

Bridging VLAN to VPLS

Hi, I have some questions about bridging and I would like help to find the answers: I've made a diagram to give details about the scenario: https://i.imgsafe.org/c0/c0e0302974.png My questions are: 1 - Do the bridge will untag the frame ingressing before forward it to the VPLS tunnel? 2 - Do I need ...
by tomasi
Tue Sep 12, 2017 8:36 pm
Forum: The Dude
Topic: Alerts based on throughput threshold
Replies: 10
Views: 9484

Re: Alerts based on throughput threshold

Thank you! This tool helps a lot :) The only problem I see is: the tool doesn't have a delay parameter to avoid congestion of alerts. I've tried to generate a warning log every time interface traffic crosses thresholds (above 960M or below 1M). The logs were generated correctly, but my Slack channel...
by tomasi
Mon Sep 11, 2017 5:03 pm
Forum: The Dude
Topic: Proxy / Remote Collector for Dude
Replies: 3
Views: 1613

Re: Proxy / Remote Collector for Dude

Thank you!

The idea is like this diagram:

Image

This way, even if the clouds suffer instability, dude server will not send false positive alerts.

:)
by tomasi
Mon Sep 11, 2017 5:09 am
Forum: The Dude
Topic: Alerts based on throughput threshold
Replies: 10
Views: 9484

Alerts based on throughput threshold

Hi,

Is it possible to generate alerts based on throughput thresholds?

e.g.: my upstream providers give us 1 Gbps each one.
I want to receive alerts when traffic is too high or low.

:D
by tomasi
Mon Sep 11, 2017 5:06 am
Forum: The Dude
Topic: Proxy / Remote Collector for Dude
Replies: 3
Views: 1613

Proxy / Remote Collector for Dude

Hi,

Is there a way to install a remote collector or proxy to get the data from far devices.

We get a lot of false positive in our infrastructure. This way it could facilitate and turn more reliable the monitoring process.

:D
by tomasi
Thu Sep 07, 2017 6:28 pm
Forum: The Dude
Topic: TheDude notification SLACK.com
Replies: 15
Views: 14355

Re: TheDude notification SLACK.com

Excellent! To make it better: # When up to down | unstable to down /tool fetch mode=https url="https://hooks.slack.com/services/TEEEEEEEE/BEEEEEEEE/EEEEEEEEEEEEEEEEEEEEEEEE" http-method=post http-data="payload={\"attachments\": [ { \"title\": \"Dude Notificati...
by tomasi
Wed May 31, 2017 5:43 pm
Forum: The Dude
Topic: Feature Request - Password Profile to Assign to Items
Replies: 16
Views: 10956

Re: Feature Request - Password Profile to Assign to Items

Jarda, you're right The tool to change all passwords is ready: I have a .bat script that calls PLINK.exe and PSCP.exe, log in all routers and apply the command to change password. The problem is: after change all full access password in all routers, I need to change the login credentials of each ite...
by tomasi
Tue May 30, 2017 11:18 pm
Forum: The Dude
Topic: Adding Winbox Tool
Replies: 26
Views: 27781

Re: Adding Winbox Tool

I'm using the absolute path here:
C:\Tools\winbox.exe "[Device.FirstAddress]" "[Device.UserName]" "[Device.Password]"
it's working perfectly. :)
by tomasi
Tue May 30, 2017 11:14 pm
Forum: The Dude
Topic: Feature Request - Password Profile to Assign to Items
Replies: 16
Views: 10956

Feature Request - Password Profile to Assign to Items

Hi, Is it possible to add a feature to manage a password profile? Then we could assign this profile, instead of set an individual password to each item. Yesterday, I changed our full access password in all routers of our network via script. Today, I'm facing difficult to access the items via right c...
by tomasi
Fri May 19, 2017 1:46 am
Forum: The Dude
Topic: Item go up, but map still shows it down
Replies: 1
Views: 979

Item go up, but map still shows it down

Hi,

I've updated our servers from 6.38.5 to 6.39.1

Now I'm noticing a strange behaviour:

Some items go down, when they came up the map stills shows them down.

Example of one item:

Image
by tomasi
Thu May 11, 2017 12:41 am
Forum: Forwarding Protocols
Topic: MPLS freezes Winbox Access
Replies: 7
Views: 2346

Re: MPLS freezes Winbox Access

It seems that is working now. I added R5, R6 and R7 again. I've changed all seven routers of lab to MPLS MTU = 1522. Now winbox is loading, before creating TE tunnels. And traffic is going through the TE tunnels, after create them in R1 and R4. I don't know why it didn't work with 1508 bytes of MPLS...
by tomasi
Wed May 03, 2017 4:13 pm
Forum: General
Topic: Wireless Modulation OID for Zabbix
Replies: 2
Views: 1379

Re: Wireless Modulation OID for Zabbix

Thank you,

Now it's working:

Image
by tomasi
Wed Apr 26, 2017 5:00 pm
Forum: General
Topic: Wireless Modulation OID for Zabbix
Replies: 2
Views: 1379

Wireless Modulation OID for Zabbix

Hi,

I'm not getting a value to wireless modulation in version 6.38.5 (BaseBox 5). The value for the tx-rate and rx-rate OID are 0, even the radio is operational at MCS 11 (120mbps/120mbps).

Image

Suggestions?

:?
by tomasi
Tue Apr 25, 2017 9:16 pm
Forum: The Dude
Topic: Dude Telegram notification example
Replies: 64
Views: 148200

Re: Dude Telegram notification example

The issue was fixed, adding a minus sign before the chat ID: before: https://api.telegram.org/bot123456789:AAQFb1byb3LEwMes_TQeCM1k5wsFb_VguhG/sendMessage\?chat_id=123456789&text=Hello after: https://api.telegram.org/bot123456789:AAQFb1byb3LEwMes_TQeCM1k5wsFb_VguhG/sendMessage\?chat_id=-12345678...
by tomasi
Thu Apr 20, 2017 9:16 pm
Forum: Forwarding Protocols
Topic: MPLS freezes Winbox Access
Replies: 7
Views: 2346

Re: MPLS freezes Winbox Access

I've changed all routers to RB2011. I've tried MPLS MTU = 1598 in all routers I've removed R5, R6 and R7 from scenario, but the issue still persists: R3 and R4 show blank boxes inside winbox. Is this a normal behavior from a PC connected in a interface that doesn't speak MPLS? Which is the correct w...
by tomasi
Tue Apr 04, 2017 9:19 pm
Forum: General
Topic: Some Hotpspot Problem, help please
Replies: 2
Views: 1050

Re: Some Hotpspot Problem, help please

I suggest you try the "IP Bindings" menu.

There you can bypass some IP from the hotspot to avoid blocking communication.
by tomasi
Tue Apr 04, 2017 6:09 pm
Forum: Forwarding Protocols
Topic: MPLS freezes Winbox Access
Replies: 7
Views: 2346

Re: MPLS freezes Winbox Access

Updating: I've done the following steps in all the RB493AH: * updated to 6.38.5; * resetted to default, with no-default=yes; * reconfigured OSPF with loopbacks; * enabled MPLS (LDP-settings = enabled | interfaces ether2 and ether3 added to LDP interfaces). But... still same issue: R1, R2 and R5 are ...
by tomasi
Tue Apr 04, 2017 3:32 pm
Forum: Forwarding Protocols
Topic: MPLS freezes Winbox Access
Replies: 7
Views: 2346

Re: MPLS freezes Winbox Access

At the moment, I only have OSPF and MPLS enabled. From the notebook, winbox have full access to R1, R2 and R5. Routers R3, R4, R6 and R7 reply ping perfectly, but show blank boxes inside Winbox. Which MPLS MTU do you suggest to use? I'll try to upgrade to 6.38.5, like Thierry said, to try solve this...
by tomasi
Tue Apr 04, 2017 12:23 am
Forum: Forwarding Protocols
Topic: MPLS freezes Winbox Access
Replies: 7
Views: 2346

MPLS freezes Winbox Access

Hi, I'm trying to deploy MPLS in a lab to study VPLS and TE Tunnels. This is my scenario (R1 to R7 are RB493AH): https://i.imgsafe.org/2bcd81441b.png My notebook is connected to R1, and the server to R4. All routers are in 6.37.5 version. Also, all of them have loopback configured (10.0.0.1 to 10.0....
by tomasi
Wed Mar 01, 2017 10:23 pm
Forum: The Dude
Topic: Dude Telegram notification example
Replies: 64
Views: 148200

Re: Dude Telegram notification example

Hi, I've tested the hyperlink, that it's inside the fetch command: https://api.telegram.org/bot123456789:AAQFb1byb3LEwMes_TQeCM1k5wsFb_VguhG/sendMessage\?chat_id=123456789&text=Hello But It doesn't even send the Hello message to the group the bot is participating. The webpage says: "{"...
by tomasi
Sat Feb 25, 2017 5:52 pm
Forum: The Dude
Topic: Feature Request - Allow Submap to Customer
Replies: 0
Views: 780

Feature Request - Allow Submap to Customer

Hi, Is it possible to add a feature to allow customers access only their respective submap? It would be usefull to allow them monitor the backbone they are attached to, but that is unavailable outside the WISP AS (OSPF running private IP). This way, we could offer them access to only a submap that h...
by tomasi
Tue Jan 24, 2017 9:30 pm
Forum: The Dude
Topic: How to give winbox read access to Read Users?
Replies: 2
Views: 2359

How to give winbox read access to Read Users?

Hi, How do we do to give read-only access to Tools > Winbox (when right click any device) to dude read users? The aim is to give full winbox access to full dude users and read-only winbox access to dude read users in the same item. :lol: https://i.imgsafe.org/7a9a796f21.png Even the users have read ...
by tomasi
Mon Jan 23, 2017 6:54 pm
Forum: The Dude
Topic: Add mib file failed
Replies: 5
Views: 2593

Re: Add mib file failed

I suggest you try to move it through FTP (Filezilla or WinSCP) :D

Otherwise, we'll have to learn how to change permissions in those folders via terminal. :?
by tomasi
Sat Jan 21, 2017 5:18 pm
Forum: The Dude
Topic: Dude don't generate PDF from history graph
Replies: 2
Views: 1416

Dude don't generate PDF from history graph

Hi,

This morning I've tried to generate a PDF from the history of a Groove link (Export > pdf).

Image

But, when the PDF was generated, it only showed a blank square :(

Image

Any hints about this issue?

Thanks!
by tomasi
Fri Jan 13, 2017 9:03 pm
Forum: The Dude
Topic: Dude don't show new submaps
Replies: 4
Views: 1841

Re: Dude don't show new submaps

I suggest an option in the parent map to show (or not) the status about the child maps.
:)
by tomasi
Thu Jan 12, 2017 10:12 pm
Forum: The Dude
Topic: Dude don't show new submaps
Replies: 4
Views: 1841

Dude don't show new submaps

Hi, I've tried to create a new submap today (in version 6.38). The submap is created, it's listed in Networks Maps , but... it doesn't appear in the map I've created it. After enter it through Network Maps list, I noticed the new submap doesn't have that button to return to main map Any suggestion a...
by tomasi
Thu Jan 12, 2017 3:18 pm
Forum: The Dude
Topic: Adding Winbox Tool
Replies: 26
Views: 27781

Re: Adding Winbox Tool

Thank you, PaulsMT I was doing it wrong: creating the Winbox item via Dude > Tools menu inside winbox of x86 server. Now I found the Tools menu in the Dude Windows Client. I followed your instruction and it worked perfectly. Now it keeps the parameters: Type: execute Name: winbox Command: C:\Tools\w...
by tomasi
Thu Jan 12, 2017 2:46 pm
Forum: The Dude
Topic: How to give access to Read Users?
Replies: 2
Views: 1386

Re: How to give access to Read Users?

Excellent!

It worked.

Thank you
by tomasi
Thu Jan 12, 2017 2:19 pm
Forum: The Dude
Topic: Adding Winbox Tool
Replies: 26
Views: 27781

Re: Adding Winbox Tool

Hi, Here still doesn't work I've created the Winbox link in 6.38 inside Dude > Tools menu pointing the link to C:\Tools\winbox.exe [Device.FirstAddress][Device.UserName] [Device.Password] , but it shows "unknown" status http://i.imgsafe.org/77398a47b4.png This way, in the map, when I right...
by tomasi
Thu Jan 12, 2017 1:52 pm
Forum: The Dude
Topic: How to give access to Read Users?
Replies: 2
Views: 1386

How to give access to Read Users?

Hi, Yesterday I've updated my Dude Server to 6.38 (and the windows client too, obvious). When I logged in with a Full User - the map shows icons and fonts correctly. When I logged in with a Read User - the map loads (a good news), but the icons (SVG) and fonts are not loaded. Am I doing something wr...
by tomasi
Mon Dec 19, 2016 10:53 pm
Forum: The Dude
Topic: Stuck on "getting stuff"
Replies: 1
Views: 2303

Stuck on "getting stuff"

Hi, I've installed a x86 VM on Hyper-V specially to host Dude Server 6.37.3. After install, configure and put level 4 license, I've imported my backup from 4.0beta3. It imported correctly, including imported my customized images (.svg) The problem is: * I only can log in with an user that has Full p...
by tomasi
Sat Dec 03, 2016 11:14 pm
Forum: General
Topic: Feature requests
Replies: 1744
Views: 639977

Re: Feature requests

Is there any chance of a Zabbix agent .npk listening on port 10050?

:lol: :lol: :lol:
by tomasi
Sat Dec 03, 2016 11:09 pm
Forum: General
Topic: CPU Load
Replies: 9
Views: 2870

Re: CPU Load

Hi, Continuing this discussion... How can we monitor CPU usage in Zabbix? I've tried to create 2 items in Zabbix in RB850Gx2 template: [user@rb850gx2] > sys resource cpu pri oid 0 load=.1.3.6.1.2.1.25.3.3.1.2.1 1 load=.1.3.6.1.2.1.25.3.3.1.2.2 Then I've created a graph to show both of them, but the ...
by tomasi
Tue Sep 27, 2016 11:43 pm
Forum: General
Topic: Mikrotik x Mimosa - Can't Ping Other Side
Replies: 2
Views: 1125

Re: Mikrotik x Mimosa - Can't Ping Other Side

I don't know why, but now they are working.

I simply have inverted the RB2011(s)
RB2011 01 (v6.34.4) ----> <---- RB 2011 02 (6.23)

Maybe the version, or simply because I rebooted everything. :?

Image
by tomasi
Mon Sep 26, 2016 11:42 pm
Forum: General
Topic: Mikrotik x Mimosa - Can't Ping Other Side
Replies: 2
Views: 1125

Mikrotik x Mimosa - Can't Ping Other Side

Hi, I've made a test in my office today: The topology was this way: [RB2011 01 - eth4 Gigabit] --- [Mimosa B5C AP] ~~~~~~~~~~~~~~~~~~ [Mimosa B5C Station] --- [RB2011 02 - eth5 Gigabit] --- copper link - cat5e ~~~ wireless link RB2011 01 ==== 172.16.200.169/29 B5C AP ====== 172.16.200.170/29 B5C Sta...
by tomasi
Thu Aug 25, 2016 11:48 pm
Forum: General
Topic: Recover hAP
Replies: 3
Views: 1157

Re: Recover hAP

:)

It worked!

1. I plugged my ethernet cable in eth1
2. I waited it to power on
3. I pressed the res/wds button about 1min
4. It appeared in netinstall 6.36
5. Then I installed routeros-smips in it.

:D
by tomasi
Thu Aug 25, 2016 11:31 pm
Forum: General
Topic: Recover hAP
Replies: 3
Views: 1157

Re: Recover hAP

Hi,

I'm trying to access it via ethernet cable.
The wireless is down, my notebook do not find it.

It seems the RB has dead, Winbox do not find it.

Thanks.
by tomasi
Sat Aug 13, 2016 3:27 pm
Forum: General
Topic: Recover hAP
Replies: 3
Views: 1157

Recover hAP

Hi, I tried to update an hAP to 6.36. After it rebooted, it did not appear again in winbox. How do I recover it? Which steps do I need to do to inject npk packet in it via Netinstall? I tried a lot of procedures: * hold res/wps for 30 seconds while it is powered on; * hold res/wps before the hAP pow...
by tomasi
Thu Aug 04, 2016 5:13 pm
Forum: Scripting
Topic: Script - check configuration before apply it again
Replies: 2
Views: 1693

Re: Script - check configuration before apply it again

Thank you for your reply. It seems the following script has worked to search logging rules and IF no rules THEN add them to the system: :D :global name; :set name [/system identity get name]; system logging action set remote remote=ip.ip.ip.ip remote-port=514 :if ([:len [system logging find topics~&...
by tomasi
Thu Aug 04, 2016 3:14 pm
Forum: Scripting
Topic: Script - check configuration before apply it again
Replies: 2
Views: 1693

Script - check configuration before apply it again

Hi, I'm using batch commands to send a script to all my routers via SSH (with Plink and PSCP). Plink executes a script inside script.something file. I noticed that /system backup save name=$filename; and /export file=$rsc; overwrite the files already existing and create updated files every time I ru...
by tomasi
Wed Aug 03, 2016 6:27 pm
Forum: General
Topic: Doubts about Logging
Replies: 0
Views: 676

Doubts about Logging

Hi, I have some doubts about the configurations in system > logging. My remote log server (Rsyslog + Loganalyzer on CentOS 6.7) is running ok and receiving all logs correctly. 1 . If I set topic=warning to remote server, will the Mikrotik send error and critical too? (because warning(4) is less seve...
by tomasi
Wed Aug 03, 2016 5:01 pm
Forum: General
Topic: Logging interface up/down without netwatch v5
Replies: 2
Views: 3877

Re: Logging interface up/down without netwatch v5

Hi,

How do we can increase the severity of interface log.

I mean > in our edge router, we receive link from 2 AS. I want to log interface up/down to my remote server with critical severity.

Is this possible?

Thanks.
by tomasi
Tue Aug 02, 2016 9:26 pm
Forum: Scripting
Topic: Generate Backup and RSC based on Router Name + Date + Time
Replies: 5
Views: 9835

Re: Generate Backup and RSC based on Router Name + Date + Time

I've changed a bit your example ( all local to global ). Now the BACKUP and RSC were sucessfully created. Can I have problems using global instead of local? :log info "STARTING BACKUP"; :global filename; :global date [/system clock get date]; :global time [/system clock get time]; :global ...
by tomasi
Tue Aug 02, 2016 4:02 pm
Forum: Scripting
Topic: Generate Backup and RSC based on Router Name + Date + Time
Replies: 5
Views: 9835

Re: Generate Backup and RSC based on Router Name + Date + Time

Thank you for your reply :)

I tested the new script in my RB2011 6.34.4, but it gave me some errors. Another issue was it did not generate the RSC.

Some idea about this?

Image

:?
by tomasi
Mon Aug 01, 2016 11:46 pm
Forum: Scripting
Topic: Generate Backup and RSC based on Router Name + Date + Time
Replies: 5
Views: 9835

Generate Backup and RSC based on Router Name + Date + Time

Hi,  I tried to execute the following script to get a backup and .rsc file (with name + date + time ) but it gave me errors: :log info "STARTING BACKUP" :global backupfile ([/system identity get name] . "-" . [/system clock get date] . "-" . [/system clock get time]) /...
by tomasi
Wed Jun 22, 2016 9:21 pm
Forum: RouterBOARD hardware
Topic: Help to Recover a RB493GAH
Replies: 1
Views: 1200

Help to Recover a RB493GAH

Hi,  I need help to recovery my RB493G It didn't boot anymore. I've tried a lot of versions of Netinstall (with the exact .npk version), anyone worked. The serial cable is ok, PuTTY is showing all messages correctly. This is the error: "Formatting disk... ERROR: could not format partitions Pres...
by tomasi
Fri May 27, 2016 9:50 pm
Forum: General
Topic: rsa key support in ssh?
Replies: 16
Views: 20809

Re: rsa key support in ssh?

It seems these steps worked for me: 1. Open PuTTy Key Generator; 2. Select SSH-2 RSA 2048 bits; 3. Click "Generate"; 4. Move mouse pointer a lot inside blank area to create strong crypto; 5. Right-click "ssh-rsa AAAA...", click on "Select All", copy and paste in Notepad...
by tomasi
Mon Apr 20, 2015 6:15 pm
Forum: Forwarding Protocols
Topic: OSPF - Redistribution of Static Routes in Stub Areas
Replies: 1
Views: 2780

OSPF - Redistribution of Static Routes in Stub Areas

Hi, I need to redistribute to backbone some static routes from a OSPF router inside a totally stub area. (to route extra prefixes to some clients that do not are in my OSPF scenario) I've tried to apply the following option in this specific router: routing > ospf > instances > default > redistribute...
by tomasi
Fri Oct 03, 2014 10:26 pm
Forum: General
Topic: PPPoE Client Unreachable
Replies: 0
Views: 843

PPPoE Client Unreachable

Hi, I have a CCR1016-12G working as a PPPoE Server. Some customers are claiming that do not have access to Internet. Then I made the following test: * ping-ed the IP of my customer and tried to access his router; the ping was successful, but the customer router did not reply; * I let the cmd ping-in...