Router配置IP后,启动端口的命令是“()”。

题目
填空题
Router配置IP后,启动端口的命令是“()”。
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

在全局配置模式下,使用——命令配置静态路由。

A.no ip route

B.router rip

C.router ospf

D.ip route


正确答案:D
解析:选项A)是删除静态路由配置命令;选项B)、C)是配置动态路由命令,故选D)。

第2题:

下面的哪个是正确配置Router IP的命令?()

A.Router(config-if)#ipaddress210.64.202.23

B.Router(config-if)#ipaddress210.64.202.23255.255.0.0

C.Router(config-if)#ipaddress210.64.202.23/0

D.Router(config-if)#ipaddress210.64.202.23255.255.255.0


参考答案:D

第3题:

以下关于配置默认路由的命令中,哪项是正确的?——

A.ip route 0.0.0.0.0.0.0.0 152.17.10.1

B.ip router0.0.0.0.0.0.0.0 152.17.10.10

C.ip router 0.0.0.0.0.0.0.0 152.17.10.1

D.ip route 0.0.0.0255.255.255.255 152.17.10.1


正确答案:A
解析:在全局配置模式下,使用“ip route”命令配置静态路由,其格式是ip route<目的网络地址><子网掩码><下一跳路由器的IP地址>。当目的网路地址为0.0.0.0时,配置的是默认路由,故选A。

第4题:

以下是路由器R1的部分配置,请完成其配置,或解释配置命令含义。

!

R1 (Config) interface fastethernet0

R1(Config-if) ip address (6) (7)

R1(Config-if) (8) (开启端口)

!

R1 (Config) interface serial 0

R1(Config-if) ip address (9) (10)

!

R1 (Config) ip routing

R1 (Config) router rip (11)

R1 (Config-router) (12) (声明网络)

R1 (Config-router) (13) (声明网络)

R1 (Config-router) (14) (声明网络)

R1 (Config-router) version 2 (15)

!


正确答案:(6)192.168.1.1 (7)255.255.255.0 (8)noshutdown (9)192.168.251.1 (10)255.255.255.0 (11)进入RIP配置模式 (12)network 192.168.1.0 (13)network 192.168.251.0 (14)network 192.168.253.0 (15)设置RIP协议版本2 注:(12)、(13)、(14)答案可互换
(6)192.168.1.1 (7)255.255.255.0 (8)noshutdown (9)192.168.251.1 (10)255.255.255.0 (11)进入RIP配置模式 (12)network 192.168.1.0 (13)network 192.168.251.0 (14)network 192.168.253.0 (15)设置RIP协议版本2 注:(12)、(13)、(14)答案可互换 解析:由上图可知,路由器R1的e0的地址为192.168.1.1/24,s0的地址为192.168.251.1/24,使用network命令声明网络,分别是192.168.1.0、192.168.251.0、192.168.253.0。所以其配置应如下。
!
R1(Config)#interface fastethernet0
R1(Config-if) #ip address192.168.1.1255.255.255.0
R1(Config-if)# noshutdown (开启端口),
!
R1(Config)#interface serial 0
R1(Config-if)# ip address 192.168.251.1 255.255.255.0
!
R1(Config)# ip routing
R1 (Config) #router rip(进入RIP配置模式)
R1(Config-router)# network 192.168.1.0(声明网络 192.168.1.0/24)
R1(Config-router)# network 192.168.251.0(声明网络 192.168.251.0/24)
R1(Config-router)# network 192.168.253.0(声明网络 192.168.253. 0/24)
R1(Config-router) #version 2 (设置RIP协议版本2)

第5题:

配置IP地址池的名称采用的命令是______。A.ip dhcp poolB.ip dhcp excluded-addressC.defau

配置IP地址池的名称采用的命令是______。

A.ip dhcp pool<name>

B.ip dhcp excluded-address

C.default-router address

D.dns-server address


正确答案:A
解析:路由器上配置DHCP Server的第一步是建立一个地址池。建立地址池的方法是:使用“ip dhcp poolname>”命令为地址池赋予一个名称,可以是一组字符串或数字。

第6题:

