Home > Articles

Basic IOS Configuration and Basic Serial WAN Connectivity

📄 Contents

  1. Quick Check Answer Key
  2. Answers and Explanations
This chapter is from the book
  1. In which of the following modes in Cisco's IOS can you issue show commands? (Choose two.)

    1. User

    2. Privileged

    3. Line Configuration

    4. 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.)

    1. FTP

    2. TFTP

    3. SQL

    4. 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?

    1. ping

    2. IPConfig

    3. traceroute

    4. Show interface Ethernet 0

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

    1. Privilege

    2. Admin

    3. Enable

    4. 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?

    1. No configuration is required.

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

    3. You must configure unique VLANs on the switches.

    4. You must install the Cisco IOS.

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

    1. Router>

    2. Router#

    3. Router&

    4. Router$

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

    1. You are in Privileged EXEC mode.

    2. You are in User EXEC mode.

    3. The switch has not been configured.

    4. 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?

    1. enable

    2. host name

    3. hostname

    4. 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)

    1. enable <cr> ip address 10.1.1.1

    2. enable <cr> ip address 10.1.1.1 255.255.255.0

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

    4. 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?

    1. cl?

    2. clock?

    3. clock ?

    4. cl ?

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

    1. Router(config)# banner message

    2. Router(config)# banner motd &

    3. Router# banner motd #

    4. 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.)

    1. Telnet

    2. FTP

    3. Console connection

    4. AUX connection

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

    1. vty

    2. Interface

    3. Console

    4. 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?

    1. Change the connectors.

    2. Use a different Terminal program.

    3. Reset the router.

    4. Adjust the baud rate of your COM port.

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

    1. Show running-config

    2. Show startup-config

    3. Show ip route

    4. 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?

    1. East

    2. West

    3. South

    4. North

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

    1. PPP

    2. SLIP

    3. HDLC

    4. ATM

  18. What type of handshake occurs with CHAP authentication?

    1. One-way

    2. Two-way

    3. Three-way

    4. 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?

    1. There is no debug ip packet command.

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

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

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

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

    1. Show version

    2. Show running-config

    3. Show startup-config

    4. Show router setup

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

    1. Show interface Ethernet 0/0

    2. Show ip interface detail

    3. Show interface Serial 0/1

    4. 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)?

    1. Incorrect IP address

    2. Wrong routing protocol

    3. Bad cable

    4. 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.)

    1. Router1#copy running-config startup-config

    2. Router1#copy running-config flash

    3. Router1#copy startup-config running-config

    4. 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.)

    1. Frame relay

    2. Ethernet

    3. Token ring

    4. PPP

    5. 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?

    1. Router1#service password-encryption

    2. Router1(config)#service password-encryption

    3. Router1#enable secret password

    4. 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?

    1. Acme1(config)# line console 0

    2. Acme1(config-line)# password acme

      Acme1(config-line)# login

    3. Acme1(config)# line vty 0

    4. Acme1(config-line)# enable password acme

    5. Acme1(config)# line vty 0

    6. Acme1(config-line)# enable secret acme

      Acme1(config-line)# login

    7. Acme1(config)# line vty 0

    8. 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?

    1. Establishes the timing at which you send data

    2. Establishes keepalives

    3. Establishes the advertised bandwidth

    4. 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?

    1. Router1(config)#telnet configuration

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

    3. Router1(config)#line vty 1 5

    4. Router1(config)#line vty 0 4

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

    1. Router1#

    2. Router1(config)#

    3. Router1(config-router)#

    4. Router1>

    5. 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?

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

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

    3. Both passwords are treated the same.

    4. 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?

    1. Ctrl+Shift+6; then press X

    2. Ctrl+Esc

    3. Ctrl+Z

    4. Type exit

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

    1. IPCP

    2. CHAP

    3. UDP

    4. Q.931

    5. Multilink Protocol

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

    1. Router1#setup

    2. Router1#copy running-config startup-config

    3. Router1#copy startup-config running-config

    4. 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?

  35. 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.

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

    1. 2400

    2. 9600

    3. 14400

    4. 36300

  37. What must be configured on a Cisco device to enable Telnet functionality?

    1. A management IP address

    2. SNMP

    3. CDP

    4. vty ports

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

    1. Router1#enable

    2. Router1#exit

    3. Router1#configure terminal

    4. Router1#disable

  39. Which of the following commands places an IP address on your Catalyst switch?

    1. Switch1#ip address 10.2.2.2 255.255.255.0

    2. Switch1(config)#Set IP 10.2.2.2 255.255.255.0

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

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

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

    1. Router1#show NVRAM

    2. Router1#show Flash

    3. Router1#show Flash-Mem

    4. Router1#show Version

  41. 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?

    1. Switch1#show ip

    2. Switch1#show vlan 1

    3. Switch1#show ip route

    4. Switch1#show interface vlan1

  42. 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)?

    1. Your IOS is corrupt and unable to load.

    2. Your configuration is missing parameters.

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

    4. You have typed setup in the Privileged mode.

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

  44. % Ambiguous command: "show con"

    What does this mean?

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

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

    3. You entered the command incorrectly.

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

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

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

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

    3. 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 $.

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

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

    1. Router1#terminal history 100

    2. Router1#history size 100

    3. Router1(config)#terminal history 100

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

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

    1. Show running-config

    2. Show flash

    3. Show interfaces

    4. Show ip protocols

  48. 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?

    1. Exec-timeout

    2. Logging synchronous

    3. Line console

    4. Exec message readout

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

    1. Slot/port/interface

    2. Slot/interface/port

    3. Port/slot/port number

    4. Slot/port adapter/port number

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

    1. Router1(config-if)#bandwidth 64

    2. Router1(config-if)#bandwidth 64000

    3. Router1(config-if)#clockrate 64

    4. Router1(config-if)#clockrate 64000

  51. In what mode do you use the encapsulation command?

    1. Interface Configuration mode

    2. Sub-interface Configuration mode

    3. User mode

    4. Privileged mode

  52. 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?

    1. It is the actual password.

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

    3. The console output made a mistake.

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

Quick Check Answer Key

  1. A, B

  2. A, B

  3. D

  4. C

  5. A

  6. B

  7. B

  8. C

  9. D

  10. C

  11. B

  12. A, C, D

  13. C

  14. D

  15. A

  16. B

  17. C

  18. C

  19. B

  20. A

  21. D

  22. D

  23. A, B

  24. A, D, E

  25. B

  26. D

  27. A

  28. D

  29. A, D

  30. B

  31. C

  32. A, B, E

  33. D

  34. A

  35. B

  36. A

  37. D

  38. D

  39. B

  40. D

  41. C

  42. A

  43. C

  44. D

  45. A, C

  46. B

  47. D

  48. D

  49. A

  50. B

Pearson IT Certification Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Pearson IT Certification and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Pearson IT Certification products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.pearsonitcertification.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020