当前位置:网站首页>HCIA experiment (06)
HCIA experiment (06)
2022-07-25 11:10:00 【Rainy days_】

1. Address planning
192.168.1.0/24 ( Divided into two subnets )
192.168.1.0/25 A0( Area 0)
192.168.1.0/27 ( The backbone )
192.168.1.0/29 192.168.1.8/29 192.168.1.16/29 192.168.1.24/29
192.168.1.32/27 R1 192.168.1.64/27 R2 192.168.1.94/27 R3 ( user )
192.168.1.128/25 A1( Area 1)

2. Configure loopback
[r1]int LoopBack 0
[r1-LoopBack0]ip add 192.168.1.33 27
[r2]int LoopBack 0
[r2-LoopBack0]ip add 192.168.1.65 27
[r3]int LoopBack 0
[r3-LoopBack0]ip add 192.168.1.97 27
[r4]int LoopBack 0
[r4-LoopBack0]ip add 4.4.4.4 24
3. Configure router interface
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ip add 192.168.1.1 29
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip add 192.168.1.2 29
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ip add 192.168.1.3 29
[r3]int g0/0/1
[r3-GigabitEthernet0/0/1]ip add 192.168.1.129 25
[r4]int g0/0/0
[r4-GigabitEthernet0/0/0]ip add 192.168.1.130 25
( test )



4. Declare
[r1]ospf 1 router-id 1.1.1.1
[r1-ospf-1]area 0
[r1-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.255
[r2]ospf 1 router-id 2.2.2.2
[r2-ospf-1]area 0
[r2-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.255
[r3]ospf 1 router-id 3.3.3.3
[r3-ospf-1]area 0
[r3-ospf-1-area-0.0.0.0]network 192.168.1.3 0.0.0.0
[r3]ospf 1 router-id 3.3.3.3
[r3-ospf-1]area 0
[r3-ospf-1-area-0.0.0.0]network 192.168.1.97 0.0.0.0
[r3]ospf 1 router-id 4.4.4.4
[r3-ospf-1]area 1
[r3-ospf-1-area-0.0.0.1]network 192.168.1.129 0.0.0.0
[r4]ospf 1 router-id 4.4.4.4
[r4-ospf-1]area 1
[r4-ospf-1-area-0.0.0.1]network 192.168.1.130 0.0.0.0
( see r3)

(r3 And r1,r2 and r4 All normal establishment becomes adjacency )
( see r4)

5. Modify election results and priorities
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ospf dr-priority 0
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ospf dr-priority 0( Abandon the election , Only form DR)
( see r1 and r2)

( When DR by 0, All form a neighborhood , No topology interaction , Cannot form a path )
6. stay r4 Configure default settings on
[r4]ospf 1
[r4-ospf-1]default-route-advertise always
( see r1 Of ospf)
( Default implementation )
( test )


8.( To ensure the security of updates ) Do the authentication
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456

9. Put the area 0 Routing summary for , Send to area 1
[r3]ospf 1
[r3-ospf-1]area 0
[r3-ospf-1-area-0.0.0.0]abr-summary 192.168.1.0 255.255.255.128

10. stay r3 Make an empty interface on , Prevent loops
[r3]ip route-static 192.168.1.0 25 NULL 0
边栏推荐
- UE4 framework introduction
- BGP联邦实验
- The University of Gottingen proposed clipseg: a model that can perform three segmentation tasks simultaneously using text and image prompts
- 3. Like you, DNS domain name resolution service!!!
- HCIP实验(02)
- Hcip experiment (01)
- What is the meaning of ordinary people's life?
- Redis usage scenario
- I, AI doctoral student, online crowdfunding research topic
- Using px2rem does not take effect
猜你喜欢
![[Blue Bridge Cup training 100 questions] scratch Taiji diagram Blue Bridge Cup scratch competition special prediction programming question centralized training simulation exercise question No. 22](/img/d5/56173050f62d5b6fa336ff8d257fca.png)
[Blue Bridge Cup training 100 questions] scratch Taiji diagram Blue Bridge Cup scratch competition special prediction programming question centralized training simulation exercise question No. 22

ESP8266 使用 DRV8833驱动板驱动N20电机

HCIP实验(02)

Disabled and readonly and focus issues

Cloud native ide: the first general codeless development platform of IVX for free

思路再次完美验证!加息临近,趋势明了,好好把握这波行情!

Reinforcement Learning 强化学习(四)

AI系统前沿动态第43期:OneFlow v0.8.0正式发布;GPU发现人脑连接;AI博士生在线众筹研究主题
![[flask advanced] combined with the source code, explain the operation mechanism of flask (in and out of the stack)](/img/a0/9110b83ff5c7965809bbc9f3948956.jpg)
[flask advanced] combined with the source code, explain the operation mechanism of flask (in and out of the stack)

企业实践开源的动机
随机推荐
Openstack skyline component installation
Introduction to onnx runtime
HCIA实验(07)综合实验
Flame framework - Flame WTF form: file upload, verification code
Hcip experiment (01)
100W!
JDBC的APi补充
UE4 framework introduction
What is the meaning of ordinary people's life?
Guys, flick CDC table API, Mysql to MySQL, an application that can
Last week's hot review (7.18-7.24)
C class library generation, use class library objects to data bind DataGridView
I wrote code for openharmony, and the second phase of "code" pioneer officially opened!
HCIP实验(04)
Flask框架——Flask-WTF表单:文件上传、验证码
Google Earth Engine——统计逐年土地分类的频率
NB-IOT控制液晶屏(日期的设置与读取)
SQL语言(六)
BGP federal experiment
How to notify users of wechat applet version update?