Hello All,
I bought a powerconnect 7048P to run as my core switch with my vmware, and then be able to support my 9971 phones and wifi access points with POE. So far every thing was working fine, however now I need to create my voice vlan and get routing working there is where I am running into issues.
My internal network is 10.0.0.0/16
my domain controllers (DNS, DHCP, etc) are at 10.0.2.1 and 10.0.2.2
My current switch config is:
!Current Configuration:
!System Description "PowerConnect 7048P, 5.1.0.1, VxWorks 6.6"
!System Software Version 5.1.0.1
!System Operational Mode "Normal"
!
configure
vlan 5-10,20,30,40
exit
vlan 5
name "WLC_Vlan"
exit
vlan 6
name "AP1_Vlan"
exit
vlan 7
name "AP2_Vlan"
exit
vlan 8
name "AP3_Vlan"
exit
vlan 9
name "AP4_Vlan"
exit
vlan 10
name "Guest_Vlan"
exit
vlan 20
name "Voice_Vlan"
exit
hostname "coresw"
slot 1/0 6 ! PowerConnect 7048P
sntp unicast client enable
sntp client poll timer 128
sntp server 10.0.2.1
sntp server 10.0.2.2
clock summer-time recurring USA
clock timezone -8 minutes 0
stack
member 1 6 ! PCT7048P
exit
ip name-server "10.0.2.1"
ip name-server "10.0.2.2"
ip default-gateway 10.0.0.1
ip route 0.0.0.0 0.0.0.0 10.0.0.1 253
ip helper-address 10.0.2.1 domain
ip helper-address 10.0.2.2 domain
ip helper-address 10.0.2.1 dhcp
ip helper-address 10.0.2.2 dhcp
ip helper-address 10.0.2.1 ntp
ip helper-address 10.0.2.2 ntp
interface vlan 1
ip address 10.0.0.2 255.255.0.0
exit
interface vlan 20
ip address 10.20.0.1 255.255.0.0
ip netdirbcast
ip local-proxy-arp
exit
username "craig" password REMOVED privilege 15 encrypted
voice vlan
ip ssh server
power-usage-history sampling-interval 30
!
interface Gi1/0/38
gvrp enable
switchport mode general
voice vlan 20
voice vlan auth disable
exit
snmp-server engineid local REMOVED
snmp-server agent boot count 2
enable password REMOVED encrypted
exit
So, my issues are, for the life of me I can't get DHCP from my phone on the voice vlan over to my DHCP servers on 10.0.2.1 and 2.2. When I hook up a machine to the port it properly places it in vlan 1 and everything works fine. WHen I plug in a phone, it identifies the vlan as 20, and I never see an ip-helper DHCP request to the server. I did create the scope and range in DHCP for the 10.20.0.0 requests as well.
Any thoughts on what I am missing?
Thanks
Craig