重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
当前位置: 首页 > 计算机类考试 > 其他
网友您好, 请在下方输入框内输入要搜索的题目:
搜题

题目

[主观题]

S0/0 on R1 is configured as a multipoint interface to communicate with R2 and R3 in the hu

b-and-spoke Frame Relay topology shown in the exhibit. Originally, static routes were configured between these routers to successfully route traffic between the attached networks. What will need to be done in order to use RIPv2 in place of the static routes?()

S0/0 on R1 is configured as a multipoint interface

A.Configure the no ip subnet-zero command on R1, R2, and R3.

B.Dynamic routing protocols such as RIPv2 cannot be used across Frame Relay networks.

C.Configure the S0/0 interface on R1 as two subinterfaces and configure point-to-point links to R2 and R3.

D.Change the 172.16.2.0/25 and 172.16.2.128/25 subnetworks so that at least two bits are borrowed from the last octet.

E.Change the network address configuration to eliminate the discontiguous 172.16.2.0/25 and 172.16.2.128/25 subnetwork.

查看参考答案
更多“S0/0 on R1 is configured as a multipoint interface to communicate with R2 and R3 in the hu”相关的问题

第1题

下列配置中,R1的OSPF路由器ID是()。R1(config)#interface? s0/0/0R1(config-if)#ip add 192.16

A.10.1.1.1

B.192.168.2.0

C.255.255.255.255

D.192.168.2.1

点击查看答案

第2题

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

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

哪个命令能为下图中R1上配置正确的静态默认路由()A.R1(config-if)iproute 0.

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

点击查看答案

第3题

下列配置中,R1的OSPF路由器ID是()。R1(config)#interface s0/0/0R1(config-if)#ip add 192.168.2.1 255.255.255.252R1(config)#int loopback 0R1(config-if)#ip add 10.1.1.1 255.255.255.255R1(config)#router ospf 1R1(config-if)#network 192.168.2.0 0.0.3.255 area 0

A.192.168.2.1

B.10.1.1.1

C.192.168.2.0

D.255.255.255

点击查看答案

第4题

实战测试:解决静态路由缺失问题 设备 接口 IP 地址 子网掩码 默认网关 R1 Fa0/0 172.16.3.1 255.255.255.0 N/A S0/0/0 172.16.2.1 255.255.255.0 N/A R2 Fa0/0 172.16.1.1 255.255.255.0 N/A S0/0/0 172.16.2.2 255.255.255.0 N/A S0/0/1 192.168.1.2 255.255.255.0 N/A R3 Fa0/0 192.168.2.1 255.255.255.0 N/A S0/0/1 192.168.1.1 255.255.255.0 N/A PC1 网卡 172.16.3.10 255.255.255.0 172.16.3.1 PC2 网卡 172.16.1.10 255.255.255.0 172.16.1.1 PC3 网卡 192.168.2.10 255.255.255.0 192.168.2.1简介: 假如你是一名网络管理员,你管

A.R2#no ip route 172.16.3.0 255.255.255.0 s0/0/1

B.R2(config)#no ip route 172.16.3.0 255.255.255.0 s0/0/1

C.R2(config)#no ip route 172.1.3.0 255.255.255.0 s0/0/0

D.R2#no ip route 172.1.3.0 255.255.255.0 s0/0/0

点击查看答案

第5题

首先在R1和R2上做基本配置,完成部分语句的解释或命令。 R1 Router>en Routerconf t Enter configu

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

点击查看答案

第6题

要进入以太端口配置模式,下面的路由器中命令,哪一条是正确的?(57)

A.R1(config)# interface e0

B.R1 > interface e0

C.R1>line e0

D.R1(config)# line s0

点击查看答案

第7题

阅读以下关于RIP动态路由配置的技术说明,结合网络拓扑图回答问题1至问题3。[说明] 某大学城局域网

阅读以下关于RIP动态路由配置的技术说明,结合网络拓扑图回答问题1至问题3。

