Community discussions

MikroTik App

Search found 3 matches

by israelrmm
Mon Nov 04, 2024 3:40 am
Forum: RouterOS beta
Topic: Ros 7beta and USB ethernet [SOLVED]
Replies: 4
Views: 14668

Re: Ros 7beta and USB ethernet [SOLVED]

Image
by israelrmm
Mon Nov 04, 2024 3:35 am
Forum: RouterOS beta
Topic: USB ethernet NIC is reported as LTE interface
Replies: 10
Views: 6668

Re: USB ethernet NIC is reported as LTE interface

Image

Same here...

USB 10/100 LAN
vendor id: 0x0fe6
device id: 0x0fe6

it recognized as LTE
by israelrmm
Mon Feb 12, 2024 4:32 am
Forum: Scripting
Topic: execute command from API
Replies: 1
Views: 2002

Re: execute command from API

Download an replace your routeros api with this:
https://github.com/israelrmm/routeros-a ... .class.php

then add this code in your php file

$API->execmd("/file remove samplefile.txt");

enjoy