Author Topic: Multiple DHCP with different Subnet on Mitel 3300 Mxe  (Read 5470 times)

Offline gimitel

  • Sr. Member
  • ****
  • Posts: 205
  • Karma: +0/-0
    • View Profile
Multiple DHCP with different Subnet on Mitel 3300 Mxe
« on: November 02, 2016, 05:14:16 PM »
Dear Mitel friends,

I have one question.
I have a Mitel 3300 Mxe that has lan ip 10.182.229.x.
Customer want that the Mxe lease ip for the office phones and hotel rooms phones
Office phone is on Vlan x 172.16.4.0  and hotel rooms phone on Vlan y 172.16.0.0. Both with their own network subnet.

Do i need to program 2x Option 125? One Option 125 with Vlan x and the other Option 125 with Vlan y ?
As i have 1x option 3 for the Gateway, do i need configure the ip routing on the mitel

Please advise,

Thanks,

GiMitel


Offline martyn

  • Hero Member
  • *****
  • Posts: 688
  • Country: au
  • Karma: +10/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #1 on: November 02, 2016, 09:09:54 PM »
You configure option 125 as a global, and then all other options (like option 3 for default gateway) per subnet or scope.

Offline VinceWhirlwind

  • Hero Member
  • *****
  • Posts: 899
  • Country: au
  • Karma: +31/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #2 on: November 02, 2016, 09:37:02 PM »
I've only used a real DHCP server rather than the phone controller, but when I looked at it, my impression was that you would need Option125 per scope as the VLAN is ID'd by the Option.

Offline lundah

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1161
  • Country: us
  • Karma: +62/-0
  • Senior Chief Grunt
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #3 on: November 03, 2016, 07:53:01 AM »
First things first, you need the network access switches to be able to send the phones over to the subnet/VLAN the controller is on. If you're using Cisco, you'd do this via an IP helper.

Then you need to program each subnet in the DHCP Subnet form, and create an address range for each subnet in DHCP IP Address range. DHCP Options would all be programmed with a scope of each subnet, not global.

Offline gimitel

  • Sr. Member
  • ****
  • Posts: 205
  • Karma: +0/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #4 on: November 03, 2016, 07:17:31 PM »
Dear Mitel friends,

This customer has 3 vlan instead of 2.
Vlan 100: 10.182.229.32
Vlan 200: 172.16.4.0
Vlan 300: 172.16.0.0

I programmed today 3x subnet ID, 3x dhcp pool range, 3x option (3) & 3x option (125).

PBX ip is:
10.182.229.36
255.255.255.254
10.182.229.33

I programmed these options in the dhcp.

1: Option 3 Router 10.182.229.33 (Format) IP Address (Scope) Subnet 10.182.228.32
2: Option 3 Router 172.16.0.1 (Format) IP Address (Scope) Subnet 172.16.0.0
3: Option 3 Router 172.16.4.1 (Format) IP Address (Scope) Subnet 172.16.4.0

1: Option 125: Mitel id:ipphone.mitel.com;sw_tftp=10.182.229.36;call_srv:10.182.229.36; vlan=100;l2p=6,6,3;dscp=46,46,26 ASCII String (Subnet 10.182.228.32)
2: Option 125: Mitel id:ipphone.mitel.com;sw_tftp=10.182.229.36;call_srv:10.182.229.36; vlan=200;l2p=6,6,3;dscp=46,46,26 ASCII String (Subnet 172.16.4.0)
3: Option 125: Mitel id:ipphone.mitel.com;sw_tftp=10.182.229.36;call_srv:10.182.229.36; vlan=300;l2p=6,6,3;dscp=46,46,26 ASCII String (Subnet 172.16.0.0)

Option 128 TFTP Server 10.182.229.36
Option 129 Call Server 10.182.229.36
Option 130 IP Phone Identifier MITEL IP PHONE
Option 134 DSCP 46

In the IP Routing on the mitel i add the subnet id (Vlan 200 & 300) in the table

After all these programming when i connect a mitel phone into a port with vlan 200, it will not get an ip address from the scope. This is also when connect into a port with vlan 300.
But when i put an static ip and vlan id into the phone, the phone will register with the mitel pbx.

