NBMA实验报告

  • Post author:
  • Post category:其他


一.进行基础配置,据图构建模拟环境

Continue with configuration dialog? [yes/no]: NO

Router>enable (进入特权模式)

Router#configure t(进入全局模式)

取出五个路由器。

以R1为例:

Router(config)#hostname R1

分别修改主机名为人R1,R2,R3,R4,R5,并用串线连接

对五个路由器进行基础配置。

以R1为例:

R1(config)#no ip domain-lookup

R1(config)#line console 0

R1(config-line)#logging synchronous

R1(config-line)#exec-timeout 0 0

二.据图进行IP地址划分

lookback   s1/0         s1/1          s1/2

R1                  14.1.1.2     15.1.1.1

R2   2.2.2.2      25.1.1.1

R3   3.3.3.3                                     35.1.1.1

R4   4.4.4.4     14.1.1.1

R5   5.5.5.5     25.1.1.2      15.1.1.2   35.1.1.2

三.配置各个路由器的接口地址

R1:

R1(config)#interface serial 1/1

R1(config-if)#ip address 15.1.1.1 255.255.255.0

R1(config-if)#no shutdown

R1(config)#interface loopback 1



版权声明:本文为qq_43561401原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。