You are on page 1of 1

For anyone interested, through trial and error I made a Nortel phone get reconne

cted to voice vlan and pc attached to internal switch on phone attach to data ne
twork
1. Setup Nortel VoIP phone for "full DHCP"
2.Create DHCP pools in IOS with options
ip dhcp pool TestDataVoIP (DATA VLAN temporarily vlan 1)
network 172.17.0.0 255.255.0.0
default-router 172.17.0.2
option 191 ascii "VLAN-A:10."
option 128 ascii "Nortel-i2004-A."
ip dhcp pool Test_VoIP (VOICE VLAN 10)
network 172.18.0.0 255.255.0.0
default-router 172.18.0.1
option 128 ascii "Nortel-i2004-A,172.18.0.10:4100,1,5;172.18.0.10:4100,1,7."
3. configure switchport for voice vlan
interface FastEthernet1/0/1
switchport mode access
switchport voice vlan 10
duplex full
speed 100
spanning-tree portfast
Attach Nortel phone to port and powerup
Debug messages on IOS DHCP server:
06:36:14: DHCPD: DHCPDISCOVER received from client 000a.e40c.118a on interface V
lan1.
06:36:21: DHCPD: Sending DHCPOFFER to client 000a.e40c.118a (172.17.0.9).
06:36:21: DHCPD: creating ARP entry (172.17.0.9, 000a.e40c.118a).
06:36:21: DHCPD: unicasting BOOTREPLY to client 000a.e40c.118a (172.17.0.9).
06:36:21: DHCPD: DHCPDISCOVER received from client 000a.e40c.118a on interface V
lan1.
06:36:21: DHCPD: Sending DHCPOFFER to client 000a.e40c.118a (172.17.0.9).
06:36:21: DHCPD: creating ARP entry (172.17.0.9, 000a.e40c.118a).
06:36:21: DHCPD: unicasting BOOTREPLY to client 000a.e40c.118a (172.17.0.9).
06:36:22: DHCPD: DHCPREQUEST received from client 000a.e40c.118a.
06:36:22: DHCPD: Sending DHCPACK to client 000a.e40c.118a (172.17.0.9).
06:36:22: DHCPD: creating ARP entry (172.17.0.9, 000a.e40c.118a).
06:36:22: DHCPD: unicasting BOOTREPLY to client 000a.e40c.118a (172.17.0.9).
06:36:22: DHCPD: DHCPRELEASE message received from client 000a.e40c.118a (172.17
.0.9).
06:36:32: DHCPD: DHCPDISCOVER received from client 000a.e40c.118a on interface V
lan10.
06:36:39: DHCPD: Sending DHCPOFFER to client 000a.e40c.118a (172.18.0.6).
06:36:39: DHCPD: creating ARP entry (172.18.0.6, 000a.e40c.118a).
06:36:39: DHCPD: unicasting BOOTREPLY to client 000a.e40c.118a (172.18.0.6).
06:36:39: DHCPD: DHCPDISCOVER received from client 000a.e40c.118a on interface V
lan10.
06:36:39: DHCPD: Sending DHCPOFFER to client 000a.e40c.118a (172.18.0.6).
06:36:39: DHCPD: creating ARP entry (172.18.0.6, 000a.e40c.118a).
06:36:39: DHCPD: unicasting BOOTREPLY to client 000a.e40c.118a (172.18.0.6).
06:36:48: DHCPD: DHCPDISCOVER received from client 000a.e40c.118a on interface V
lan10.
06:36:48: DHCPD: Sending DHCPOFFER to client 000a.e40c.118a (172.18.0.6).
06:36:48: DHCPD: broadcasting BOOTREPLY to client 000a.e40c.118a.
06:36:49: DHCPD: DHCPREQUEST received from client 000a.e40c.118a.
06:36:49: DHCPD: Sending DHCPACK to client 000a.e40c.118a (172.18.0.6).
06:36:49: DHCPD: broadcasting BOOTREPLY to client 000a.e40c.118a.

You might also like