08-25-2014 05:29 PM - edited 03-07-2019 08:31 PM
Quick and easy questions folks: for the switches, whenever these 2 commands are present, switchport access vlan and switchport voice vlan, how does the switch know that the traffic is Voice, let's say originating from an IP Phone, or data?
Also, are there any good links that will explain this process down to the smallest details?
thank you
Solved! Go to Solution.
08-25-2014 09:15 PM
08-25-2014 06:08 PM
There is vlan id that is usually associated for each.
for example: if the the voice vlan is 10 and the data vlan is 20, when the switch gets a frame that is tagged with vlan 10 it knows that is the voice vlan. If it is tagged with vlan 20, it knows that is coming from a data vlan.
switchport voice vlan 10
switchport access vlan 20
HTH
08-25-2014 06:12 PM
I believe that setting "switchport voice vlan" also tells the switch to send CDP messages out that port to the connected device (the phone) to use the specified vlan for its voice traffic. All untagged frames or frames tagged with the access vlan are dropped into the access vlan.
Look up "auxiliary vlan"...
I hope I gave you correct information.
08-25-2014 08:30 PM
So the switch, whenever configured with the "switchport voice vlan" command, sends out CDP messages to the connected device?? I thought CDP was just a Cisco protocol to identify what type of Cisco device is connected to the port...
Are you implying that ALL IP Phones utilize CDP?
Again, where are the blue-prints for this? There is nothing like having a complete understanding of what goes on under the hood and that is my quest here...
Let's say one port on a switch is configured with both commands like this?
The port has no devices connected to it. But then, an Avaya IP Phone gets connected to it, what is the very first thing that happens? Does the switch initiates the talking or does the phone do this?
08-25-2014 09:15 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