From: Terry Burton Date: Thu, 7 Oct 2021 14:57:01 +0000 (+0100) Subject: Add Cambium dictionary (#4252) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a5f445fecd95f2f61fe5cc4edc762f5f6baf8c;p=thirdparty%2Ffreeradius-server.git Add Cambium dictionary (#4252) Compiled from various sources and tidied up. Untested, but at least the IANA enterprise number is valid... --- diff --git a/share/dictionary/radius/dictionary b/share/dictionary/radius/dictionary index 58c74fbf86f..f71a2547cb1 100644 --- a/share/dictionary/radius/dictionary +++ b/share/dictionary/radius/dictionary @@ -164,6 +164,7 @@ $INCLUDE dictionary.bskyb $INCLUDE dictionary.bt $INCLUDE dictionary.cablelabs $INCLUDE dictionary.cabletron +$INCLUDE dictionary.cambium $INCLUDE dictionary.camiant $INCLUDE dictionary.centec $INCLUDE dictionary.checkpoint diff --git a/share/dictionary/radius/dictionary.cambium b/share/dictionary/radius/dictionary.cambium new file mode 100644 index 00000000000..2a3f0b2220a --- /dev/null +++ b/share/dictionary/radius/dictionary.cambium @@ -0,0 +1,78 @@ +# -*- text -*- +# Copyright (C) 2021 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +############################################################################## +# +# Cambium VSA's +# +# $Id$ +# +# Derived from: +# https://community.cambiumnetworks.com/t/40501 +# https://community.cambiumnetworks.com/t/40752 +# https://community.cambiumnetworks.com/t/50024 +# +############################################################################## + +VENDOR Cambium 17713 + +BEGIN-VENDOR Cambium + +ATTRIBUTE Auth-Role 1 integer + +VALUE Auth-Role Invalid 0 +VALUE Auth-Role Read-Only 1 +VALUE Auth-Role System-Admin 2 +VALUE Auth-Role Security-Officer 3 +VALUE Auth-Role Deliberately-Bad 4 + +ATTRIBUTE ePMP-Data-VLAN-Id 21 integer +ATTRIBUTE ePMP-Management-VLAN-Id 22 integer + +ATTRIBUTE ePMP-Max-Burst-Uplink-Rate 26 integer +ATTRIBUTE ePMP-Max-Burst-Downlink-Rate 27 integer + +ATTRIBUTE ePMP-UserLevel 50 integer + +VALUE ePMP-UserLevel Install 2 +VALUE ePMP-UserLevel Admin 3 +VALUE ePMP-UserLevel User 4 +VALUE ePMP-UserLevel Read-Only 5 + +ATTRIBUTE ePMP-SM-Priority 51 integer + +VALUE ePMP-SM-Priority Normal 0 +VALUE ePMP-SM-Priority High 1 +VALUE ePMP-SM-Priority Low 2 + +ATTRIBUTE ePMP-VLAN-Membersip-Set 52 integer +ATTRIBUTE ePMP-Management-VLAN-Priority 53 integer +ATTRIBUTE ePMP-Data-VLAN-Priority 54 integer +ATTRIBUTE ePMP-Separate-Management-VLAN-Id 55 integer +ATTRIBUTE ePMP-Separate-Management-VLAN-Priority 56 integer +ATTRIBUTE ePMP-Multicast-VLAN-Id 57 integer +ATTRIBUTE ePMP-VLAN-Mapping 58 integer + +ATTRIBUTE Traffic-Quota-Limit-Up 151 integer +ATTRIBUTE Traffic-Quota-Limit-Down 152 integer +ATTRIBUTE Traffic-Quota-Limit-Up-Gigwords 153 integer +ATTRIBUTE Traffic-Quota-Limit-Down-Gigwords 154 integer +ATTRIBUTE Traffic-Quota-Limit-Total 155 integer +ATTRIBUTE Traffic-Quota-Limit-Total-Gigwords 156 integer +ATTRIBUTE VLAN-Pool-Id 157 string + +ATTRIBUTE Authorize-Classes 158 tlv +ATTRIBUTE Name .1 string +ATTRIBUTE Bytes-Left .2 integer64 + +ATTRIBUTE Traffic-Classes-Acct 159 tlv +ATTRIBUTE Name .1 string +ATTRIBUTE Input-Octets .2 integer +ATTRIBUTE Output-Octets .3 integer +ATTRIBUTE Input-Packets .4 integer +ATTRIBUTE Output-Packets .5 integer + +ATTRIBUTE Walled-Garden-State 160 integer + +END-VENDOR Cambium