niusouti.com

首先在R1和R2上做基本配置,完成部分语句的解释或命令。R1Router>enRouterconf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)host r1r1(config)int s0/0r1(config-if)ip addr 172.16.1.1 255.255.255.0r1(config-if)no shut%LINK-5-CHANGED:Interface Seria10/0,chan

题目

首先在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。


相似考题
更多“首先在R1和R2上做基本配置,完成部分语句的解释或命令。 R1 Router>en Routerconf t Enter configu ”相关问题
  • 第1题:

    如下图所示,某校园网使用10Gbps的POS技术与CERNET相连,POS接口的帧格式使用SDH,R1和R2之间使用静态路由。

    请阅读以下R1和R2关于POS接口和静态路由的配置信息,并补充空白处的配置命令或参数,按题目要求完成路由器的相关配置。


    正确答案:
    【解题思路】(1)需要了解广域网接口配置:配置POS接口。(2)需要熟练掌握动态路由协议的配置,主要是OSPF动态路由协议的配置。(3)需要熟练掌握路由器的静态路由配置方法与步骤。【参考答案】

  • 第2题:

    按照以上的配置,R1和R2的邻居关系能不能full,R1和R3的邻居关系能不能full,并解释你的答案。


    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)


    正确答案:启动IPV6单播路由配置
    启动IPV6单播路由配置

  • 第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


    正确答案:
    答案:【6】2048【7】encapsulation【8】0.0.0.00.0.0.0202.112.41.143【9】202.206.16.0【10】202.206.17.0