home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Wireshark / wireshark-win64-1.6.1.exe / radius / dictionary.mikrotik < prev    next >
Text File  |  2011-07-18  |  1KB  |  43 lines

  1. # -*- text -*-
  2. #    http://www.mikrotik.com
  3. #
  4. #    http://www.mikrotik.com/documentation//manual_2.9/dictionary
  5. #
  6. #    Do NOT follow their instructions and replace the dictionary
  7. #    in /etc/raddb with the one that they supply.  It is NOT necessary.
  8. #
  9. #    On top of that, the sample dictionary file they provide
  10. #    DOES NOT WORK.  Do NOT use it.
  11. #
  12. #    $Id: dictionary.mikrotik 28996 2009-07-07 17:52:03Z wmeier $
  13. #
  14. VENDOR        Mikrotik            14988
  15.  
  16. BEGIN-VENDOR    Mikrotik
  17.  
  18. ATTRIBUTE    Mikrotik-Recv-Limit            1    integer
  19. ATTRIBUTE    Mikrotik-Xmit-Limit            2    integer
  20.  
  21. # this attribute is unused
  22. ATTRIBUTE    Mikrotik-Group                3    string
  23.  
  24. ATTRIBUTE    Mikrotik-Wireless-Forward        4    integer
  25. ATTRIBUTE    Mikrotik-Wireless-Skip-Dot1x        5    integer
  26. ATTRIBUTE    Mikrotik-Wireless-Enc-Algo        6    integer
  27. ATTRIBUTE    Mikrotik-Wireless-Enc-Key        7    string
  28. ATTRIBUTE    Mikrotik-Rate-Limit            8    string
  29. ATTRIBUTE    Mikrotik-Realm                9    string
  30. ATTRIBUTE    Mikrotik-Host-IP            10    ipaddr
  31. ATTRIBUTE    Mikrotik-Mark-Id            11    string
  32. ATTRIBUTE    Mikrotik-Advertise-URL            12    string
  33. ATTRIBUTE    Mikrotik-Advertise-Interval        13    integer
  34. ATTRIBUTE    Mikrotik-Recv-Limit-Gigawords        14    integer
  35. ATTRIBUTE    Mikrotik-Xmit-Limit-Gigawords        15    integer
  36. # MikroTik Values
  37.  
  38. VALUE    Mikrotik-Wireless-Enc-Algo    No-encryption        0
  39. VALUE    Mikrotik-Wireless-Enc-Algo    40-bit-WEP        1
  40. VALUE    Mikrotik-Wireless-Enc-Algo    104-bit-WEP        2
  41.  
  42. END-VENDOR    Mikrotik
  43.