summaryrefslogtreecommitdiffstats
path: root/share/dictionary.arista
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:49:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:49:46 +0000
commit50b37d4a27d3295a29afca2286f1a5a086142cec (patch)
tree9212f763934ee090ef72d823f559f52ce387f268 /share/dictionary.arista
parentInitial commit. (diff)
downloadfreeradius-upstream.tar.xz
freeradius-upstream.zip
Adding upstream version 3.2.1+dfsg.upstream/3.2.1+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--share/dictionary.arista29
1 files changed, 29 insertions, 0 deletions
diff --git a/share/dictionary.arista b/share/dictionary.arista
new file mode 100644
index 0000000..8dbea47
--- /dev/null
+++ b/share/dictionary.arista
@@ -0,0 +1,29 @@
+# -*- text -*-
+# Copyright (C) 2020 The FreeRADIUS Server project and contributors
+# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
+# Version $Id$
+##############################################################################
+#
+# Arista VSAs
+# https://eos.arista.com/common-aaa-requirements/
+#
+##############################################################################
+
+VENDOR Arista 30065
+BEGIN-VENDOR Arista
+
+ATTRIBUTE Arista-AVPair 1 string
+ATTRIBUTE Arista-User-Priv-Level 2 integer
+ATTRIBUTE Arista-User-Role 3 string
+ATTRIBUTE Arista-CVP-Role 4 string
+ATTRIBUTE Arista-Command 5 string
+ATTRIBUTE Arista-WebAuth 6 integer
+ATTRIBUTE Arista-BlockMac 7 string
+ATTRIBUTE Arista-UnblockMac 8 string
+ATTRIBUTE Arista-PortFlap 9 integer
+ATTRIBUTE Arista-Captive-Portal 10 string
+
+VALUE Arista-WebAuth start 1
+VALUE Arista-WebAuth complete 2
+
+END-VENDOR Arista