Link to home
Start Free TrialLog in
Avatar of cpatte7372
cpatte7372Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Cisco Allocate IP Addresses Over Static Route

Hello Experts,

Can someone please provide a link describing how to allocate ip addresses over a static route?

So, I have a static route with a switch and I want to allow users from the switch to be allocated an ip addresses from a certain range over a static route.

Please let me know if you need further clarification.



Cheers

Carlton
Avatar of cpatte7372
cpatte7372
Flag of United Kingdom of Great Britain and Northern Ireland image

ASKER

Can I get some help with this ?
Avatar of ArneLovius
a diagram of what you are trying to achieve would be useful
DHCP works by handing out IPs from it's range on any interface that has an IP in the correct subnet.  Otherwise you need to use a DHCP helper.

You can configure it like this:

config t
interface fas0/0 (or whichever interface connects to the clients)
ip helper-address 172.16.1.0 (specify the network address of the subnet you want to forward DHCP requests for on this interface)

http://www.cisco.com/en/US/docs/ios/12_4t/ip_addr/configuration/guide/htdhcpre.html#wp1085170
Matt,

Is there a way the same thing could be achieved with configuring a static route to the client and then allowing ip addresses from a range to pass over the static route?

If that makes sense.


Cheers
ASKER CERTIFIED SOLUTION
Avatar of Matt V
Matt V
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
OK Matt, I will look further into the link you provided....

Cheers
Cheers mate.