基本情况,其实前面的美女已经说了。这边补录一个图,原谅我,MBGP实在不知道放在哪儿,后面再说。 1. IGP和EGP不是路由协议,而是一个分类;跟夫妻差不多,一个主内一个主外。 ...
分类:
其他好文 时间:
2018-07-04 23:40:10
阅读次数:
501
Two routers do not become neighbors unless the following conditions are met. Two way communication between routers is possible. Determined by flooding ...
分类:
其他好文 时间:
2018-06-28 00:59:22
阅读次数:
215
一、实验目的:掌握基于链路的OSPF简单口令认证 二、拓扑图: 三、具体步骤配置: (1)R1路由器配置 Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL ...
分类:
其他好文 时间:
2018-06-27 14:09:12
阅读次数:
184
一、实验目的:掌握OSPF基于区域的MD5认证 二、拓扑图: 三、具体步骤配置 (1)R1路由器配置 Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z ...
分类:
其他好文 时间:
2018-06-27 13:50:56
阅读次数:
258
一、实验目的:掌握区域的OSPF简单认证 二、拓扑图: 三、具体步骤配置: (1)R1路由器配置 Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. ...
分类:
其他好文 时间:
2018-06-27 12:13:52
阅读次数:
162
实验要求:掌握基于链路的OSPF简单口令认证 拓扑如下: 配置如下: R1enable configure terminal interface s0/0/0ip address 192.168.1.1 255.255.255.0no shutdown clock rate 64000interfa ...
分类:
其他好文 时间:
2018-06-26 20:05:35
阅读次数:
176
拓扑图如下 路由器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.25 ...
分类:
其他好文 时间:
2018-06-26 20:04:45
阅读次数:
180
我们将以上面的拓扑图进行实验,因为是要以不断广播的形式进行ospf,所有中间加了一个集线器,这种ospf和前一种不同,路由器之间会在配置好ospf之后选举出一个老大,DR,一个备份,BDR,而其他路由器只和DR和BDR建立关系,他们相互之间是不会学习的,所有的路由器,包括BDR都是先由DR学习到所有 ...
分类:
其他好文 时间:
2018-06-26 19:33:19
阅读次数:
205
我们将以上面的拓扑图来进行实验,要用ospf的协议达到全网互通的效果 router1: enable 进入特权模式 config t 进入全局配置模式 interface L0 ip address 1.1.1.1 255.255.255.0 配置回环的ip地址 exit interface s0/ ...
分类:
其他好文 时间:
2018-06-26 19:28:22
阅读次数:
182
拓扑图如下 路由器0的配置 Router>en Router#conf t Router(config)#hostname Router1 Router1(config)#int l0 Router1(config-if)#ip addr 1.1.1.1 255.255.255.0 Router1( ...
分类:
其他好文 时间:
2018-06-26 19:26:26
阅读次数:
169