diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /resources/protocols/radius/dictionary.riverstone | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/protocols/radius/dictionary.riverstone')
-rw-r--r-- | resources/protocols/radius/dictionary.riverstone | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.riverstone b/resources/protocols/radius/dictionary.riverstone new file mode 100644 index 00000000..92006d18 --- /dev/null +++ b/resources/protocols/radius/dictionary.riverstone @@ -0,0 +1,43 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +############################################################################## +# +# Riverstone Networks' RADIUS VSAs +# *** For RapidOS Versions 9.1 and above ONLY *** +# +# $Id: e4e5655bbc9cf5854c1c716d64bef23bb3b7c5c3 $ +# +############################################################################## + +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 |