分享
 
 
 

ccna最新真题(2)Basic IOS Configuration

王朝other·作者佚名  2008-05-31
窄屏简体版  字體: |||超大  

1: In which of the following modes in Cisco's IOS can you issue show commands? (Choose two.)

A. User

B. Privileged

C. Line Configuration

D. Global Configuration

2: You are the network administrator for a large corporation. You want to be able to store all your configurations in a centralized location. Which of these servers will allow you to do so? (Choose two.)

A. FTP

B. TFTP

C. SQL

D. Oracle

3: You need to troubleshoot your network IP connectivity. Which of the following commands would you use to find the IP address on your Ethernet 0 interface?

A. ping

B. IPConfig

C. traceroute

D. Show interface Ethernet 0

4: Which command would you use at the CLI in User mode to enter Privileged EXEC mode?

A. Privilege

B. Admin

C. Enable

D. Disable

5: You have just received 14 Catalyst switches for your network. You would like to install these switches into your prodUCtion network to provide separate collision domains for each of the connected devices. What configuration is required to provide this functionality?

A. No configuration is required.

B. You must set up an IP address on the switch.

C. You must configure unique VLANs on the switches.

D. You must install the Cisco IOS.

6: Which of the following prompts indicates your router is in Privileged EXEC mode?

A. Router>

B. Router#

C. Router&

D. Router$

7: You have made a console connection to your Cisco Catalyst switch and you see the > symbol in HyperTerminal. What does it mean?

A. You are in Privileged EXEC mode.

B. You are in User EXEC mode.

C. The switch has not been configured.

D. The switch is in need of repairs.

8: You would like to assign a meaningful name to your Catalyst switch. What command should you use?

A. enable

B. host name

C. hostname

D. name

9: You need to assign an IP address to your Catalyst 2950 switch. You are at the HQ_SW1> prompt. What is the correct series of commands? (cr = carriage return)

A. enable <cr> ip address 10.1.1.1

B. enable <cr> ip address 10.1.1.1 255.255.255.0

C. enable <cr> configure terminal <cr> ip address 10.1.1.1 255.255.255.0

D. enable <cr> configure terminal <cr> interface vlan 1 <cr> ip address 10.1.1.1 255.255.255.0

10: Which of the following commands displays the syntax for the clock command?

A. cl?

B. clock?

C. clock ?

D. cl ?

11: Which of the following commands allows you to configure a welcoming message whenever you log in to a router?

A. Router(config)# banner message

B. Router(config)# banner motd &

C. Router# banner motd #

D. Router# banner message !

12: You need to connect to your 2621XM router to configure an interface. Which of the following methods allows you to connect to and issue commands on the router? (Choose three.)

A. Telnet

B. FTP

C. Console connection

D. AUX connection

13: You want to prevent unauthorized users from plugging their laptops into the router. What type of passWord helps prevent this issue?

A. vty

B. Interface

C. Console

D. Enable

14: You have connected to the console port and are running HyperTerminal. You see only scrambled characters and symbols. What is the most likely solution to this problem?

A. Change the connectors.

B. Use a different Terminal program.

C. Reset the router.

D. Adjust the baud rate of your COM port.

[View full size image]

15: Which of the following commands would you type to receive this output shown in the figure above?

A. Show running-config

B. Show startup-config

C. Show ip route

D. Show version

16: You are configuring a router named East for authentication with a router named West using CHAP. What username should you configure on East to allow the routers to communicate?

A. East

B. West

C. South

D. North

17: What is the default point-to-point encapsulation protocol used on a Cisco router?

A. PPP

B. SLIP

C. HDLC

D. ATM

18: What type of handshake occurs with CHAP authentication?

A. One-way

B. Two-way

C. Three-way

D. Mutual

19: You have connected to your Cisco router through a Telnet connection. To test one of your connections, you use a debug ip packet command. Even though you are sure traffic is passing through your router, nothing is reported in your terminal window. What is the most likely cause of this problem?

A. There is no debug ip packet command.

B. You need to type in the terminal monitor command to see debug output from a Telnet session.

C. This command displays information only if the interface eXPeriences trouble. No output indicates that the interface is fine.

D. Cisco routers do not allow you to enable debug commands remotely due to security restrictions.

[View full size image]

