11-30-2017 08:06 AM - edited 03-08-2019 12:56 PM
I hope you guys are ok and before I start, just thanks to everyone.
I am starting to prepare my Cisco training however I just find myself into a problem at work.
I have PC and phone (VoIP) connected throught the same cable, meaning that the phone, which is PoE, makes the Switch funtion, therefore just 1 cable reaches the Cisco Switch, model SG500X-48 48-Port Gigabit with 4-Port 10-Gigabit Stackable Managed Switch.
I wonder to know whether is possible or no make the following. I would like to create 2 VLAN to make the diffence between data and voice. Would it be possible without splitting the cable in 2 reaching the Switch with 2 different lines? In other words, Is it possible to create different VLANs to separate Voice and Data that run over the same cable?
To be honest guys, I imagine that this is not possible but who knows.
Thanks to everyfone for the answers in advance.
Solved! Go to Solution.
11-30-2017 08:14 AM
Hi,
In other words, Is it possible to create different VLANs to separate Voice and Data that run over the same cable?
Yes, possible and very common actually. So, the cable from the wall jack connects to the phone and a cable connotes the phone to the PC/laptop. You just configure 2 vlans on that port, one for voice and one for data. vlan 10 is data and vlan 20 in voice
Here is a sample config for an access port
interface GigabitEthernetx/x/x
switchport access vlan 10
switchport mode access
switchport voice vlan 20
spanning-tree portfast
HTH
11-30-2017 09:37 AM
11-30-2017 08:14 AM
Hi,
In other words, Is it possible to create different VLANs to separate Voice and Data that run over the same cable?
Yes, possible and very common actually. So, the cable from the wall jack connects to the phone and a cable connotes the phone to the PC/laptop. You just configure 2 vlans on that port, one for voice and one for data. vlan 10 is data and vlan 20 in voice
Here is a sample config for an access port
interface GigabitEthernetx/x/x
switchport access vlan 10
switchport mode access
switchport voice vlan 20
spanning-tree portfast
HTH
11-30-2017 09:37 AM
11-30-2017 11:04 PM
11-30-2017 11:02 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide