From af754e596a8dbb05ed8580c342e7fe02e08b28e0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 16:11:00 +0200 Subject: Adding upstream version 3.2.3+dfsg. Signed-off-by: Daniel Baumann --- share/dictionary.riverstone | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 share/dictionary.riverstone (limited to 'share/dictionary.riverstone') diff --git a/share/dictionary.riverstone b/share/dictionary.riverstone new file mode 100644 index 0000000..d941b26 --- /dev/null +++ b/share/dictionary.riverstone @@ -0,0 +1,45 @@ +# -*- 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 +# +############################################################################## +# +# Riverstone Networks' RADIUS VSAs +# *** For RapidOS Versions 9.1 and above ONLY *** +# +# $Id$ +# +############################################################################## + +VENDOR Riverstone 5567 + +# +# Riverstone-Command +# +# This attribute is sent in Accounting-Requests, and contains text +# from the admin's CLI session. +# +BEGIN-VENDOR Riverstone + +ATTRIBUTE Riverstone-Command 1 string + +# +# This attribute is sent in Accounting-Requests, as a duplicate +# of syslog for system event messages. +# +ATTRIBUTE Riverstone-System-Event 2 string + +# +# This attribute is sent in Accounting-Requests, to log changes +# made via SNMP. +# +ATTRIBUTE Riverstone-SNMP-Config-Change 3 string + +# +# This attribute should be sent in Access-Accept packets, to set +# the privilege level. It MUST be sent when the device is operating +# in Mult-User Access mode. +# +ATTRIBUTE Riverstone-User-Level 4 integer + +END-VENDOR Riverstone -- cgit v1.2.3