this is a single domain and it has a mixed environment.
Debian/windows/redhat but that doesn't matter because all clients/servers are using TCP/IP
Main Topics
Browse All TopicsHi,
I have to create a network schema for a school (250pcs) and I want for each class room its own subnet... -> so they'll be able to shut down the internet for a classroom!
But I have a problem: How do I have to implement something like that...
Is this a good implementation or not at all?
ISP - router - switch (cisco) - switch class 1
- switch class 2
- switch class 3
- switch class 4
- switch 5 (administration)
the dhcp server is connected to the switch no 5. Is it possible to implement this schema to add the ip helper-address to every VLAN/switch other than the admin vlan?
thanks in advance
Krekke
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi
Yes you can create and Ip helper address to each VLAN, if you could send me the hardware details I can provide you more details.
You can design your VLAN Network in a following way
1) Create VTP domain in the administrator switch (for Eg School).
2) Create required VLANs and assign them the IP address ( Different subnets) and also add IP helper address
Config Example
interface Vlan2
ip address 10.2.0.2 255.255.254.0
ip helper-address 10.0.1.100
ip helper-address 10.0.1.101
3)Create a trunking between the uplink ports from the main switch to edge switches.+
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
4) Join all those swicthes to the VTP domain you created in the admin switch & make sure those swicthes are in VTP client mode.
Make sure the switch you are using to create VLAN is Layer 3 capable .
If you need more assistance please let me know.
Cheers
Yasir
Business Accounts
Answer for Membership
by: AdamRobinsonPosted on 2007-01-05 at 21:48:33ID: 18257191
Are you managing this on a single domain? Is there a central controller? If so, what operating system is it running?