dictionary.riverstone 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. ##############################################################################
  4. #
  5. # Riverstone Networks' RADIUS VSAs
  6. # *** For RapidOS Versions 9.1 and above ONLY ***
  7. #
  8. # $Id: e4e5655bbc9cf5854c1c716d64bef23bb3b7c5c3 $
  9. #
  10. ##############################################################################
  11. VENDOR Riverstone 5567
  12. #
  13. # Riverstone-Command
  14. #
  15. # This attribute is sent in Accounting-Requests, and contains text
  16. # from the admin's CLI session.
  17. #
  18. BEGIN-VENDOR Riverstone
  19. ATTRIBUTE Riverstone-Command 1 string
  20. #
  21. # This attribute is sent in Accounting-Requests, as a duplicate
  22. # of syslog for system event messages.
  23. #
  24. ATTRIBUTE Riverstone-System-Event 2 string
  25. #
  26. # This attribute is sent in Accounting-Requests, to log changes
  27. # made via SNMP.
  28. #
  29. ATTRIBUTE Riverstone-SNMP-Config-Change 3 string
  30. #
  31. # This attribute should be sent in Access-Accept packets, to set
  32. # the privilege level. It MUST be sent when the device is operating
  33. # in Mult-User Access mode.
  34. #
  35. ATTRIBUTE Riverstone-User-Level 4 integer
  36. END-VENDOR Riverstone