Author Topic: 5370IP Phones - VLAN via DHCP  (Read 3195 times)

Offline DavidB86

  • New Member
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
5370IP Phones - VLAN via DHCP
« on: July 19, 2021, 07:43:08 AM »
Dear all,

I registered in this forum purely to ask this one question, which the great wide web did not reveal to me yet...

We have Data VLAN (lets say 1, but it will be another ID later on) and Voice VLAN 8
We use AAastra 5370ip phones, which should get a DHCP address in VLAN 8. The switch on the phone should offer access to DATA vlan 1 for connected notebooks

We do not use LLDP MED
I would much rather have the DHCP send the correct Voice VLAN ( 8 ) in the DHCP offer process.

Different guides state to use DHCP Options 043, 060, 156 ...

my last config string for 043 was like this : id:ipphone.mitel.com;sw_tftp=10.8.0.10;call_srv=10.8.0.10;vlan=8;l2p=6v6s6;dscp46v46s26
060 Vendor ID = Aamadeus IP Phone
156 = ftpservers=10.8.0.10, layer2tagging=0, vlanid=8
custom vendor class = ipphone.mitel.com.  (ASCII)

... i tried lots of different options in combination, but I had no success
Each DHCP request of the phone puts them in the DATA VLAN IP range

Is there a complete, valid config manual for 5370IP ?
Or ist there some requirement, that I may be missing?

We have plain Layer2 Cisco Networks and a DHCP Server on Windows Server 2016
I prefer the Settings in the Windows enviroment, which I am more used in handling.

some guides I looked at:
http://unixwiz.net/techtips/mitel-ipphone-networking.html
http://www.mitelforums.com/articles/3300/Mitel-3300-DHCP-Options.php
https://oneview.mitel.com/servlet/fileField?entityId=ka40h000000GtXvAAK&field=Attachment_1__Body__s


unfortunately, I am lost....

can someone share some knowledge / guide with me?

thanks and best regards!
David

« Last Edit: July 19, 2021, 07:47:24 AM by DavidB86 »


Offline ZuluAlpha

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 669
  • Country: us
  • Karma: +15/-0
    • View Profile
Re: 5370IP Phones - VLAN via DHCP
« Reply #1 on: July 19, 2021, 04:23:18 PM »
This guy adds an 003 PBX option for Aastra phones - you may find it useful:

https://www.youtube.com/watch?v=MoLlVVRaKME

Offline acejavelin

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4064
  • Country: us
  • Karma: +129/-0
  • High-tech, heavy metal redneck!
    • View Profile
    • Like what I do and wanna help out? Send me a donation!
Re: 5370IP Phones - VLAN via DHCP
« Reply #2 on: July 19, 2021, 11:51:33 PM »
This is an Aastra phone (now Mitel)... to my knowledge it does NOT support the options you are showing as they are for MiNET (Mitel proprietary network protocol) phones and not SIP phones. And this phone is not compatible with the the Mitel MiVoice Office 250 as far as I know. To my knowledge of these phones (which I know little of the Aastra line) they do not work with any of the classic MiNET 5200/5300 series phone's DHCP options (43/125/128+), the 5370 is a purely SIP device that just happens to have that model number.

I think this is in the wrong forum and should probably be in the MiVoice Office 400/MX-One category in order get get a solid answer.

Offline DavidB86

  • New Member
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: 5370IP Phones - VLAN via DHCP
« Reply #3 on: July 20, 2021, 03:32:07 AM »
This is an Aastra phone (now Mitel)... to my knowledge it does NOT support the options you are showing as they are for MiNET (Mitel proprietary network protocol) phones and not SIP phones. And this phone is not compatible with the the Mitel MiVoice Office 250 as far as I know. To my knowledge of these phones (which I know little of the Aastra line) they do not work with any of the classic MiNET 5200/5300 series phone's DHCP options (43/125/128+), the 5370 is a purely SIP device that just happens to have that model number.

I think this is in the wrong forum and should probably be in the MiVoice Office 400/MX-One category in order get get a solid answer.

Thank you very much. I hope, that there is a way with the Aastra SIP devices also...


This guy adds an 003 PBX option for Aastra phones - you may find it useful:

https://www.youtube.com/watch?v=MoLlVVRaKME

Thanks - yes, I also tried this video (and did not mention it). But also no success

Since you are global moderator - do you also think the MiVoice Office 400/MX-One category is the proper one? If yes, could you move this thread, please?

Thanks!

Offline bojo387

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 226
  • Country: sg
  • Karma: +3/-0
    • View Profile
Re: 5370IP Phones - VLAN via DHCP
« Reply #4 on: July 28, 2021, 12:36:52 AM »
@DavidB86

Sorry, I'd like to understand more. You want the phone to get a VLAN8 IP and the device connected to its PC port to get a VLAN1 IP <---- is my understanding of your requirement correct?

Is the Cisco switch port set correctly (tagged) with the right VLAN?

And are the ports on the phone set with the correct VLAN IDs? You can do this manually via the 5370ip's web UI.

Offline DavidB86

  • New Member
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: 5370IP Phones - VLAN via DHCP
« Reply #5 on: July 28, 2021, 11:54:06 AM »
Hello @bojo387,

thank you for taking your time and your answer!

Sorry, I'd like to understand more. You want the phone to get a VLAN8 IP and the device connected to its PC port to get a VLAN1 IP <---- is my understanding of your requirement correct?

Yes, you are correct.

Is the Cisco switch port set correctly (tagged) with the right VLAN?

I tried different methods. Mode Access and Mode Trunk
Native Vlan = 1 (for Data). Additionally Vlan 8 is also allowed

Last setting was this:

interface GigabitEthernet1/0/39
 switchport access vlan 1
 switchport trunk native vlan 1
 switchport mode access
 switchport voice vlan 8
 auto qos voip cisco-phone
 spanning-tree portfast edge


And are the ports on the phone set with the correct VLAN IDs? You can do this manually via the 5370ip's web UI.

No, the VLAN is not set on the phone itsef. The goal was that the phone receives its vlan from the DHCP options on first DHCP request, then reboot into voice vlan

I know it is possible in general. Is it not possible for this phone?

best regards,
David

Offline bojo387

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 226
  • Country: sg
  • Karma: +3/-0
    • View Profile
Re: 5370IP Phones - VLAN via DHCP
« Reply #6 on: July 28, 2021, 12:37:46 PM »
Ah yes. Thanks for clarifying about  doing it via DHCP. These phones are obsolete but I do have some in my lab. However, I don't have physical access to our office at the moment due to the pandemic. Let me see what I can dig up.

BR/Bojo

Offline zoo

  • Contributer
  • *
  • Posts: 23
  • Country: au
  • Karma: +3/-0
    • View Profile
Re: 5370IP Phones - VLAN via DHCP
« Reply #7 on: August 15, 2021, 11:45:18 PM »
Hope this documents will help..

BR
Zoran


 

Sitemap 1 2 3 4 5 6 7 8 9 10