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?