cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
411
Views
0
Helpful
4
Replies

ip helper

myouakim
Level 1
Level 1

i am a ccna, i am new to cisco, but i iam trying to setup a location witch has windows 2000 server running a dhcp server with two scopes mean two subnets, with about 75 workstation my problem how can i configure the routers to forward the right subnet or the scope to the workstations mean some workstation they will use the first scope and the other , will use the scond scope please help

4 Replies 4

salman-khan
Level 1
Level 1

Hey myouakim,

What you need to do is forward all the dhcp requests to your dhcp server. To do that you have to be in the interface mode of the interface you want the router to listen for braodcasts to and then apply the "ip helper-address".

For example all your pc's that needs to contact the dhcp server are connected to the interface e0 and suppose your dhcp ip address is 10.0.0.1, so your configuration would be something like this:

router(config)#interface e0

router(config-int)#ip helper-address 10.0.0.1

that's all, you can also use ip forward-protocol command if you want to be more specific about other things.

Hope that helps.

-Salman Khan

thank you, but can i connect the two routers on the same switch and have each router to send the right ip address from each scope to the workstations

You can control this using MAC addresses....

-amdcent

paquino
Level 1
Level 1

With DHCP the DHCP scope will see what we call the GiAddr field in the ip header (actually we use another filed in the header and call it GiAddr). When you use a help address statement we put the incoming interfaces ip subnet in this field and forward it to the DHCP server. This field will specify which subnet the client is coming from. With this info we can correspond the right ip subnet the the correct ip address given out.

Hope this Helps

Sincerely,

Paul Aquino

CSE

Cisco Systems

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: