路由器单区域 OSPF 基本配置

news/2025/1/26 17:44:47/

路由器单区域 OSPF 基本配置

实训三十三 路由器单区域 OSPF 基本配置

  • 实验目的

1.掌握单区域 OSPF 的配置

2.理解链路状态路由协议的工作过程

3.掌握实验环境中虚拟接口的配置

  • 应用环境

1.在大规模网络中,OSPF 作为链路状态路由协议的代表应用非常广泛

2.具有无自环,收敛快的特点

  • 实验设备 1.DCR-2655  两台
  1. 网线    一条

 

 

 

六.实验步骤

第一步:路由器环回接口的配置

路由器 A:

Router-A>enable                              !进入特权模式  Router-A#config                              !进入全局模式

Router-A_config#interface g0/3                  !进入接口模式

Router-A_config_g0/3#ip address 192.168.1.1 255.255.255.0    !配置 IP 地址 Router-A_config_g0/3#no shutdown              !开启端口 Router-A_config_g0/3#exit                      !退出接口模式 Router-A_config#interface loopback0               !进入环回接口

Router-A_config_l0#ip address 10.10.10.1 255.255.255.0    !配置 IP 地址

Router -A_config_l0#no shutdown                !开启环回接口路

路由器 B:

Router-B#config

Router-B_config#int g0/3

Router-B_config_g0/3#ip address 192.168.1.2 255.255.255.0

Router-B_config_g0/3#no shutdown

Router-B_config_g0/3#exit

Router-B_config#interface loopback0

Router-B_config_l0#ip address 10.10.11.1 255.255.255.0

Router -B_config_l0#no shutdown   

第二步:验证接口配置

Router-B#show interface loopback0   

Loopback0 is up, line protocol is up   

Hardware is Loopback   MTU 1514 bytes, BW 8000000 kbit, DLY 500 usec   

Interface address is 10.10.11.1/24                !查看环回 IP 地址   

Encapsulation LOOPBACK

第三步:路由器的 OSPF 配置

路由器 A 的配置:

Router-A_config#router ospf 2     !启动 OSPF 进程,进程号为 2 Router-A_config_ospf_2#network 10.10.10.0 255.255.255.0 area 0   !宣称 IP 地址到 0 区域 Router-A_config_ospf_2#network 192.168.1.0 255.255.255.0 area 0  !注意要写掩码和区域号 Router-A_config_ospf_2#^Z         !按 ctrl+z,直接进入特权模式 路由器 B配置: Router-B_config#router ospf 1

Router-B_config_ospf_1#network 10.10.11.0 255.255.255.0 area 0 Router-B_config_ospf_1#network 192.168.1.0 255.255.255.0 area 0

第四步:查看路由表

路由器 A:

Router-A#show ip route

Codes: C - connected, S - static, R - RIP, B - BGP, BC - BGP connected        

D - BEIGRP, DEX - external BEIGRP, O - OSPF, OIA - OSPF inter area        

ON1 - OSPF NSSA external type 1, ON2 - OSPF NSSA external type 2        

OE1 - OSPF external type 1, OE2 - OSPF external type 2       

 DHCP - DHCP type, L1 - IS-IS level-1, L2 - IS-IS level-2

VRF ID: 0

C      10.10.10.0/24        is directly connected, Loopback0

O      10.10.11.1/32        [110,2] via192.168.1.2(on GigaEthernet0/3)                                           

!注意到环回接口产生的是主机路由

C      192.168.1.0/24       is directly connected, GigaEthernet0/3

路由器 B:

Router-B#show ip route

Codes: C - connected, S - static, R - RIP, B - BGP, BC - BGP connected        

D - BEIGRP, DEX - external BEIGRP, O - OSPF, OIA - OSPF inter area        

ON1 - OSPF NSSA external type 1, ON2 - OSPF NSSA external type 2        

OE1 - OSPF external type 1, OE2 - OSPF external type 2        

DHCP - DHCP type, L1 - IS-IS level-1, L2 - IS-IS level-2

