本实验是对OSPF协议的基本配置,涉及到配置OSPF协议所必须的命令和常用的show命令 。
1.实验目的
通过本实验,读者可以把握以下技能:
●在路由器上启动OSPF协议;
●声明相应网络进入OSPF路由进程;
●查看OSPF路由信息;
●查看OSPF协议配置信息;
●查看OSPF邻居路由器信息 。
2.设备需求
本实验需要以下设备:
●Cisco路由器3台,分别命名为R1 。R2和R3,其中R2要求具有2个串行接口,R1和R3均要求具有1个串行接口和1个以太网接口;
●2条DCE电缆和2条DTE电缆 (或2条DCE转DTE电缆);
●1台终端服务器,如Cisco 2509路由器,及用于反向Telnet的相应电缆;
●4台带有超级终端程序的PC机,以及Console电缆及转接器 。
3.拓扑结构及配置说明
本实验的拓扑结构如图11-1所示,利用DCE和DTE电缆把R1 。R2和R3路由器连接起来 。各路由器使用的接口及其编号如图11-1中的标注 。
各接口IP地址分配如下:
R1:S1192.168.1.130,E0 172.16.1.1/24
R2:S0192.168.1.5/30,S1 192.168.1.2/30
R3:S0192.168.1.6/30,E0 172.16.3.1/24
实验中R1、R2之间串行线路速率设置为 125kbit/s;R2、R3之间串行线路速率设置为64kbit/s 。
本实验要求通过对OSPF路由选择协议的配置,实现拓扑中全网的连通性 。
4.实验配置及监测结果
按照拓扑结构图连接好所有设备后,给设备加电,开始进行实验 。
第1部分:配置接口和OSPF
首先对各路由器的接口和OSPF协议进行配置 。配置清单11-1记录了对3台路由器的配置 。
配置清单11-1 OSPF协议的基本配置
第1段:配置R1路由器
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#no logg console
Router(config)#hostn R1
R1(config)#int e0
R1(config-if)#no keepa
R1(config-if)#ip addr 172.16.1.1255.255.255.0
R1(config-if)#no sh
R1(config-if)#
R1(config-if)#int s1
R1(config-if)#ip addr 192.168.1.1255.255.255.252
R1(config-if)#clock rate 125000
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#router ospf 100
R1(config-router)#network 192.168.1.1 0.0.0.0 area 0
R1(config-router)#network 172.16.1.1 0.0.0.0 area 0
R1(config-router)#^Z
R1#
第2段:配置R2路由器
Term_Server#2
[Resuming connection 2 to r2 ... ]
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#no logg console
Router(config)#shostn R2
R2(config)#int s0
R2(config-if)#ip addr 192.168.1.5 255.255.255.252
R2(config-if)#no sh
R2(config-if)#int s1
R2(config-if)#ip addr 192.168.1.2 255.255.255.252
R2(config-if)#no sh
R2(config-if)#exit
R2(config)#router ospf 100
R2(config-router)#netw 192.168.1.2 0.0.0.0 area 0
R2(config-router)#netw 192.168.1.5 0.0.0.0 area 0
R2(config-router)#^Z
R2#
第3段:配置R3路由器
Term_Server#3
[Resuming connection 3 to r3 ... ]
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#no logg console
Router(config)#shostn R3
R3(config)#int s0
R3(config-if)#ip addr 192.168.1.6 255.255.255.252
R3(config-if)#clock rate 64000
R3(config-if)#no shut
R3(config)#int e0
R3(config-if)#no keepa
R3(config-if)#ip addr 172.16.3.1255.255.255.0
R3(config-if)#no sh
R3(config-if)#exit
R3(config)#router ospf 100
R3(config-router)#netw 192.168.1.6 0.0.0.0 area 0
R3(config-router)#netw 172.16.3.1 0.0.0.0 area 0
R3 (config-router)#exit
R3(config-if)#^Z
R3#
(1)在上述配置中,首先对每台路由器的接口进行了配置 。需要注重以下两点:
推荐阅读
- vivo Y3配置怎么样 vivo Y3性价比高吗 值得买否评测
- 2 配置和查看 OSPF协议
- EXCEL中求和具体操作方法
- 联想Z6 Pro 5G探索版配置怎么样 联想Z6 Pro 5G参数规格详解
- 雏鸡的开食和喂料
- 留存收益和净利润关系是什么
- 和平精英体验服怎么抢号
- 监测和调试 OSPF协议
- 中国和泰国接壤,泰国和中国接壤不
- 小结 配置RIP和IGRP协议