锐捷ospf配置案例_第1页
锐捷ospf配置案例_第2页
锐捷ospf配置案例_第3页
锐捷ospf配置案例_第4页
锐捷ospf配置案例_第5页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、一、组网需求 配置OSPF动态路由协议,让全网可以互通二、组网拓扑 三、配置要点1、根据规划,在设备接口上配置IP地址2、配置OSPF进程3、所有区域(area)必须与区域 0(area 0)相连接四、配置步骤注意:配置之前建议使用 Ruijie#show ip interface brief 查看接口名称,常用接口名称有FastEthernet(百兆)、GigabitEthernet(千兆)和TenGigabitEthernet(万兆)等等,以下配置以百兆接口为例。步骤一:配置接口IP 路由器R1:Ruijie>enable ->进入特权模式Ruijie#configure te

2、rminal ->进入全局配置模式Ruijie(config)#interface fastethernet 0/0->配置接口IPRuijie(config-if-FastEthernet 0/0)#interface fastethernet 0/1Ruijie(config-if-FastEthernet 0/1)#interface loopback 0 ->配置回环口IP,作为OSPF的router-idRuijie(config-if-Loopback 0)#exit 路由器R2:Ruijie>enable Ruijie#configure terminal

3、 Ruijie(config)#interface fastethernet 0/0Ruijie(config-if-FastEthernet 0/0)#interface fastethernet 0/1Ruijie(config-if-FastEthernet 0/1)#interface loopback 0Ruijie(config-if-Loopback 0)#exit 路由器R3:Ruijie>enable Ruijie#configure terminal Ruijie(config)#interface fastethernet 0/0Ruijie(config-if-F

4、astEthernet 0/0)#interface fastethernet 0/1Ruijie(config-if-FastEthernet 0/1)#interface loopback 0Ruijie(config-if-Loopback 0)#exit步骤二:配置OSPF 路由器R1:Ruijie(config)#router ospf 100 ->配置OSPF,进程号是100Ruijie(config-router)#router-id 10.0.0.1 ->手工指定OSPF的router-idRuijie(config-router)#network 192.168.

5、1.0 255.255.255.0 area 1 ->地址属于192.168.1.0/24的接口划入OSPF区域 1,参与OSPF的运做Ruijie(config-router)#network 192.168.2.0 255.255.255.0 area 0 ->地址属于192.168.2.0/24的接口划入OSPF区域 0,参与OSPF的运做Ruijie(config-router)#exit 路由器R2:Ruijie(config)#router ospf 100Ruijie(config-router)#network 192.168.2.0 255.255.255.0 a

6、rea 0Ruijie(config-router)#network 192.168.3.0 255.255.255.0 area 0Ruijie(config-router)#exit 路由器R3:Ruijie(config)#router ospf 100Ruijie(config-router)#network 192.168.3.0 255.255.255.0 area 0Ruijie(config-router)#network 192.168.4.0 255.255.255.0 area 2Ruijie(config-router)#exit步骤三、保存配置Ruijie(confi

7、g-router)#end ->退出到特权模式 Ruijie#write -> 确认配置正确,保存配置五、验证命令:在路由器R2上查看相关的信息:Ruijie#show ip route ->查看所有的路由表,包括OSPF,静态路由和直连路由等Codes: C - connected, S - static, R - RIP, B - BGP O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type

8、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 defaultGateway of last resort is no setC 10.0.0.0/24 is directly connected, Loopback 0O IA 192.168.1.1/32 110/1 via 192.168.2.1, 00:04:17, FastEthernet 0/0 ->O I

9、A表示来自其他区域的OSPF路由条目C 192.168.2.0/24 is directly connected, FastEthernet 0/0C 192.168.3.0/24 is directly connected, FastEthernet 0/1O IA 192.168.4.1/32 110/1 via 192.168.3.1, 00:03:56, FastEthernet 0/1Ruijie#show ip route ospf 100 ->查看从OSPF进程100学到的OSPF路由条目O IA 192.168.1.1/32 110/1 via 192.168.2.1, 00:04:30, FastEthernet 0/0O IA 192.168.4.1/32 110/1 via 192.168.3.1, 00:04:09, FastEthernet 0/1Ruijie#show ip ospf neighbor ->查看OSPF邻居,以太网环境下正常的状态应该是FullOSPF process 100, 2 Neighbors, 2 is Full:Neighbor ID Pri State BFD St

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论