Release Notes
System Release 13.4
pmp-0979 - July 2015
Page
30 of
50
Table 26
Read-Only web user SNMP objects
Name
OID
MIB
Access
Syntax / Description
userName
.1.3.6.1.4.1.16
1.19.3.3.2.45.0
WHISP-BOX-
MIBV2-MIB
Read-Write DISPLAYSTRING
userMode
.1.3.6.1.4.1.16
1.19.3.3.2.171.
0
WHISP-BOX-
MIBV2-MIB
Read-Write INTEGER
1=Read-Only
0=Read-Write
userPassword
.1.3.6.1.4.1.16
1.19.3.3.2.46.0
WHISP-BOX-
MIBV2-MIB
Read-Write DISPLAYSTRING
userAccessLev
el
.1.3.6.1.4.1.16
1.19.3.3.2.47.0
WHISP-BOX-
MIBV2-MIB
Read-Write INTEGER
RADIUS
Remote authentication using RADIUS can also be used to support Read-Only users. The
necessary changes to be done in order to AP or SM to support Remote authentication.
Remote Read-Only accounts can be created by using the new “Cambium-Canopy-
UserMode” (51) VSA in conjunction with the existing “Cambium-Canopy-UserLevel” (50)
VSA which both can be found in the new 13.4 Dictionary file.
Cambium-Canopy-UserMode
Type: Integer
Usage: Optional, (1=Read-Only user, 0=Read-Write), to maintain backward compatibility,
when this attribute is not used, account access will be of type Read-Write.
Add this attribute in user’s database of RADIUS servers e.g. users.conf in freeradius like
this way
ATTRIBUTE
Cambium-Canopy-UserMode 51 integer
#UserMode permission for the User logging in remotely(1=Read-Only 0=Read-
Write)
Note:
Please use the latest Dictionary file for the ability to login with a “Read
Only” account with Remote User Authentication.
For example, to create a remote Read Only “Installer” account the properties for the remote
user on RADIUS Server can be set to the following:
Cambium-Canopy-UserLevel = 2 # Values 1 à Admin, 2 à Installer, 3 à Tech
Cambium-Canopy-UserMode = 1 # Values 1 à Read-Only, 0 à Read-Write