Alcatel IP Phones ...

Richard Migneron richard at migneron.com
Sat Jun 23 19:47:50 UTC 2007


Thanks Glenn, I found out that we have a newer phone --> alcatel.noe.0
Cheers,

Richard
__________________
2007/6/20, Glenn Satchell <Glenn.Satchell at uniq.com.au>:
>
> Seems like something in your match if isn't matching. You can verify
> the vendor-class-id being sent using this example from the dhcp-options
> man page:
>
>        set vendor-string = option vendor-class-identifier;
>
>        This will result in all entries in the DHCP  server  lease
>        database   file   for   clients  that  sent  vendor-class-
>        identifier options having a set statement that looks some-
>        thing like this:
>
>        set vendor-string = "SUNW.Ultra-5_10";
>
> Previously with alcatel A4400 phones I've used a match statement like
> this, without the substring part:
>
> class "alcatel_ipphone" {
>   match if option vendor-class-identifier = "alcatel.tsc-ip.0";
>   ...
> }
>
> regards,
> -glenn
>
> >Date: Wed, 20 Jun 2007 16:22:59 +0200
> >From: "Richard Migneron" <richard at migneron.com>
> >To: dhcp-users at isc.org
> >Subject: Alcatel IP Phones ...
> >
> >Hi,
> >We are trying to integrate the Alcatel 40x8 series phone to get an ip via
> >our DHCP server.
> >
> >So I've created the following in my dhcpd.conf :
> >
> >...
> >option alcatel-host-ip code 66 = ip-address;
> >option alcatel-host-ip 145.248.13.173;
> >
> >...
> >
> >option vendor-class-id code 60 = text;
> >class "alcatel-phone"   { match if substring (option vendor-class-id, 0,
> 16)
> >= "alcatel.tsc-ip.0"; }
> ># class "alcatel-phone" { match pick-first-value (option
> >dhcp-client-identifier, hardware); }
> >
> >...
> >
> >subnet 1.1.151.0 netmask 255.255.255.0 {
> >    max-lease-time 600;
> >
> >#   deny client-updates;
> >
> >    one-lease-per-client on;
> >
> >    option broadcast-address 1.1.151.255;
> >    option routers 1.1.151.254;
> >
> >    ddns-domainname "pa.caic.com.";
> >
> >    option fqdn.fqdn "pa.caic.com";
> >
> >    pool { allow members of "pc-class"; allow members of "pxe-clients";
> >range 1.1.151.1 1.1.151.10; }
> >
> >    pool { allow members of "alcatel-phone"; range 1.1.151.11 1.1.151.20;
> }
> >}
> >
> >When running dhcpd in debug, I'm getting :
> >
> >DHCPDISCOVER from 00:80:9f:56:65:e1 via 1.1.151.254: network 1.1.151/24:
> no
> >free leases
> >
> >
> >Now if I go with the "class "alcatel-phone" { match pick-first-value
> (option
> >dhcp-client-identifier, hardware); }" and include the an host line with
> the
> >right MAC@, no problem it gets its IP address.
> >
> >Anybody has ever managed to get Alcatel phones to work ????  If so what
> >gives in my configuration ???
> >
> >Cheers,
> >
> >Richard
> >_________________
> >Richard Migneron
> >Yahoo Messenger ID: rmigneron
> >PGP Fingerprint : EFFE 44E3 894A 7051 F86E E532 4880 9534 E1FB BD33
> >"J'vous ai déjà dit que je prêtais du pognon à des taux vraiment pas
> >dégueulasses ?",
> >Venec, Kaamelott, Livre II, Plus près de Toi
> >
> >
>
>


-- 
_________________
Richard Migneron
Yahoo Messenger ID: rmigneron
PGP Fingerprint : EFFE 44E3 894A 7051 F86E E532 4880 9534 E1FB BD33
"J'vous ai déjà dit que je prêtais du pognon à des taux vraiment pas
dégueulasses ?",
Venec, Kaamelott, Livre II, Plus près de Toi



More information about the dhcp-users mailing list