Routers
--
Questions
--
Followers
Top Experts
I need to ask a question about VLANs and DHCP ( IP assignment )
Case:
I have 4 Cisco Switches and already configured with VLANs as follow:
- Core Switch (VLAN2 , VLAN3 , VLAN4 )
- 3 Floor switches ( VLAN 2, VLAN3 , VLAN4 )
- Server ( DNS , DHCP , DC )
As you see in the diagram DHCP server IP address : 192.168.1.100
All I need : how PC from another VLAN ( IP subnet 172.16.1.X ) can assign IP address from DHCP
Please Explain this case to me in details
Thanks
DHCP.jpg
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
additionally, you need to configure the central DHCP server for the subnets of other VLANs.
hope it helps,
bbao
interface vlan xx
ip helper-address 192.168.100
and setup scopes on the server.
The server needs to have a scope built for the other subnets and when it gets a request relayed by a router it knows what subnet it came from based on the relay agent address the router puts in the packet. The server then replies with an address from the correct pool of address for that subnet and sends it back through the router to the client.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
interface vlan xx
ip helper-address 192.168.1.100
the IP address of your server of course
thanks of all
can any one advice me in detail and give me example from internet ( same case )
thansk

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Routers
--
Questions
--
Followers
Top Experts
A router is a networking device that forwards data packets between computer networks. Routers perform the "traffic directing" functions on the Internet. The most familiar type of routers are home and small office cable or DSL routers that simply pass data, such as web pages, email, IM, and videos between computers and the Internet. More sophisticated routers, such as enterprise routers, connect large business or ISP networks up to the powerful core routers that forward data at high speed along the optical fiber lines of the Internet backbone. Though routers are typically dedicated hardware devices, use of software-based routers has grown increasingly common.