dictionary.rfc4679 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # -*- text -*-
  2. #
  3. # Attributes and values defined in RFC 4679.
  4. # http://www.ietf.org/rfc/rfc4679.txt
  5. #
  6. # $Id$
  7. #
  8. VENDOR ADSL-Forum 3561
  9. BEGIN-VENDOR ADSL-Forum
  10. #
  11. # The first two attributes are prefixed with "ADSL-" because of
  12. # conflicting names in dictionary.redback.
  13. #
  14. ATTRIBUTE ADSL-Agent-Circuit-Id 1 string
  15. ATTRIBUTE ADSL-Agent-Remote-Id 2 string
  16. ATTRIBUTE Actual-Data-Rate-Upstream 129 integer
  17. ATTRIBUTE Actual-Data-Rate-Downstream 130 integer
  18. ATTRIBUTE Minimum-Data-Rate-Upstream 131 integer
  19. ATTRIBUTE Minimum-Data-Rate-Downstream 132 integer
  20. ATTRIBUTE Attainable-Data-Rate-Upstream 133 integer
  21. ATTRIBUTE Attainable-Data-Rate-Downstream 134 integer
  22. ATTRIBUTE Maximum-Data-Rate-Upstream 135 integer
  23. ATTRIBUTE Maximum-Data-Rate-Downstream 136 integer
  24. ATTRIBUTE Minimum-Data-Rate-Upstream-Low-Power 137 integer
  25. ATTRIBUTE Minimum-Data-Rate-Downstream-Low-Power 138 integer
  26. ATTRIBUTE Maximum-Interleaving-Delay-Upstream 139 integer
  27. ATTRIBUTE Actual-Interleaving-Delay-Upstream 140 integer
  28. ATTRIBUTE Maximum-Interleaving-Delay-Downstream 141 integer
  29. ATTRIBUTE Actual-Interleaving-Delay-Downstream 142 integer
  30. #
  31. # This next attribute has a weird encoding.
  32. #
  33. # Octet[0] - 0x01 AAL5
  34. # Octet[0] - 0x02 Ethernet
  35. # Octet[1] - 0x00 Not Available
  36. # Octet[1] - 0x01 Untagged Ethernet
  37. # Octet[1] - 0x02 Single-Tagged Ethernet
  38. # Octet[2] - 0x00 Not available
  39. # Octet[2] - 0x01 PPPoA LLC
  40. # Octet[2] - 0x02 PPPoA Null
  41. # Octet[2] - 0x03 IPoA LLC
  42. # Octet[2] - 0x04 IPoA NULL
  43. # Octet[2] - 0x05 Ethernet over AAL5 LLC with FCS
  44. # Octet[2] - 0x06 Ethernet over AAL5 LLC without FCS
  45. # Octet[2] - 0x07 Ethernet over AAL5 Null with FCS
  46. # Octet[2] - 0x08 Ethernet over AAL5 Null without FCS
  47. #
  48. ATTRIBUTE Access-Loop-Encapsulation 144 octets # 3
  49. #
  50. # If this attribute exists, it means that IFW has been performed
  51. # for the subscribers session.
  52. #
  53. ATTRIBUTE IWF-Session 252 octets # 0
  54. END-VENDOR ADSL-Forum