Author Topic: DHCP and SNMP on uTasker_v1.3_SP6 (MCF5223X)  (Read 6554 times)

Offline ctkian

  • Newbie
  • *
  • Posts: 20
    • View Profile
DHCP and SNMP on uTasker_v1.3_SP6 (MCF5223X)
« on: May 03, 2013, 09:44:37 AM »
Hi All,

I would like to know in uTasker_v1.3_SP6,

1. Is DHCP code mature for deployment.
2. To what extend the SNMP has complete and what is require to be add in (since in the source file it is written as in development. Attached here the source that I have.

Or can I can and updated version on DHCP and SNMP that is more readiness for application code. Please advise me as well what is implement in latest code on DHCP and SNMP.

Thank you very much.

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: DHCP and SNMP on uTasker_v1.3_SP6 (MCF5223X)
« Reply #1 on: May 03, 2013, 10:51:41 PM »
Hi

DHCP has been improved slightly since the version that you use but the original version has been otherwise in use since 2006. I suggest checking the header of the DHCP.c file to see the changes to see wither there is anything that may be relevant for you. Either the newer version can be used directly of the changes taken from the file.

    10.06.2007 Quieten GNU compiler by initialising a variable           {1}
    22.06.2008 Allow operation without random number generator support   {2}
    14.10.2009 Allow overload options to be tolerated, but not handled   {3}
    22.03.2010 Verify the MAC address in offers to ensure accepting only own values {4}
    03.06.2010 Correct MAX_TIMER_DELAY value                             {5}
    04.06.2010 Check for invalid renewal and rebind timers from server and force realistic values {6}
    24.10.2010 Add relay agent support                                   {7}
    15.12.2012 DHCP is presently restricted to the default network and interface {8}


SNMP: The following gives details about the present state of SNMP support -
http://www.utasker.com/forum/index.php?topic=866.0
Essentially there are V1 and V2 contributed to the project, but not directly supported in the project.

Regards

Mark