How to include vendor-specific option 17 suboptions 11, 12 and 13 in DHCPv6 solicit/request using dhclient
by kotti23 from LinuxQuestions.org on (#5BEMC)
My request is to include option 17 sub-options 11, 12 and 13 in DHCPv6 solicit/request and I configured the same in dhclient6.conf on my Ubuntu as below.
Quote:
From packet trace I can see option 17 in solicit/request but sub-options are not proper and I guess not encapsulated.
Output snippet from tshark:
Code:Vendor-specific Information
Option: Vendor-specific Information (17)
Length: 31
Value: 00000de9000b0006424456455230000c00036c616e000d00...
Enterprise ID: The Broadband Forum (3561)
option
Option code: 11
Option length: 6
Option data: 424456455230
option
Option code: 12
Option length: 3
Option data: 6c616e
option
Option code: 13
Option length: 6
Option data: 766161756139Can someone please help me on how to include suboptions in a correct format.
Any help would be appreciated and Thanks in advance.


Quote:
send dhcp6.vendor-opts send dhcp6.vendor-opts 00:00:0d:e9:00:0b:00:06:42:44:56:45:52:30:00:0c:00:03:6c:61:6e:00:0c:00:06:76:61:61:75:61:39; |
Output snippet from tshark:
Code:Vendor-specific Information
Option: Vendor-specific Information (17)
Length: 31
Value: 00000de9000b0006424456455230000c00036c616e000d00...
Enterprise ID: The Broadband Forum (3561)
option
Option code: 11
Option length: 6
Option data: 424456455230
option
Option code: 12
Option length: 3
Option data: 6c616e
option
Option code: 13
Option length: 6
Option data: 766161756139Can someone please help me on how to include suboptions in a correct format.
Any help would be appreciated and Thanks in advance.