当前位置:网站首页>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.实验结果

边栏推荐
猜你喜欢
随机推荐
SQL函数 TO_CHAR(三)
金仓数据库KingbaseES安全指南--6.4. RADIUS身份验证
显示为弹出窗口是什么意思(电脑总是弹出广告)
OneFlow源码解析:Op、Kernel与解释器
OpenCV-resize函数「建议收藏」
Winform的UI帮助类——部分组件会使用到DevExpress组件
Description of common operations and help projects about DevExpress in C#
Financial products with high annualized returns
Bugku-Misc-贝斯手
22年镜头“卷”史,智能手机之战卷进死胡同
【黑马早报】胡军代言悟空理财涉嫌欺诈,疑似涉及390亿元;涪陵榨菜回应榨菜吃出脚指甲; 鸿星尔克再捐1个亿;腾讯控股股价跌回5年前...
Complete knapsack problem to find the number of combinations and permutations
2022 Strong Net Cup CTF---Strong Net Pioneer ASR wp
测试技术|白盒测试以及代码覆盖率实践
吴恩达机器学习课后习题——kmeans
表达式;运算符,算子;取余计算;运算符优先顺序
UI helper class for Winform - some components will use DevExpress components
C#的路径帮助类
Vulnhub靶机:HARRYPOTTER_ NAGINI
关系运算符和if,else语句








