dictionary.valemount 761 B

12345678910111213141516171819202122232425262728
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. #
  4. # Valemount Networks Corporation specific radius attributes
  5. # networks@valemount.com
  6. #
  7. # $Id: 471d81cdcd882fde3a99b1ae3e1886e9a8936ccb $
  8. #
  9. VENDOR ValemountNetworks 16313
  10. BEGIN-VENDOR ValemountNetworks
  11. # Rates to give PPPoE customers, can be used in Authentication replies,
  12. # in bits/s
  13. ATTRIBUTE VNC-PPPoE-CBQ-RX 1 integer
  14. ATTRIBUTE VNC-PPPoE-CBQ-TX 2 integer
  15. # Fallback support for each direction. (1 / 0)
  16. ATTRIBUTE VNC-PPPoE-CBQ-RX-Fallback 3 integer
  17. ATTRIBUTE VNC-PPPoE-CBQ-TX-Fallback 4 integer
  18. ATTRIBUTE VNC-Splash 10 integer
  19. VALUE VNC-Splash Show 1
  20. VALUE VNC-Splash No-Show 0
  21. END-VENDOR ValemountNetworks