Reject on any channel bindings attribute mismatch
[freeradius.git] / share / dictionary.rfc4679
1 # -*- text -*-
2 # Copyright (C) 2011 The FreeRADIUS Server project and contributors
3 #
4 #       Attributes and values defined in RFC 4679.
5 #       http://www.ietf.org/rfc/4679.txt
6 #
7 #       $Id$
8 #
9
10 VENDOR          ADSL-Forum                      3561
11
12 BEGIN-VENDOR    ADSL-Forum
13
14 #
15 #  Glue attribute to allow decoding of ADSL-Form vendor specific
16 #  DHCP options.
17 #
18 ATTRIBUTE       ADSL-Forum-DHCP-Vendor-Specific         0       tlv
19
20 #
21 #  The first two attributes are prefixed with "ADSL-" because of
22 #  conflicting names in dictionary.redback.
23 #
24 ATTRIBUTE       ADSL-Agent-Circuit-Id                   1       octets
25 ATTRIBUTE       ADSL-Agent-Remote-Id                    2       octets
26 ATTRIBUTE       Actual-Data-Rate-Upstream               129     integer
27 ATTRIBUTE       Actual-Data-Rate-Downstream             130     integer
28 ATTRIBUTE       Minimum-Data-Rate-Upstream              131     integer
29 ATTRIBUTE       Minimum-Data-Rate-Downstream            132     integer
30 ATTRIBUTE       Attainable-Data-Rate-Upstream           133     integer
31 ATTRIBUTE       Attainable-Data-Rate-Downstream         134     integer
32 ATTRIBUTE       Maximum-Data-Rate-Upstream              135     integer
33 ATTRIBUTE       Maximum-Data-Rate-Downstream            136     integer
34 ATTRIBUTE       Minimum-Data-Rate-Upstream-Low-Power    137     integer
35 ATTRIBUTE       Minimum-Data-Rate-Downstream-Low-Power  138     integer
36 ATTRIBUTE       Maximum-Interleaving-Delay-Upstream     139     integer
37 ATTRIBUTE       Actual-Interleaving-Delay-Upstream      140     integer
38 ATTRIBUTE       Maximum-Interleaving-Delay-Downstream   141     integer
39 ATTRIBUTE       Actual-Interleaving-Delay-Downstream    142     integer
40
41 #
42 #  This next attribute has a weird encoding.
43 #
44 #  Octet[0] - 0x01      AAL5
45 #  Octet[0] - 0x02      Ethernet
46
47 #  Octet[1] - 0x00      Not Available
48 #  Octet[1] - 0x01      Untagged Ethernet
49 #  Octet[1] - 0x02      Single-Tagged Ethernet
50
51 #  Octet[2] - 0x00      Not available
52 #  Octet[2] - 0x01      PPPoA LLC
53 #  Octet[2] - 0x02      PPPoA Null
54 #  Octet[2] - 0x03      IPoA LLC
55 #  Octet[2] - 0x04      IPoA NULL
56 #  Octet[2] - 0x05      Ethernet over AAL5 LLC with FCS
57 #  Octet[2] - 0x06      Ethernet over AAL5 LLC without FCS
58 #  Octet[2] - 0x07      Ethernet over AAL5 Null with FCS
59 #  Octet[2] - 0x08      Ethernet over AAL5 Null without FCS
60 #
61 ATTRIBUTE       Access-Loop-Encapsulation               144     octets # 3
62
63 #
64 #  If this attribute exists, it means that IFW has been performed
65 #  for the subscribers session.
66 #
67 ATTRIBUTE       IWF-Session                             254     octets # 0
68
69 END-VENDOR ADSL-Forum