The following shows an example of setting the vendor-specific option 17 in the dhcp6.conf file:## SSON on Avaya phone default is 242
## Specific the HTTP server used by the Avaya phones
## Allocate 2 bytes for option code, 2 bytes for option data length, 3 hash buckets
option space Avaya code width 2 length width 2 hash size 3;
option Avaya.avaya-option-242 code 242 = text;
## 6889 is enterprise number for Avaya
option vsio.Avaya code 6889 = encapsulate Avaya;
## option data (sample):
option Avaya.avaya-option-242 "HTTPSRVR=2000::114f:85f7:f238:9eb5,MCIPADD=2000::54,SIG=SIP";