checking DHCP (forwarding) from a router interface

From: Geert Nijs (geert.nijs@simac.be)
Date: Tue May 30 2006 - 08:03:48 ART


Hi group,
 
I have come to an interesting challenge that i am trying to resolve.
Suppose i have a remote router connected to a LAN with no physical access and i want to check/verify that the LAN is capable of DHCP-hosts (DHCP should be working). I want to verify this without physically connecting a host to the lan or router (because it is on the other side of the world).
Does anyone know of any means to do this ?
 
Tried already the following:
 
interface Fa0/0
 ip address dhcp
 no keepalive
 ip helper-address 10.10.10.10
 
This can never work actually (dhcp forwarding using helper-addresses actually works by attaching the ip address of the source lan. This way
the DHCP server can determine in which VLAN it has to assign an address....making the LAN itself DHCP we are running in the chicken-egg problem.......mmm...)
 
Next i tried something like this:
 
bridge irb
interface Fa0/0
 bridge-group 1
 ip address dhcp
 no keepalive
 
interface BVI1
  ip address 1.1.1.1
  ip helper-address 10.10.10.10
exit
 
I am trying to bridge the DHCP request generated by the router on Fa0/0, back to the BVI interface and then forward it to the DHCP server to get an ip address in the range 1.1.1.x
But it doesnt seem to work....
 
Any other ideas ?
 
regards,
Geert
#####################################################################################
Simac N.V. trades under the commercial name Simac ICT Belgium.
This e-mail and any attached files are confidential and may be legally privileged.
If you are not the addressee, any disclosure, reproduction, copying, distribution,
or other dissemination or use of this communication is strictly prohibited.
If you have received this transmission in error please notify Simac immediately
and then delete this e-mail.

Simac has taken all reasonable precautions to avoid virusses in this email.
Simac does not accept liability for damage by virusses, for the correct and complete
transmission of the information, nor for any delay or interruption of the transmission,
nor for damages arising from the use of or reliance on the information.

All e-mail messages addressed to, received or sent by Simac or Simac employees
are deemed to be professional in nature. Accordingly, the sender or recipient of
these messages agrees that they may be read by other Simac employees than the official
recipient or sender in order to ensure the continuity of work-related activities
and allow supervision thereof.
#####################################################################################



This archive was generated by hypermail 2.1.4 : Thu Jun 01 2006 - 06:33:22 ART