dictionary.rfc4675 815 B

1234567891011121314151617181920212223242526272829
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. #
  4. # Attributes and values defined in RFC 4675.
  5. # http://www.ietf.org/rfc/rfc4675.txt
  6. #
  7. # $Id: d615722b7d763b344558eac17b12a6a607014b0e $
  8. #
  9. #
  10. # High byte = '1' (0x31) means the frames are tagged.
  11. # High byte = '2' (0x32) means the frames are untagged.
  12. #
  13. # Next 12 bits MUST be zero.
  14. #
  15. # Lower 12 bits is the IEEE-802.1Q VLAN VID.
  16. #
  17. ATTRIBUTE Egress-VLANID 56 integer
  18. ATTRIBUTE Ingress-Filters 57 integer
  19. #
  20. # First byte == '1' (0x31) means that the frames are tagged.
  21. # First byte == '2' (0x32) means that the frames are untagged.
  22. #
  23. ATTRIBUTE Egress-VLAN-Name 58 string
  24. ATTRIBUTE User-Priority-Table 59 octets # 8
  25. VALUE Ingress-Filters Enabled 1
  26. VALUE Ingress-Filters Disabled 2