|
Home > Archive > Voice over IP Cisco > March 2006 > trying to setup dhcp scope for iphones on dc
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
trying to setup dhcp scope for iphones on dc
|
|
| James Grace 2006-03-27, 7:47 am |
| Is there trick to get the ip phone to grab a ip address from the dhcp
server. We have a dc which is a dhcp server for our data. And we are
configuring another scope for the ip phones. But phones are not grabing a
ip. We have the ip helper config under the voice vlan int. what else are
we missing.
James D. Grace
CCNP CCNA MCSE MCDBA
Sr. System Engineer / Professional Svc.
Digitel Corporation
| |
| Lelio Fulgenzi 2006-03-27, 7:47 am |
| Is this a new install? i.e., have the phones got an IP address from a DHCP server before? If new, and your DHCP server is not on the same broadcast domain as the phones, you have to put an 'ip helper address' or similar on the router interface. If this is an additional DHCP server, I remember that Windows wants all DHCP servers to be registered with each other or something like that. If the phones already had an IP address, they will try to 'renew' the existing IP address, so you'll have to make sure that that scope no longer exists.
If you can give us some more details, that would help.
----- Original Message -----
From: James Grace
To: cisco-voip@puck.nether.net
Sent: Sunday, March 26, 2006 10:16 PM
Subject: [cisco-voip] trying to setup dhcp scope for iphones on dc
Is there trick to get the ip phone to grab a ip address from the dhcp server. We have a dc which is a dhcp server for our data. And we are configuring another scope for the ip phones. But phones are not grabing a ip. We have the ip helper config under the voice vlan int. what else are we missing.
James D. Grace
CCNP CCNA MCSE MCDBA
Sr. System Engineer / Professional Svc.
Digitel Corporation
------------------------------------------------------------------------------
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
| |
| Simon, Bill 2006-03-27, 11:56 pm |
| Multiple subnets on a single router interface will confuse DHCP unless you
specify that they are "shared subnets" on the DHCP server. Sniff the wire
at your DHCP server and see if any DHCP requests are coming in from the
phones. If so, and they're being routed there by way of an ip
helper-address, is the gateway address they're coming from within your phone
scope?
I don't know Windows DHCP but it sounds like the Windows equivalent of a
shared subnet config is what's needed.
Bill
_____
From: James Grace [mailto:jgrace@digitelusa.net]
Sent: Sunday, March 26, 2006 10:16 PM
To: cisco-voip@puck.nether.net
Subject: [cisco-voip] trying to setup dhcp scope for iphones on dc
Is there trick to get the ip phone to grab a ip address from the dhcp
server. We have a dc which is a dhcp server for our data. And we are
configuring another scope for the ip phones. But phones are not grabing a
ip. We have the ip helper config under the voice vlan int. what else are
we missing.
James D. Grace
CCNP CCNA MCSE MCDBA
Sr. System Engineer / Professional Svc.
Digitel Corporation
| |
| Mike Armstrong 2006-03-27, 11:57 pm |
| We have IP helper-addresses configured on the VoIP VLAN interface on our
core 3550 switch; we used to use a router but it was configured in the same
way.
interface Vlan102
ip address 10.251.10.3 255.255.254.0
ip helper-address 10.230.48.200
ip helper-address 10.230.48.199
The DCs are the DHCP servers, serving split DHCP scopes. I'm pretty sure I
can't paste a screenshot of the Windows config into a message for this list,
but I'll send you a private e-mail with it in it.
Mike Armstrong
UF/IFAS CREC
Lake Alfred, FL
> Date: Sun, 26 Mar 2006 22:16:16 -0500
> From: "James Grace" <jgrace@digitelusa.net>
> Subject: [cisco-voip] trying to setup dhcp scope for iphones on dc
> To: <cisco-voip@puck.nether.net>
> Message-ID: <200603262224203.SM01568@3729434770>
> Content-Type: text/plain; charset="us-ascii"
>
> Is there trick to get the ip phone to grab a ip address from the dhcp
> server. We have a dc which is a dhcp server for our data. And we are
> configuring another scope for the ip phones. But phones are not grabing a
> ip. We have the ip helper config under the voice vlan int. what else
> are
> we missing.
>
>
>
> James D. Grace
>
> CCNP CCNA MCSE MCDBA
>
> Sr. System Engineer / Professional Svc.
>
> Digitel Corporation
| |
| Ryan Ratliff 2006-03-27, 11:57 pm |
| Do you see reservations being allocated for the phones on the DHCP
server? If not then the requests are probably not making it to the
server or the server doesn't like something about them. If you see
the reservations on the server then my guess is the response is not
making it to the phone.
-Ryan
On Mar 27, 2006, at 11:30 AM, Mike Armstrong wrote:
We have IP helper-addresses configured on the VoIP VLAN interface on our
core 3550 switch; we used to use a router but it was configured in
the same
way.
interface Vlan102
ip address 10.251.10.3 255.255.254.0
ip helper-address 10.230.48.200
ip helper-address 10.230.48.199
The DCs are the DHCP servers, serving split DHCP scopes. I'm pretty
sure I
can't paste a screenshot of the Windows config into a message for
this list,
but I'll send you a private e-mail with it in it.
Mike Armstrong
UF/IFAS CREC
Lake Alfred, FL
> Date: Sun, 26 Mar 2006 22:16:16 -0500
> From: "James Grace" <jgrace@digitelusa.net>
> Subject: [cisco-voip] trying to setup dhcp scope for iphones on dc
> To: <cisco-voip@puck.nether.net>
> Message-ID: <200603262224203.SM01568@3729434770>
> Content-Type: text/plain; charset="us-ascii"
>
> Is there trick to get the ip phone to grab a ip address from the dhcp
> server. We have a dc which is a dhcp server for our data. And we are
> configuring another scope for the ip phones. But phones are not
> grabing a
> ip. We have the ip helper config under the voice vlan int. what
> else
> are
> we missing.
>
>
>
> James D. Grace
>
> CCNP CCNA MCSE MCDBA
>
> Sr. System Engineer / Professional Svc.
>
> Digitel Corporation
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
| |
| Jason Evans 2006-03-27, 11:57 pm |
| Did you add Option 150 (Cisco TFTP) under Scope Options and specify the
CM's?
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 27 Mar 2006 11:30:38 -0500
> From: "Mike Armstrong" <mfa@crec.ifas.ufl.edu>
> Subject: Re: [cisco-voip] trying to setup dhcp scope for iphones on dc
> To: <cisco-voip@puck.nether.net>
> Message-ID: <008001c651bb$c88bd7e0$400cfb0a@crec.ifas.ufl.edu>
> Content-Type: text/plain; format=flowed; charset="iso-8859-1";
> reply-type=original
>
> We have IP helper-addresses configured on the VoIP VLAN interface on
our
> core 3550 switch; we used to use a router but it was configured in the
> same
> way.
>
> interface Vlan102
> ip address 10.251.10.3 255.255.254.0
> ip helper-address 10.230.48.200
> ip helper-address 10.230.48.199
>
> The DCs are the DHCP servers, serving split DHCP scopes. I'm pretty
sure
> I
> can't paste a screenshot of the Windows config into a message for this
> list,
> but I'll send you a private e-mail with it in it.
>
> Mike Armstrong
> UF/IFAS CREC
> Lake Alfred, FL
>
dhcp[vbcol=seagreen]
are[vbcol=seagreen]
grabing[vbcol=seagreen]
> a
else[vbcol=seagreen]
>
>
| |
|
|
|
|
|