No problem. Now I will use static IP. Phone has different Voice vlan, that is fully seperate subnet than Access VLAN configured in the same port. Please check other commands
Main Topics
Browse All TopicsI am configuring Cisco 3560 access port to support Nortel IP Phone..
I need seperate VLAN for voice and Data. Phone connected to switch and PC to phone.
PC need DHCP lease IP
I will set static IP for Phone. But I have to change it to DHCP
Anythis I mss related to this configuration and anything unwanted in my configuration
interface Vlan1
ip address 192.168.19.250 255.255.255.0
no shutdown
!
interface Vlan10
ip address 192.168.16.250 255.255.255.0
no shurdown
interface vlan 12
ip address 192.168.18.250 255.255.255.0
no shutdown
ip dhcp pool DATA
network 192.168.16.0 255.255.255.0
default-router 192.168.16.250
dns-server 192.168.10.6 192.168.10.7
domain-name domain.local
lease infinite
ip dhcp excluded-address 192.168.16.200 192.168.16.254
mls qos
GigabitEthernet0/2
mls qos trust cos
switch port access vlan 10
swicthport voice vlan 12
switchport mode access
switchport priority extend trust
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ok.. I am forwading to a Big project. I haven't worked with Nortel EPBX and phones. So I am to confirm abt the configuration before jump to the site. normally this command,
switchport priority extend trust - instructs the cisco voip phone phone to trust on priority set bey attached PC to phone and pass the traffic unchanged. Is it needed for nortel phone also. What is the setting on Nortel phone?
Pls reply..
From a document i read, it looks like the Nortel phone will trust the dot1p settings from the downstream pc by default. So, you dont need this command. However, the article also says that for the Nortel phones to work, the switchports have to be configured explictly as trunk.
Iam only familiar with Cisco IP phones and hence might not be able to help much. Hopefully there are other experts out there with Nortel IP phon experience.
Dont think the switch port needs to be explicitly set to trunk. Voice vlan / Aux vlan configuration should work.
And to TS, your config looks fine. However, I am not sure if the Nortel phone will let you configure static IPs on startup. The earlier models had to boot using a DHCP IP before we could access the configuration screen!
Business Accounts
Answer for Membership
by: vjlpPosted on 2008-08-21 at 14:16:09ID: 22284403
If you just want to plug an unconfigured Nortel IP phone to the Cisco switch and expect it to a DHCP address from the Voice pool, this will not work. Basically, the phone will pull an ip from the data pool just like any other pc or workstation. Usually these phones will get an ip from the data vlan and look for a specific DHCP option (176 for Avaya phones, Option 144 or 191 for Nortel phone) to obtain the vlanID of the voice vlan. However, since you are using the switch for DHCP, i dont think you can configure it for these DHCP Options.