dhcp relay agent where to place it?
yrwins
Member Posts: 81 ■■□□□□□□□□
in CCNA & CCENT
Comments
-
GDaines Member Posts: 273 ■■■□□□□□□□dhcp relay agent where to place it.
This is what's in my study notes, not sure if it's my words or copied from one of my study sources.
Where a router stands between a DHCP client and server you need to configure an ip helper-address which will allow the router to act as a DHCP relay agent. This should be configured on the outgoing interface of the LAN facing the host. Where multiple DHCP servers exist, multiple ip helper-addresses can be configured but these do not undertake any form of load balancing. -
james43026 Member Posts: 303 ■■□□□□□□□□I think it's important to note, that the ip helper-address command literally just tells any router interface that it's on, to forward all broadcast traffic that it sees, as a unicast to any ip-helper-addresses configured. So it can be used for much more than just DHCP, it's actually the recommended way to do PXE booting as well.