Author Topic: 5485 IP Paging Unit -- HELP NEEDED!  (Read 2917 times)

Offline Labroy74

  • Contributer
  • *
  • Posts: 20
  • Country: au
  • Karma: +0/-0
  • "It should just work!"
    • View Profile
5485 IP Paging Unit -- HELP NEEDED!
« on: July 31, 2018, 11:04:12 PM »
Hi all,

I am after the options required to get this paging unit to boot up. I am giving options 128-131 only, but I am not sure that it I have 'worded' them correctly.

I currently have this..
OPTION_131=MITEL IP PHONE, 192.168.0.244 ;
OPTION_130=MITEL IP PHONE, 5010 ;
OPTION_129=RTC, 192.168.10.3 ;
OPTION_128=TFTP, 192.168.10.3 ;

I don't think the options are worded correctly, as I am getting ...
[08/01/2018 13:00:29] Adapter 0 has recognized an incoming DHCP request
[08/01/2018 13:00:29] DHCP message = DHCPDISCOVER
[08/01/2018 13:00:29]    requested options: 1 3 6 44 54 128 129 130 131 132 133 134 135
[08/01/2018 13:00:29] Lookup client data for physical address "08-00-0F-90-C0-A2" / client_id "08-00-0F-90-C0-A2"
[08/01/2018 13:00:29] Client 08-00-0F-90-C0-A2 is configured with the IP address 192.168.0.243
[08/01/2018 13:00:29] Ignoring malformed custom option [08-00-0F-90-C0-A2]OPTION_128
[08/01/2018 13:00:29] Ignoring malformed custom option [08-00-0F-90-C0-A2]OPTION_129
[08/01/2018 13:00:29] Ignoring malformed custom option [08-00-0F-90-C0-A2]OPTION_130
[08/01/2018 13:00:29] Ignoring malformed custom option [08-00-0F-90-C0-A2]OPTION_131
[08/01/2018 13:00:30] Response: offer the configured IP address (lease time = 86400)
[08/01/2018 13:00:30] Sending a broadcast response to the client
[08/01/2018 13:00:30] Connection 0: sending top queue packet

I am trying to set this up on a closed network at the moment (with no MiVoice Business attached) as I was told it only needs to accept an IP, then it will 'log into the system' as programmed

** I also noticed that it asks for a whole lot more options than what I have programmed! **


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: 5485 IP Paging Unit -- HELP NEEDED!
« Reply #1 on: August 01, 2018, 09:54:26 AM »
Hi all,

I am after the options required to get this paging unit to boot up. I am giving options 128-131 only, but I am not sure that it I have 'worded' them correctly.

I currently have this..
OPTION_131=MITEL IP PHONE, 192.168.0.244 ;
OPTION_130=MITEL IP PHONE, 5010 ;
OPTION_129=RTC, 192.168.10.3 ;
OPTION_128=TFTP, 192.168.10.3 ;

I don't think the options are worded correctly, as I am getting ...
[08/01/2018 13:00:29] Adapter 0 has recognized an incoming DHCP request
[08/01/2018 13:00:29] DHCP message = DHCPDISCOVER
[08/01/2018 13:00:29]    requested options: 1 3 6 44 54 128 129 130 131 132 133 134 135
[08/01/2018 13:00:29] Lookup client data for physical address "08-00-0F-90-C0-A2" / client_id "08-00-0F-90-C0-A2"
[08/01/2018 13:00:29] Client 08-00-0F-90-C0-A2 is configured with the IP address 192.168.0.243
[08/01/2018 13:00:29] Ignoring malformed custom option [08-00-0F-90-C0-A2]OPTION_128
[08/01/2018 13:00:29] Ignoring malformed custom option [08-00-0F-90-C0-A2]OPTION_129
[08/01/2018 13:00:29] Ignoring malformed custom option [08-00-0F-90-C0-A2]OPTION_130
[08/01/2018 13:00:29] Ignoring malformed custom option [08-00-0F-90-C0-A2]OPTION_131
[08/01/2018 13:00:30] Response: offer the configured IP address (lease time = 86400)
[08/01/2018 13:00:30] Sending a broadcast response to the client
[08/01/2018 13:00:30] Connection 0: sending top queue packet

I am trying to set this up on a closed network at the moment (with no MiVoice Business attached) as I was told it only needs to accept an IP, then it will 'log into the system' as programmed

** I also noticed that it asks for a whole lot more options than what I have programmed! **
I am not sure what your DHCP server is or how to configure it, but assuming that there is no VLAN jumping via DHCP required, the only options the 5485 needs are 128, 129, and 130 (I don't even know what 131 is).

128 and 129 are simply the IP address of the controller
130 is the text string "MITEL IP PHONE" w/o quotes

Source: http://www.mitelforums.com/articles/3300/Mitel-3300-DHCP-Options.php

There are also multiple documents on Mitel's eDocs site for configuring DHCP for use with the MiVoice Business, but other than for "older" devices like the 5485 (essentially a 5010 set) 128+ is no longer recommended.


Offline VinceWhirlwind

  • Hero Member
  • *****
  • Posts: 899
  • Country: au
  • Karma: +31/-0
    • View Profile
Re: 5485 IP Paging Unit -- HELP NEEDED!
« Reply #2 on: August 01, 2018, 06:11:52 PM »
I think the spaces you have in the options are what's upsetting it.

Offline johnp

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2183
  • Country: us
  • Karma: +66/-0
    • View Profile
Re: 5485 IP Paging Unit -- HELP NEEDED!
« Reply #3 on: August 01, 2018, 07:54:42 PM »
I would help to know system software version, it looks to me that the options aren't defined correctly on the dhcp server. I think 43/125 will work on newer software

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: 5485 IP Paging Unit -- HELP NEEDED!
« Reply #4 on: August 01, 2018, 10:50:45 PM »
I would help to know system software version, it looks to me that the options aren't defined correctly on the dhcp server. I think 43/125 will work on newer software
The 5485 IP Paging unit requires DHCP Options 128+ as it is essentially a 5010 IP set... It does not support 43/125.

Offline Labroy74

  • Contributer
  • *
  • Posts: 20
  • Country: au
  • Karma: +0/-0
  • "It should just work!"
    • View Profile
Re: 5485 IP Paging Unit -- HELP NEEDED!
« Reply #5 on: August 20, 2018, 12:46:11 AM »
Hi guys,

I have found this on another system I was working on.  ALL the options! I think I'm good to go from here. Thanks again!


 

Sitemap 1 2 3 4 5 6 7 8 9 10