1
Mitel MiVoice Business/MCD/3300 / Re: Can't find DN + Hide the 9 from the display phone IP5312
« on: October 10, 2025, 05:34:10 AM »
I've updated the title for you.
Welcome to Mitel Forums. The Mitel resource - by techies, for techies...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
It doesn't matter what is serving up DHCP really... If you are using VLAN's you will need two DHCP scopes/servers. Using option 43, you define it as a ASCII text or "Custom Text" option.
In the default data VLAN, you give it an option that essentially does nothing except tell the phone to move to the voice VLAN (VLAN 6 in this case, using an example address of the MiVB server at 192.168.192.10 as call and tftp server, adjust as necessary)
id:ipphone.mitel.com;sw_tftp=192.168.192.10;call_srv=192.168.192.10;vlan=6;l2p=6;dscp=56
Then if you are not using the Mitel itself in the voice VLAN for DHCP, you set the DHCP server for that VLAN to NOT have a VLAN tag.
id:ipphone.mitel.com;sw_tftp=192.168.192.10;call_srv=192.168.192.10;l2p=6;dscp=56
I still say the better way these days is to use LLPD-MED to "move" the phone to the voice VLAN, than only one DHCP scope is required in the voice VLAN.
QuoteI still say the better way these days is to use LLPD-MED to "move" the phone to the voice VLAN, than only one DHCP scope is required in the voice VLAN.
This also speeds up the boot process and removes a point of failure.

We always just use DHCP option 43...
Do you have a dedicated voice VLAN? The phones support LLDP-MED auto voice VLAN and you can just run the DHCP server in the Mitel... That is the easiest and recommended way these days.
I think the 2012 setup is still valid, it is a bit hard to actually do IMHO