VRF ID: 0

O      10.10.10.1/32   [110,2] via 192.168.1.1(on GigaEthernet0/3)  !注意管理距离为 110

C      10.10.11.0/24        is directly connected, Loopback0

C      192.168.1.0/24       is directly connected, GigaEthernet0/3

第五步:其他验证命令

Router-B#show ip ospf 1           !显示该 OSPF 进程的信息

OSPF process: 1, Router ID: 10.10.11.1

Distance: intra-area 110,  inter-area 110,  external 150  

SPF schedule delay 5 secs, Hold time between two SPFs 10 secs

SPFTV:0(0), TOs:6, SCHDs:5

 All Rtrs support Demand-Circuit.

Number of areas is 1  AREA: 0   Number of interface in this area is 2(UP: 2)   

Area authentication type:  None    All Rtrs in this area support Demand-Circuit.

Router-A#show ip ospf interface            !显示 OSPF 接口状态和类型  

GigaEthernet0/3 is up, line protocol is up   

Internet Address: 192.168.1.1/24          

Interface index: 5   

Nettype: Broadcast                            

OSPF process is 2,  AREA: 0, Router ID: 10.10.10.1   

Cost: 1, Transmit Delay is 1 sec, Priority 1   

Hello interval is 10, Dead timer is 40, Retransmit is 5   

OSPF INTF State is IDr   

Designated Router ID: 10.10.10.1, Interface address 192.168.1.1   

Backup Designated Router ID: 10.10.11.1, Interface address 192.168.1.2   

Neighbor Count is 1, Adjacent neighbor count is 1     

Adjacent with neighbor 10.10.11.1 (Backup Designated Router)

Loopback0 is up, line protocol is up   

Internet Address: 10.10.10.1/24           

Interface index: 9   Nettype: Broadcast                 !环回接口的网络类型默认为广播   OSPF process is 2,  

AREA: 0, Router ID: 10.10.10.1   

Cost: 1, Transmit Delay is 1 sec, Priority 1   

Hello interval is 10, Dead timer is 40, Retransmit is 5   

OSPF INTF State is ILOOPBACK   

Neighbor Count is 0, Adjacent neighbor count is 0

Router-A#show ip ospf neighbor               !显示 OSPF 邻居 ----------------------------------------------------------------------------------------------------------------------                                 OSPF process: 2

                                 AREA: 0 Neighbor ID     Pri   State            DeadTime   Neighbor Addr   Interface 10.10.11.1      1     FULL/BDR         39         192.168.1.2     GigaEthernet0/3 ----------------------------------------------------------------------------------------------------------------------

第六步:修改环回接口的网络类型

Router-A#config

Router-A_config#interface loopback 0

Router-A_config_l0#ip ospf network point-to-point !将类型改为点到点

第七步:查看接口状态和路由器 A 的路由表

Router-A_config#show ip ospf

interface GigaEthernet0/3 is up, line protocol is up   

Internet Address: 192.168.1.1/24          

Interface index: 5   

Nettype: Broadcast    

OSPF process is 2,  

AREA: 0, Router ID: 10.10.10.1   

Cost: 1, Transmit Delay is 1 sec, Priority 1   

Hello interval is 10, Dead timer is 40, Retransmit is 5   

OSPF INTF State is IDr   

Designated Router ID: 10.10.10.1, Interface address 192.168.1.1   

Backup Designated Router ID: 10.10.11.1, Interface address 192.168.1.2   

Neighbor Count is 1, Adjacent neighbor count is 1     

Adjacent with neighbor 10.10.11.1 (Backup Designated Router)

Loopback0 is up, line protocol is up   

Internet Address: 10.10.10.1/24           

Interface index: 9   Nettype: Point-to-Point                  !环回接口的网络类型为 PPP   OSPF process is 2,  AREA: 0, Router ID: 10.10.10.1   

Cost: 1, Transmit Delay is 1 sec, Priority 1   

Hello interval is 10, Dead timer is 40, Retransmit is 5   

