04-27-2005 03:30 PM - edited 03-13-2019 08:54 AM
I also posted this in the switching forum, thinking maybe someone here can help too. Thanks.
I am currently trying to test using an IP phone with our new Mitel IP phone system. The phone itself is a Mitel 5220 and I am having trouble pulling a DHCP lease when plugged into a Cisco 4006 switch. When trying to pull a lease I get this error on the switch:
2005 Apr 27 18:11:58 %SYS-4-P2_WARN: 1/Tag 0 on packet from 08:00:0f:16:7e:e8 port 5/5, but port's native vlan is 98
VLAN 98 is the voice VLAN and the switch port the phone is in is on VLAN 98. But I only get that error on the switch, and on the phone it says discovering DHCP Now heres the kicker, I took a Dell switch and plugged it into VLAN 98 and then plugged the phone into that Dell switch and voila, it pulls an address and works fine. The Dell switch was out of the box, with no config changes.
After seeing this, just as a test I turned trunking on, on the phone port. The above error went away, but of course I couldnt pull an IP. The phone has a PC port on it as well so it sounds like to me that the LAN port on the phone is acting as an uplink or trunk port. ??
I am thinking there are some changes I need to make on the Cisco switch port that the phone is in, but I am unsure exactly what to do. Any guidance or help would be great.
Thanks
SL
04-29-2005 10:10 AM
not sure how your config looks like on the switchport, here is what you need.
interface GigabitEthernet2/10
switchport access vlan 1 (or your data VLAN)
switchport trunk encapsulation dot1q
switchport mode dynamic desirable
switchport voice vlan 98
spanning-tree portfast
Assuming you have a DHCP scope for this vlan configured, which seems that you do.
04-29-2005 11:46 AM
Yes thank you, I finally got it straightened out with Cisco TAC last night. Thanks for the reply.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide