Hey Experts,
I have a query regarding DHCP static bindings. If i have a host connected to
a switch and the switch is connected to the router. Now my router is serving
as a dhcp server and i want that the host should not get the ip address
dynamically but instead i create a dhcp pool and bind the host's mac with a
specific ip ( static DHCP ).
My query is what is the correct configuration for achieving this . below is
a sample config on the router which i am using:
***********************************
ip dhcp pool cisco
network 1.1.1.0/24
default-router 1.1.1.1
dns-server primary secondary
lease days hours
!
ip dhcp excluded-address 1.1.1.4 1.1.1.5
!
!
ip dhcp pool static
host 1.1.1.4 /24
hardware-address x.x.x.x.x.x.x.x
***********************************
The host is connected to the switch and the switch is connected to the
router via a dot1q trunk. The configuration on the switch port on which the
host is connected is simple access port config.
Please advise if i am missing out on something coz if this is the correct
config then it is not working in my scenario.
-- Warm Regards Raghav Blogs and organic groups at http://www.ccie.netReceived on Mon Sep 27 2010 - 21:19:07 ART
This archive was generated by hypermail 2.2.0 : Fri Oct 01 2010 - 05:58:06 ART