Add D-Link VSA to Dictionary
authorSylph Lin <sylph.lin@gmail.com>
Tue, 23 Apr 2013 08:26:33 +0000 (08:26 +0000)
committerSylph Lin <sylph.lin@gmail.com>
Tue, 23 Apr 2013 08:26:33 +0000 (08:26 +0000)
share/dictionary
share/dictionary.dlink [new file with mode: 0644]

index 4689e02..696ee53 100644 (file)
@@ -152,6 +152,7 @@ $INCLUDE dictionary.cisco.bbsm
 $INCLUDE dictionary.clavister
 $INCLUDE dictionary.colubris
 $INCLUDE dictionary.cosine
+$INCLUDE dictionary.dlink
 $INCLUDE dictionary.digium
 $INCLUDE dictionary.eltex
 $INCLUDE dictionary.epygi
diff --git a/share/dictionary.dlink b/share/dictionary.dlink
new file mode 100644 (file)
index 0000000..ce54bc9
--- /dev/null
@@ -0,0 +1,35 @@
+# -*- text -*-
+# Copyright (C) 2011 The FreeRADIUS Server project and contributors
+##############################################################################
+# 
+#   D-Link Vendor Specific Attributes Dictionary
+#
+#   Created by Sylph Lin <sylph.lin@gmail.com>
+#
+#   Version $Id$
+#
+##############################################################################
+
+VENDOR          Dlink                                   171
+
+BEGIN-VENDOR    Dlink
+
+ATTRIBUTE       Dlink-User-Level                        1       integer
+ATTRIBUTE       Dlink-Ingress-Bandwidth-Assignment      2       integer
+ATTRIBUTE       Dlink-Egress-Bandwidth-Assignment       3       integer
+ATTRIBUTE       Dlink-1p-Priority                       4       integer
+ATTRIBUTE       Dlink-VLAN-Name                         10      string
+ATTRIBUTE       Dlink-VLAN-ID                           11      string
+ATTRIBUTE       Dlink-ACL-Profile                       12      string
+ATTRIBUTE       Dlink-ACL-Rule                          13      string
+ATTRIBUTE       Dlink-ACL-Script                        14      string
+
+VALUE   Dlink-User-Level        User-Legacy             1
+VALUE   Dlink-User-Level        User                    3
+VALUE   Dlink-User-Level        Operator                4
+VALUE   Dlink-User-Level        Admin                   5
+VALUE   Dlink-User-Level        Power-User              6
+VALUE   Dlink-User-Level        Admin-Legacy            15
+
+END-VENDOR      Dlink
+