cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
571
Views
3
Helpful
3
Replies

Setting up DHCP and options for voice vlan

Colin Higgins
Level 2
Level 2

It has been a while since I configured this, and I can't seem to rememebr the exact way ...

I have 2 VLANS, voice and data. I have a DHCP range set up on the Catalyst 3750 switch for the data vlan, but I am not sure how to go about doing the same thing for the voice vlan, and how the phones will know which pool to pull from. Here is a hypothetical setup

ip dhcp pool Employees

network 192.168.120.0 255.255.255.0

ip dhcp excluded-address 192.168.120.1 192.168.120.20

domain-name mydomain.com

dns-server <servers>

lease 7

interface GigabitEthernet1/0/10

switchport access vlan 10

switchport mode access

switchport voice vlan 11

srr-queue bandwidth share 10 10 60 20

srr-queue bandwidth shape  10  0  0  0

queue-set 2

mls qos trust device cisco-phone

mls qos trust cos

auto qos voip cisco-phone

no mdix auto

spanning-tree portfast

How should I go about congiuring the pool for the phones? Which options do I use in the pool (150?)

thanks

1 Accepted Solution

Accepted Solutions

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

Your switch config looks okay..You have defined VLAN 11 as the voice VLAN..hence the phones will use CDP to discover they are in VLAN 11..

To create phones DHCP pool, you just need to configure your ip dhcp pool, and the configure option 150 ip with the tftp server ip...You shoudl consider how you will route between the VLANS..and you may need ip helper-address command if the dhcp server is on a different VLAN from the phones

Please rate all useful posts

"opportunity is a haughty goddess who waste no time with those who are unprepared"

Please rate all useful posts

View solution in original post

3 Replies 3

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

Your switch config looks okay..You have defined VLAN 11 as the voice VLAN..hence the phones will use CDP to discover they are in VLAN 11..

To create phones DHCP pool, you just need to configure your ip dhcp pool, and the configure option 150 ip with the tftp server ip...You shoudl consider how you will route between the VLANS..and you may need ip helper-address command if the dhcp server is on a different VLAN from the phones

Please rate all useful posts

"opportunity is a haughty goddess who waste no time with those who are unprepared"

Please rate all useful posts

If the DHCP server is the switch itself, do I need helper addresses?

Yes, depending on what VLAN the dhcp server is in..If its on the data VLAN then you should configure ip helper command on the voice vlan point to the ip address of the dhcp server

Please rate all useful posts

"opportunity is a haughty goddess who waste no time with those who are unprepared"

Please rate all useful posts