[说明]

某大学城局域网的网络拓扑结构如图7-18所示,图中路由器R1、R2,R3均运行基于距离矢量算法的RIP路由协议,并且图中给出了路由器R1、R2、R3各端口的IP地址信息。

阅读以下关于RIP动态路由配置的技术说明,结合网络拓扑图回答问题1至问题3。[说明] 某大学城局域网

结合图7-18所示的网络拓扑结构图,将以下路由器R1配置信息中(1)~(9)空缺处的内容填写完整,实现路由器R1的正确配置。

Router>en (进入特权模式)

Router config terminal (进入配置模式)

Router (config) (1)

R1 (config) no logging console

R1 (config) interface fastethernet0/1

R1 (config-if) ip addtess 192.168.100.1 155.255.255.0

R1 (config-if) (2)

(3)

R1 (config) interface sellal 0 (进入端口S0配置子模式)

R1 (config-if) (4) (设置当前端口IP地址)

R1 (config-if) no shutdown

R1 (config-if) (5)

R1 (eonfig-if) ip address 192.168.65.2 255.255.255.0

R1 (config-if) no shutdown

R1 (config-if) exit (退出当前端口配置子模式)

R1 (config) (6)

R1 (config) (7)

R1 (config-router) (8)

R1 (conhg-router) network 192.168.65.0

R1 (config-router) network 192.168.67.0

R1 (config-router) end (退出回到特权模式)

R1 (9) (将配置信息保存到非易失性RAM中)

点击查看答案

第8题

阅读一下说明,回答问题1至问题4.将解答填入答题纸对应的解答栏内。 【说明】 某企业的内部子网1
和内部子网2通过路由器R1与Internet互联,企业内部网络之间的互访要求采用RIP路由协议,对外的Internet接入要求采用静态路由协议,该企业网络结构和IP地址分配如图3-1所示。阅读一下说明,回答问题1至问题4.将解答填入答题纸对应的解答栏内。 【说明】 某企业的内部子网1和内

【问题1】(5分) 在对路由器进行首次设置时,通过Console端口进行连接,客户机系统为Windows XP,运行的终端仿真程序为超级终端,出现如图3-2所示的针对串口通信参数的设置,请给出正确的参数设置,以便进入路由器开始设置。 每秒位数(1),数据位(2),奇偶校验(3),停止位(4),数据流控制(5)。 (1)-(5)备选答案: A.115200 B.9600 C.4800 D.8 E.2 F.1 G.无 H.有 I.硬件 J.Xon/Xoff阅读一下说明,回答问题1至问题4.将解答填入答题纸对应的解答栏内。 【说明】 某企业的内部子网1和内

【问题2】(5分) 下面是路由器R1的基本配置信息,根据图3-1中拓扑信息,按照题目要求完成配置命令。 Router>enable Routerconfigure terminal Router(config)hostname(6) //给路由器更改名称 R1(config)interface F0/0 R1(config-if)ip addr (7) //为F0/0接口配置IP地址 R1(config-if)(8)//激活端口 R1(config-if)interface(9) R1(config-if) ip addr(10)//为F0/1接口配置IP地址 【问题3】(6分) 根据科目要求,该企业通过RIP路由协议完成子网之间的互访,同时使用静态路由接入互联网,根据图3-1中拓扑信息,根据题目要求完成路由器R1的配置命令。 …… R1(config)interface S0 R1(config-if)ip addr (11) //为S0接口配置IP地址 R1(config-if)no shutdown R1(config-if)exit R1(config)ip route (12)//配置默认路由 R1(config)(13) R1(config-router)network(14)//配置子网1参与RIP R1(config-router)network(15)//配置子网2参与RIP R1(config-router) (16)//退出至特权模式 R1 …….

【问题4】(4分) RIP路由协议中,最大的跳数为(17),一旦超过,则意味着路径不可达。在RIP配置模式下,使用命令distance制定一个管理距离值,其有效的管理距离值为0-255,其中RIP的默认管理距离值为(18)。

