Module 10 Labs

.pdf

School

University of Missouri, Columbia *

*We aren’t endorsed by this school

Course

221

Subject

Information Systems

Date

Oct 30, 2023

Type

pdf

Pages

26

Uploaded by joelpinto923

Report
© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 4 www.netacad.com Packet Tracer - Configure Initial Router Settings Objectives Part 1: Verify the Default Router Configuration Part 2: Configure and Verify the Initial Router Configuration Part 3: Save the Running Configuration File Background In this activity, you will perform basic router configuration tasks. You will secure access to the CLI and console port using encrypted and plain-text passwords. You will also configure messages for users who are logging into the router. These banners warn unauthorized users that access is prohibited. Finally, you will verify and save your running configuration. Instructions Part 1: Verify the Default Router Configuration Step 1: Establish a console connection to R1. a. Choose a Console cable from the available connections. b. Click PCA and select RS 232 . c. Click R1 and select Console . d. Click PCA > Desktop tab > Terminal . e. Click OK and press ENTER . You are now able to configure R1 . Step 2: Enter privileged mode and examine the current configuration. You can access all the router commands from privileged EXEC mode. However, because many of the privileged commands configure operating parameters, privileged access should be password-protected to prevent unauthorized use. a. Enter privileged EXEC mode by entering the enable command. Open a configuration window Router> enable Router# Notice that the prompt changed in the configuration to reflect privileged EXEC mode. b. Enter the show running-config command. Router# show running-config Questions: What is the r outer’s hostname? Type your answers here. How many Fast Ethernet interfaces does the Router have? Type your answers here.
Packet Tracer - Configure Initial Router Settings © 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 4 www.netacad.com How many Gigabit Ethernet interfaces does the Router have? Type your answers here. How many Serial interfaces does the router have? Type your answers here. What is the range of values shown for the vty lines? Type your answers here. c. Display the current contents of NVRAM. Router# show startup-config startup-config is not present Question: Why does the router respond with the startup-config is not present message? Type your answers here. Close a configuration window Part 2: Configure and Verify the Initial Router Configuration To configure parameters on a router, you may be required to move between various configuration modes. Notice how the prompt changes as you navigate through the IOS configuration modes. Step 1: Configure the initial settings on R1. Note : If you have difficulty remembering the commands, refer to the content for this topic. The commands are the same as you configured on a switch. Open a configuration window a. Configure R1 as the hostname. b. Configure Message of the day text: Unauthorized access is strictly prohibited. c. Encrypt all plain text passwords. Use the following passwords: 1) Privileged EXEC, unencrypted: cisco 2) Privileged EXEC, encrypted: itsasecret 3) Console: letmein Step 2: Verify the initial settings on R1. Open a configuration window a. Verify the initial settings by viewing the configuration for R1. Question: What command do you use? Type your answers here. b. Exit the current console session until you see the following message: R1 con0 is now available
Packet Tracer - Configure Initial Router Settings © 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 4 www.netacad.com Press RETURN to get started. c. Press ENTER ; you should see the following message: Unauthorized access is strictly prohibited. User Access Verification Password: Questions: Why should every router have a message-of-the-day (MOTD) banner? Type your answers here. If you are not prompted for a password before reaching the user EXEC prompt, what console line command did you forget to configure? Type your answers here. d. Enter the passwords necessary to return to privileged EXEC mode. Questions: Why would the enable secret password allow access to the privileged EXEC mode and the enable password no longer be valid? Type your answers here. If you configure any more passwords on the router, are they displayed in the configuration file as plain text or in encrypted form? Explain. Type your answers here. Close a configuration window Part 3: Save the Running Configuration File Step 1: Save the configuration file to NVRAM. a. You have configured the initial settings for R1 . Now back up the running configuration file to NVRAM to ensure that the changes made are not lost if the system is rebooted or loses power. Open a configuration window Questions: What command did you enter to save the configuration to NVRAM? Type your answers here. What is the shortest, unambiguous version of this command? Type your answers here. Type your answers here.
Packet Tracer - Configure Initial Router Settings © 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 4 www.netacad.com Close a configuration windowVerify that all of the parameters configured are recorded. If not, analyze the output and determine which commands were not executed or were entered incorrectly. You can also click Check Results in the instruction window. Step 2: Optional: Save the startup configuration file to flash. Although you will be learning more about managing the flash storage in a router in later chapters, you may be interested to know that, as an added backup procedure, you can save your startup configuration file to flash. By default, the router still loads the startup configuration from NVRAM, but if NVRAM becomes corrupt, you can restore the startup configuration by copying it over from flash. Complete the following steps to save the startup configuration to flash. Open a configuration window a. Examine the contents of flash using the show flash command: R1# show flash Questions: How many files are currently stored in flash? Type your answers here. Which of these files would you guess is the IOS image? Type your answers here. Why do you think this file is the IOS image? Type your answers here. R1# copy startup-config flash Destination filename [startup-config] The router prompts you to store the file in flash using the name in brackets. If the answer is yes, then press ENTER ; if not, type an appropriate name and press ENTER . b. Use the show flash command to verify the startup configuration file is now stored in flash. Close a configuration window End of document
PT Lab 10.1.4 - Configure Initial Router Settings Submit screenshot of Assessment Items tab
© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 5 www.netacad.com Packet Tracer - Connect a Router to a LAN Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.10.1 255.255.255.0 N/A R1 G0/1 192.168.11.1 255.255.255.0 N/A R1 S0/0/0 (DCE) 209.165.200.225 255.255.255.252 N/A R2 G0/0 10.1.1.1 255.255.255.0 N/A R2 G0/1 10.1.2.1 255.255.255.0 N/A R2 S0/0/0 209.165.200.226 255.255.255.252 N/A PC1 NIC 192.168.10.10 255.255.255.0 192.168.10.1 PC2 NIC 192.168.11.10 255.255.255.0 192.168.11.1 PC3 NIC 10.1.1.10 255.255.255.0 10.1.1.1 PC4 NIC 10.1.2.10 255.255.255.0 10.1.2.1 Objectives Part 1: Display Router Information Part 2: Configure Router Interfaces Part 3: Verify the Configuration Background In this activity, you will use various show commands to display the current state of the router. You will then use the Addressing Table to configure router Ethernet interfaces. Finally, you will use commands to verify and test your configurations. Note : The routers in this activity are partially configured. Some of the configurations are not covered in this course but they are provided to assist you in using verification commands. Part 1: Display Router Information Step 1: Display interface information on R1. Note : Click a device and then click the CLI tab to access the command line directly. The console password is cisco . The privileged EXEC password is class . Questions: a. Which command displays the statistics for all interfaces configured on a router? Type your answers here. b. Which command displays the information about the Serial 0/0/0 interface only? Type your answers here.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help