Cisco路由器第3模块第1端口通过E1标准的DDN专线与一台远程路由器相连,端口的IP地址为195.112.41.81/30,远程路由器端口封装PPP协议。下列路由器的端口配置,正确的是

A)Router (config)#interface s3/1

Router (config-if)#bandwidth 2048

Router (config-if)#ip address 195.112.41.81 255.255.255.252

Router (config-if)#encapsulation ppp

Router (config-if)#exit

B)Router (config)#interface a3/1

Router (config-if)#bandwidth 2000

Router (config-if)#ip address 195.112.41.81 255.255.255.252

Router (config-if)#encapsulation ppp

Router (config-if)#exit

C)Router (config)#interface s3/1

Router (config-if)#bandwidth 2

Router (config-if)#ip address 195.112.41.81 255.255.255.252

Router (config-if)#encapsulation ppp

Router (config-if)#exit

D)Router (config)#interface s3/1

Router (config-if)#bandwidth 2048

Router (config-if)#ip address 195.112.41.81 255.255.255.252

Router (config-if)#encapsulation hdlc

Router (config-if)#exit


正确答案:A
A
解析:题中路由器的端口配置方法如下:
步骤一:进入第3模块第1端口配置模式(config)#interface s3/1
步骤二:设置带宽,其中E1速率为2.048Mbps,所以设置带宽为2048 (config-if)#bandwidth 2048
步骤三:配置端口通信IP地址与子网掩码(config-if)#ip address 195.112.41.81 255.255.255.252
步骤四:设置远程路由器端口封装PPP协议,(config-if)#encapsulation ppp
步骤五:退出(config-if)#exit

第7题:

以下配置默认路由的命令正确的是(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。

第8题:

以下哪个命令是配置口地址池名称的?——

A.ip dhcp excluded—address

B.dns—server address

C.default—router address

D.ip dhcp pool<name>


正确答案:D
解析:配置DHCP Server时,建立地址池的方法命令是:ip dhcp pool<nalne>,故选D)。

第9题:

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

Router3>en

Router3conf term

Router3(config)interface e0

Router3(config-if)ip address (11)

Router3(config-if)end

Router3(config)router ospf 300

Router3(config-router)network (12)


正确答案:(11)192.1.0.130 255.255.255.192 (12)192.1.0.128 0.0.0.63
(11)192.1.0.130 255.255.255.192 (12)192.1.0.128 0.0.0.63 解析:和空(13)的作用是配置端口的IP地址及子网掩码,IP地址在图5-1中已经给出,子网掩码都是26位,即255.255.255.192。

第10题:

图是某公司利用Intemet建立的VPN。

分部l采用DDN通过一台路由器接入Intemet。阅读下面的路由配置信息,将(1)一(3)处

标识的语句进行解释。

Router>en (进入特权模式)

Routerconfig terminal (进入全局配置模式)

Router(config)enable secret cisco (设置特权口令)

Router(config)line vty 0 4

Router(config—line)password goodbad (1)

Router(config—line)exit

Router(config)interface eth 0/0 (进入以太网接口配置模式)

Router(config—if)ip address 202.117.1.1 255.255.255.0 (设置IP地址和掩码)

Router(config—if)no shutdown (启用以太网接口)

Router(config—if)exit

Router(config)interface serialO/O (进入串口配置模式)

Router(config—if)ip address 211.175.132.10 255.255.255.252 (设置IP地址和掩码)

Router(config—if)bandwidth 256 (指定带宽为256Kbps)

Router(config—if)encapsulation PPP (2)

Router(config—if)no cdp enable (3)

Router(config—if)no shutdown (启用serial接口)

Router(config—-if)exit

Router(config)

分部1的路由器配置为ethemet0/0端口接内部网络,serialO/O端口接外部网络。下列配置指定内外网端口,完成下列配置。

Router(config—if)inter eth0/0

Router(config—if)(4)

Router(config—if)inter serial0/0

Router(config—if)(5)

Router(config—if)exit

Router(config—if)


正确答案:(1)为Telnet访问路由器设置用户模式 口令为goodbad (2)数据包设置PPP封装 (3)关闭CDP协议 (4)ip nat inside (5)ip nat outside

更多相关问题