configure voice and data vlan on same port help need
#1
Posted 27 December 2008 - 07:27 PM
I have a switch 4503 , I configure voice and data vlan and assingned to each port of supervisor engine , the problem is when I plug phone to the interneface fa 1/0 ------>then pc to phone . pc gets the ip range of 10.0.1.0 but ip phone doesnt get ip ......
kindly give me the commands to let vlans works
the networks are like this : DATA VLAN :-10.0.1.0/24
VOICE VLAN :-10.0.2.0/24
IP CALL MANGER:-10.0.1.5/24
#2
Posted 27 December 2008 - 10:53 PM
Check the DHCP pool (subnet) configuration there, among other things.
#3
Posted 28 December 2008 - 12:30 AM
What version of callmanager are you using? It is supposed that its DHCP server can only serve IP phones, not PCs.
Check the DHCP pool (subnet) configuration there, among other things.
I configure DHCP pools on switch 4503 and call manager is 6.1.2 , I have no idea of call manager
#4
Posted 28 December 2008 - 12:36 AM
Are you using the access port vlan ??? and voice vlan ??? commands on the ports?
Do you have any IP helper addresses configured?
#5
Posted 28 December 2008 - 01:35 AM
#6
Posted 28 December 2008 - 07:06 AM
It should be sitting in the voice VLAN.
I would create a DHCP pool on the switch for the DATA VLAN and let CallManager
handle the DHCP on the Voice VLAN.
If you don't want to use DHCP from the CCM then make sure you have option 150 set
on the switch and point it at the CCM.
ArronG.
#7
Posted 28 December 2008 - 07:14 AM
#8
Posted 28 December 2008 - 04:24 PM
you need to assign "ip helper address "on switch it will solve your problem
#9
Posted 28 December 2008 - 05:22 PM
hi ,
you need to assign "ip helper address "on switch it will solve your problem
thanks all of yours views, I will try and let you know the result
#10
Posted 30 December 2008 - 02:14 AM
#11
Posted 31 December 2008 - 07:07 AM
Edited by bilgisayar, 31 December 2008 - 07:10 AM.
#12
Posted 31 December 2008 - 10:54 AM
#13
Posted 02 January 2009 - 11:59 AM
From the info you've provided this is the case, so I would advise you review that.
Secondly, I would consider using one device to issue DHCP Addresses solely. Either the switch or CCM. Please note this is just a recommendation cos I think it allows easier administration.
If your DHCP Server isn't on the same VLAN as the devices, then ip helper-addresses would be needed.
Now to your question, I would assume a couple of things since you've provided partial info:
10.0.1.0/24 (DATA VLAN) = VLAN 150
10.0.2.0/24 (VOICE VLAN) = VLAN 160
Since you've got a 4500 switch, I believe you can configure your ports using the two methods below. I'm not entirely sure if you can use the 3rd method on a 4500 but I'll include it anyway
config t
interface FastEthernet 2/3
switchport mode access
switchport access vlan 150
switchport voice vlan 160
OR
config t
interface FastEthernet 2/3
switchport mode access
switchport access vlan 160
switchport voice vlan dot1p
(Remember: I'm not entirely sure if you can use this 3rd method on a 4500....but thought I should add it anyway cos it works on my 3500 lab switch)
config t
interface FastEthernet2/3
switchport trunk encapsulation dot1q
switchport trunk native vlan 150
switchport mode trunk
switchport voice vlan 160
Lastly, like Bilgisayar and Nikomakz suggested, please try and provide more info.
Happy New Year!!!!!
Rgrds,
Skybaba
#14
Posted 03 January 2009 - 09:12 AM
interface FastEthernet0/4
switchport mode access
switchport voice vlan 15
srr-queue bandwidth share 10 10 60 20
srr-queue bandwidth shape 10 0 0 0
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
spanning-tree portfast
Hi guys,
I have a switch 4503 , I configure voice and data vlan and assingned to each port of supervisor engine , the problem is when I plug phone to the interneface fa 1/0 ------>then pc to phone . pc gets the ip range of 10.0.1.0 but ip phone doesnt get ip ......
kindly give me the commands to let vlans works
the networks are like this : DATA VLAN :-10.0.1.0/24
VOICE VLAN :-10.0.2.0/24
IP CALL MANGER:-10.0.1.5/24
#15
Posted 03 January 2009 - 09:31 PM
switchport access vlan 150
switchport voice vlan 160
Edited by kironline, 04 January 2009 - 03:16 AM.
#16
Posted 03 January 2009 - 10:12 PM
The 3rd one, using a trunk, is not recommended (although it could work as well). It was the only alternative for a couple of devices during the first implementations, but not anymore, so Cisco doesnt recommend it nowadays, due mainly to security reasons.
The 1st method is the recommended one, where you use separate VLANs for voice and Data. The 2nd one is acceptable, but you will be using the same VLAN for both kinds of traffic.
HTH
Edited by nicomakz, 03 January 2009 - 10:14 PM.
#17
Posted 06 January 2009 - 10:00 AM
Skybaba, the 1st or 2nd method should work.
The 3rd one, using a trunk, is not recommended (although it could work as well). It was the only alternative for a couple of devices during the first implementations, but not anymore, so Cisco doesnt recommend it nowadays, due mainly to security reasons.
The 1st method is the recommended one, where you use separate VLANs for voice and Data. The 2nd one is acceptable, but you will be using the same VLAN for both kinds of traffic.
HTH
when I try check ip helper address command its still not working , when i try to ping from my pc (port 1/5 in vlan 10 ip is 10.1.1.10/24(data vlan)) to call mananger (port 1/10 vlan 20 ip 10.1.2.1 (voice vlan )) it doesn't reply me , when I ping one vlan gateway like 10.1.1.254 to 10.1.2.254 it gives me reply in switch it self, but I cannot ping to my call manager dont know why even I enable the IP ROUING ALSO the switch is 4503E
#18
Posted 06 January 2009 - 06:54 PM
Skybaba, the 1st or 2nd method should work.
The 3rd one, using a trunk, is not recommended (although it could work as well). It was the only alternative for a couple of devices during the first implementations, but not anymore, so Cisco doesnt recommend it nowadays, due mainly to security reasons.
The 1st method is the recommended one, where you use separate VLANs for voice and Data. The 2nd one is acceptable, but you will be using the same VLAN for both kinds of traffic.
HTH
when I try check ip helper address command its still not working , when i try to ping from my pc (port 1/5 in vlan 10 ip is 10.1.1.10/24(data vlan)) to call mananger (port 1/10 vlan 20 ip 10.1.2.1 (voice vlan )) it doesn't reply me , when I ping one vlan gateway like 10.1.1.254 to 10.1.2.254 it gives me reply in switch it self, but I cannot ping to my call manager dont know why even I enable the IP ROUING ALSO the switch is 4503E
I would like configure dhcp for IP PHONES on CALL MANAGER and another dhcp on CORESWITCH for DATA access so in this case what will be the VLANS I will create and access parameters on switchports. Kindly suggest.
#19
Posted 06 January 2009 - 10:23 PM
when I ping one vlan gateway like 10.1.1.254 to 10.1.2.254 it gives me reply...
Didnt you mean 10.1.1.254 OR 10.1.2.254? Are you still pinging from your PC (on port 1/5)?
Back to Dec 27, 2008. Did you configured a subnet for the DHCP?
Can you provide a topology of your network?
Edited by nicomakz, 06 January 2009 - 10:25 PM.
#20
Posted 07 January 2009 - 06:22 AM
#21
Posted 07 January 2009 - 07:03 PM
just curious....can you do a show vlan on your switch and see if the vlans exist. It happened to me once when I accidentaly deleted vlan.dat file and all my vlans got wiped off and I had similar problem reaching subnets...
vlans exist in #show vlans command
there is no problem with the vlans
#22
Posted 07 January 2009 - 09:10 PM
Hi guys,
I have a switch 4503 , I configure voice and data vlan and assingned to each port of supervisor engine , the problem is when I plug phone to the interneface fa 1/0 ------>then pc to phone . pc gets the ip range of 10.0.1.0 but ip phone doesnt get ip ......
kindly give me the commands to let vlans works
the networks are like this : DATA VLAN :-10.0.1.0/24
VOICE VLAN :-10.0.2.0/24
IP CALL MANGER:-10.0.1.5/24
I am ccvp Certified. This is my shared folder CCNA, CCVP and MCSE meterial and dumps are available on this link
http://www.[nofileshares].com/account/dir/8113725/8c68b197/sharing.html?rnd=37
pray for me for the best
Allah Hafiz
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












