DHCP配置参数说明

更新时间:2023-06-10 00:56:43 阅读: 评论:0

DHCP配置参数说明DHCP配置参数说明】
实验拓扑搭建
从DHCP⾃动获取IP地址的⽅法:
1、创建DHCP地址池
2、在端⼝下创建接⼝DHCP
在端⼝下创建接⼝DHCP:
SW1配置参数
[SW1]vlan batch 10 20
[SW1]interface Ethernet0/0/1 [SW1-Ethernet0/0/1]display this
#
interface Ethernet0/0/1
port link-type access
port default vlan 10
#
return
[SW1-Ethernet0/0/1]quit
[SW1]interface Ethernet0/0/2 [SW1-Ethernet0/0/2]dis thi
#
interface Ethernet0/0/2
port link-type access
port default vlan 20
#
return
[SW1-Ethernet0/0/2]quit
[SW1]interface GigabitEthernet 0/0/1 [SW1-GigabitEthernet0/0/1]dis thi
#
interface GigabitEthernet0/0/1
port link-type trunk
undo port trunk allow-pass vlan 1 port trunk allow-pass vlan 10 20
#亚利桑那大学
return
[SW1-GigabitEthernet0/0/1]
AR1参数配置
[AR1]dhcp enable //全局开启DHCP服务
[AR1]interface GigabitEthernet 0/0/0.1
[AR1-GigabitEthernet0/0/0.1]display this
[V200R003C00]
#
interface GigabitEthernet0/0/0.1
dot1q termination vid 10
ip address 10.1.1.254 255.255.255.0
arp broadcast enable
dhcp lect interface  //开启接⼝DHCP服务功能
dhcp rver excluded-ip-address 10.1.1.1 //排除DHCP⾃动获取的IP地址(排除服务器IP地址、⽹关IP地址) dhcp rver lea day 2 hour 2 minute 2 //设置DHCP最少租⽤时间(租约时间)
dhcp rver dns-list 202.99.192.68 (获取DNS,⽹关,⽹段)
#
return
[AR1-GigabitEthernet0/0/0.1]quit
[AR1]interface GigabitEthernet 0/0/0.2
[AR1-GigabitEthernet0/0/0.2]display this
[V200R003C00]
#
interface GigabitEthernet0/0/0.2
dot1q termination vid 20
ip address 20.1.1.254 255.255.255.0
名人幽默故事arp broadcast enable
dhcp lect interface
dhcp rver excluded-ip-address 20.1.1.1
回乡偶书二首dhcp rver lea day 2 hour 2 minute 2
dhcp rver dns-list 202.99.192.68
#
面包虫
return
[AR1-GigabitEthernet0/0/0.2]
Pc1从接⼝DHCP⾃动获取IP地址的数据报⽂过程
创建全局DHCP(创建DHCP地址池)AR1参数配置及说明
[AR1]dhcp enable //使能DHCP功能,在配置DHCP服务器时必须先执⾏该命令,才能配置DHCP的其他功能并⽣效[AR1]ip pool IT //设置⼀个名为IT的全局地址池
Info: It's successful to create an IP address pool.
筑坛拜将[AR1-ip-pool-IT]gateway-list 10.1.1.254 //设置分配的⽹关IP
[AR1-ip-pool-IT]network 10.1.1.0 mask 255.255.255.0 //设置分配的地址⽹段
初三寒假作业答案[AR1-ip-pool-IT]excluded-ip-address 10.1.1.253 //设置不参与⾃动分配的IP地址范围
暖阳[AR1-ip-pool-IT]lea day 2 hour 2 minute 2 //设置地址池中的租⽤有效期限,默认为1天
[AR1-ip-pool-IT]dns-list 202.99.99.99 //设置分配的DNS服务器地址
[AR1-ip-pool-IT]display this
[V200R003C00]
#
ip pool IT
gateway-list 10.1.1.254
network 10.1.1.0 mask 255.255.255.0
excluded-ip-address 10.1.1.253
lea day 2 hour 2 minute 2
dns-list 202.99.99.99
#
return
[AR1-ip-pool-IT]quit
红豆简笔画
[AR1]ip pool HR
[AR1-ip-pool-HR]dis thi
[V200R003C00]
#
ip pool HR
gateway-list 20.1.1.254
network 20.1.1.0 mask 255.255.255.0
excluded-ip-address 20.1.1.253
lea day 2 hour 2 minute 2
dns-list 202.99.99.99
#
return
[AR1-ip-pool-HR]quit
[AR1]interface GigabitEthernet 0/0/0.1
[AR1-GigabitEthernet0/0/0.1]dhcp lect global  //接⼝下使能全局⽅式分配地址
Warning: There are IP address allocated in the pool. Are you sure to delete the pool?[Y/N]:y
[AR1-GigabitEthernet0/0/0.1]dis thi
[V200R003C00]
#
interface GigabitEthernet0/0/0.1
dot1q termination vid 10
ip address 10.1.1.254 255.255.255.0
arp broadcast enable
dhcp lect global
#
return
[AR1-GigabitEthernet0/0/0.1]quit
[AR1]interface GigabitEthernet 0/0/0.2
[AR1-GigabitEthernet0/0/0.2]dhcp lect global  //接⼝下使能全局⽅式分配地址
Warning: There are IP address allocated in the pool. Are you sure to delete the pool?[Y/N]:y
[AR1-GigabitEthernet0/0/0.2]display this
[V200R003C00]
#
interface GigabitEthernet0/0/0.2
dot1q termination vid 20
ip address 20.1.1.254 255.255.255.0
arp broadcast enable
dhcp lect global
#
return
[AR1-GigabitEthernet0/0/0.2]quit

本文发布于:2023-06-10 00:56:43,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/89/1031430.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:配置   IP地址   分配   地址
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图