OSPF INTF State is ILOOPBACK   

Neighbor Count is 0, Adjacent neighbor count is 0

Router-B#show ip route

Codes: C - connected, S - static, R - RIP, B - BGP, BC - BGP connected        

D - BEIGRP, DEX - external BEIGRP, O - OSPF, OIA - OSPF inter area        

ON1 - OSPF NSSA external type 1, ON2 - OSPF NSSA external type 2

OE1 - OSPF external type 1, OE2 - OSPF external type 2        

DHCP - DHCP type, L1 - IS-IS level-1, L2 - IS-IS level-2

VRF ID: 0

O      10.10.10.1/32        [110,2] via 192.168.1.1(on GigaEthernet0/3)

C      10.10.11.0/24        is directly connected, Loopback0

C      192.168.1.0/24       is directly connected, GigaEthernet0/3


http://www.ppmy.cn/news/181556.html

相关文章

在Azure上使用SAML方式配置单点登录 SSO

MS Azure支持SSO单点登陆的配置(SAML方式,密码方式)。单点登陆包含三个角色,一个是Service Provider,也就是应用程序提供者,一个是User Agent,例如浏览器,第三个是Identity Provider…

专业计算机和游戏计算机配置要求,游戏直播电脑配置要求2019|游戏直播电脑配置单推荐(可装win7)...

现在台式机除了一些专业用途之外,主要还是用来玩游戏。在游戏圈里里边也不乏一些高收入的职业,比如专业电竞选手,还有就是游戏主播,一些知名的游戏主播月入10W都是小轻松。估计很多小伙伴也都比较好奇:游戏直播电脑配置要求高吗?一般做游戏直播的电脑需要什么配置呢?下面…

计算机高特效吃鸡游戏主机配置单,绝地求生游戏电脑配置单介绍,游戏开最高画质都不带卡的!...

原标题:绝地求生游戏电脑配置单介绍,游戏开最高画质都不带卡的! 想必大家对绝地求生游戏不陌生吧,目前市面上比较火的游戏就是绝地求生游戏,也就是我们常说的“吃鸡”游戏。很多人以为玩“吃鸡”游戏必须要一台非常牛逼…

ospf单区域配置

IT路上的小白,学习笔记,自娱自乐,欢迎大佬们订正。 配置思路 : 1 配置终端设备 ; 2 配置网络设备 R1 R2和R3 ;3 配置OSPF区域 0; 4 验证互通性 1 - 终端配置 终端PC配配置完毕。 2 - 配置网络设备 R1 …

JavaJs计算统计文档文本中字符串字段字符出现次数

JavaJs计算统计文档文本中字符串字段字符出现次数 Java计算统计文档文本中字符串字段字符出现次数 方法1 public static int strCountBy (String txt, String str) {if( txtnull || strnull )return 0;return txt.split(str).length-1;}方法2 public static int strCountBy2 …

思科模拟器中配置单区域OSPF

思科模拟器中配置单区域OSPF 拓扑图 SW1的命令 Switch>enable #特权模式 Switch#conf #全局配置模式 Switch(config)#hostname SW1 #改名SW1 SW1(config)#vlan 10 #划分VLAN 10 SW1(config-vlan)#ex #退出 exit SW1(config)#interface vlan 10 #进入vlan…

ospf 单区域配置

原理概述:路由协议有两种一种是基于距离矢量协议RIP,一种是基于链路状态的内部网关协议OSPF,下面废话不多说直接上实验。 1 首先做好实验遍址,这边用到的路由器设备都是AR2220,PC的话都是AR201。 实验编址 设备 接口 …

配置OSPF单区域

目录 一、相关知识 1、OSPF协议简介 2、OSPF优点 3、OSPF链路状态协议有以下两个问题要注意: 4、OSPF 支持的网络类型如下。 5、NBMA 与P2MP之间的区别: 6、OSPF的报文类型 7、0SPF路由配置 二、拓扑图 三、配置命令 1、ZY-Router-1路由配置命…