cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
506
Views
0
Helpful
2
Replies

DHCP Relay Help

mconway
Beginner
Beginner

I would like to use the ip address-helper feature of my 3560 switch to point 10.1.0.0/24 to my Windows DHCP Server on 10.0.0.0/24 and I am unsure how to go about doing this.

Below is a diagram of the network.

Network.jpg

2 Replies 2

Jeff Van Houten
Contributor
Contributor

on the svi for 10.1.0.0/24, add ip helper-address (host address of dhcp server)

Sent from Cisco Technical Support iPad App

darren.g
Contributor
Contributor

Michael Conway wrote:

I would like to use the ip address-helper feature of my 3560 switch to point 10.1.0.0/24 to my Windows DHCP Server on 10.0.0.0/24 and I am unsure how to go about doing this.

Below is a diagram of the network.

Use the IP helper command on the SVI for VLAN 20

#configure terminal

(configure)#interface vlan20

(configure-if)#ip helper-address 10.0.0.245

(configure-if)#exit

(configure)#exit

copy run start

Of course, you then need to configure an additional scope in the Windows DHCP server to allocate for the 10.1.0.0/24 subnet, with appropriate options.

Cheers

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:

Recognize Your Peers