jscooksey / Convert-WindowsDHCPToCisco

Export Windows Server DHCP config and convert to Cisco CLI
GNU General Public License v3.0
0 stars 0 forks source link

option 242 (Avaya Phone Systems) #1

Closed jscooksey closed 1 year ago

jscooksey commented 1 year ago

Option used by Avaya phone systems, as in image

DHCPOption242

jscooksey commented 1 year ago

Solution (manual test) was to add as below

ip dhcp pool xxxxxx 
   network x.x.x.0 255.255.255.0 
   default-router x.x.x.1 
   option 242 ascii "HTTPSRVR=server.name.com,HTTP......."
jscooksey commented 1 year ago

Added this option in Update version to 1.1.0