dictionary.3com 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. #
  4. # 3com SuperStack Firewall dictionary
  5. # Bought from Sonicwall, apparently, from Enterprise number 8741.
  6. #
  7. # $Id: 2898ff656afb26c302ec2c613f29223689f03859 $
  8. #
  9. VENDOR 3com 43
  10. #
  11. # These attributes contain the access-level value.
  12. #
  13. BEGIN-VENDOR 3com
  14. ATTRIBUTE 3Com-User-Access-Level 1 integer
  15. # Read-only access to basic network tools (ping, etc)
  16. VALUE 3Com-User-Access-Level 3Com-Visitor 0
  17. # Read-only access to manageable (not security) parameters
  18. VALUE 3Com-User-Access-Level 3Com-Monitor 1
  19. # Read-write access to manageable (not security) parameters
  20. VALUE 3Com-User-Access-Level 3Com-Manager 2
  21. # Read-write access to all manageable parameters
  22. VALUE 3Com-User-Access-Level 3Com-Administrator 3
  23. ATTRIBUTE 3Com-VLAN-Name 2 string
  24. ATTRIBUTE 3Com-Mobility-Profile 3 string
  25. ATTRIBUTE 3Com-Encryption-Type 4 string
  26. ATTRIBUTE 3Com-Time-Of-Day 5 string
  27. ATTRIBUTE 3Com-SSID 6 string
  28. # String formatted as: YY/MM/DD-HH:MM
  29. # NOT as a "date" attribute!
  30. ATTRIBUTE 3Com-End-Date 7 string
  31. # Commented out, because the 3Com documentation
  32. # gives it the same number as End-Date, above.
  33. #ATTRIBUTE 3Com-Start-Date 7 string
  34. # URL where the user is redirected after WebAAA
  35. ATTRIBUTE 3Com-URL 8 string
  36. ATTRIBUTE 3Com-Connect_Id 26 integer
  37. ATTRIBUTE 3Com-NAS-Startup-Timestamp 59 integer
  38. ATTRIBUTE 3Com-Ip-Host-Addr 60 string
  39. ATTRIBUTE 3Com-Product-ID 255 string
  40. END-VENDOR 3com