Difference between revisions of "Mitel DHCP Options"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) |
Michael.mast (talk | contribs) |
||
Line 5: | Line 5: | ||
<ref>https://community.ubnt.com/t5/EdgeMAX/DHCP-Lease-Log/td-p/496671</ref> | <ref>https://community.ubnt.com/t5/EdgeMAX/DHCP-Lease-Log/td-p/496671</ref> | ||
<ref>http://www.unixwiz.net/techtips/mitel-ipphone-networking.html</ref> | <ref>http://www.unixwiz.net/techtips/mitel-ipphone-networking.html</ref> | ||
+ | <pre> | ||
+ | global-parameters "option option-128 code 128 = ip-address;" | ||
+ | global-parameters "option mitelstring1 code 130 = string;" | ||
+ | global-parameters "option option-134 code 134 = unsigned integer 32;" | ||
+ | global-parameters "option vlan code 132 = unsigned integer 32;" | ||
+ | global-parameters "option option-131 code 131 = ip-address;" | ||
+ | global-parameters "option mitelcallserver code 129 = ip-address;" | ||
+ | global-parameters "option option-133 code 133 = unsigned integer 32;" | ||
+ | shared-network-name mitel { | ||
+ | shared-network-parameters "option mitelcallserver <MBG IP>;" | ||
+ | shared-network-parameters "option vlan 101;" | ||
+ | shared-network-parameters "option option-128 <MGB IP>;" | ||
+ | shared-network-parameters "option option-133 6;" | ||
+ | shared-network-parameters "option option-134 46;" | ||
+ | shared-network-parameters "option option-131 <MBG IP>;" | ||
+ | shared-network-parameters "option mitelstring1 "MITEL IP PHONE";" | ||
+ | |||
+ | </pre> |
Latest revision as of 12:43, 10 April 2017
global-parameters "option option-128 code 128 = ip-address;" global-parameters "option mitelstring1 code 130 = string;" global-parameters "option option-134 code 134 = unsigned integer 32;" global-parameters "option vlan code 132 = unsigned integer 32;" global-parameters "option option-131 code 131 = ip-address;" global-parameters "option mitelcallserver code 129 = ip-address;" global-parameters "option option-133 code 133 = unsigned integer 32;" shared-network-name mitel { shared-network-parameters "option mitelcallserver <MBG IP>;" shared-network-parameters "option vlan 101;" shared-network-parameters "option option-128 <MGB IP>;" shared-network-parameters "option option-133 6;" shared-network-parameters "option option-134 46;" shared-network-parameters "option option-131 <MBG IP>;" shared-network-parameters "option mitelstring1 "MITEL IP PHONE";"
- ↑ http://edocs.mitel.com/UG/Apps-Solutions/MiCollab%207.0/MiCollab/MiCW%20Help/forms/dhcp_options.html#Mitel_Tags
- ↑ http://forum.mikrotik.com/viewtopic.php?t=72578
- ↑ https://community.ubnt.com/t5/EdgeMAX/EdgeMAX-DHCP-Server-Issues-with-setting-options/m-p/521849#M12535
- ↑ https://community.ubnt.com/t5/EdgeMAX/DHCP-Option-128-129-and-130-syntax/td-p/1293223
- ↑ https://community.ubnt.com/t5/EdgeMAX/DHCP-Lease-Log/td-p/496671
- ↑ http://www.unixwiz.net/techtips/mitel-ipphone-networking.html