Community discussions

MikroTik App

Search found 3 matches

by djsuszi
Mon Aug 01, 2011 3:21 pm
Forum: SwOS
Topic: SwOS Web Interface Error
Replies: 17
Views: 10875

Re: SwOS Web Interface Error

"Not yet, but this problem is on to-do list and will be fixed in version 1.6." ;)
you can try parse hosts data
http://192.168.88.1/!dhost.b
with some script.
by djsuszi
Mon Jul 18, 2011 12:24 pm
Forum: SwOS
Topic: Getting hosts list from snmp
Replies: 0
Views: 1681

Getting hosts list from snmp

Is there possibility to get hosts/port list from snmp ?

I could only find it on web:
curl -u admin:pass --digest 'http://192.168.88.1/!dhost.b'
and parsing it with Perl

Perl modules can't get this info from web, because, there is weird problem with authentication,
same with wget :\
by djsuszi
Sat Jul 16, 2011 5:45 pm
Forum: SwOS
Topic: Clear learned MAC addresses on hosts tab
Replies: 8
Views: 7267

Re: Clear learned MAC addresses on hosts tab

you could try to reboot it from cron :)

curl -s -m 1 -D - -u admin:password--digest "192.168.ip.ip/reboot" > /dev/null

...
"rebooting the switch (via the gui) does not clear this"
so that's problem