ISIS路由协议测试方案
更新时间:2023-07-28 23:45:01 阅读量: 实用文档 文档下载
- isi日本语学校推荐度:
- 相关推荐
bluefox..tech
Isis路由协议
9.5.1 验证is-is 基本功能 9.5.2 验证is-is的路由聚合
9.5.3 验证is-is发布和引入路由
9.5.4 is-is L2路由到L1路由的泄露功能测试
验证is-is的基本功能
测试编号9.5.1验证is-is的基本功能 测试组网图:
bluefox..tech
测试结果:
测试步骤和结果:步骤 2、步骤 3:配置 R1/R2/R3 以及路由协议 isis
R1: interface Loopback0 ip address 172.16.1.1 255.255.255.0 ip router isis bluefox //接口激活 isis interface Loopback1 ip address 172.16.2.1 255.255.255.0 ip router isis bluefox interface Loopback2 ip address 172.16.3.1 255.255.255.0 ip router isis bluefox interface Loopback3 ip address 172.16.4.1 255.255.255.0 ip router isis bluefox interface FastEthernet0/0 ip address 10.0.1.2 255.255.255.252 ip router isis bluefox router isis bluefox net 49.0002.0000.0000.0001.00 is-type level-1 R2: interface FastEthernet0/0 ip address 10.0.1.1 255.255.255.252 ip router isis bluefox interface FastEthernet1/0 ip address 10.0.0.1 255.255.255.252 ip router isis bluefox router isis bluefox net 49.0002.0000.0000.0002.00 //L1 和 L1/L2 路由器处在同一区域; R3: interface Loopback0 ip address 192.168.0.1 255.255.255.0 ip router isis bluefox ! interface FastEthernet0/0 ip address 10.0.0.2 255.255.255.252 ip router isis bluefox router isis bluefox net 49.0001.0000.0000.0003.00步骤 4:查看 isis 邻居
System Id R2
Type Interface L1 Fa0/0
IP Address 10.0.1.1
State Holdtime Circuit Id UP 7 R2.01
bluefox..tech
R1#show isis neighbors
System Id R2 R2#show isis nei
Type Interface L1 Fa0/0
IP Address 10.0.1.1
State Holdtime Circuit Id UP 7 R2.01
System Id R3 R1
Type Interface L2 L1 Fa1/0 Fa0/0
IP Address 10.0.0.2 10.0.1.2
State Holdtime Circuit Id UP UP 9 23 R3.01 R2.01
R3#show isis neighbors
System Id R2
Type Interface L2 Fa0/0
IP Address 10.0.0.1
State Holdtime Circuit Id UP 27 R3.01
步骤5:查看路由表 R1#SHOW IP ROUTE Gateway of last resort is 10.0.1.1 to network 0.0.0.0 172.16.0.0/24 is subnetted, 4 subnets C C C C 172.16.4.0 is directly connected, Loopback3 172.16.1.0 is directly connected, Loopback0 172.16.2.0 is directly connected, Loopback1 172.16.3.0 is directly connected, Loopback2 10.0.0.0/30 is subnetted, 2 subnets i L1 C 10.0.0.0 [115/20] via 10.0.1.1, FastEthernet0/0 10.0.1.0 is directly connected, FastEthernet0/0
i*L1 0.0.0.0/0 [115/10] via 10.0.1.1, FastEthernet0/0 R2#SHOW IP ROUTE Gateway of last resort is not set 172.16.0.0/24 is subnetted, 4 subnets i L1 i L1 i L1 i L1 172.16.4.0 [115/20] via 10.0.1.2, FastEthernet0/0 172.16.1.0 [115/20] via 10.0.1.2, FastEthernet0/0 172.16.2.0 [115/20] via 10.0.1.2, FastEtherne
t0/0 172.16.3.0 [115/20] via 10.0.1.2, FastEthernet0/0 10.0.0.0/30 is subnetted, 2 subnets C C 10.0.0.0 is directly connected, FastEthernet1/0 10.0.1.0 is directly connected, FastEthernet0/0
i L2 192.168.0.0/24 [115/20] via 10.0.0.2, FastEthernet1/0 R3#show ip route 172.16.0.0/24 is subnetted, 4 subnets i L2 i L2 i L2 i L2 172.16.4.0 [115/30] via 10.0.0.1, FastEthernet0/0 172.16.1.0 [115/30] via 10.0.0.1, FastEthernet0/0 172.16.2.0 [115/30] via 10.0.0.1, FastEthernet0/0 172.16.3.0 [115/30] via 10.0.0.1, FastEthernet0/0 10.0.0.0/30 is subnetted, 2 subnets C i L2 C 10.0.0.0 is directly connected, FastEthernet0/0 10.0.1.0 [115/20] via 10.0.0.1, FastEthernet0/0 192.168.0.0/24 is directly connected, Loopback0
bluefox..tech
C
192.168.0.0/24 is directly connected, Loopback0
步骤6:测试连通性
R1#ping 192.168.0.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.0.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/60/80 ms R3#ping 172.16.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/67/108 ms R3#ping 172.16.2.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.2.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 32/60/84 ms R3#ping 172.16.3.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.3.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/56/68 ms
9.5.2 验证 is-is 的路由聚合测试组:is-is路由协议 测试项目:验证is-is的路由聚合 测试目的:验证is-is的路由聚合 测试步骤: 7、 将 0002 区域的路由汇总; 8、 查看 R3 路由表
预期测试结果: 测试准备:路由器、PC
bluefox..tech
测试过程和结果: 步骤7:在L1L2路由器上进行汇总 R2: Router isis bluefox summary-address 172.16.0.0 255.255.0.0 步骤8:查看L2路由器的路由表 R3#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set 172.16.0.0/24 is subnetted, 4 subnets i L2 i L2 i L2 i L2 172.16.4.0 [115/30] via 10.0.0.1, FastEthernet0/0 172.16.1.0 [115/30] via 10.0.0.1, FastEthernet0/0 172.16.2.0 [115/30] via 10.0.0.1, FastEthernet0/0 172.16.3.0 [115/30] via 10.0.0.1, FastEthernet0/0 10.0.0.0/30 is subnetted, 2 subnets C i L2 C 10.0.0.0 is directly connected, FastEthernet0/0 10.0.1.0 [115/20] via 10.0.0.1, FastEthernet0/0 192.168.0.0/24 is directly connected, Loopback0
汇总前的路由表 R3#show ip
route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
i L2 172.16.0.0/16 [115/30] via 10.0.0.1, FastEthernet0/0 10.0.0.0/30 is subnetted, 2 subnets C i L2 C 10.0.0.0 is directly connected, FastEthernet0/0 10.0.1.0 [115/20] via 10.0.0.1, FastEthernet0/0 192.168.0.0/24 is directly connected, Loopback
汇总后的路由表
bluefox..tech
9.5.3 验证is-is发布和引入路由
bluefox..tech
9.5.4 is-is L2路由到L1路由的泄露功能测试
bluefox..tech
测试步骤和结果: 步骤 14:需要将 L2 路由器的 192.168.0.0 的路由泄露给 L1 路由器,写 access-list 匹配感兴趣路由再将路 由由 L2 into L1 在 L2L1 路由器上做配置: access-list 100 permit ip 192.168.0.0 0.0.255.255 any router isis bluefox redistribute isis ip level-2 into level-1 distribute-list 100 步骤15:查看路由表 R1#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route
Gateway of last resort is 10.0.1.1 to network 0.0.0.0
100.0.0.0/24 is subnetted, 1 subnets C 100.100.100.0 is directly connected, Loopback4 172.16.0.0/24 is subnetted, 4 subnets C C C C 172.16.4.0 is directly connected, Loopback3 172.16.1.0 is directly connected, Loopback0 172.16.2.0 is directly connected, Loopback1 172.16.3.0 is directly connected, Loopback2 10.0.0.0/30 is subnetted, 2 subnets i L1 C 泄露之前 10.0.0.0 [115/20] via 10.0.1.1, FastEthernet0/0 10.0.1.0 is directly connected, FastEthernet0/0
i*L1 0.0.0.0/0 [115/10] via 10.0.1.1, FastEthernet0/0
R1#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route
Gateway of last resort is 10.0.1.1 to network 0.0.0.0
100.0.0.0/24 is subnetted, 1 subnets C 100.100.100.0 is directly connected, Loopback4 172.16.0.0/24 is subnetted, 4 subnets C C C 172.16.4.0 is directly connected, Loopback3 172.16.1.0 is directly connected, Loopback0 172.16.2.0 is directly connected, Loopback1
bluefox..tech
172.16.0.0/24 is subnetted, 4 subnets C C C C 172.16.4.0 is directly connected, Loopback3 172.16.1.0 is directly connected, Loopback0 172.16.2.0 is directly connected, Loopback1 172.16.3.0 is
directly connected, Loopback2 10.0.0.0/30 is subnetted, 2 subnets i L1 C 10.0.0.0 [115/20] via 10.0.1.1, FastEthernet0/0 10.0.1.0 is directly connected, FastEthernet0/0
i ia 192.168.0.0/24 [115/158] via 10.0.1.1, FastEthernet0/0 i*L1 0.0.0.0/0 [115/10] via 10.0.1.1, FastEthernet0/0 泄露之后 路由泄漏对于次佳路由的选择很有帮助。
bluefox..tech
正在阅读:
ISIS路由协议测试方案07-28
明查暗访实施方案09-30
军理05-29
《解放思想实事求是团结一致向前看》读后感12-01
商法课堂练习01-12
2016 世界古代文明 章节测验参考答案古代埃及上、下04-07
C22钢板梁的设计05032611-12
人教课标版小学数学三年级下册全册导学案41 - 图文07-08
江西横峰:读《红色家书》坚守初心之源上下齐心合力迎国检05-24
数学五年级(上)期末质量检测及答案12-23
- 教学能力大赛决赛获奖-教学实施报告-(完整图文版)
- 互联网+数据中心行业分析报告
- 2017上海杨浦区高三一模数学试题及答案
- 招商部差旅接待管理制度(4-25)
- 学生游玩安全注意事项
- 学生信息管理系统(文档模板供参考)
- 叉车门架有限元分析及系统设计
- 2014帮助残疾人志愿者服务情况记录
- 叶绿体中色素的提取和分离实验
- 中国食物成分表2020年最新权威完整改进版
- 推动国土资源领域生态文明建设
- 给水管道冲洗和消毒记录
- 计算机软件专业自我评价
- 高中数学必修1-5知识点归纳
- 2018-2022年中国第五代移动通信技术(5G)产业深度分析及发展前景研究报告发展趋势(目录)
- 生产车间巡查制度
- 2018版中国光热发电行业深度研究报告目录
- (通用)2019年中考数学总复习 第一章 第四节 数的开方与二次根式课件
- 2017_2018学年高中语文第二单元第4课说数课件粤教版
- 上市新药Lumateperone(卢美哌隆)合成检索总结报告
- 路由
- 协议
- 测试
- 方案
- ISIS
- 老年病学教学中的合理用药问题
- 梯形的面积教学设计
- 2009-2013年黑龙江省其他乐器及零件制造行业经营状况分析年报
- 11.7离散型随机变量及其分布列(北师大数学理2013版高中全程复习方
- :第三课文化的多样性与文化传播Word版含答案
- 建筑结构抗震设计(专升本)阶段性作业3(武汉地质大学远程教育)
- 提高思想品德课教学实效性的探究1
- 岩石力学考试试题(含答案)
- 岳麓版八年级上册历史复习提纲
- 育贤万家教育--人教版英语初一下册Units+5-6的语法归纳
- 2015年一月份人力资源管理师二级知识大全
- cng加气站的办理审批手续
- 适用于乳酸菌分类鉴定的分子生物学技术
- 截图-实验 9 网络端口地址转换NAPT配置
- 2010年高考物理试卷汇编(选修33)
- 《强化同业对标精分析,推进同业对标升段位》
- 思想政治七年级上册教学计划
- 福州雅思口语考试拿高分技巧
- 旅游资源调查表模板
- 2001-2009华南理工大学物理化学考研真题