Comware Based
1748255 Members
3953 Online
108760 Solutions
New Discussion

Re: how to configure voice and data vlan on same port HPswitch

 
declan2777
Frequent Advisor

how to configure voice and data vlan on same port HPswitch

Hi there,

 

Just wondering how to configure voice and data vlan on same port HPswitch. Having some issues

4 REPLIES 4
declan2777
Frequent Advisor

Re: how to configure voice and data vlan on same port HPswitch

Also they are HPE 5510 switches. If any help much appreciated

akg7
HPE Pro

Re: how to configure voice and data vlan on same port HPswitch

Hi,

YOu can refer below link for LAN configuration guide for HPE 5500 switch. 

Refer Voice VLAN Configuration on pg. 141 .

https://support.hpe.com/hpesc/public/docDisplay?docId=c02645780&docLocale=en_US

or can do configuration like below:

 lldp global enable
 lldp compliance cdp

interface <interface number>
 port link-type hybrid
 undo port hybrid vlan 1
 port hybrid vlan <voice vlan number> tagged
 port hybrid vlan <data vlan number> untagged
 port hybrid pvid vlan <data vlan number> 
 voice-vlan qos trust   -->Optional
 undo voice-vlan mode auto
 voice-vlan <voice vlan number> enable
 stp edged-port
 lldp compliance admin-status cdp txrx
 lldp tlv-enable dot1-tlv protocol-vlan-id <voice vlan number>
 lldp tlv-enable med-tlv network-policy <voice vlan number> 
 poe enable  --> If port is POE

Thanks!

 

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo
declan2777
Frequent Advisor

Re: how to configure voice and data vlan on same port HPswitch

Hi there,

Many thanks for getting back to me that is great!!

Just another hopefully quick question, say you have both voice and data on the 1 vlan. Do you just make it an access port and permit that 1 vlan?

The reason I ask is that on a site we look after (New site) the config is only 1 flat vlan for both data and voice and they have it as access port permit the vlan and the phones wont work, they will if they take out the cable from there thin clients and vise versa for phone. Only 1 or the other will work.

Any help or guidance is greatly appreciated!

akg7
HPE Pro

Re: how to configure voice and data vlan on same port HPswitch

Hello,

I believe same vlan won't work.

 

Thanks!

 

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo