I'm having a hell of time getting it working. I've been reading Cisco's docs of course and my stuff seems right, but whenever my test pc gets an address it just gets one from the pool when it should be getting the ip that I've hard coded to it's MAC address. ANyone have any experience with this? Any help would be greatly appreciate. Thanks
Here's part of my current config by the way...
ip dhcp database tftp://198.147.221.30/dhcp/dhcp write-delay 120
ip dhcp excluded-address 192.168.2.1 192.168.2.100
ip dhcp excluded-address 192.168.0.1 192.168.0.100
!
ip dhcp pool 1
dns-server 192.168.2.10 192.168.2.11
default-router 192.168.2.1
domain-name foo.com
!
ip dhcp pool Manuals
host 192.168.2.150 255.255.255.0
hardware-address 0100.104b.75cb.26
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface BRI0/0
no ip address
shutdown
!
interface FastEthernet0/1
ip address <SNIP>duplex auto
speed auto
!
ip default-gateway <SNIP>
ip classless
ip http server
ip pim bidir-enable
Please read the rules for this forum before posting.
AnandTech Moderator
Here's part of my current config by the way...
ip dhcp database tftp://198.147.221.30/dhcp/dhcp write-delay 120
ip dhcp excluded-address 192.168.2.1 192.168.2.100
ip dhcp excluded-address 192.168.0.1 192.168.0.100
!
ip dhcp pool 1
dns-server 192.168.2.10 192.168.2.11
default-router 192.168.2.1
domain-name foo.com
!
ip dhcp pool Manuals
host 192.168.2.150 255.255.255.0
hardware-address 0100.104b.75cb.26
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface BRI0/0
no ip address
shutdown
!
interface FastEthernet0/1
ip address <SNIP>duplex auto
speed auto
!
ip default-gateway <SNIP>
ip classless
ip http server
ip pim bidir-enable
Please read the rules for this forum before posting.
AnandTech Moderator