cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
371
Views
0
Helpful
1
Replies

question about DHCP

sumpf3651
Level 1
Level 1

there is a computer 1. it is connected to

a layer 3 switch. and DHCP server is connected to layer 3 switch which dosen't not belong to same broadcast domain with computer 1.

in this case, when computer 1 try to discover DHCP server, which step dose

it take?

as I think, first computer 1 send broad

cast packet to in-domain to discover DHCP server. and if there is no reponse,

the switch get the packet and broadcast it to computer which is connected to the switch. and DHCP server got the packet and reponse to computer 1.

is it right that I've understood?

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

The routed interface on the layer 3 switch to which the PC connects must have an ip helper-address configured on it so that the switch knows where to send the DHCP discover. The helper address points to the IP address of the DHCP server. For example:

interface Vlan6

ip address 10.32.6.1 255.255.255.0

ip helper-address 10.32.100.33

Without this, the PC will not be able to get a DHCP offer.

View solution in original post

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

The routed interface on the layer 3 switch to which the PC connects must have an ip helper-address configured on it so that the switch knows where to send the DHCP discover. The helper address points to the IP address of the DHCP server. For example:

interface Vlan6

ip address 10.32.6.1 255.255.255.0

ip helper-address 10.32.100.33

Without this, the PC will not be able to get a DHCP offer.

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: