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