Hi to all.
I have a topology like:
switch->ip phone->PC
Swicth configuration is:
Interface fa0/4
switchport voice vlan 10
mls qos trust cos
mls qos trust device cisco-phone
switchport priority extende cos 0
In brief, based on my understood:
- Voice will be transmitted on vlan 10 with a default CoS equal to 5. This is true only if a cisco-phone is connect with the Fa0/4 of the switch, otherwise will be used the default CoS value (usually 0)
- Ip Phone override the CoS of packet come from the PC with a CoS equal to 0
Following my doubt:
1)Is it correct my resume?
2) Is not correct to say that the port Fa0/4 of the switch will trust the priority for the frames received from the PC? I think that this is true, because the trust boundaries in this case is the ip phone.
3)What happen in the case of voice and data using the same vlan (and so the same subnet)?
Thanks in advance, Fabio.