【實驗拓撲】
【基本配置】
r5充當dhcp 伺服器
ip dhcp pool vlan146
network 155.1.146.0 /24
default-router 155.1.146.4
dns 202.106.46.151
exit !
ip dhcp excluded-address 155.1.146.4 //排除位址
如果是乙個核心交換機配置dhcp,存在多個網段怎麼辦呢?
首選我們會在交換機上配置多個vlan,然後給vlan設定位址,把相應介面放入vlan,然後再針對不同的vlan設定不同的 pool,例如我們再增加1個pool
ip dhcp pool vlan10
network 192.168.10.0 /24
default-router 192.168.10.254
dns 202.106.46.151
exit
ip dhcp excluded-address 192.168.10.1 192.168.10.254 //排除位址
【dhcp中繼,dhcp伺服器在其他網段】
按照上圖,如果r1與r6想通過r5自動獲得ip位址,需要在r4上進行如下配置
r4:inte***ce ethernet 0/0
ip add 155.1.146.4 255.255.255.0
ip helper-address 155.1.0.5
【ip與mac位址繫結配置】
如何配置r6獲得的ip位址就為155.1.146.6 呢?
r5:ip dhcp pool r6
host 155.1.146.6 255.255.255.0
client-identifier 0063.6973.636f.2d63.3030.332e.3035.6334.2e30.3030.302d.4661.302f.30
注意:以上的client-id 是路由器的,如何獲取r6的client-id呢?首先上r6自動獲得ip位址,然後再r5上使用如下命令,其中infinite 代表無限期,manual代表手工設定了繫結
r5#show ip dhcp binding
bindings from all pools not associated with vrf:
ip address client-id/ lease expiration type
hardware address/
user name
155.1.146.1 0063.6973.636f.2d63. mar 02 2002 12:10 am automatic
3030.312e.3063.3738.
2e30.3030.302d.4661.
302f.30
155.1.146.6 0063.6973.636f.2d63.
infinite
manual
3030.332e.3035.6334.
2e30.3030.302d.4661.
302f.30
在實際網路環境中我們是用的mac位址,如下圖所示
cs4507r#show ip dhcp binding
ip address client-id/ lease expiration type
hardware address
192.168.8.62 0100.1558.db39 apr 11 2012 02:58 pm automatic
192.168.10.33 01c8.bcc8.3c05 apr 12 2012 02:54 am automatic
192.168.10.35 40a6.d992.c97a
infinite
manual
192.168.10.105 0114.8fc6.dc0e apr 11 2012 10:26 pm automatic
關於Cisco路由器配置DHCP全面詳解
了解一些關於路由器配置 dhcp的知識還是很重要的,這裡主要分析了cisco 路由器配置dhcp的主要步驟和配置語句。某單位使用cisco 3620作為ios dhcp server,它和內網相連的fastethernet0埠的ip位址為192.168.1.4,二層交換機採用兩台cisco 2950...
cisco路由器配置
cisco路由器配置的幾個常用命令 router enable 進入特權模式 router conf t 進入配置模式 router config int fa0 0 進入fa0 0介面 router config if ip add 192.168.1.1 255.255.255.0 給fa0 0...
路由器DHCP配置
r1 enable config t hostname r1 inte ce s 0 2 0 ip address 12.1.1.1 255.255.255.0 clock rate 64000 no shutdown inte ce g 0 0 ip address 192.168.2.1 255...