当前位置: 首页 > ops >正文

DHCP自动分配IP

DHCP自动分配IP

练习1

21

  • 路由器
Router>en
Router#conf t
Router(config)#ip dhcp pool ip10 //创建DHCP地址池
Router(dhcp-config)#network 192.168.20.0 255.255.255.0 // 配置网络地址和子网掩码
Router(dhcp-config)#default-router 192.168.20.254 //配置默认网关
Router(dhcp-config)#dns-server 8.8.8.8 //配置DNS服务器
Router(dhcp-config)#ex
Router(config)#int g0/0
Router(config-if)#no shutdown 
Router(config-if)#ip add 192.168.20.254 255.255.255.0 // 配置ip地址
  • show ip dhcp pool
Router#show ip dhcp poolPool ip10 :Utilization mark (high/low)    : 100 / 0Subnet size (first/next)       : 0 / 0 Total addresses                : 254Leased addresses               : 2Excluded addresses             : 0Pending event                  : none1 subnet is currently in the poolCurrent index        IP address range                    Leased/Excluded/Total192.168.20.1         192.168.20.1     - 192.168.20.254    2    / 0     / 254
Router#

22

23

练习2

24

  • 路由器
  • 配置192.168.10.254
Router(config)#ip dhcp pool ip10
Router(dhcp-config)#network 192.168.10.0 255.255.255.0
Router(dhcp-config)#default-router 192.168.10.254
Router(dhcp-config)#dns-server 8.8.8.8
Router(dhcp-config)#ex
Router(config)#int g0/1
Router(config-if)#no shutdown 
Router(config-if)#ip add 192.168.10.254 255.255.255.0
Router(config-if)#ex
  • 配置192.168.20.254
Router(config)#ip dhcp pool ip20
Router(dhcp-config)#network 192.168.20.0 255.255.255.0
Router(dhcp-config)#default-router 192.168.20.254
Router(dhcp-config)#dns-server 8.8.8.8
Router(dhcp-config)#ex
Router(config)#int g0/2
Router(config-if)#no shutdown 
Router(config-if)#ip add 192.168.20.254 255.255.255.0
Router(config-if)#ex
  • 配置服务器ip
  • 服务器ip需要手动配置
  • 25

Router(config)#int g0/0
Router(config-if)#no shutdown 
Router(config-if)#ip add 172.168.100.254 255.255.255.0
  • 配置DHCP中继模式
Router(config)#int g0/1
Router(config-if)#ip helper-address 172.16.100.100
Router(config-if)#ex
Router(config)#int g0/2
Router(config-if)#ip helper-address 172.16.100.100
Router(config-if)#ex
  • 在服务器需设置DHCP起始IP,才可设置ip范围

28

show ip dhcp pool

  • 可以看到添加的两个网段
http://www.xdnf.cn/news/5497.html

相关文章:

  • 01-centos离线升级至almalinux
  • Meilisearch 安装
  • 【番外】02:Windows 编译带 DNN_CUDA 功能的 OpenCV 动态链接库
  • Node.js中那些常用的进程通信方式
  • bazel迁移cmake要点及具体迁移工程示例(apollo radar)
  • SDK does not contain ‘libarclite‘ at the path
  • 【前端】骨架屏
  • 深度解析LLM参数:Top-K、Top-p和温度如何影响输出随机性?
  • 循环语句:for、range -《Go语言实战指南》
  • 矩阵键盘模块
  • Spark(25)在shell中运行Spark程序
  • mapbox进阶,使用mapbox-plugins插件加载饼状图
  • 《AI大模型应知应会100篇》第60篇:Pinecone 与 Milvus,向量数据库在大模型应用中的作用
  • iOS safari和android chrome开启网页调试与检查器的方法
  • 我开源了一个免费在线工具!UIED Tools
  • 【Python 变量类型】
  • 【技巧】离线安装docker镜像的方法
  • MIT XV6 - 1.6 Lab: Xv6 and Unix utilities -uptime
  • AI 时代 UI 设计的未来范式
  • 设计模式之中介者模式
  • 华为行业认证是什么?如何考取华为行业认证?
  • Wpf学习片段
  • Python3(31) CGI 编程
  • 自动驾驶技术栈——DoIP通信协议
  • 鸿蒙 UIAbility组件与UI的数据同步和窗口关闭
  • 【数据结构】——队列
  • 学习threejs,使用Physijs物理引擎,加载各种几何体网格对象
  • 2025 盘古石杯初赛 wp
  • Lambda表达式能用在哪些场景?
  • 学习黑客5 分钟深入浅出理解Windows Editions