<!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> </DIV>
<DIV>Here's a snippet:</DIV>
<DIV> </DIV>
<DIV><FONT face=Fixedsys>interface FastEthernet0/24<BR> switchport trunk
encapsulation dot1q<BR> switchport trunk native vlan 25<BR> switchport
mode trunk<BR> switchport voice vlan 625<BR> 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
DMZ
active<BR>100 IP
Phones
active Fa0/7<BR><BR>interface FastEthernet0/5<BR>
switchport voice vlan 100<BR> spanning-tree portfast<BR>!<BR>interface
FastEthernet0/6<BR> switchport access vlan 2<BR> switchport voice
vlan 100<BR>!<BR>interface FastEthernet0/7<BR> switchport access vlan
100<BR> spanning-tree portfast<BR><BR>interface
FastEthernet0/24<BR> switchport trunk encapsulation dot1q<BR>
switchport mode trunk<BR><BR>interface VLAN2<BR> ip address 172.16.0.131
255.255.0.0<BR> no ip directed-broadcast<BR> no ip
route-cache<BR><BR><BR>So... FE0/7 works fine (as you would expect), but
neither 0/5 or 0/6 <BR>work ... The phone sees the operational VLAN 100,
but never gets an <BR>IP.. What the heck am I doing wrong? Cisco's
docs only show the <BR>"switchport voice vlan" option as being relevant.
Is there something <BR>I'm missing on the switch config? 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>