CONFIGURING MIR PROFILES
To configure the MIR profiles, follow these steps:
1. Create a dictionary file with the MIR Profiles:
# touch dictionary.cambium
2. Edit dictionary.cambium according to the instructions that you can find under
/usr/local/etc/raddb directory in file dictionary.
For example:
ATTRIBUTE Cambium-ePMP-ULMIR 110 integer #Max Burst Uplink Rate
ATTRIBUTE Cambium-ePMP-DLMIR 110 integer #Max Burst Downlink Rate
VENDOR Cambium 17713
#
# Cambium vendor-specific attributes.
#
BEGIN-VENDOR Cambium
ATTRIBUTE Cambium-ePMP-ULMIR 26integer #Max Burst Uplink Rate
ATTRIBUTE Cambium-ePMP-DLMIR 27integer #Max Burst Downlink Rate
3. Create link on your dictionary:
#ln -s dictionary.cambium dictionary.local
4. To configure MIR profiles, edit usr/local/etc/raddb/users and add profiles for each client
below users configuration :
SubscriberModule33 Cleartext-Password := "cambium33"
Cambium-ePMP-ULMIR = 100,
Cambium-ePMP-DLMIR = 100
SubscriberModule34 Cleartext-Password := "cambium34"
Cambium-ePMP-ULMIR = 110,
Cambium-ePMP-DLMIR = 110
SubscriberModule35 Cleartext-Password := "cambium35"
Cambium-ePMP-ULMIR = 120,
Cambium-ePMP-DLMIR = 120