From: ccie2be (ccie2be@nyc.rr.com)
Date: Thu Oct 14 2004 - 14:42:01 GMT-3
Hi guys,
I need to configure dhcp to meet these requirements:
Assign ip addresses from 163.3.6.128 thorugh 163.3.6.250
Exclude ip address: 163.3.6.130
My solution was like this:
ip dhcp excluded-address 163.3.6.251 163.3.6.255
ip dhcp excluded-address 163.3.6.130
!
ip dhcp pool ADDRESSES
network 163.3.6.128 255.255.255.128 <-- Is this allowed?
However, the "official" solution was like this:
ip dhcp excluded-address 163.3.6.251 163.3.6.255
ip dhcp excluded-address 163.3.6.130
ip dhcp excluded-address 163.3.6.0 163.3.6.127
ip dhcp pool ADDRESSES
network 163.3.6.0 255.255.255.0
So, the only difference between my solution and the official solution was that
I used a different subnet and mask and therefore shouldn't need to exclude
host ip addresses from 0 to 127.
I can't test this, so I was wondering if my solution would work OK.
Thanks, Tim
This archive was generated by hypermail 2.1.4 : Sat Nov 06 2004 - 17:11:47 GMT-3