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

Topology design and IP Address planning 
1. Configure router interface IP Address and loopback
[r1]int LoopBack 0
[r1-LoopBack0]ip add 192.168.1.1 24
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ip add 16.1.1.1 24
[r1]int g0/0/2
[r1-GigabitEthernet0/0/2]ip add 61.1.1.1 24
[r2]int LoopBack 0
[r2-LoopBack0]ip add 192.168.2.1 24
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip add 26.1.1.1 24
[r3]int LoopBack 0
[r3-LoopBack0]ip add 192.168.3.1 24
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ip add 36.1.1.1 24
[r4]int LoopBack 0
[r4-LoopBack0]ip add 192.168.4.1 24
[r4]int g0/0/0
[r4-GigabitEthernet0/0/0]ip add 46.1.1.1 24
[r5]int LoopBack 0
[r5]int lo0
[r5-LoopBack0]ip add 192.168.5.1 24
[r5]int g0/0/0
[r5-GigabitEthernet0/0/0]ip add 56.1.1.1 24
[r6]int LoopBack 0
[r6-LoopBack0]ip add 6.6.6.6 24
[r6]int g0/0/0
[r6-GigabitEthernet0/0/0]ip add 16.1.1.2 24
[r6]int g4/0/1
[r6-GigabitEthernet4/0/1]ip add 61.1.1.2 24
[r6]int g0/0/1
[r6-GigabitEthernet0/0/1]ip add 26.1.1.2 24
[r6]int g0/0/2
[r6-GigabitEthernet0/0/2]ip add 36.1.1.2 24
[r6]int g2/0/0
[r6-GigabitEthernet2/0/0]ip add 46.1.1.2 24
[r6]int g2/0/1
[r6-GigabitEthernet2/0/1]ip add 56.1.1.2 24
see 
test 

2. Configure the default route
[r1]ip route-static 0.0.0.0 0 16.1.1.2
[r1]ip route-static 0.0.0.0 0 61.1.1.2
[r2]ip route-static 0.0.0.0 0 26.1.1.2
[r3]ip route-static 0.0.0.0 0 36.1.1.2
[r4]ip route-static 0.0.0.0 0 46.1.1.2
[r5]ip route-static 0.0.0.0 0 56.1.1.2
test 

3. structure MGRE Environmental Science
[r1]int t0/0/0
[r1-Tunnel0/0/0]ip add 10.1.1.1 24
[r1-Tunnel0/0/0]tunnel-protocol gre p2mp
[r1-Tunnel0/0/0]source 16.1.1.1
[r1-Tunnel0/0/0]nhrp entry multicast dynamic
[r1-Tunnel0/0/0]nhrp network-id 100
[r2]int t0/0/0
[r2-Tunnel0/0/0]ip add 10.1.1.2 24
[r2-Tunnel0/0/0]tunnel-protocol gre p2mp
[r2-Tunnel0/0/0]source g0/0/0
[r2-Tunnel0/0/0]nhrp entry 10.1.1.1 16.1.1.1 register
[r2-Tunnel0/0/0]nhrp network-id 100
[r3]int t0/0/0
[r3-Tunnel0/0/0]ip add 10.1.1.3 24
[r3-Tunnel0/0/0]tunnel-protocol gre p2mp
[r3-Tunnel0/0/0]source g0/0/0
[r3-Tunnel0/0/0]nhrp entry 10.1.1.1 16.1.1.1 register
[r3-Tunnel0/0/0]nhrp network-id 100
[r1]int t0/0/1
[r1-Tunnel0/0/1]ip add 10.1.2.1 24
[r1-Tunnel0/0/1]tunnel-protocol gre p2mp
[r1-Tunnel0/0/1]source 61.1.1.1
[r1-Tunnel0/0/1]nhrp entry multicast dynamic
[r1-Tunnel0/0/1]nhrp network-id 101
[r4]int t0/0/0
[r4-Tunnel0/0/0]ip add 10.1.2.2 24
[r4-Tunnel0/0/0]tunnel-protocol gre p2mp
[r4-Tunnel0/0/0]source 46.1.1.1
[r4-Tunnel0/0/0]nhrp entry 10.1.2.1 61.1.1.1 register
[r4-Tunnel0/0/0]nhrp entry 10.1.2.3 56.1.1.1 register
[r4-Tunnel0/0/0]nhrp network-id 101
[r5]int t0/0/0
[r5-Tunnel0/0/0]ip add 10.1.2.3 24
[r5-Tunnel0/0/0]tunnel-protocol gre p2mp
[r5-Tunnel0/0/0]source 56.1.1.1
[r5-Tunnel0/0/0]nhrp entry 10.1.2.1 61.1.1.1 register
[r5-Tunnel0/0/0]nhrp entry 10.1.2.2 46.1.1.1 register
[r5-Tunnel0/0/0]nhrp network-id 101
( open R5 Of t0/0/0 Wei Guangbo of )
test 

