cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
600
Views
0
Helpful
1
Replies

Using voice vlan for Cisco Jabber

sidrasaeen
Level 1
Level 1

I have a network of several PCs whose routing is done using a Cisco 3650 switch. I want to use Cisco Jabber for making calls between 2 PCs. The PCs are configured on Vlan 54 and Cisco Jabber is set on Vlan 60. Each time I want to use Cisco Jabber between 2 PCs, I need to connect to the switch and change port's vlan (on both PCs) from 54 to 60, and after using Cisco Jabber I need to change it to 54 again.

I wanted to know is it possible to configure both vlans on the same port? I tried using voice VLAN:

int gig 0/5
switchport mode access
switchport access vlan 54
switchport voice vlan 60

but Cisco Jabber didn't work. What's wrong?

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame

A voice VLAN uses tagged frames, i.e. your host would need to be able to use them for its Jabber communication.  If you've just been changing "access VLAN" from 54 to 60 (and the converse), frames being exchanged would be untagged.

Can you not use Jabber on VLAN 54 or route between the VLANs 54 and 60?