路由器基础配置之广播多路访问链路上的ospf

我们将以上面的拓扑图进行实验,因为是要以不断广播的形式进行ospf,所有中间加了一个集线器,这种ospf和前一种不同,路由器之间会在配置好ospf之后选举出一个老大,DR,一个备份,BDR,而其他路由器只和DR和BDR建立关系,他们相互之间是不会学习的,所有的路由器,包括BDR都是先由DR学习到所有路由表后从DR那开始学习的,选举的规则首先是时间,最先启动的就是DR,同时一样,则看接口优先级,默认情况下,多路访问的默认为1,如果都相同,则看路由器id,最高的则被选为DR,注意最高是1比2高,以此类推,那么我们可以开始配置了

首先配置路由器的ip地址

router8:

enbale

config t

interface L0

ip address 1.1.1.1 255.255.255.0

exit

interface g0/0

ip address 192.168.100.1 255.255.255.0

no shu

router9:

enbale

config t

interface L0

ip address 3.3.3.3 255.255.255.0

exit

interface g0/0

ip address 192.168.100.3 255.255.255.0

no shu

router6

enbale

config t

interface L0

ip address 1.1.1.1 255.255.255.0

exit

interface g0/0

ip address 192.168.100.1 255.255.255.0

no shu

router7:

enbale

config t

interface L0

ip address 4.4.4.4 255.255.255.0

exit

interface g0/0

ip address 192.168.100.4 255.255.255.0

no shu

配置完ip地址开始配置ospf

router8

在全局配置模式下

router ospf 1

router-id 1.1.1.1

network 1.1.1.0 0.0.0.255 area 0

network 192.168.100.0 0.0.0.255 area 0

router9

在全局配置模式下

router ospf 1

router-id 2.2.2.2

network 2.2.2.0 0.0.0.255 area 0

network 192.168.100.0 0.0.0.255 area 0

router6

在全局配置模式下

router ospf 1

router-id 3.3.3.3

network 3.3.3.0 0.0.0.255 area 0

network 192.168.100.0 0.0.0.255 area 0

router7

在全局配置模式下

router ospf 1

router-id 4.4.4.4

network 4.4.4.0 0.0.0.255 area 0

network 192.168.100.0 0.0.0.255 area 0

配置完毕,可以在特权模式下使用show ip route 来查看路由表

也可以相互之间ping一下

因为启动时间与接口都是一样的,所有会根据id来选举DR和BDR

最大的是router8,所以router8为DR

第二大为router9,所以router9为BDR

原文地址:https://www.cnblogs.com/wuhaohao/p/9230707.html

时间: 2024-11-11 03:22:52

路由器基础配置之广播多路访问链路上的ospf的相关文章

广播多路访问链路上的OSPF

拓扑图如下 路由器0 Router>en Router#conf t Router(config)#hostname router1 router1(config)#interface g0/0 router1(config-if)#ip address 192.168.1.1 255.255.255.0 router1(config-if)#no shutdown router1(config-if)#exit router1(config)#interface l0 router1(conf

广播多路访问链路上的 OSPF

实验拓扑: 实验步骤: (1)步骤 1:配置路由器 R1 R1(config)# router ospf 1 R1(config-router)# router-id 1.1.1.1 R1(config-router)# network 1.1.1.0 255.255.255.0 area 0 R1(config-router)# network 192.168.1.0 255.255.255.0 area 0 R1(config-router)# auto-cost reference-ban

CCNA基础(一):交换机和路由器基础配置

------------------------------------------------------------------------------------------- ---------------------------------           路由器基础配置      -------------------------- --------------------------------------------------------------------------

路由器基础配置之单臂路由实现vlan间通信

我们将以上面的拓扑图开始进行配置,目的为设置单臂路由实现vlan间通信,设置4个vlan,pc0,1,2为vlan10 pc3,4,5为vlan20:pc6,7,8为vlan30:server0,1为vlan40,为求方便,我们使用vtp来配置vlan 先配置switch0 enable 进入特权模式 configure terminal 进入全局配置模式 vtp domain abc(设置vtp的域为abc) vtp mode server 设置switch0为server模式 vlan 10

路由器基础配置之路由重分布

我们将以上面的拓扑图为例,实验rip和静态的路由重分布,pc0,pc1,pc2分属不同网段,让他们之间能够互相通信 首先为pc机配置好IP地址和网关(前往别忘记配置网关) 接下来配置路由器ip地址 router0 enable 进入特权模式 config t 进入全局配置模式 interface s0/2/0 进入接口模式 ip address 192.168.20.2 255.255.255.0 配置ip地址 clock rate 6400 设置同步时间 no shu 激活接口 exit in

路由器基础配置之浮动静态路由

拓扑图如下 我们将以上面的拓扑图进行实验以实现负载均衡和冗余的效果 配置路由器0 enable 进入特权模式 config t 进入全局配置模式 interface L0 ip address 192.168.1.1 255.255.255.0 exit interface s0/0/0 ip address 192.168.3.1 255.255.255.0 clock rate 6400 设置同步时间 no shu 激活接口 exit interface s0/0/1 ip address

IT菜鸟之路由器基础配置(静态、动态、默认路由)

路由器:连接不同网段的设备 企业级路由和家用级路由的区别: 待机数量不同(待机量) 待机量:同时接通的终端设备的数量 待机量的值越高,路由的性能越好 别墅级路由,表示信号好,和性能无关 交换机:背板带宽(专业术语)是内部的传输速度 网关:是用来处理不同网段数据通信 网关地址一般是路由器的地址 no 任何生效性的操作都可以使用no使其失效 rip Routing Information Protocol 路由信息协议 destination host unreachable 目标主机不可达 sho

Cisco交换机路由器基础配置命令总结

交换机常用命令 交换机基本状态: switch: #交换机的ROM状态 rommon> : #路由器的ROM状态 hostname> : #用户模式 hostname# : #特权模式 hostname(config)# : #全局配置模式 hostname(config-if)# : #接口状态 #交换机口令设置: switch>enable : #进入特权模式 switch#config terminal : #进入全局配置模式 switch(config)#hostname : #

华为路由器交换机配置命令大全

华为路由器交换机配置命令:计算机命令 PCAlogin:root;使用root用户 password:linux;口令是linux #shutdown-hnow;关机 #init0;关机 #logout;用户注销 #login;用户登录 #ifconfig;显示IP地址 #ifconfigeth0netmask;设置IP地址 #ifconfigeht0netmaskdown;禁用IP地址 #routeadd0.0.0.0gw;设置网关 #routedel0.0.0.0gw;删除网关 #route