首先在R1和R2上做基本配置,完成部分语句的解释或命令。
R1
Router>en
Routerconf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)host r1
r1(config)int s0/0
r1(config-if)ip addr 172.16.1.1 255.255.255.0
r1(config-if)no shut
%LINK-5-CHANGED:Interface Seria10/0,changed srate to up
r1(config-if)clock rate 64000
%LINEPROTO-5-UPDOWN:Line protocol on Interface Seria10/0,changed state to u
r1(config-if)exit
r1(config)int f0/0
r1(config-if)no ip addr
r1(config-if)no shut
r1(config-if)exit
r1(config)int f0/0.1配置子接口
r1(config-subif)encapsulation (4) //配置子接口必须使用dot1Q进行封装
r1(config-subif)ip addr 192.168.1.1 255.255.255.0
r1(config-subif)no shut
r1(config-subif)exit
r1(config)int f0/0.2配置子接口
r1(config-subif)encapsulation (5) //配置子接口必须使用dot1Q进行封装
r1(config-subif)ip addr 192.168.2.1 255.255.255.0
r1(config-subif)no shut
rl(config-subif)exit
rl(config)int f0/0.3配置子接口
rl(config-subif)encapsulation (6) //配置子接口必须使用dot1Q进行封装
r1(config-subif)ip addr 192.168.3.1 255.255.255.0
我们把R2当作公网使用,所以只需要在R2的S0/0口上配置ip。
第1题:
如下图所示,某校园网使用10Gbps的POS技术与CERNET相连,POS接口的帧格式使用SDH,R1和R2之间使用静态路由。
请阅读以下R1和R2关于POS接口和静态路由的配置信息,并补充空白处的配置命令或参数,按题目要求完成路由器的相关配置。
第2题:
FullstatecanbeestablishedbetweenR1andR2,butcannotbeestablishedbetweenR1andR3.BecauseR3’sIPaddressissametoR1andsubnetmaskisnotthesame.
第3题:
两个电阻R1和R2做串联连接,当R1和R2具有以下数值时,试求串联的等效电阻: ①R1=R2=1Ω;②R1=3Ω,R2=6Ω。
①R=R1+R2=1+1=2(Ω)
②R=R1+R2=3+6=9(Ω)
①的串联的等效电阻是2Ω;②的串联等效电阻为9Ω。
略
第4题:
根据网络拓扑和需求说明,完成(或解释)路由器R1的配置。
Router(config) ipv6 unicast-routing (3)
Rl(config) interface Serial 1/0
R1(config-io (4) address (5) (6) (设置串口地址)
R1(config-if)no shutdown (开启串口)
R1(config)interface FastEthemet0/0
R1(config-if) (7) address (8) (设置以太口地址)
R1(config-if)exit
(3)
第5题:
某单位的办公网和商务网通过路由器R1、R2、R3与Internet相连,网络连接和IP地址分配如图1所示。该单位要求通过RIP路由协议使办公网和商务网之间能够互相通信,并正常访问Internet
请阅读以下R1的配置信息,并补充【6】~【10】空白处的配置命令或参数。按题目要求完成R1的正确配置。
Router>enable
Router
Routerconfigure terminal
Router(config)
Router(config)hostname R1
R1(config)interface f0/1
R1(config-if)ip address 202.206.16.1 255.255.255.0
R1(config-if)no shutdown
R1(config-if)interfacef0/2
R1(config-if)ip adress 202.206.17.1 255.255.255.0
R1(config-if)no shutdown
R1(config-if)exit
R1(config)
R1(config)interface s1
R1(config-if)vlan ip adress 202.112.41.144 255.255.255.252
R1(config-if)bandwidth 【6】 配置带宽为2.048Mbps
R1(config-if)【7】 PPP 封装PPP协议
R1(config-if)noshutdown
R1(config-if)exit
R1(config-if)iproute 【8】 配置缺省路由
R1(config-if)router rip
R1(config-router)network 【9】 配置参与RIP的网络
R1(config-router)network 【10】 配置参与RIP的网络
R1(config-router)end
R1write
R1