For answers to more questions, please write to: support@miure.pl
All devices
- What is the default IP address and login/password?
The default IP address is 192.168.1.1 and login/password to WWW and SSH interfaces is admin/admin.
- What is the maximum length of the PoE cable?
Maximum length is 50 meters.
- How to restore the default configuration?
Miure Duo
- What should be the frequency separation between both radios?
Generally, the more the better. Minimal separation is >2 x channel width.
- Device disconnected from the network reboots each 1 minute. What is the reason?
This is expected behavior due to internal interface check. The "Ethernet" port of the power supply should be connected to a network device, like hub, switch, router, laptop, etc.
- Is Miure Duo capable of transmitting VLAN tagged frames?
Yes, the device is completely transparent to Ethernet traffic.
- How the antenna polarization is chosen in Miure Duo 5?
- side A: TX: f1 on V, RX: f2 on H
- side B: TX: f2 on H, RX: f1 on V
TX - transmitter, RX - receiver, V - vertical polarization, H - horizontal polarization, f1 - main frequency (freq), f2 - secondary frequency (freq2)
- How to query the device using SNMP?
First, remember that Miure Duo uses SNMP version 1, so it may not respond to queries in versions "2c" and/or 3. Second, it is recommended not to limit access to the SNMP agent during tests (the snmpsrc option).
Exemplary query using the snmpwalk tool of the popular Net-SNMP project:
snmpwalk -v 1 -c public 192.168.1.1
Having the Miure Duo MIB definition on hard disk (ASN-DUO-MIB.txt) we may use it to get information on radio parameters:
snmpwalk -v 1 -c public 192.168.1.1 -m ASN-DUO-MIB.txt miureDuo


