diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:46 +0000 |
commit | 50b37d4a27d3295a29afca2286f1a5a086142cec (patch) | |
tree | 9212f763934ee090ef72d823f559f52ce387f268 /share/dictionary.cabletron | |
parent | Initial commit. (diff) | |
download | freeradius-50b37d4a27d3295a29afca2286f1a5a086142cec.tar.xz freeradius-50b37d4a27d3295a29afca2286f1a5a086142cec.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 'share/dictionary.cabletron')
-rw-r--r-- | share/dictionary.cabletron | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/share/dictionary.cabletron b/share/dictionary.cabletron new file mode 100644 index 0000000..5bd6f4d --- /dev/null +++ b/share/dictionary.cabletron @@ -0,0 +1,28 @@ +# -*- text -*- +# Copyright (C) 2019 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +# http://www.cabletron.com (now http://www.enterasys.com) +# $Id$ +# + +VENDOR Cabletron 52 + +BEGIN-VENDOR Cabletron + +ATTRIBUTE Cabletron-Protocol-Enable 201 integer +ATTRIBUTE Cabletron-Protocol-Callable 202 integer + +VALUE Cabletron-Protocol-Enable IP-Enable 1 +VALUE Cabletron-Protocol-Enable Bridge-Enable 2 +VALUE Cabletron-Protocol-Enable IP-BR-Enable 3 +VALUE Cabletron-Protocol-Enable BR-IPX-Enable 6 +VALUE Cabletron-Protocol-Enable IP-BR-IPX-Enable 7 + +VALUE Cabletron-Protocol-Callable IP-Callable 1 +VALUE Cabletron-Protocol-Callable Bridge-Callable 2 +VALUE Cabletron-Protocol-Callable IP-BR-Callable 3 +VALUE Cabletron-Protocol-Callable BR-IPX-Callable 6 +VALUE Cabletron-Protocol-Callable IP-BR-IPX-Callable 7 + +END-VENDOR Cabletron |