09-09-2008 12:53 AM - edited 03-03-2019 11:27 PM
I have 3750 switch with Version 12.2(25)SEE3. I am running DHCP server on it for data/voice
I am running 172.28.92.0/24 for data and 172.28.93.0/24 for voice.
Ports are configured both for data/voice.
Now i want to add another subnet because users are getting IP address outage.
Please let me know how to add another subnet for voice and data and how to confiugre this subnet for DHCP server. How to configure the VLAN for this.
I will be very greatful to you.
09-09-2008 01:10 AM
Hi
U need to configure another dhcp pool along with the excluded address same as it is done for the earlier dhcp pool.for eg:
ip dhcp excluded-address 10.30.28.1 10.30.28.50
ip dhcp excluded-address 10.30.28.201 10.30.28.254
ip dhcp pool users-bldg10
network 10.30.28.0 255.255.255.0
default-router 10.30.28.250
dns-server 10.30.28.10 10.1.6.6
netbios-name-server 10.30.12.10 10.1.6.6
Thanks
Mahmood
09-09-2008 06:44 AM
Thanks for the reply,
but right now i have two vlan one for voice and one for data.
If i will include this pool in DHCP configuration. How to deal with Port configuration for vlan.
All ports are member of VLAN 100 and VLAN 110.
Will there need to add new vlan and assign the port to that vlan also.
09-09-2008 07:36 AM
Hi
U need to configure two DHCP Pools onne for the hosts ie. PC's and the other for IP Phones.
U need to assign the switch port as below
switchport mode access
switchport access vlan (vlan id)
switchport voice vlan (voice vlan id)
Thanks
Mahmood
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide