<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>My first guess would be to turn trunking on those ports. You have 
configured voice vlans, not data vlans, so it needs to be set to trunk in order 
to enable those to work. I've tested with my phone, and not having the trunk 
statement breaks things pretty quick. It doesn't even try to get an IP address 
off the data vlan that I've set.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here's a snippet:</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Fixedsys>interface FastEthernet0/24<BR>&nbsp;switchport trunk 
encapsulation dot1q<BR>&nbsp;switchport trunk native vlan 25<BR>&nbsp;switchport 
mode trunk<BR>&nbsp;switchport voice vlan 625<BR>&nbsp;spanning-tree 
portfast<BR>end<BR></FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=amendoza@Niku.com href="mailto:amendoza@Niku.com">Anthony Mendoza</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=cisco-voip@puck.nether.net 
  href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, July 15, 2004 3:04 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [cisco-voip] Need Help 
  Configuring Cat2924XL</DIV>
  <DIV><BR></DIV><BR>I've got a Cat2924XL with the following relevant config 
  snippets:<BR><BR>rwc-2924xl-131#show vlan<BR>12&nbsp;&nbsp; 
  DMZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  active<BR>100&nbsp; IP 
  Phones&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  active&nbsp;&nbsp;&nbsp; Fa0/7<BR><BR>interface FastEthernet0/5<BR>&nbsp; 
  switchport voice vlan 100<BR>&nbsp; spanning-tree portfast<BR>!<BR>interface 
  FastEthernet0/6<BR>&nbsp; switchport access vlan 2<BR>&nbsp; switchport voice 
  vlan 100<BR>!<BR>interface FastEthernet0/7<BR>&nbsp; switchport access vlan 
  100<BR>&nbsp; spanning-tree portfast<BR><BR>interface 
  FastEthernet0/24<BR>&nbsp; switchport trunk encapsulation dot1q<BR>&nbsp; 
  switchport mode trunk<BR><BR>interface VLAN2<BR>&nbsp; ip address 172.16.0.131 
  255.255.0.0<BR>&nbsp; no ip directed-broadcast<BR>&nbsp; no ip 
  route-cache<BR><BR><BR>So...&nbsp; FE0/7 works fine (as you would expect), but 
  neither 0/5 or 0/6 <BR>work ...&nbsp; The phone sees the operational VLAN 100, 
  but never gets an <BR>IP..&nbsp; What the heck am I doing wrong?&nbsp; Cisco's 
  docs only show the <BR>"switchport voice vlan" option as being relevant.&nbsp; 
  Is there something <BR>I'm missing on the switch config?&nbsp; I've rebooted 
  the phones and switch a <BR>few times.<BR><BR>Thanks for any help,<BR>-- 
  <BR>Anthony Mendoza<BR><BR>CONFIDENTIALITY NOTICE: The information contained 
  in this message and<BR>or attachments is intended only for the person or 
  entity to which it<BR>is addressed and may contain confidential and/or 
  privileged material.<BR>Any review, retransmission, dissemination, copying, or 
  other use of<BR>this information by persons or entities other than the 
  intended<BR>recipient is prohibited. If you received this e-mail or 
  its<BR>attachments in error, please contact the sender and delete 
  the<BR>material from any system and destroy any 
  copies.<BR>_______________________________________________<BR>cisco-voip 
  mailing list<BR><A 
  href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</A><BR><A 
  href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip</A><BR></BLOCKQUOTE></BODY></HTML>