2010/6/11 Paolo Nugnes <[email protected]>:
[...]
> IP Statici:
> - sembra che la configurazione di bindings su mac address non funzioni 
> (oppure sono io che non ho capito come funziona). Sta di fatto che, dopo aver 
> settato i mac address corretti per ip specifici, il router non ne voleva 
> sapere di assegnarli. Inutile è stato limitare gli ip in dhcp in un range 
> diverso dagli ip statici. L'unico indizio è venuto da qui 
> http://tools.cisco.com/ITDIT/CFN/Dispatch?act=featdesc&task=display&featureId=3929
>  dove sembra che si possa assegnare degli ip, ma solo scrivendoli in un 
> file...

Dalla mia esperienza se i Client sono Linux dovresti usare
"hardware-address", mentre se sono Windows dovresti usare
"client-identifier":

ip dhcp pool win
   host 192.168.1.4 255.255.255.0
   hardware-address 0015.60b1.9559

ip dhcp pool starlight
   host 192.168.1.5 255.255.255.0
   client-identifier 0100.1560.b195.59

#show ip dhcp binding
Bindings from all pools not associated with VRF:
IP address          Client-ID/              Lease expiration        Type
                    Hardware address/
                    User name
192.168.1.4       0015.60b1.9559          Infinite                Manual
192.168.1.5       0100.1560.b195.59       Infinite                Manual

Questo è in generale, perché dipende molto da come il client DHCP si
"presenta". Ricorda che le due opzioni sono esclusive.

Andrea
-- 
To respect the cat is the beginning of the aesthetic sense. - Erasmus Darwin

http://www.linkedin.com/in/adainese
_______________________________________________
http://www.areanetworking.it
http://www.areanetworking.it/blog
[email protected]
http://ml.areanetworking.it/mailman/listinfo/cug

Reply via email to