20: Which of the following commands would you type to see this output on your Cisco router shown in the previous figure?

A. Show version

B. Show running-config

C. Show startup-config

D. Show router setup

21: Which of the following commands would you type to see this output shown in the figure above?

A. Show interface Ethernet 0/0

B. Show ip interface detail

C. Show interface Serial 0/1

D. Show ip interface brief

22: Your routers at ACME, Inc., are having some connectivity issues. You issue show commands for each connecting router's interface. Why are they unable to communicate (see figures above)?

A. Incorrect IP address

B. Wrong routing protocol

C. Bad cable

D. Encapsulation mismatch

23: You need to back up the configurations you just made, but no TFTP servers are available. Which of the following commands are options to back up your currently running configuration? (Choose two.)

A. Router1#copy running-config startup-config

B. Router1#copy running-config flash

C. Router1#copy startup-config running-config

D. Router1#copy running-config http

24: You are consulting a small business that is establishing its first WAN link. The client wants to know what encapsulation you will be using on the link. Which of the following are valid encapsulations for WAN links? (Choose three.)

A. Frame relay

B. Ethernet

C. Token ring

D. PPP

E. HDLC

25: Your boss is concerned about security on your network. She wants to make sure that no one can identify passwords if he or she happens to view a configuration on your router. What command encrypts all passwords on your router?

A. Router1#service password-encryption

B. Router1(config)#service password-encryption

C. Router1#enable secret password

D. Router1(config)#enable secret password

26: You need to set up a password that will prevent unauthorized users from telnetting into your router. What series of commands would you use?

A. Acme1(config)# line console 0

Acme1(config-line)# password acme

Acme1(config-line)# login

B. Acme1(config)# line vty 0

Acme1(config-line)# enable password acme

C. Acme1(config)# line vty 0

Acme1(config-line)# enable secret acme

Acme1(config-line)# login

D. Acme1(config)# line vty 0

Acme1(config-line)# password acme

Acme1(config-line)# login

27: When you are setting up your serial interfaces, what does the clockrate command do for your connection?

A. Establishes the timing at which you send data

B. Establishes keepalives

C. Establishes the advertised bandwidth

D. Establishes the time on the router

28: You need to set up passwords on all your default Telnet lines. What command would you start with?

A. Router1(config)#telnet configuration

B. Router1(config)#interface Ethernet 0/1

C. Router1(config)#line vty 1 5

D. Router1(config)#line vty 0 4

29: You can execute show commands at which prompt? (Choose two.)

A. Router1#

B. Router1(config)#

C. Router1(config-router)#

D. Router1>

E. romon1>

30: You are configuring your router and type in an Enable password and an Enable Secret password. Your fellow network technician asks you why you have two passwords set when you need only one. What do you tell him?

A. The Enable password is used by low-level applications.

B. If you reverted to an older version of the IOS, it would not understand the Secret password.

C. Both passwords are treated the same.

D. It is a failsafe method of ensuring that people need to type two passwords instead of just one.

31: You need to get back to Privileged EXEC mode from Interface Configuration mode. What is the quickest method?

A. Ctrl+Shift+6; then press X

B. Ctrl+Esc

C. Ctrl+Z

D. Type exit

32: When you are establishing a PPP link, which of the following would be negotiated? (Choose three.)

A. IPCP

B. CHAP

C. UDP

D. Q.931

E. Multilink Protocol

33: Which of the following commands returns your router to a previously saved configuration?

A. Router1#setup

B. Router1#copy running-config startup-config

C. Router1#copy startup-config running-config

D. Router1#reload

34: You are in Interface Configuration mode and would like to recall the last command you typed, move your cursor to the beginning of the command line, and type no before the recalled command. You notice your up- and down-arrow keys do not function because you are using an older terminal program. What command combinations could you use to recall the previous command and move your cursor to the beginning of the line?

Press Ctrl+P to recall the previous command and Ctrl+A to move to the beginning of the command line.

Press Ctrl+L to recall the previous command and Ctrl+B to move to the beginning of the command line.

Press Ctrl+D to recall the previous command and Ctrl+A to move to the beginning of the command line.

Press Ctrl+E to recall the previous command and Ctrl+A to move to the beginning of the command line.

