This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

asl dhcp relay

Is it possible to setup asl as a dhcp relay agent? 
I inherited this system from a previous admin, so I very noobis in this field
It is configured with different subnetworks and vlans. Now we want to use a windows 2003 server as dhcp server, so asl should function as relay agent
Thx for any replies.


This thread was automatically locked due to age.
Parents
  • [ QUOTE ]
    Is it possible to setup asl as a dhcp relay agent? 
    I inherited this system from a previous admin, so I very noobis in this field
    It is configured with different subnetworks and vlans. Now we want to use a windows 2003 server as dhcp server, so asl should function as relay agent
    Thx for any replies. 

    [/ QUOTE ]

    Astaro is a router, and routers don't relay DHCP because the address being assigned would be in the wrong subnet.  DHCP relay is commonly found with bridges, where the subnets are the same on the external and internal interfaces.

    -Steve
  • Hi,
    this is not completly true, every normal CISCO IOS Router has an DHCP-Relaying Option.
    So its only a peace of software added to the routing-engine.

    firebear
  • [ QUOTE ]
    Hi,
    this is not completly true, every normal CISCO IOS Router has an DHCP-Relaying Option.
    So its only a peace of software added to the routing-engine.

    firebear 

    [/ QUOTE ]

    Duh!  OK, I see what you're saying here.  I'm a CCNA but they didn't cover that tidbit in the training, and it wasn't on the exam.  I've never had the need for a DHCP relay agent, either.  In any event, Astaro doesn't provide this.

    -Steve
  • In Cisco speak the DHCP Relay is known as an ip helper and the configuration command within IOS would look like this  
    ip helper-address .  
    Any router or layer 3 device can accept broadcast UDP packets and send it as a unicast message to the DHCP server, the DHCP server knows the proper scope to serve the IP address from  because the router replaces the source address of the request with its own internal address on the subnet in question.

    If your situation allows, install a basic Linux system on each subnet and install the DHCP Relay agent package and allow that server to talk to your W2K3 DHCP server.  You will still be able to use ASL and centrally manage your DHCP zones from your W2K3 server.


    In large centrally managed networks this technology is used quite often,  it allows you to run DHCP throughout the enviroment and have a central pool of address from which to assign to subnets
Reply
  • In Cisco speak the DHCP Relay is known as an ip helper and the configuration command within IOS would look like this  
    ip helper-address .  
    Any router or layer 3 device can accept broadcast UDP packets and send it as a unicast message to the DHCP server, the DHCP server knows the proper scope to serve the IP address from  because the router replaces the source address of the request with its own internal address on the subnet in question.

    If your situation allows, install a basic Linux system on each subnet and install the DHCP Relay agent package and allow that server to talk to your W2K3 DHCP server.  You will still be able to use ASL and centrally manage your DHCP zones from your W2K3 server.


    In large centrally managed networks this technology is used quite often,  it allows you to run DHCP throughout the enviroment and have a central pool of address from which to assign to subnets
Children
No Data