On Sep 28, 7:09 am, Martin Gallagher <mgall...@notme.zeta.org.au>
wrote:
> On Fri, 28 Sep 2007 10:01:00 +0200, abc wrote:
> >> AFAIK you must aconfigure the DHCP client-identifier command for
> >> manual bindings:
>
> > Tried that also, but no help! sh ip dhcp bind shows a long entry for MAC
> > address (or whatever that is):
>
> > 0063.6973.636f.2d63.6130.322e.3064.6438.2e30.3031. 632d.4574.312f.30
>
> > instead of ca02.13f8.001c or 01ca.0213.f800.1c
>
> That's a client-id from a Cisco router. If you treat each pair of digits
> as an ASCII character it spells ".cisco-ca02.0dd8.001c-Et1/0".
>
> So try configuring it like this.
>
> ip dhcp pool 5
> host 3.3.3.33 255.255.255.0
> client-identifier 0063.6973.636f.2d63.6130.322e.3064.6438.2e30.3031. 632d.4574.312f.3001ca.0213.f800.1c
> default-router 3.3.3.20
> client-name TEST
> end
>
> --
> Rgds,
> Martin
I am curious, why would you be using a Cisco router as a DHCP client
to another Cisco router ?
|