欢迎来到天天文库
浏览记录
ID:40963549
大小:152.50 KB
页数:5页
时间:2019-08-12
《交换机DHCP中继功能的配置》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、交换机DHCP中继功能的配置一、环境当DHCP客户机和DHCP服务器不在同一个网段时,由DHCP中继传递DHCP报文。增加DHCP中继功能的好处是不必为每个网段都设置DHCP服务器,同一个DHCP服务器可以为很多个子网的客户机提供网络配置参数,即节约了成本又方便了管理。这就是DHCP中继的功能。二、拓扑三、实训要求在交换机A上划分两个基于端口的VLAN:VLAN10,VLAN100。VLANIP端口成员10192.168.1.1/24110010.1.157.100/2424交换机A的端口24连接一台DHCP服务器,服务器的地址为10.1.157.1/24;交换机A的端口
2、1连接交换机B的24口;交换机B恢复出场设备,不作任何配置,当成HUB来用。DHCP服务器的地址池中的地址范围为:192.168.1.10/24-192.168.1.100/24.四、实训步骤第一步:交换机全部恢复出厂设置,创建vlan10和vlan100。switch(Config)#switch(Config)#vlan10switch(Config-Vlan10)#switchportinterfaceEthernet0/0/1switch(Config-Vlan10)#exitswitch(Config)#vlan100switch(Config-Vlan100)
3、#switchportinterfaceEthernet0/0/24switch(Config-Vlan100)#exit第二步:给交换机设置IP地址。switch(Config)#interfacevlan10switch(Config-If-Vlan10)#ipaddress192.168.1.1255.255.255.0switch(Config-If-Vlan10)#noshutdownswitch(Config)#interfacevlan100switch(Config-If-Vlan100)#ipaddress10.1.157.100255.255.255.
4、0switch(Config-If-Vlan100)#noshutdown第三步:配置DHCP中继switch(Config)#servicedhcpswitch(Config)#ipforward-protocoludpbootpsswitch(Config)#interfacevlan10switch(Config-If-Vlan10)#iphelper-address10.1.157.1switch(Config-If-Vlan10)#exitswitch(Config)#第四步:验证实训。使用“ipconfig/renew”命令在PC的dos命令行中检查是否得到了
5、正确的IP.一、注意事项和排错1、若中间负责转发DHCP报文的交换机、路由器不具备DHCP中继功能,建议替换掉中间的设备或更新版本,使其具备DHCP中继功能,才能正确进行这个功能。二、配置序列switch#showrun!noservicepassword-encryption!hostnameswitch!ipforward-protocoludp67!servicedhcp!vlan1!vlan10!vlan100!InterfaceEthernet0/0/1switchportaccessvlan10!InterfaceEthernet0/0/2!Interface
6、Ethernet0/0/3!InterfaceEthernet0/0/4!InterfaceEthernet0/0/5!InterfaceEthernet0/0/6!InterfaceEthernet0/0/7!InterfaceEthernet0/0/8!InterfaceEthernet0/0/9!InterfaceEthernet0/0/10!InterfaceEthernet0/0/11!InterfaceEthernet0/0/12!InterfaceEthernet0/0/13!InterfaceEthernet0/0/14!InterfaceEthernet
7、0/0/15!InterfaceEthernet0/0/16!InterfaceEthernet0/0/17!InterfaceEthernet0/0/18!InterfaceEthernet0/0/19!InterfaceEthernet0/0/20!InterfaceEthernet0/0/21!InterfaceEthernet0/0/22!InterfaceEthernet0/0/23!InterfaceEthernet0/0/24switchportaccessvlan100!InterfaceEthernet0/0
此文档下载收益归作者所有