I put one laptop with static ip on both vlan 200 & 300 and i ping them both side.
The only thing that is not working is, that the phones are not getting ip address from the dhcp on the mitel.

Can someone help me !

Thanks,

Gimitel

Offline VinceWhirlwind

  • Hero Member
  • *****
  • Posts: 899
  • Country: au
  • Karma: +31/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #5 on: November 03, 2016, 07:47:58 PM »
Like Lundah said, each of 172.16.0.1 & 172.16.4.1 need an IP helper on them.

Offline VinceWhirlwind

  • Hero Member
  • *****
  • Posts: 899
  • Country: au
  • Karma: +31/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #6 on: November 03, 2016, 07:51:38 PM »
You have to understand: the DHCP request is a broadcast, so it stays within its own VLAN. If the DHCP server is on a different VLAN, then the router on the segment where the DHCP broadcast is occurring needs to pass it on to the VLAN where the DHCP server is, otherwise the DHCP server doesn't see it.

Offline gimitel

  • Sr. Member
  • ****
  • Posts: 205
  • Karma: +0/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #7 on: November 03, 2016, 11:13:50 PM »
Thanks VinceWhirlwind and Lundah.

I programmed for every vlan an subnet in the dhcp subnet form and a dhcp range for each subnet.
The Options is (3) & (125) is also programmed with the scope of each subnet.

The other options i can leave them like this ?
Option 128 TFTP Server 10.182.229.36
Option 129 Call Server 10.182.229.36
Option 130 IP Phone Identifier MITEL IP PHONE
Option 134 DSCP 46

The ip helper need to point to the ip address (10.182.229.36) of the Mitel or the Default gateway (10.182.229.33) of the Mitel ?

Please advise, so i can test it tomorrow.

Thanks,

Gianni

Offline VinceWhirlwind

  • Hero Member
  • *****
  • Posts: 899
  • Country: au
  • Karma: +31/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #8 on: November 03, 2016, 11:35:00 PM »
The other options are the same for all.
 
IP helper points at the 3300's IP address.

Offline gimitel

  • Sr. Member
  • ****
  • Posts: 205
  • Karma: +0/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #9 on: November 03, 2016, 11:50:00 PM »
Thanks VinceWhirlwind.

Last question.
When programming Option 125 you choose your scope from the drop down box you have either Global/Subnet/Range.
For Option 125 do i need to choose Range  and option 3 Subnet

Thanks
Gimitel

Offline VinceWhirlwind

  • Hero Member
  • *****
  • Posts: 899
  • Country: au
  • Karma: +31/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #10 on: November 04, 2016, 12:34:03 AM »
I asked myself the same question.
 
Martyn says it can be either.

Offline lundah

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1161
  • Country: us
  • Karma: +62/-0
  • Senior Chief Grunt
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #11 on: November 04, 2016, 07:40:58 AM »
I've used Subnet scope for option 125 before when working with multiple subnets. If all of the information in that option stays exactly the same across all subnets, you could select Global instead.

Offline gimitel

  • Sr. Member
  • ****
  • Posts: 205
  • Karma: +0/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #12 on: November 04, 2016, 07:46:13 PM »
Hi Lundah,

I will test it tomorrow and will feedback to you all.

Regards,


Gimitel

Offline gimitel

  • Sr. Member
  • ****
  • Posts: 205
  • Karma: +0/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #13 on: November 14, 2016, 08:28:58 PM »
Hello guys,

I tried everything but no success.
I used static ip on the phones so they can work.

Is there something else i can try ?

gimitel

Offline sarond

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1381
  • Country: au
  • Karma: +71/-0
    • View Profile
Re: Multiple DHCP with different Subnet on Mitel 3300 Mxe
« Reply #14 on: November 15, 2016, 12:54:56 AM »
Can you confirm how your switch is programmed.
Are the ports you're connecting too tagged for VLAN200 & 300? What is the untagged (native) vlan.

Bear in mind that you will need a DHCP offer on the native vlan to tell the phone what VLAN it belongs to.


 

Sitemap 1 2 3 4 5 6 7 8 9 10