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

WAN

estelamathew
Level 2
Level 2

Hello Dears,

DHCP Server is in HUB location and Branch users need to get ip address through HUB. Does the DHCP request passes through WAN ??? when there is a route in routing table of Branch router to the DHCP server.

Is it a Professional Design to do this.??

Thanks

1 Accepted Solution

Accepted Solutions

gatlin007
Level 4
Level 4

This is a widely deployed practice.  It's called DHCP relay.  On a Cisco router or Layer 3 switch try the following:

int fa0/0
description Branch LAN Interface
ip helper-address a.b.c.d ### Where a.b.c.d = the DHCP server address at the Hub site.

exit


Chris

View solution in original post

1 Reply 1

gatlin007
Level 4
Level 4

This is a widely deployed practice.  It's called DHCP relay.  On a Cisco router or Layer 3 switch try the following:

int fa0/0
description Branch LAN Interface
ip helper-address a.b.c.d ### Where a.b.c.d = the DHCP server address at the Hub site.

exit


Chris

Review Cisco Networking products for a $25 gift card