Switches, Hubs, and Modems
1748289 Members
3207 Online
108761 Solutions
New Discussion

How to make use of Voice and date on same interface in HP procurve 2650

 
AnandNarayana
Occasional Visitor

How to make use of Voice and date on same interface in HP procurve 2650

Hi,

 I have limited switch ports on HP 2650, but i would like to connect VoIP phones without need of buying additional switch.


I know in Cisco switch, you can make use of one interface to connect Voice & Data as mentioned below.

 

interface FastEthernet0/15
 description DATA & VoIP
 switchport access vlan 30
 switchport mode access
 switchport voice vlan 15

similarly, i would like to know the command to be used in HP Procurve 2650 switch.

2 REPLIES 2
Fredrik Lönnman
Honored Contributor

Re: How to make use of Voice and date on same interface in HP procurve 2650

vlan 15
voice

 This will do the ~same. You'll need some way to signal to the phone to use that VLAN, Cisco uses primarily CDP which is proprietary. Look in the specs if the 2650 support LLDP-MED, which can be used in the same way. Otherwise you'll have to do it manually or with some sort of TFTP push from the native vlan.

---
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S

AnandNarayana
Occasional Visitor

Re: How to make use of Voice and date on same interface in HP procurve 2650

below is what I configured on the switch and it seems to be working.

 

port 7 is the interface on which the VoIP phone is connected (voice vlan 100) and from VoIP, I have connected to a laptop which is in vlan 30

 

vlan 30
   name "IT"
   untagged 7
   tagged Trk1

 

vlan 100
   name "DEVICES"
   tagged 7,Trk1
   voice