Get devices with No valid accounts configured

Hello!

Is there any way to check with SNMP devices that are with NO valid accounts configured /using default user account/?

Hi Bilyana Peteva,

Try these steps:

1. Acquire or construct an override plug. See the PMP 450 Configuration and User Guide paragraphs "Acquiring the Overrdie Plug," and "Using the Override Plug."
(It's a small-length Ethernet cable with one connector and the free end having wires 4 and 6 shorted together.)

2. Insert the override plug into the RJ-11 GPS utility port of the unit.

3. Power up the unit.

4. After about 30 seconds remove the override plug. This should set the unit's IP address to the 169.254.1.1 default value.

5. Obtain an SNMP MIB browser (iReasoning is a well-known one: http://www.ireasoning.com/mibbrowser.shtml) or execute if already installed in your PC.

6. Each cambium software release has associated MIB files supplied. A set of names example is:
IANAifType-MIB.txt
IF-MIB.txt
WHISP-APS-MIB.txt
WHISP-BOX-MIBV2-MIB.txt
WHISP-GLOBAL-REG-MIB.txt
WHISP-SM-MIB.txt
WHISP-TCV2-MIB.txt

7. At this point use those of any more recent release. If you're interested in a specific release use those files.

8. Using File > Load MIBs copy-and-paste the filenames into the open browser box.

9. Enter 169.254.1.1 in the browser Address box.

10. Right click iso.org.dod.internet under under SNMP MIBs. Hover your mouse pointer over this.

11. Right click and select "Expand subtree." This will display the SNMP hierarchy below.

12. Right click and select "Get Subtree." This will display the SNMP values on the right.

13. Bear in mind that the default SNMP v2c settings is Read Only. (Configuration > SNMP: SNMPv2c Settings: SNMP Community String 1 Permissions).

Try out the above and let Cambium know the outcome.

Best regards, Neil

If the User Guide is daunting, the pinout for the Default/Override Plug is right here in the forums too...


@Bilyana Peteva wrote:

Hello!

Is there any way to check with SNMP devices that are with NO valid accounts configured /using default user account/?


Currently we do not support a SNMP OID which gives you the info you are looking for.
One other way to check this is to telnet to the radio.
When using default account you should be able to telnet in to the radio, without username and password.

If you prefer using SNMP, You can do a walk on "userLoginName" (OID .1.3.6.1.4.1.161.19.3.3.10.1.2), to see all the user accounts.
"admin" and "root" are 2 accounts that are created in the radio, by default.
Following screenshot is the output of snmpwalk on a radio using default accounts.

Following screenshot is the output of snmpwalk on a radio with user accounts "user1" and "user2".

Thanks a lot!

In this way I was collecting them and it looks like there is no other way.

Best regards,

Bilyana Peteva