当前位置:网站首页>hcip第九天
hcip第九天
2022-08-01 16:54:00 【m0_64365851】

1.搭建拓扑
2.配置IP
[R1]inter l 0
[R1-LoopBack0]ip add 1.1.1.1 24
[R1-LoopBack1]int l 1
[R1-LoopBack1]ip add 11.11.11.11 24
[R1-LoopBack1]int g 0/0/0
[R1-GigabitEthernet0/0/0]ip add 12.1.1.1 24
[R2]inter l 0
[R2-LoopBack0]ip add 2.2.2.2 24
[R2-LoopBack0]int g 0/0/0
[R2-GigabitEthernet0/0/0]ip add 12.1.1.2 24
[R2-GigabitEthernet0/0/0]int g 0/0/1
[R2-GigabitEthernet0/0/1]ip add 23.1.1.2 24
[R3]inter g 0/0/0
[R3-GigabitEthernet0/0/0]ip add 23.1.1.3 24
[R3-GigabitEthernet0/0/0]int g 0/0/1
[R3-GigabitEthernet0/0/1]ip add 34.1.1.3 24
[R3-GigabitEthernet0/0/1]int l 0
[R3-LoopBack0]ip add 3.3.3.3 24
[R4]inter g 0/0/0
[R4-GigabitEthernet0/0/0]ip add 34.1.1.4 24
[R4-GigabitEthernet0/0/0]int g 0/0/1
[R4-GigabitEthernet0/0/1]ip add 54.1.1.4 24
[R4-GigabitEthernet0/0/1]int g 0/0/2
[R4-GigabitEthernet0/0/2]ip add 45.1.1.4 24
[R4-GigabitEthernet0/0/2]int l 0
[R4-LoopBack0]ip add 4.4.4.4 24
[R5]inter l 0
[R5-LoopBack0]ip add 5.5.5.5 24
[R5-LoopBack0]int g 0/0/0
[R5-GigabitEthernet0/0/0]ip add 54.1.1.5 24
[R5-GigabitEthernet0/0/0]int g 0/0/1
[R5-GigabitEthernet0/0/1]ip add 45.1.1.5 24
2.静态路由
[R1]ip route-static 2.2.2.0 24 12.1.1.2
[R2]ip route-static 1.1.1.0 24 12.1.1.1
[R4]ip route-static 5.5.5.0 24 45.1.1.5
[R4]ip route-static 5.5.5.0 24 54.1.1.5
[R5]ip route-static 4.4.4.0 24 45.1.1.4
[R5]ip route-static 4.4.4.0 24 54.1.1.4
3.rip配置
[R2]rip
[R2-rip-1]v 2
[R2-rip-1]network 2.0.0.0
[R2-rip-1]network 23.0.0.0
[R3]rip
[R3-rip-1]v 2
[R3-rip-1]network 3.0.0.0
[R3-rip-1]network 23.0.0.0
[R3-rip-1]network 34.0.0.0
[R4]rip
[R4-rip-1]v 2
[R4-rip-1]network 4.0.0.0
[R4-rip-1]network 34.0.0.0
4.BGP
[R1]bgp 1
[R1-bgp]router-id 1.1.1.1
[R1-bgp]peer 2.2.2.2 as-number 2
[R1-bgp]peer 2.2.2.2 ebgp-max-hop 2
[R1-bgp]peer 2.2.2.2 connect-interface LoopBack 0
[R2]bgp 2
[R2-bgp]router-id 2.2.2.2
[R2-bgp]peer 1.1.1.1 as-number 1
[R2-bgp]peer 1.1.1.1 ebgp-max-hop 2
[R2-bgp]peer 1.1.1.1 connect-interface LoopBack 0
[R2-bgp]peer 4.4.4.4 as-number 2
[R2-bgp]peer 4.4.4.4 connect-interface LoopBack 0
[R2-bgp]peer 4.4.4.4 next-hop-local
[R3]bgp 2
[R3-bgp]router-id 3.3.3.3
[R3-bgp]peer 2.2.2.2 as-number 2
[R3-bgp]peer 2.2.2.2 connect-interface LoopBack 0
[R3-bgp]peer 2.2.2.2 next-hop-local
[R3-bgp]peer 4.4.4.4 as-number 2
[R3-bgp]peer 4.4.4.4 connect-interface LoopBack 0
[R3-bgp]peer 4.4.4.4 next-hop-local
[R4]bgp 2
[R4-bgp]router-id 4.4.4.4
[R4-bgp]peer 2.2.2.2 as-number 2
[R4-bgp]peer 2.2.2.2 next-hop-local
[R4-bgp]peer 2.2.2.2 connect-interface LoopBack 0
[R4-bgp]peer 3.3.3.3 as-number 2
[R4-bgp]peer 3.3.3.3 next-hop-local
[R4-bgp]peer 3.3.3.3 connect-interface LoopBack 0
[R4-bgp]peer 5.5.5.5 as-number 3
[R4-bgp]peer 5.5.5.5 connect-interface LoopBack 0
[R4-bgp]peer 5.5.5.5 ebgp-max-hop 2
[R5]bgp 3
[R5-bgp]router-id 5.5.5.5
[R5-bgp]peer 4.4.4.4 as-number 2
[R5-bgp]peer 4.4.4.4 ebgp-max-hop 2
[R5-bgp]peer 4.4.4.4 connect-interface LoopBack 0
5.实验结果

边栏推荐
- 访问域名直接访问wordpress
- 08 spark 集群搭建
- [Dark Horse Morning Post] Hu Jun's endorsement of Wukong's financial management is suspected of fraud, which is suspected to involve 39 billion yuan; Fuling mustard responded that mustard ate toenails
- Winform的UI帮助类——部分组件会使用到DevExpress组件
- 05 Doris cluster construction
- 主流小程序框架性能分析
- 暑气渐敛,8月让我们开源一夏!
- 【paper】Cam2BEV论文浅析
- 【Unity,C#】哨兵射线触发器模板代码
- zabbix部署和简单使用
猜你喜欢
随机推荐
ODrive开发 #1 ODrive固件开发指南[通俗易懂]
14年测试人最近的面试经历,值得借鉴√
Isometric graph neural networks shine in drug discovery
表达式;运算符,算子;取余计算;运算符优先顺序
经验|如何做好业务测试?
Good guy, the company server just crashed!
MySQL's maximum recommended number of rows is 2000w, is it reliable?
SQL函数 TIMESTAMPDIFF
22年镜头“卷”史,智能手机之战卷进死胡同
ROS2系列知识(6):Action服务概念
MLX90640 红外热成像仪测温模块开发笔记(完整版)
金仓数据库 OCCI迁移指南(2. 概述)
[Dark Horse Morning Post] Hu Jun's endorsement of Wukong's financial management is suspected of fraud, which is suspected to involve 39 billion yuan; Fuling mustard responded that mustard ate toenails
Winform的消息提示框帮助类
DateTime Helper Class for C#
Flask框架实战
二分练习题
C#的DataTable帮助类
My new book has sold 10,000 copies!
Path helper class for C#








