niusouti.com

哪个命令能为下图中R1上配置正确的静态默认路由()A.R1(config-if)iproute 0.0.0.0 0.0.0.0 s0/0/0B.R1(config)iproute 0.0.0.0 0.0.0.0 s0/1/0C.R1(config)iproute 0.0.0.0 0.0.0.0 192.168.12.1D.R1(config)iproute 0.0.0.0 0.0.0.0 192.168.12.2

题目

哪个命令能为下图中R1上配置正确的静态默认路由()

A.R1(config-if)iproute 0.0.0.0 0.0.0.0 s0/0/0

B.R1(config)iproute 0.0.0.0 0.0.0.0 s0/1/0

C.R1(config)iproute 0.0.0.0 0.0.0.0 192.168.12.1

D.R1(config)iproute 0.0.0.0 0.0.0.0 192.168.12.2


相似考题
更多“哪个命令能为下图中R1上配置正确的静态默认路由()A.R1(config-if)iproute 0.0.0.0 0.0.0.0 s0/0/0B.R1(config)iproute 0.0.0.0 0.0.0.0 s0/1/0C.R1(config)iproute 0.0.0.0 0.0.0.0 192.168.12.1D.R1(config)iproute 0.0.0.0 0.0.0.0 192.168.12.2”相关问题
  • 第1题:

    某局域网的Internet接入拓扑图如图8-5所示。在路由器Router上定义一条到达Internet网的默认路由,完成此任务的配置语句是(49)。

    A.ip route 192.168.0.0 255.255.255.0 61.235.1.1

    B.ip route 192.168.0.0 255.255.255.0 s0/0

    C.ip route 0.0.0.0 0.0.0.0 61.235.1.1

    D.ip route 0.0.0.0 0.0.0.0 s0/1


    正确答案:D
    解析:在Internet接入路由器RouterA上需要定义两个方向上的路由:①到Internet上的默认路由;②到校园网内部的静态路由。定义到Internet上的默认路由时,根据图8-5所示的网络拓扑结构可知,该路由的下一跳是从路由器Router的接口Serial0/0送出,其对应的配置语句是Router(config)#iproute0.0.0.00.0.0.0s0/0。而定义一条从Internet网到达校园网内部192.168.0.0/24网段的静态路由的配置语句是iproute192.168.0.0255.255.255.0F0/0。

  • 第2题:

    某局域网通过两台路由器划分为3个子网,拓扑结构和地址分配如图6-3所示。为路由器R1的e0端口设置一条到达192.168.3.0/24网段的默认路由的配置语句是(49)。

    A.R1 (config-if) #ip route 0.0.0.0 255.255.255.255 192.168.3.1

    B.R1 (config-if) #ip route 0.0.0.0 0.0.0.0 192.168.3.1

    C.R1 (config) #ip route 0.0.0.0 0.0.0.0 192.168.2.2

    D.R1 (config) #ip route 0.0.0.0 255.255.255.255 192.168.2.2


    正确答案:C
    解析:默认路由是静态路由的一个特例。当路由器为路由数据包查找路径而没有找到可供使用的、匹配的路由选择信息时,默认路由将为该数据包指定一个固定的下一跳IP地址。默认路由的配置命令是在全局配置模式下输入的,而选项A、B的相关内容是在“R1(config-if)”接口配置子模式下输入的,因此可先排除错误选项A、B。选项C的“R1(config)#iproute0.0.0.00.0.0.0192.168.2.2”是为路由器R1的e0端口设置一条到达192.168.3.0/24网段默认路由的正确配置语句,其中,“0.0.0.00.0.0.0”表示未知主机,即任何无法判断的目的主机地址;“192.168.2.2”是使该默认路由的IP数据报传送的下一跳路由地址。

  • 第3题:

    配置路由器默认路由的命令是__(67)__。

    A.iproute 220.117.15.0 255.255.255.0 0 0.0.0.0

    B.iproute 220.117.15.0 255.255.255.0 220.117.15.1

    C.iproute 0.0.0.0 255.255.255.0 220.117.15.1

    D.iproute 0.0.0.0 0.0.0.0 220.117.15.1


    正确答案:D
    路由器配置默认路由的命令格式为:iproute0.0.0.00.0.0.0下一跳地址在该命令格式中,前四个零表示任何网络,后四个零表示任何网络对应的子网掩码。

  • 第4题:

    以下配置默认路由的命令正确的是:()。

    A.ip route 0.0.0.0 0.0.0.0 172.16.2.1

    B.ip route 0.0.0.0 255.255.255.255 172.16.2.1

    C.ip router 0.0.0.0 0.0.0.0 172.16.2.1

    D.ip router 0.0.0.0 0.0.0.0 172.16.2.1


    正确答案:A

  • 第5题:

    You have been asked to configure a default route. Which of the IOS commands mentioned below will accomplish this task?()

    A. LTD(config)# ip route 0.0.0.0 0.0.0.0 192.168.15.36

    B. LTD(config)# ip route 0.0.0.0 192.168.15.36 255.255.255.255

    C. LTD# ip default-network 0.0.0.0 192.168.15.36 255.255.255.255

    D. LTD(config)# ip route 0.0.0.0 0.0.0.0 E0

    E. LTD(config)# ip route 0.0.0.0 255.255.255.255 S0

    F. LTD(config-router)# ip route 255.255.255.255 0.0.0.0 192.168.15.36


    参考答案:A, D

  • 第6题:

    Which of the commands below can you use to configure a default route?()

    A. TK1(config)# ip route 0.0.0.0 0.0.0.0 E0

    B. TK1(config)# ip route 0.0.0.0 255.255.255.255 S0

    C. TK1(config-interface)# ip route 255.255.255.255 0.0.0.0 192.168.1.21

    D. TK1(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.21

    E. TK1(config)# ip route 0.0.0.0 192.168.1.21 255.255.255.255

    F. TK1# ip default-network 0.0.0.0 192.168.1.21 255.255.255.255


    参考答案:A, D

  • 第7题:

    某局域网的Internet接入拓扑结构如图7-10所示,在路由器Router上定义一条到达lnernet的默认路由,完成此任务的配置语句是______。

    A.ip route 192.168.0.0255.255.255.0 61.235.1.1

    B.ip route 192.168.0.0255.255.255.0 s0/0

    C.ip route 0.0.0.0 0.0.0.0 61.235.1.1

    D.ip route 0.0.0.0 0.0.0.0 s0/0


    正确答案:D

  • 第8题:

    Which of the following commands would you use, to configure a default route to any destination NOT found in the routing table?()

    • A、Router(config)# ip default-route 0.0.0.0 255.255.255.255 s0
    • B、Router(config)# ip route 0.0.0.0 255.255.255.255 s0
    • C、Router(config)# ip default-route 0.0.0.0 0.0.0.0 s0
    • D、Router(config)# ip route 0.0.0.0 0.0.0.0 s0
    • E、Router(config)# ip route any any e0

    正确答案:D

  • 第9题:

    Which command will configure a default route on a router?()

    • A、router(config)# ip route 0.0.0.0 10.1.1.0 10.1.1.1
    • B、router(config)# ip default-route 10.1.1.0
    • C、router(config)# ip default-gateway 10.1.1.0
    • D、router(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1

    正确答案:D

  • 第10题:

    以下配置默认路由的命令正确的是:()

    • A、Quidway(config)#ip route 0.0.0.0 0.0.0.0 172.16.2.1
    • B、Quidway(config)#ip route 0.0.0.0 255.255.255.255 172.16.2.1
    • C、Quidway(config-if-s0)#ip route 0.0.0.0 0.0.0.0 172.16.2.1
    • D、Quidway(config)#ip router 0.0.0.0 0.0.0.0 172.16.2.1

    正确答案:A

  • 第11题:

    多选题
    You have been asked to configure a default route. Which of the IOS commands mentioned below will accomplish this task?()
    A

    LTD(config)# ip route 0.0.0.0 0.0.0.0 192.168.15.36

    B

    LTD(config)# ip route 0.0.0.0 192.168.15.36 255.255.255.255

    C

    LTD# ip default-network 0.0.0.0 192.168.15.36 255.255.255.255

    D

    LTD(config)# ip route 0.0.0.0 0.0.0.0 E0

    E

    LTD(config)# ip route 0.0.0.0 255.255.255.255 S0

    F

    LTD(config-router)# ip route 255.255.255.255 0.0.0.0 192.168.15.36


    正确答案: A,D
    解析: 暂无解析

  • 第12题:

    多选题
    Which of the commands below can you use to configure a default route?()
    A

    TK1(config)# ip route 0.0.0.0 0.0.0.0 E0

    B

    TK1(config)# ip route 0.0.0.0 255.255.255.255 S0

    C

    TK1(config-interface)# ip route 255.255.255.255 0.0.0.0 192.168.1.21

    D

    TK1(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.21

    E

    TK1(config)# ip route 0.0.0.0 192.168.1.21 255.255.255.255

    F

    TK1# ip default-network 0.0.0.0 192.168.1.21 255.255.255.255


    正确答案: A,D
    解析: 暂无解析

  • 第13题:

    以下配置默认路由的命令正确的是(52)。

    A.ip route 0.0.0.0 0.0.0.0 192.168.10.1

    B.ip router 0.0.0.0 0.0.0.0 192.168.10.1

    C.ip router 0.0.0.0 0.0.0.0 192.168.10.1

    D.ip route 0.0.0.0 255.255.255.255 192.168.10.1


    正确答案:A
    解析:选项中配置默认路由的正确命令是iproute0.0.0.00.0.0.0192.168.10.1。

  • 第14题:

    You need to configure a default route on a Ezonexam router. Which command will configure a default route on a router?

    A.VE1(config)# ip route 0.0.0.0 10.1.1.0 10.1.1.1

    B.VE1(config)# ip default-route 10.1.1.0

    C.VE1(config)# ip default-gateway 10.1.1.0

    D.VE1(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1


    正确答案:D
    解析:Explanation:Thecommand"IProute0.0.0.00.0.0.0<ip-addressoftheinterface>"commandisusedtoconfigureadefaultrouteonarouter.Inthiscase,adefaultroutewithanexthopIPaddressof10.1.1.1wasconfigured.IncorrectAnswers:A.Thiswillbeaninvalidroute,sincethe"10.1.1.0"valuewillspecifythenetworkmask,whichinthiscaseisinvalid.B,C.Thesecommandsareinvalid.Thecommand"ipdefault-network"couldbeused,butnot"ipdefault-route"or"ipdefault-gateway".IPdefault-gatewayisusedonswitches,notrouters.

  • 第15题:

    在某园区网中,路由器R1的CE0/1(212.112.8.5/30)与路由器R2的CEO/1(212.112.8.6/30相连,R2的GE0/2(212.112.8.9/30)与R3的GEO/1(212.112.8.10/30)相连,R3的GEO/2(212.112.8.13/30)直接与Internet上的路由器相连,路由器R1缺省路由的正确配置是( )。

    A.ip route 0.0.0.0 0.0.0.0 212.112.8.6

    B.ip route 0.0.0.0 0.0.0.0 212.112.8.9

    C.ip route 0.0.0.0 0.0.0.0 212.112.8.10

    D.ip route 0.0.0.0 0.0.0.0 212.112.8.13


    正确答案:A
    由题可知,路由器R1访问Intemet时下一跳路由接口指向R2的GEO/1。因此路由器R1访问Internet的缺省路由配置语句为“iproute0.0.0.00.0.0.0212.112.8.6”,因此A选项正确。

  • 第16题:

    该网络的Internet接入如图12-11所示:

    根据图12-11,解释以下配置命令,填写空格(9)~(12):

    1.Router(config) interface s0/0

    2.router(config-if) ip address 61.235.1.1 255.255.255.252(9)

    3.router(config) ip route 0.0.0.0 0.0.0.0 s0/0(10)

    4.router(config) ip route 192.168.0.0 255.255.255.0 f0/0(11)

    5.router(config) access-list 100 deny any any eq telnet(12)


    正确答案:(9)设置串口的IP地址及子网掩码 (10)设置到Internet的默认路由 (11)设置到校园网内部的路由 定义屏蔽远程登录协议telnet的规则
    (9)设置串口的IP地址及子网掩码 (10)设置到Internet的默认路由 (11)设置到校园网内部的路由 定义屏蔽远程登录协议telnet的规则 解析:本问题考查的是广域网接入路由器的配置命令。
    1.Router(config)# interface s0/0
    该命令是进入串口配置模式。
    2.router(cenfig-if) # ip address 61.235.1.1255.255.255.252
    该命令的作用是设置串口的IP地址及子网掩码。
    3.router(config) # ip route 0.0.0.00.0.0.0 s0/0
    该命令的作用是设置到Internet的默认路由。
    4.router(config) # ip route 192.168.0.0255.255.255.0f0/0
    该命令的作用是设置到校园网内部的路由。
    5.router(config) # access-list 100 deny any any eq telnet
    该命令的作用是定义屏蔽远程登录协议telnet的规则。

  • 第17题:

    Which of the following commands would you use, to configure a default route to any destination NOT found in the routing table?()

    A. Router(config)# ip default-route 0.0.0.0 255.255.255.255 s0

    B. Router(config)# ip route 0.0.0.0 255.255.255.255 s0

    C. Router(config)# ip default-route 0.0.0.0 0.0.0.0 s0

    D. Router(config)# ip route 0.0.0.0 0.0.0.0 s0

    E. Router(config)# ip route any any e0


    参考答案:D

  • 第18题:

    下面哪条命令用于在路由器上添加一条默认路由?

    A.Router#ip route 0.0.0.0 0.0.0.0 192.168.100.1

    B.Router#ip route 0.0.0.0 255.255.255.255 192.168.100.1

    C.Router(Config)# ip route 0.0.0.0 0.0.0.0 192.168.100.1

    D.Router(Config)# ip route 0.0.0.0 255.255.255.255 192.168.100.1


    正确答案:C

  • 第19题:

    下列配置默认路由的命令中,正确的是( )

    A.[Huawei]ip route‐static 0.0.0.0 0.0.0.0 192.168.1.1
    B.[Huawei]ip route‐static 0.0.0.0 255.255.255.255 192.168.1.1
    C.[Huawei‐Serial2/0/0]ip route‐static 0.0.0.0 0.0.0.0 0.0.0.0
    D.[Huawei]ip route‐static 0.0.0.0 0.0.0.0 0.0.0.0

    答案:A
    解析:
    默认静态路由的目标网络和掩码固定是 0.0.0.0 0.0.0.0 因此只有AD可能,但是D选项的下一跳地址必须是一个正常主机的IP地址,因此不可以是0.0.0.0 ,只有A正确。

  • 第20题:

    命令IPROUTE0.0.0.0 0.0.0.0 10.110.0.1代表的是()

    • A、默认路由
    • B、直接路由
    • C、间接路由
    • D、以上都不对

    正确答案:A

  • 第21题:

    下面哪条命令用于在路由器上添加一条默认路由?()

    • A、Router#ip route 0.0.0.0 0.0.0.0 192.168.100.1
    • B、Router#ip route 0.0.0.0 255.255.255.255 192.168.100.1
    • C、Router(Config)#ip route 0.0.0.0 0.0.0.0 192.168.100.1
    • D、Router(Config)#ip route 0.0.0.0 255.255.255.255 192.168.100.1

    正确答案:C

  • 第22题:

    Users on the 192.168.1.0/24 network must access files located on the Server 1. What route could be configured on router R1 for file requests to reach the server()。

    • A、ip route 0.0.0.0 0.0.0.0 s0/0/0
    • B、ip route 0.0.0.0 0.0.0.0 209.165.200.226
    • C、ip route 209.165.200.0 255.255.255.0 192.168.1.250
    • D、ip route 192.168.1.0 255.255.255.0 209.165.100.250

    正确答案:A

  • 第23题:

    单选题
    命令IPROUTE0.0.0.0 0.0.0.0 10.110.0.1代表的是()
    A

    默认路由

    B

    直接路由

    C

    间接路由

    D

    以上都不对


    正确答案: D
    解析: 暂无解析