4. Declare
( No zoning , All within the scope of private network )
[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.1 0.0.0.0
[r1-ospf-1-area-0.0.0.0]network 10.1.1.1 0.0.0.0
[r1-ospf-1-area-0.0.0.0]network 10.1.2.1 0.0.0.0
[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.2.1 0.0.0.0
[r2-ospf-1-area-0.0.0.0]network 10.1.1.2 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.3.1 0.0.0.0
[r3-ospf-1-area-0.0.0.0]network 10.1.1.3 0.0.0.0
[r4]ospf 1 router-id 4.4.4.4
[r4-ospf-1]area 0
[r4-ospf-1-area-0.0.0.0]network 192.168.4.1 0.0.0.0
[r4-ospf-1-area-0.0.0.0]network 10.1.2.2 0.0.0.0
[r5]ospf 1 router-id 5.5.5.5
[r5-ospf-1]area 0
[r5-ospf-1-area-0.0.0.0]network 192.168.5.1 0.0.0.0
[r5-ospf-1-area-0.0.0.0]network 10.1.2.3 0.0.0.0
see 
Optimize
[r1]int t0/0/0
[r1-Tunnel0/0/0]ospf network-type broadcast
[r2]int t0/0/0
[r2-Tunnel0/0/0]ospf network-type broadcast
[r3]int t0/0/0
[r3-Tunnel0/0/0]ospf network-type broadcast
(R2 and R3 Priority changed to 0, give up DR/BDR The election )
[r2-Tunnel0/0/0]ospf dr-priority 0
[r3-Tunnel0/0/0]ospf dr-priority 0
[r1]int t0/0/1
[r1-Tunnel0/0/0]ospf network-type broadcast
[r4]int t0/0/0
[r4-Tunnel0/0/0]ospf network-type broadcast
[r5]int t0/0/0
[r5-Tunnel0/0/0]ospf network-type broadcast
(R2 and R3 Priority changed to 0, give up DR/BDR The election )
[r4-Tunnel0/0/0]ospf dr-priority 0
[r5-Tunnel0/0/0]ospf dr-priority 0
see
(1)


(2)


5. test


边栏推荐
- Learn NLP with Transformer (Chapter 4)
- mysql高级语句(一)(总有一个人的出现,让你的生活不再继续糟糕)
- Cloud native ide: the first general codeless development platform of IVX for free
- 思路再次完美验证!加息临近,趋势明了,好好把握这波行情!
- SQL语言(六)
- 三万字速通Servlet
- The integration of two in one has a long way to go
- Code representation learning: introduction to codebert and other related models
- Learn NLP with Transformer (Chapter 4)
- Nb-iot control LCD (date setting and reading)
猜你喜欢
Learning Weekly - total issue 63 - an open source local code snippet management tool

SQL语言(一)

Flask框架——Flask-WTF表单:文件上传、验证码

Kraken中事件通道原理分析

Hcip experiment (01)

mysql高级语句(一)(总有一个人的出现,让你的生活不再继续糟糕)

Learn NLP with Transformer (Chapter 1)

Hucang integrated e-commerce project (II): project use technology, version and basic environment preparation

【flask高级】结合源码解决flask经典报错:Working outside of application context

2021 CEC written examination summary
随机推荐
100W了!
【域泛化】2022 IJCAI领域泛化教程报告
学习周刊 - 总第 63 期 - 一款开源的本地代码片段管理工具
The practice of asynchronous servlet in image service
【IJCAI 2022】参数高效的大模型稀疏训练方法,大幅减少稀疏训练所需资源
大佬们,flink cdc table api , mysql to mysql,一个应用程序,可以
What is MySQL transaction
Flask framework - Message flash
我,AI博士生,在线众筹研究主题
Reinforcement Learning 强化学习(三)
Guys, flick CDC table API, Mysql to MySQL, an application that can
【flask高级】结合源码详解flask的运行机制(出入栈)
Google Earth engine -- Statistics on the frequency of land classification year by year
Flask框架——flask-caching缓存
AI系统前沿动态第43期:OneFlow v0.8.0正式发布;GPU发现人脑连接;AI博士生在线众筹研究主题
[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
API supplement of JDBC
C class library generation, use class library objects to data bind DataGridView
The most comprehensive UE4 file operation in history, including opening, reading, writing, adding, deleting, modifying and checking
HCIP(12)