]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add Cambium dictionary (#4252)
authorTerry Burton <tez@terryburton.co.uk>
Thu, 7 Oct 2021 14:57:01 +0000 (15:57 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 14:57:01 +0000 (09:57 -0500)
Compiled from various sources and tidied up. Untested, but at least the
IANA enterprise number is valid...

share/dictionary/radius/dictionary
share/dictionary/radius/dictionary.cambium [new file with mode: 0644]

index 58c74fbf86f29a0d965dff579efdc9f767fcbdd8..f71a2547cb162e1c2a961cf7f7adbc0c031e9753 100644 (file)
@@ -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 (file)
index 0000000..2a3f0b2
--- /dev/null
@@ -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