35: What is the baud rate setting for your terminal emulation program so that you can communicate through your console port?

A. 2400

B. 9600

C. 14400

D. 36300

36: What must be configured on a Cisco device to enable Telnet functionality?

A. A management IP address

B. SNMP

C. CDP

D. vty ports

37: You are configuring your Cisco router and need to go back to User EXEC mode. What command takes you back to User EXEC mode?

A. Router1#enable

B. Router1#exit

C. Router1#configure terminal

D. Router1#disable

38: Which of the following commands places an IP address on your Catalyst switch?

A. Switch1#ip address 10.2.2.2 255.255.255.0

B. Switch1(config)#Set IP 10.2.2.2 255.255.255.0

C. Switch1(config-vlan)#ip address 10.2.2.2

D. Switch1(config-vlan)#ip address 10.2.2.2 255.255.255.0

39: Which of the following commands would you enter to receive this output shown in the figure above?

A. Router1#show NVRAM

B. Router1#show Flash

C. Router1#show Flash-Mem

D. Router1#show Version

40: Your senior network administrator is unable to telnet to a Catalyst switch because she forgot the IP address. You have physical Access and are able to console in. Which of the following commands is the best to get the IP address on the switch?

A. Switch1#show ip

B. Switch1#show vlan 1

C. Switch1#show ip route

D. Switch1#show interface vlan1

QQread.com

推出各大专业服务器评测 Linux服务器的安全性能

SUN服务器

HP服务器

DELL服务器

IBM服务器

联想服务器

浪潮服务器

曙光服务器

同方服务器

华硕服务器

宝德服务器

41: You have powered up your Cisco 3640 router. The first thing you see is this output. Which of the following statements about this screen is accurate (see figure above)?

A. Your IOS is corrupt and unable to load.

B. Your configuration is missing parameters.

C. You do not have a configuration saved in NVRAM.

D. You have typed setup in the Privileged mode.

42: You type in a command and are shown the following output:

% Ambiguous command: "show con"

What does this mean?

A. You did not enter enough characters for your device to recognize the command.

B. You did not enter all the keywords or values required by this command.

C. You entered the command incorrectly.

D. Context-sensitive help is unable to help you with this command.

43: You are typing a command into the Cisco IOS. It is more than one terminal line long. What will the IOS do?

A. The router automatically moves the cursor to the next line and uses a caret (^) to indicate the line break.

B. The router truncates the command because commands longer than one line are not allowed.

C. The router automatically scrolls the line to the left and uses a dollar sign ($) to indicate that there is text to the left of the $.

D. The router shortens all the commands to squeeze the command on to the screen.

44: You want to change the size of the command history buffer. Which of the following commands will set it permanently to 100?

A. Router1#terminal history 100

B. Router1#history size 100

C. Router1(config)#terminal history 100

D. Router1(config-line)#history size 100

45: You have configured a description on your serial interfaces. Which of the following commands displays the description? (Choose two.)

A. Show running-config

B. Show flash

C. Show interfaces

D. Show ip protocols

46: You are typing commands into your Cisco IOS on your 3640 router. However, your typing is consistently interrupted by console messages, forcing you to retype. Which of the following commands forces the IOS to retype your original input after it displays the console message?

A. Exec-timeout

B. Logging synchronous

C. Line console

D. Exec message readout

47: You are configuring a router and issue the command interface ethernet 1/0/0. What do the numbers represent?

A. Slot/port/interface

B. Slot/interface/port

C. Port/slot/port number

D. Slot/port adapter/port number

48: Which of the following commands correctly sets the physical speed of a serial interface to 64Kbps?

A. Router1(config-if)#bandwidth 64

B. Router1(config-if)#bandwidth 64000

C. Router1(config-if)#clockrate 64

D. Router1(config-if)#clockrate 64000

49: In what mode do you use the encapsulation command?

A. Interface Configuration mode

B. Sub-interface Configuration mode

C. User mode

D. Privileged mode

50: You are configuring your router, and your boss happens to look over your shoulder as you type a show running-config command. She sees one of the lines that says password 7 14361F009A056E7D and asks what this means. What do you tell her?

A. It is the actual password.

B. It is the result of a service password-encryption command.

C. The console output made a mistake.

D. It is the result of an enable secret command.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有