Link to home
Start Free TrialLog in
Avatar of adding7
adding7

asked on

Setup HP 2920 L3 ports for tagged voice and untagged computer

Hi,

My goal is to setup a network of VOIP telephones (via a tagged vlan / qos etc) and PCs with one patch link per user. Therefore, PCs will be connected via the handsets.

HP L3 device: HP 2920-48G Switch (J9728A)
Handset: Polycom SoundPoint IP450

Unfamiliar with the cisco commands but here is a high level:
phone/workstation combo ports
-setup a voice vlan make it tagged
 -setup a data vlan, make it untagged
- set the pvid (default for untagged packets, whatever cisco calls it) to data vlan
- set the phones to use voice vlan and pass through whatever

wall->phone->computer
the computer doesn't need to know anything about any vlans, it just works.

Many thanks in advance

A.
Avatar of dts3909
dts3909
Flag of United States of America image

I have included a sampling of our hp2920 config (WB_15_15_0008):

vlan 222
   name "DATA-Cisco-Servers"
   untagged 1-5
   tagged 21-24
   no ip address
   ip igmp
   exit
vlan 170
   name "Data-Employee-Offices"
   untagged 6-20
   tagged 21-24
   no ip address
   exit
vlan 191
   name "VOICE-Offices"
   tagged 1-24
   no ip address
   ip igmp
   voice
   exit

This draft configuration is all I can offer you.  Maybe it will help once you read up on various other posts.
We have a 5406zl upstream from the 2920s.  We use Cisco-IP phones NOT polycom.
Avatar of Daniel Sheppard
Your config looks correct, is it not working?
ASKER CERTIFIED SOLUTION
Avatar of Daniel Sheppard
Daniel Sheppard
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of adding7
adding7

ASKER

Thanks dts3909 and Daniel,

I'm going to apply these and will let you know the result

A.