网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
以下哪个命令用来创建加密密码以限制对 Cisco 路由器特权执行模式的访问()
A

RouterA(config)# encrypted password cisco

B

RouterA(config)# password encrypted cisco

C

RouterA(config)# enable password cisco

D

RouterA(config)# enable secret cisco

E

RouterA(config)# service-password encryption cisco


参考答案

参考解析
解析: 暂无解析
更多 “单选题以下哪个命令用来创建加密密码以限制对 Cisco 路由器特权执行模式的访问()A RouterA(config)# encrypted password ciscoB RouterA(config)# password encrypted ciscoC RouterA(config)# enable password ciscoD RouterA(config)# enable secret ciscoE RouterA(config)# service-password encryption cisco” 相关考题
考题 下面不是路由器配置超级用户口令的命令是( )。A) Router(config)#enable password 7 phyr123B) Router(config)#enable secret phy123C) Router(config)#enable password phyr123D) Router(config-line)#password 7 222307

考题 如果不想公布网络中的某些RIP信息,那么可以采用被动接口配置。将路由器RouterA的FastEthernet0/0接口设置为被动接口的配置语句是( )。A) RouterA(Config-if)#rip passive-interfaceB) RouterA(Config-if)#passive-interface ripC) RouterA(Config)#passive-interface fastethernet0/0D) RouterA(Config-router)#passive-interface fastethernet0/0

考题 阅读以下路由器RouterA的配置信息,结合图1-23所示的网络拓扑和图1-24所示的路由信息,将配置命令列表(2)、(3)空缺处的内容填写完整,实现路由器RouterA的正确配置。Router>enRouter config terminalRouter (config) hostname RouterARouterA (config) no logging consoleRouterA (config) interface serial0/1RouterA (config-if) ip address (2)RouterA (config-if) (3)RouterA (config-if) exitRouterA (config)

考题 如果不想公布网络中的某些RIP信息,那么可以采用被动接口配置。将路由器RouterA的FastEthemet0/0接口设置为被动接口的配置语句是——。A.RouterA(Config—if)#passive—interface ripB.RouterA(Config)}}passive—interface fastethemet0/0C.RouterA(Config—router)#passive—interface fastethemet0/0D.RouterA(Config—if)#rip passive—interface

考题 如果不想公布网络中的某些RIP信息,那么可以采用被动接口配置。将路由器RouterA的FastEthernet0/0接口设置为被动接口的配置语句是______。A.RouterA(Config-router) #passive-interface fastethernet0/0B.RouterA(Config-if) #passive-interface ripC.RouterA(Config) #passive-interface fastethernet0/0D.RouterA(Config-if) #rip passive-interface

考题 下列命令中,()能加密所有明文口令。 A.Router(config)#password-encryptionB.Router(config)#servicepassword-encryptionC.Router#password-encryptionD.Router#servicepassword-encryption

