diff options
Diffstat (limited to 'resources/protocols/radius/dictionary.rfc4679')
-rw-r--r-- | resources/protocols/radius/dictionary.rfc4679 | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/resources/protocols/radius/dictionary.rfc4679 b/resources/protocols/radius/dictionary.rfc4679 index 1861e667..dc0016db 100644 --- a/resources/protocols/radius/dictionary.rfc4679 +++ b/resources/protocols/radius/dictionary.rfc4679 @@ -1,9 +1,11 @@ # -*- text -*- +# Copyright (C) 2019 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 # # Attributes and values defined in RFC 4679. # http://www.ietf.org/rfc/rfc4679.txt # -# $Id$ +# $Id: 86d7f2756b386464839e43c0a851f46fe4679403 $ # VENDOR ADSL-Forum 3561 @@ -11,11 +13,23 @@ VENDOR ADSL-Forum 3561 BEGIN-VENDOR ADSL-Forum # +# Glue attribute to allow decoding of ADSL-Form vendor specific +# DHCP options. +# +ATTRIBUTE ADSL-Forum-DHCP-Vendor-Specific 255 tlv +BEGIN-TLV ADSL-Forum-DHCP-Vendor-Specific + ATTRIBUTE ADSL-Forum-Device-Manufacturer-OUI 1 octets + ATTRIBUTE ADSL-Forum-Device-Serial-Number 2 string + ATTRIBUTE ADSL-Forum-Device-Product-Class 3 string + ATTRIBUTE ADSL-Forum-Gateway-Manufacturer-OUI 4 octets +END-TLV ADSL-Forum-DHCP-Vendor-Specific + +# # The first two attributes are prefixed with "ADSL-" because of # conflicting names in dictionary.redback. # -ATTRIBUTE ADSL-Agent-Circuit-Id 1 string -ATTRIBUTE ADSL-Agent-Remote-Id 2 string +ATTRIBUTE ADSL-Agent-Circuit-Id 1 octets +ATTRIBUTE ADSL-Agent-Remote-Id 2 octets ATTRIBUTE Actual-Data-Rate-Upstream 129 integer ATTRIBUTE Actual-Data-Rate-Downstream 130 integer ATTRIBUTE Minimum-Data-Rate-Upstream 131 integer @@ -57,6 +71,6 @@ ATTRIBUTE Access-Loop-Encapsulation 144 octets # 3 # If this attribute exists, it means that IFW has been performed # for the subscribers session. # -ATTRIBUTE IWF-Session 252 octets # 0 +ATTRIBUTE IWF-Session 254 octets # 0 END-VENDOR ADSL-Forum |