I am having trouble getting a new voice vlan to work. The relevant parts of my config are shown below but essentially I am using port 3/g30 for testing and to that switchport I have a polycom voip phone connected and a laptop connected to the phone.
My primary data network is on the default vlan 1. I've moved management to vlan 99 and created vlan 1018 for the voip phones. When I connect the voip phone both it and the computer attached to the phone receieve addresses form my dhcp server on the 172.16.1.0/24 network. I can't seem tog et the voip phone to be tagged for vlan 1018. I'm guessing I have a problem somewhere with routing or dhcp?
That is how I have it set at the moment.
Here is the relevant portions of the config. I am using port 3/g30 for my testing. It has the polycom phone (with firmware 5.1.4 dated 20-march-13) and a laptop connected to it.
vlan database
vlan 99,1018
vlan routing 1018 1
vlan routing 1 2
ip address none
ip address vlan 99
ip domain-name xxxxx.local
ip name-server 172.16.1.12
ip routing
ip route 0.0.0.0 0.0.0.0 172.16.1.1
interface vlan 1
routing
ip address 172.16.1.3 255.255.255.0
exit
interface vlan 99
name "Mgmt"
exit
interface vlan 1018
name "VoIP"
routing
ip address 10.18.0.254 255.255.255.0
exit
voice vlan
interface ethernet 3/g30
switchport voice detect auto
spanning-tree portfast
switchport mode general
switchport general allowed vlan add 1018 tagged
voice vlan 1018
voice vlan auth disable
exit
Thanks!