考题 以下哪个不是路由器配置超级用户口令?A.Router(config.#enable password 7 phy123B.Router(config.#enable secret phy123C.Router(config.#enable password phy123D.Router(config-line.#password 7 zzz307

考题 阅读以下说明,回答问题1至问题4,将解答填入答题纸对应的解答栏内。【说明】某企业总部设立在A地,在B地建有分支机构,分支机构和总部需要在网络上进 行频繁的数据传输,该企业网络采用IPSec VPN虚拟专用网技术实现分支机构和总部 之间安全、快捷、经济的跨区域网络连接。该企业的网络拓扑结构如图4-1所示。该企业的网络地址规划及配置如表4-1所示。【问题1】(7分)为了完成对RouterA和RouterB的远程连接管理,以RouterA为例,完成初始化路 由器,并配置RouterA的远程管理地址(192.168.1.20),同时开启RouterA的Telnet 功能并设置全局配置模式的访问密码,请补充完成下列配置命令。RouterA enableRouterAconfigure terminalRouterA(config)interface f0/0 //进入 F0/0 的 (1) 于模式RouterA(config-if)ip addr (2) //为 F0/0 接口配置 IP 地址RouterA(config-if)no shut // (3) FO/O接口,默认所有路由器的接口都为down状态 RouterA(config-iQinter (4) //进入 loopback 0 的接口配置子模式RouterA(config-if)ip addr (5) // 为 loopback0 接口配置 IP 地址RouterA(config) (6) //进入虚拟接口 0-4的配置子模式RouterA(config4ine)pass word abc00 1 //配置vty口令为”abc001“RouterA(config)enable password abc001 / / 配置全局配置模式的明文密码为“abc001” RouterA(config) enable (7) abc001 //配置全局配置模式的密文密码为“abc001”【问题2】(5分)VPN是建立在两个局域网出口之间的隧道连接,所以两个VPN设备必须能够满足内网访问互联网的要求,以及需要配置NAT。按照题目要求以RouterA为例,请补充完 成下列配置命令。RouterA(config) access-list 101 ( 8) ip 192.168.1.0 0.0.0.255 172.16.1.0 0.0.0.255 RouterA(config) access-list 101 (9) ip 192.168.1.0 0.0.0.255 any// 定义需要被 NAT 的数据流 RouterA(config)ip nat inside source list 101 interface (10) overload // 定义 NAT 转换关系 RouterA(config)int (11)RouterA(config-if)ip nat insideRouterA(config)int (12)RouterA(config-iQip nat outside //定义 NAT 的内部和外部接 口【问题3】(4分)配置IPSec VPN时要注意隧道两端的设备配置参数必须对应匹配,否则VPN配置 将会失败。以RouterB为例配置IPSecVPN,请完成相关配置命令。RouterB(config) access-list 102 permit ip (13) //定义需要通过 VPN 加密传输的数据流 RouterB(config)crypto isakmp (14) //启用 ISAKMP(IKE)RouterB(config)crypto isakmp policy 10RouterB(config-isakmp)authentication pre-shareRouterB(config-isakmp)encryption desRouterB(config-isakmp)hash md5RouterB (config-isakmp)group 2RouterB(config)crypto isakmp identity addressRouterB(config)crypto isakmp key abcOOl address (15) //指定共享密钥和对端设备地址 RouterB (config)crypto ipsec transform-set ccie esp-des esp_md5_hmacRouterB (cfg-crypto-trans)model tunnelRouterB(config)crypto map abcOOl 10 ipsec-isakmpRouterB(config)int (16)RouterB(config)-if)crypto map abc001 // 在外部接口上应用加密图【问题4】根据题目要求,企业分支机构与总部之间采用 IPSec VPN 技术互连,IPSec(IP Security) 是IETE 为保证在Internet 上传送数据的安全保密性而制定的框架协议,该协议用用在 17 层,用于保证和认证用户IP数据包。IP S ec VPN 可使用的模式有两种,其中 18 模式的安全性较强, 19 模式的安全性较弱。IPSec主要由AH/ESP和IKE组成,在使用IKE协议时,需要定义IKE协商策略,该策略由 20 进行定义。

考题 Refer to the exhibit. AS 65500 is not advertising the prefix 192.168.12.0/22 to its provider. AS 65500 is running OSPF as its IGP. Whi ch of the following additions to the configuration is most likely to solve the problem?()A. RouterA(config)#ip cefB. RouterA(config)#ip route 192.168.12.0 255.255.255.252 null 0C. RouterA(config - router)#ebgp multihop 1D. RouterA(config - router)#re distribute ospf 1E. RouterA(config - router)#neighbor 192.168.14.253 next - hop - selfF. RouterA(config - router)#neighbor 192.168.14.253 local - as 65500

考题 以下哪个命令用来创建加密密码以限制对Cisco路由器特权执行模式的访问() A.RouterA(config)#encryptedpasswordciscoB.RouterA(config)#passwordencryptedciscoC.RouterA(config)#enablepasswordciscoD.RouterA(config)#enablesecretciscoE.RouterA(config)#service-passwordencryptioncisco

考题 This graphic shows the results of an attempt to open a Telnet connection to router ACCESS1 from router Remote27. Which of the following command sequences will correct this problem? () A. ACCESS1(config)# line console 0 ACCESS1(config-line)# password ciscoB. Remote27(config)# line console 0 Remote27(config-line)# login Remote27(config-line)# password ciscoC. ACCESS1(config)# line vty 0 4 ACCESS1(config-line)# login ACCESS1(config-line)# password ciscoD. Remote27(config)# line vty 0 4 Remote27(config-line)# login Remote27(config-line)# password ciscoE. ACCESS1(config)# enable password ciscoF. Remote27(config)# enable password cisco

考题 哪个命令加密所有明文密码?() A.Router(config)#password-encryptionB.Router(config)#servicepassword-encryptionC.Router#servicepassword-encryptionD.Router#password-encryption

考题 以下哪个不是路由器配置超级用户的口令______。A.Router (config) #enable password 7 phy 123B.Router (config) #enable secret phy 123C.Router (config) #enable password phy 123D.Router (config) #password 7 phy 123

考题 下列选项中,哪一项不是路由器配置超级用户的口令( )。A.Router (config) # enable secret phy l23B.Router (config) # password 7phy 123C.Router (config) # enable password phy 123D.Router (config) # enable password 7Phy l23

考题 如果不想公布网络中的某些RIP信息,可以采用被动接口配置。将路由器Router A的FastEthemet0/0接口设置为被动接口的配置语句是( )。A.RouterA (Config-if) # passive-interfaceB.RouterA (Config-if) # passive-interface ripC.RouterA (Config) # passive-interface fastethernet0/0D.RouterA (Config-router) # passive-interface fastethernet0/0

考题 以下什么命令能加密所有明文口令()A、Router(config)#password-encryptionB、Router(config)#service password-encryptionC、Router#service pass-word-encryptionD、Router#password-encryption

考题 下列命令中,()能加密所有明文口令。A、Router(config)#password-encryptionB、Router(config)#service password-encryptionC、Router#service password-encryptionD、Router#password-encryption

考题 下列关于ASA防火墙router模式下功能设置的相关命令语法正确的是()。A、ciscoasa(config)# enable password ciscoB、ciscoasa(config)# route outside 0 0 192.168.2.1C、ciscoasa(config)# access-list INSIDE、extended permit ip any anyD、ciscoasa(config)# nat (inside) 1 10.1.2.0 255.255.255.0E、ciscoasa(config)# static (inside,dmz) 10.1.2.0 192.168.100.0 255.255.255.0

考题 哪个命令加密所有明文密码?()A、 Router(config)#password-encryptionB、 Router(config)#service password-encryptionC、 Router#service password-encryptionD、 Router# password-encryption

考题 有这样一个网络,两台Quidway R2501路由器串口s0,s1对应相连,串口0封装x.25协议,RouterA s0的IP地址为:192.168.1.1,x.121地址为:112233445566,RouterB s0的IP地址为:192.168.1.2,x.25地址为223344556677,其中s0的x.25逻辑通道8作为主接口,s1作为备份接口,下列配置RouterA主接口逻辑通道的命令正确的是什么?()A、RouterA(config-if-s0)#x25 map 192.168.1.2 112233445566 logic-channel 8B、RouterA(config-if-s0)#x25 IP map 192.168.1.2 223344556677 lin 8C、RouterA(config-if-s0)#x25 map 192.168.1.1 112233445566 lin 8D、RouterA(config-if-s0)#x25 map 192.168.1.1 223344556677 logic-channel 8E、以下说法均不正确

考题 以下哪个命令用来创建加密密码以限制对 Cisco 路由器特权执行模式的访问()A、RouterA(config)# encrypted password ciscoB、RouterA(config)# password encrypted ciscoC、RouterA(config)# enable password ciscoD、RouterA(config)# enable secret ciscoE、RouterA(config)# service-password encryption cisco

考题 You previously secured your listener with an encrypted password. However, you need to set a new password for security reasons. What is the correct method for setting a new encrypted password for the listener using the Listener Control utility?()A、 executing the SET PASSWORD command and then the SAVE_CONFIG commandB、 executing the CHANGE_PASSWORD command and then the SAVE_CONFIG commandC、 executing the CHANGE_PASSWORD command and then the SET PASSWORD commandD、 executing the SET PASSWORD command, then the CHANGE_PASSWORD command and finally, the SAVE_CONFIG command

考题 单选题以下什么命令能加密所有明文口令()A Router(config)#password-encryptionB Router(config)#service password-encryptionC Router#service pass-word-encryptionD Router#password-encryption

考题 单选题You previously secured your listener with an encrypted password. However, you need to set a new password for security reasons. What is the correct method for setting a new encrypted password for the listener using the Listener Control utility?()A  executing the SET PASSWORD command and then the SAVE_CONFIG commandB  executing the CHANGE_PASSWORD command and then the SAVE_CONFIG commandC  executing the CHANGE_PASSWORD command and then the SET PASSWORD commandD  executing the SET PASSWORD command, then the CHANGE_PASSWORD command and finally, the SAVE_CONFIG command

考题 单选题公司有2台Cisco路由器,路由器的Telnet服务以前是关闭的,现在为了方便管理,需要启用Telnet,并设置Telnet密码为cbn152,那么需要在路由器上进行()配置。A Router(config)#line console 0Router(config-line)#password cbn152B Router(config)#line console 0Router(config-line)#login Router(config-line)#password cbn152C Router(config)#line vty 04Router(config-line)#password cbn152D Router(config)#line vty 04Router(config-line)#login Router(config-line)#password cbn152

考题 单选题下列命令中,()能加密所有明文口令。A Router(config)#password-encryptionB Router(config)#service password-encryptionC Router#service password-encryptionD Router#password-encryption

考题 单选题以下哪个命令用来创建加密密码以限制对 Cisco 路由器特权执行模式的访问()A RouterA(config)# encrypted password ciscoB RouterA(config)# password encrypted ciscoC RouterA(config)# enable password ciscoD RouterA(config)# enable secret ciscoE RouterA(config)# service-password encryption cisco

考题 单选题哪个命令加密所有明文密码?()A  Router(config)#password-encryptionB  Router(config)#service password-encryptionC  Router#service password-encryptionD  Router# password-encryption