点击查看答案

第9题

● 要进入以太端口配置模式,下面的路由器中命令,哪一条是正确的?(57) (57)A. R1 (config)# interf

● 要进入以太端口配置模式,下面的路由器中命令,哪一条是正确的?(57)

(57)

A. R1 (config)# interface e0

B. R1 > interface e0

C. R1 > line e0

D. R1 (config)# line s0

点击查看答案

第10题

【问题4】(6分) 由于防火墙出现故障,现将网络拓扑进行调整,增加一台包过滤路由器R2,与Proxy Server

【问题4】(6分)

由于防火墙出现故障,现将网络拓扑进行调整,增加一台包过滤路由器R2,与Proxy Server和路由器R1共同组成一个屏蔽子网防火墙,结构如图2-2所示。为了实现与表2-1相同的过滤功能,补充路由器R1上的ACL规则。

【问题4】(6分) 由于防火墙出现故障,现将网络拓扑进行调整,增加一台包过滤路由器R2,与Proxy

图2-2

R1>…

R1>(config)access-list101 permit (13) //允许Internet用户访问WebServer

R1>(config)access-list101 permit (14) //允许主机202.110.1.100 Telenet到WebServer

R1>(config)access-list101 (15) //禁止所有IP包

R1(config)interface S0

R1>(config-if)ipaccess-group 101 in //应用101规则到S0的入口方向

R1>…

R1>(config)access-list102 permit ip any any

R1(config)interface ethernet1

R1>(config-if)ipaccess-group 102 out

点击查看答案

第11题

[说明] 某局域网通过两个路由器划分为3个子网,拓扑结构和地址分配如图5-1所示。 [问题1

[说明]

某局域网通过两个路由器划分为3个子网,拓扑结构和地址分配如图5-1所示。

[说明] 某局域网通过两个路由器划分为3个子网,拓扑结构和地址分配如图5-1所示。 [问题1[说明]

[问题1] (6分)

下面是路由器R1的配置命令列表,在空白处填写合适的命令/参数,实现R1的正确配置,

Router>en

Router>conf term

Router(config)hostname Rl

___(1)___

R1(config-if) ip address 192.168.1.2 255.255.255.0

R1(config-if) no shutdown

R1(config-if)int s0

R1(config-if)ip address ___(2)___

R1(config-if)no shutdown

R1(config-if)clock rate 56000

R1(config-if)exit

R1(config)ip routing

R1(config)ip route 0.0.0.0 0.0.0.0 ___(3)___

R1(config)ip classless

R1(config)exit

R1copy run start

[问题2] (3分)

下面是路由器R2的配置命令列表,在空白处填写合适的命令参数,实现R2的正确配置。

Router>en

Routerconf term

Router(config)hostname R2

R2(config)int e0

R2(config-if)ip address 192.168.3.1 255.255.255.0

R2(config-i0no shutdown

R2(config-if)int s0

R2(config-if)ipaddress 192.168.2.2 255.255.255.0

R2(config-if)no shutdown

R2(config-if) ___(4)___

R2(config)ip roudng

R2(config) ip route 0.0.0.0 0.0.0.0 ___(5)___

R2(config) ip classless

R2(config) exit

R2 copy run start

[问题3] (2分)

在以上配置命令列表中,命令ip routing的作用是什么

[问题4] (2分)

在以上配置命令列表中,命令ip classless的作用是什么

[问题5] (2分)

在以上配置命令列表中,命令copy run start的作用是什么

点击查看答案
赏学吧APP
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)
订单号:
遇到问题请联系在线客服
请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“赏学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注赏学吧 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反赏学吧购买须知被冻结。您可在“赏学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注赏学吧 -
请用微信扫码测试
温馨提示
每个试题只能免费做一次,如需多次做题,请购买搜题卡
立即购买
稍后再说
赏学吧