You don't need switchport mode trunk when using switchport voice vlan.. <br><br><div><span class="gmail_quote">On 3/1/06, <b class="gmail_sendername">Nicholas Kathmann</b> &lt;<a href="mailto:nicholas.kathmann@kathmannconsulting.com">
nicholas.kathmann@kathmannconsulting.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Joao Pereira wrote:<br>&gt; Hello to all
<br>&gt; I would like to know If some of you have already configured an Cisco<br>&gt; IP Phone (7940 or 7960) to work in a different VLAN than the PC that<br>&gt; is connected through the phone switch?<br>&gt; I know that this can be done with the Skinny firmware, but I dont if
<br>&gt; it works with the SIP firmware.<br>&gt;<br>&gt; The Cisco technical staff told me that these phones dont support<br>&gt; 802.1x but can work as pass-through. This way I can still use the PCs<br>&gt; with 802.1x and the phones in the same Ethernet plug.
<br>&gt;<br>&gt; Did someone made it with the Cisco IP phones? What configuration do I<br>&gt; need in the phones and in the switch?<br>&gt; Thanks<br>&gt; Joao Pereira<br>&gt;<br>If configuring with Cisco switches, I'm pretty sure they pull the
<br>information for which VLAN to operate in from the switch.&nbsp;&nbsp;You have to<br>configure the switchports on the Cisco switch like so:<br><br>interface fastethernet 0/1<br>&nbsp;&nbsp; switchport trunk native vlan &lt;your data vlan&gt;
<br>&nbsp;&nbsp; switchport mode trunk<br>&nbsp;&nbsp; switchport voice vlan &lt;your voice vlan&gt;<br>&nbsp;&nbsp; spanning-tree portfast trunk<br><br>etc.<br><br>Thanks,<br>Nicholas Kathmann, CISSP<br>Kathmann Consulting, LLC<br><br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>