[Kea-users] Op122 Docsis EMTA

Mathias Aichinger mathias.aichinger at easysol.at
Mon Feb 28 14:31:23 UTC 2022


Hi Fernando,

we are doing it like that:

        "option-def": [
          {
            "array": false,
            "code": 1,
            "encapsulate": "",
            "name": "DHCP-server-1",
            "record-types": "",
            "space": "PC-MTA",
            "type": "ipv4-address"
          },
          {
            "array": false,
            "code": 6,
            "encapsulate": "",
            "name": "KERBEROS-realm",
            "record-types": "",
            "space": "PC-MTA",
            "type": "string"
          },
          {
            "array": false,
            "code": 3,
            "encapsulate": "",
            "name": "provision-server",
            "record-types": "",
            "space": "PC-MTA",
            "type": "string"
          },
{
            "array": false,
            "code": 122,
            "encapsulate": "PC-MTA",
            "name": "PC-MTA",
            "record-types": "",
            "space": "dhcp4",
            "type": "empty"
          }
        ],

Later: 

                "option-data": [
                  {
                    "always-send": true,
                    "code": 3,
                    "csv-format": false,
                    "data": "0006646F637369730361766D026465",
                    "name": "provision-server",
                    "space": "PC-MTA"
                  },
                  {
                    "always-send": true,
                    "code": 6,
                    "csv-format": false,
                    "data": "0542415349430131",
                    "name": "KERBEROS-realm",
                    "space": "PC-MTA"
                  },
                  {
                    "always-send": true,
                    "code": 1,
                    "csv-format": true,
                    "data": “X.X.X.X",
                    "name": "DHCP-server-1",
                    "space": "PC-MTA"
                  },

Sending the HEX parts via API is a little bit tricky and cost me some time.

Hopefully that helps you.

Best Regards,

Mathias Aichinger


> On 28.02.2022, at 15:18, Fernando R. Soto <frsoto at gmail.com> wrote:
> 
> Hello. please
> someone would have information on how to add option 122 in the Offer Packet
>  
>  
>     Option: (122) CableLabs Client Configuration [TODO:RFC3495]
>         Length: 6
>         Suboption: TSP's Primary DHCP Server (1): 255.255.255.255 (4 bytes)
>  
>  
> Regards
> -- 
> ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ <https://www.isc.org/contact/> for more information.
> 
> To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users <https://lists.isc.org/mailman/listinfo/kea-users>.
> 
> Kea-users mailing list
> Kea-users at lists.isc.org <mailto:Kea-users at lists.isc.org>
> https://lists.isc.org/mailman/listinfo/kea-users <https://lists.isc.org/mailman/listinfo/kea-users>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20220228/6cdeb735/attachment-0001.htm>


More information about the Kea-users mailing list