思科路由器DHCP配置(GNS3模拟)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了思科路由器DHCP配置(GNS3模拟)相关的知识,希望对你有一定的参考价值。
网络拓扑图如下:
R1配置如下:
R1#en
R1#conf t
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip address 192.168.1.254 255.255.255.0
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#ip dhcp pool net1
R1(dhcp-config)#network 192.168.1.0
R1(dhcp-config)#dns-server 8.8.8.8
R1(dhcp-config)#default-router 192.168.1.254
R1(dhcp-config)#exit
PC1配置如下:
PC1> dhcp -r
结束。
个人微信交流:
以上是关于思科路由器DHCP配置(GNS3模拟)的主要内容,如果未能解决你的问题,请参考以下文章