Here&#39;s a typical port on my 3560POE<br><br>interface FastEthernet0/7<br>&nbsp;switchport access vlan 12<br>&nbsp;switchport voice vlan 6<br>&nbsp;shutdown<br>&nbsp;srr-queue bandwidth share 10 10 60 20<br>&nbsp;srr-queue bandwidth shape&nbsp; 10&nbsp; 0&nbsp; 0&nbsp; 0<br>
&nbsp;mls qos trust device cisco-phone<br>&nbsp;mls qos trust cos<br>&nbsp;auto qos voip cisco-phone<br>&nbsp;spanning-tree portfast<br>&nbsp;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>
&nbsp;mls qos trust cos<br>&nbsp;
<br>Do they do any harm, since there is no trunking on this port?&nbsp; Should I set the port to &#39;mode access&#39;?<br><br>Thank you!<br><br>