当前位置:网站首页>DHCP&OSPF combined experimental demonstration (Huawei routing and switching equipment configuration)
DHCP&OSPF combined experimental demonstration (Huawei routing and switching equipment configuration)
2022-08-04 18:01:00 【51CTO】
一、背景介绍
该实验通过DHCP与OSPFThe combination simulates small and medium-sized network deployment environments.
二、The purpose of small and medium network experiments
PC1和PC2实现IPDynamic management of addresses;
Can and egress routerRouter连通.
三、实验拓扑
四、实验配置
(1)PC1,PC2选择为DHCP自动获取.
(2)DHCP配置——接入交换机acsw配置
<Huawei>sys
#进入系统视图
[Huawei]sysname acsw
#修改交换机名称为acsw
[acsw]vlan batch 10 20
#创建vlan10和20
[acsw]un in en
#关闭日志提示
[acsw]interface g0/0/1
#进入接口
[acsw-GigabitEthernet0/0/1]port link-type access
#接口配成access模式
[acsw-GigabitEthernet0/0/1]port default vlan 10
#配置接口VLAN 10
[acsw-GigabitEthernet0/0/1]int g0/0/2
[acsw-GigabitEthernet0/0/2]port link-type access
[acsw-GigabitEthernet0/0/2]port default vlan 20
[acsw-GigabitEthernet0/0/2]q
[acsw]int g0/0/3
[acsw-GigabitEthernet0/0/3]port link-type trunk
#接口配成trunk模式
[acsw-GigabitEthernet0/0/3]port trunk allow-pass vlan all
#允许所有vlan通过
[acsw-GigabitEthernet0/0/3]q
#退出
(3)DHCP——核心交换机coresw配置
<Huawei>system-view
[Huawei]sysname coresw
[coresw]un in en
[coresw]vlan batch 10 20 30
[coresw]interface g0/0/3
[coresw-GigabitEthernet0/0/3]port link-type trunk
[coresw-GigabitEthernet0/0/3]port trunk allow-pass vlan all
[coresw-GigabitEthernet0/0/3]q
[coresw]int Vlanif 10
[coresw-Vlanif10]ip add 192.168.10.254 24
#配置vlan10的网关
[coresw-Vlanif10]int Vlanif 20
[coresw-Vlanif20]ip add 192.168.20.254 24
#配置vlan20的网关
[coresw-Vlanif20]q
[coresw]dhcp enable
#开启DHCP功能
[coresw]ip pool vlan10
#创建地址池名字是vlan10
[coresw-ip-pool-vlan10]network 192.168.10.0 mask 24
#地址池下发网段
[coresw-ip-pool-vlan10]gateway-list 192.168.10.254
#地址池下发网关
[coresw-ip-pool-vlan10]dns-list 8.8.8.8
#地址池下发dns地址
[coresw-ip-pool-vlan10]excluded-ip-address 192.168.10.2 192.168.10.253
#地址不下发范围
[coresw-ip-pool-vlan10]lease day 3
#租期为3天
[coresw-ip-pool-vlan10]q
[coresw]int Vlanif 10
[coresw-Vlanif10]dhcp select global
[coresw]ip pool vlan20
[coresw-ip-pool-vlan20]network 192.168.20.0 mask 24
[coresw-ip-pool-vlan20]gateway-list 192.168.20.254
[coresw-ip-pool-vlan20]dns-list 114.114.114.114
[coresw-ip-pool-vlan20]excluded-ip-address 192.168.20.2 192.168.20.253
[coresw-ip-pool-vlan20]lease day 5
[coresw-ip-pool-vlan20]q
[coresw]int Vlanif 20
[coresw-Vlanif20]dhcp select global
[coresw-Vlanif20]q
#DHCP功能配置完成,下面开始配置OSFP
[coresw]ospf 1
#配置OSPF
[coresw-ospf-1]area 0
#Configured as a region0
[coresw-ospf-1-area-0.0.0.0]network 192.168.10.0 0.0.0.255
#宣告网段
[coresw-ospf-1-area-0.0.0.0]network 192.168.20.0 0.0.0.255
#宣告网段
[coresw-ospf-1-area-0.0.0.0]network 192.168.30.0 0.0.0.255
#宣告网段
(4)出口路由器Router配置
<Huawei>sy
[Huawei]sy Router
[Router]un in en
[Router]int g0/0/1
[Router-GigabitEthernet0/0/1]ip add 192.168.30.3 24
[Router]ospf 1
[Router-ospf-1]area 0
[Router-ospf-1-area-0.0.0.0]network 192.168.30.0 0.0.0.255
[Router-ospf-1-area-0.0.0.0]q
[Router-ospf-1]q
(5)验证实验
[Router]dis ospf peer brief
#查看邻居,状态已经是Full
用PC1和PC2 ping 出口路由器Router,可以ping,实验成功.
边栏推荐
猜你喜欢
随机推荐
Flask框架实现注册加密功能详解【Flask企业课学习】
About the two architectures of ETL (ETL architecture and ELT architecture)
darknet source code reading notes-02-list.h and lish.c
CAS:474922-26-4,DSPE-PEG-NH2,DSPE-PEG-amine,磷脂-聚乙二醇-氨基供应
[Web Automation Test] Quick Start with Playwright, 5 minutes to get started
Understanding of margin collapse and coincidence
启动项目(瑞吉外卖)
DHCP&OSPF组合实验演示(Huawei路由交换设备配置)
图解LeetCode——899. 有序队列(难度:困难)
clickhouse 上下线表
【日记】mysql数据库连接池
报道称任天堂在2023年3月前不会推出任何新硬件产品
mysql cdc 为什么需要RELOAD 这个权限?这个权限在采集数据的过程中的作用是什么?有哪
Introduction of three temperature measurement methods for PT100 platinum thermal resistance
linux下Mysql的简单操作
leetcode/有效的回文串,含有不需要判断回文的字符
【日记】mysql基本操作
情绪的波动起伏
Cholesterol-PEG-DBCO,CLS-PEG-DBCO,胆固醇-聚乙二醇-二苯基环辛炔科研试剂
怎么招聘程序员