Here's a typical port on my 3560POE<br><br>interface FastEthernet0/7<br> switchport access vlan 12<br> switchport voice vlan 6<br> shutdown<br> srr-queue bandwidth share 10 10 60 20<br> srr-queue bandwidth shape 10 0 0 0<br>
mls qos trust device cisco-phone<br> mls qos trust cos<br> auto qos voip cisco-phone<br> spanning-tree portfast<br> spanning-tree bpduguard enable<br><br><br>Obviously, if I had a device there, I would not have it in shutdown mode!<br>
<br>My bigger question is do I need these lines:<br><br>mls qos trust device cisco-phone<br>
mls qos trust cos<br>
<br>Do they do any harm, since there is no trunking on this port? Should I set the port to 'mode access'?<br><br>Thank you!<br><br>