Browse Popular Homework Q&A

Q: Boreki Enterprise has the following 10 items in inventory. Theodore Boreki asks you, a recent OM…
Q: A 22.4 g piece of metal (C = 0.326 J/g oC) initially at 12 oC is placed in 35.9 g of water initially…
Q: Characteristics of shipping conferences
Q: Suppose that $8000 is invested at an interest rate of 5.5% per year, compounded continuously. How…
Q: Although it is not defined on all of space R, the field associated with the line integral below is…
Q: A 1.000 g sample of strontium-90 decays to 0.900 g after 2.5 years. What is the half-life? How much…
Q: Find the currents of each resistor using super position method. Where, VLeft = 160V; VRight =…
Q: Do not round interim calculations. Round your final answer to the nearest dollar. The direct…
Q: Give an example of nonzero matrices Co,C₁,C₂ € R³x² s.t. any matrix R of the form R = Co+aC₁ + bC₂…
Q: 2. The height of a golf ball after t seconds given by s(t) = 24t - 4.9t2 meters. (a) Find the…
Q: After 1968, what political and/or military changes took place to address the increasingly…
Q: patient needs to take 375 mg of ibuprofen twice daily. The pills in the bottle are each 250. mg .…
Q: Why do you think Vietnamization was a failure in practice?
Q: a. You're driving over the top of a hill with a radius of 15.075 m. How fast would you need to drive…
Q: Consult Multiple-Concept Example 9 to explore a model for solving this problem. A person pushes on a…
Q: Find the present value of $30,000 due in 6 years at the given rate of interest. (Round your answer…
Q: 8-4x For the given rational function f(x) = x? -4 (A) Find any intercepts for the graph. (B) Find…
Q: Mrs. and Mr. Bond have five children, Janine, Jaliyah, Joliette, Jelani and James Jr. Mr. Bond…
Q: egicide O Killing the king ○ The fear Duke Ferdinand has as to what will become of him is he is…
Q: CPU Clock = 1 GHz 1 OP requires 5 clock cycles (arithmetic instruction, conditional, etc.) 1 memory…
Q: ind the intervals on which f is increasing or decreasing. Find the local maximum and minimum values…
Q: Let g(x) = 3x² + 5x + 5. Find g(p+ 4).