11-28-2016 01:11 PM - edited 03-08-2019 08:20 AM
Hi all,
I have configured option #43 for mitel phone on cisco asa. but the phones are not getting the ip address from the dhcp.
this is the command on the asa
"dhcpd option 43 ascii id:ipphone.mitel.com;sw_tftp=64.28.118.9;call_srv=64.28.118.9;l2p=6v6s6;dscp=46v46v26"
this is the debug output on asa "debug dhcpd packet"
DHCPD: Total # of raw options copied to outgoing DHCP message is 0.
DHCPD: broadcasting BOOTREPLY to client 0800.0faf.b283.
DHCPD: Server msg received, fip=ANY, fport=0 on inside interface
DHCPD: DHCPDISCOVER received from client 0108.000f.afb0.a5 on interface inside.
DHCPD: Sending DHCPOFFER to client 0108.000f.afb0.a5 (10.133.48.40).
DHCPD: Total # of raw options copied to outgoing DHCP message is 0.
DHCPD: broadcasting BOOTREPLY to client 0800.0faf.b0a5.
DHCPD: Server msg received, fip=ANY, fport=0 on inside interface
DHCPD: DHCPDISCOVER received from client 0108.000f.aa58.22 on interface inside.
DHCPD: Sending DHCPOFFER to client 0108.000f.aa58.22 (10.133.48.41).
DHCPD: Total # of raw options copied to outgoing DHCP message is 0.
DHCPD: broadcasting BOOTREPLY to client 0800.0faa.5822.
DHCPD: Server msg received, fip=ANY, fport=0 on inside interface
DHCPD: DHCPDISCOVER received from client 0108.000f.afb2.83 on interface inside.
DHCPD: Sending DHCPOFFER to client 0108.000f.afb2.83 (10.133.48.32).
DHCPD: Total # of raw options copied to outgoing DHCP message is 0.
DHCPD: Server msg received, fip=ANY, fport=0 on inside interface
DHCPD: DHCPDISCOVER received from client 0108.000f.aa3c.65 on interface inside.
DHCPD: Sending DHCPOFFER to client 0108.000f.aa3c.65 (10.133.48.30).
DHCPD: Total # of raw options copied to outgoing DHCP message is 0.
DHCPD: broadcasting BOOTREPLY to client 0800.0faa.3c65.
DHCPD: Server msg received, fip=ANY, fport=0 on inside interface
DHCPD: DHCPDISCOVER received from client 0108.000f.aa58.22 on interface inside.
DHCPD: Sending DHCPOFFER to client 0108.000f.aa58.22 (10.133.48.41).
DHCPD: Total # of raw options copied to outgoing DHCP message is 0.
DHCPD: broadcasting BOOTREPLY to client 0800.0faa.5822.
thanks and regards
11-28-2016 01:38 PM
Hello,
as far as I remember, you need to configure option 60 (vendor-ID) as well on the ASA...
12-05-2016 05:39 AM
I did ant it is still not working.
12-05-2016 11:57 AM
Hello,
can you add the Vlan identifier to your command (x is the Vlan number in which your phones are configured:
"dhcpd option 43 ascii id:ipphone.mitel.com;sw_tftp=64.28.118.9;call_srv=64.28.118.9;vlan=x;l2p=6v6s6;dscp=46v46v26"
12-07-2016 06:59 AM
I have tried it, still not working. I get the same msgs as before
12-07-2016 12:12 PM
Hello,
make sure the following ports are open on your ASA:
UDP: 69, 20001, 6004-6261, 50098-50508
TCP: 3998-3999, 6800-6802
Can you post the config of your ASA ?
12-20-2016 11:27 AM
Everything was good.
Only this command was missing
Switchport voice vlan dot1p
it is working now
Thank you guys for replying.
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