Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Https www netacad com create account

19/11/2021 Client: muhammad11 Deadline: 2 Day

Router Configuration

Laboratory Project I

Cisco IOS Basics

This laboratory project introduces students to basic settings on a Cisco router. Students are to work

individually, each managing a PC or laptop. Use slides or textbook reference if necessary.

Please, follow the objectives in the order listed. Submit the completed report to the instructor for credit.

Remember that each report must be original work.

Part I: Getting Started

Objective I: Create Networking Academy account

Skip this objective if you already have a Cisco Networking Academy account.

1) Boot a computer that connects to the Internet

2) Open a Web browser and access https://www.netacad.com

3) Click the Courses menu and select Packet Tracer

4) Scroll to the How to download Packet Tracer section and click Enroll to download Packet Tracer, and then click Sign up today!

5) Complete the registration and click Submit

6) Access the email account used for registration, then open the Cisco Academy account activation message and click the link inside

7) Complete the account creation in the new window and click Register

8) Log in to test the account created Notify the instructor of a problem.

Objective II: Implement Cisco Packet Tracer

Skip this objective if you have Packet Tracer installed.

1) Click the Resources menu at the Cisco Academy website and select Download Packet Tracer

2) Download the correct Packet Tracer version and install it

- 2 -

Objective III: Start Packet Tracer project

1) Click Start and select Cisco Packet Tracer in the corresponding program group

2) Use your Cisco Networking Academy account information to log in

New (blank) project should open.

3) Click the File menu, then click Save

4) Use the left pane to select a disk folder, then enter Lab1 into the File name textbox

5) Click Save to save the project

Objective IV: Implement router simulation

1) In the Packet Tracer window, press Ctrl+Alt+R to select the Network Devices/Routers group at the window bottom left

2) In the router selection ribbon, click the 1941 icon, then click white space above to drop the router

The router has all Cisco factory default settings.

3) Click the router icon to open configuration window

4) Click the Config tab, then enter RouterA into the Display Name textbox

5) Click the CLI tab to access the console

Part II: Learning IOS Modes Objective I: Review initial modes

1) In the console window, notice the Would you like to enter basic management setup? prompt Think of its purpose.

2) Answer no to the prompt, then press Enter to access the command prompt

What IOS mode’s command prompt is accessible first upon boot?

Answer questions in the laboratory report.

Objective II: Navigate initial modes

Enter a sequence of commands (“script”) that accomplishes this on the router:

 Enters the privileged EXEC mode

 Forces the Setup mode

- 3 -

Answer no to the prompt to return to the enable mode.

 Returns to the user EXEC mode

Write the script and answer question in the laboratory report.

Objective III: Navigate other modes

Enter script that accomplishes the following:

 Enters the privileged EXEC mode

 Enters the global mode

 Enters interface GigabitEthernet0/0 configuration mode

 Enters the console line 0 configuration mode

 Enters the virtual terminal line 4 configuration mode

 Enters all virtual terminal lines configuration mode Use 0 as the initial line number and use ? to learn the terminal line number.

 Returns to the global mode

 Returns to the privileged EXEC mode

Write the script and answer question in the laboratory report.

Part III: Gathering Information

Objective I: View system data

Enter a command that shows system information. Answer questions below.

What is the IOS version?

What is the system’s uptime?

What system image file is loaded?

How many Gigabit Ethernet interfaces are detected?

What is flash memory capacity?

What is the factory default configuration register’s value?

Write the command and answer questions in the laboratory report.

- 4 -

Objective II: Collect interface names

Display the running configuration to view interface names.

Write the command and interface names into the laboratory report.

Objective III: Collect flash memory info

Enter a command that shows information about the router’s flash memory. Notice the system image file

reported above. Note space amounts available and total.

Write the command and answer question in the laboratory report.

Part IV: Configuring Essentials

Objective I: Define hostname

Enter a router command that sets hostname RouterA. Write the command into the laboratory report.

Objective II: Set clock & time zone

Enter script that accomplishes this on the router:

 Sets the time zone to Central

 Sets the clock to current time

 Verifies the settings

Notice that the time shift doesn’t work properly in Packet Tracer. Ignore it and write the script into the

laboratory report.

Objective III: Manage command history

This objective may not work in Packet Tracer, partially or entirely. Nevertheless, make sure to write

the commands and answer question in the laboratory report.

Enter script that accomplishes the following:

 Displays the command history

 Disables the command history feature

 Re-enables the command history feature

 Displays the command history

Was the command buffer cleared as result of disabling the feature?

- 5 -

 Clears the command buffer

 Restores the default command history buffer size

 Displays the command history

 Changes the command buffer size to 30

Write the script and answer question in the laboratory report.

Objective IV (optional): Manage banner

Enter script that accomplishes this on the router:

 Configures a message-of-the-day banner on the router

 Saves configuration using the copy run start command

 Reloads the device to verify the banner

 Removes the banner from the router

Part V: Manage Passwords

Objective I: Learn defaults

Enter a command that shows running configuration. Is a password set by default?

Write the command and answer question in the laboratory report.

Objective II: Protect enable mode

Enter script that accomplishes this on the router:

 Defines the enable password password

 Defines the enable secret password cisco

 Returns to the enable mode

 Returns to the user mode

 Attempts re-entering the enable mode using password, then using cisco

Which password allowed access to the enable mode?

Write the script and answer question in the laboratory report.

- 6 -

Objective III: Protect Telnet/SSH access

Enter script that accomplishes the following:

 Enters all VTY lines configuration mode

 Defines password password

 Tells IOS to use the locally defined password

Write the script into the laboratory report.

Objective IV: Protect console access

Enter script that accomplishes the following:

 Enters the console line configuration mode

 Define password password

 Tells IOS to use the locally defined password

Write the script into the laboratory report.

Objective V: Learn password encryption defaults

Enter a command that shows running configuration. Review the command’s output carefully. What

password(s) is scrambled by default? What encryption or hashing algorithm is used?

Write the command and answer questions in the laboratory report.

Objective VI: Learn password save defaults

Enter script that accomplishes this on the router:

 Shows the startup configuration file

Review the command’s output to determine if passwords get saved automatically.

 Saves configuration changes made into the startup file

 Shows the startup configuration file again to verify that passwords are now saved

Write the script and answer question in the laboratory report.

- 7 -

Objective VII: Enable encryption of passwords

Enter script that accomplishes the following:

 Enables encryption of clear text passwords

 Shows the running configuration to confirm encryption

Write the script into the laboratory report.

Objective VIII: Remove some passwords

Enter script that accomplishes this on the router:

 Removes the enable password

 Removes the console line password

 Removes the instruction to use locally defined password on console line

 Shows running configuration to confirm password removal

Write the script into the laboratory report.

Objective IX: Save changes

Use a command to save the configuration changes to the startup file.

Part VI: Managing Configuration Register Objective I: Study value 0x2100

ROMMON is used for special administrative tasks, such as password recovery. Its commands are

different from IOS ones. ROMMON can be entered at boot time by pressing Ctrl+Brk during first 10 seconds or by setting the configuration register to a value and rebooting the router.

Enter an IOS script that accomplishes this on the router:

 Sets the configuration register’s value to 0x2100

 Saves changes to the startup configuration file

 Reboots the router

Note the ROMMON command prompt. Enter ? and press Enter to view the commands available.

Write the script and answer questions in the laboratory report.

- 8 -

Objective II: Study value 0x2142

Password recovery requires booting the router with the startup configuration skipped. In such case,

Cisco default (“blank”) configuration is loaded instead.

Enter script that accomplishes this on the router:

 Uses a ROMMON command to set the configuration register’s value to 0x2142

 Uses a ROMMON command to restart the device

Upon boot, avoid using the copy run start command for saving the configuration.

Answer no to the system configuration dialog prompt.

Note the router’s hostname.

 Shows the running configuration

Is a password present in the configuration?

Write the script and answer questions in the laboratory report.

Objective III: Restore normal value

Enter script that accomplishes this on the router:

 Loads the startup configuration

 Sets the configuration register’s value to 0x2102

 Saves changes to the startup configuration file

 Restarts the router

The router should now pick up the saved configuration during boot. Verify presence of custom settings

and passwords in the running configuration.

Make sure to save the project when closing Packet Tracer.

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Coursework Assignment Help
Assignment Helper
Calculation Master
WRITING LAND
Isabella K.
Instant Assignments
Writer Writer Name Offer Chat
Coursework Assignment Help

ONLINE

Coursework Assignment Help

I can assist you in plagiarism free writing as I have already done several related projects of writing. I have a master qualification with 5 years’ experience in; Essay Writing, Case Study Writing, Report Writing.

$19 Chat With Writer
Assignment Helper

ONLINE

Assignment Helper

This project is my strength and I can fulfill your requirements properly within your given deadline. I always give plagiarism-free work to my clients at very competitive prices.

$32 Chat With Writer
Calculation Master

ONLINE

Calculation Master

I have assisted scholars, business persons, startups, entrepreneurs, marketers, managers etc in their, pitches, presentations, market research, business plans etc.

$37 Chat With Writer
WRITING LAND

ONLINE

WRITING LAND

I have worked on wide variety of research papers including; Analytical research paper, Argumentative research paper, Interpretative research, experimental research etc.

$43 Chat With Writer
Isabella K.

ONLINE

Isabella K.

I am a professional and experienced writer and I have written research reports, proposals, essays, thesis and dissertations on a variety of topics.

$34 Chat With Writer
Instant Assignments

ONLINE

Instant Assignments

I am an academic and research writer with having an MBA degree in business and finance. I have written many business reports on several topics and am well aware of all academic referencing styles.

$30 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Class Diagram and Use Case Diagram - Fish roe is permitted to have amaranth added to it - Nursing Research Critique Paper APA - Kindertons accident management crewe - Galvanic cell practical report - 5 levels of listening - First they came in german - Sittin on a bar stool by rehab - Difference between baseband and broadband transmission - The long run average cost curve shows - Vicroads side entry pit - Spirit of tasmania pensioner fares - Pressure measuring devices ppt - Law of reflection experiment - Tea coffee sugar canisters harris scarfe - An emission fee levied against polluters will tend to - Zeitoun part 2 summary - Get best jackets from MLJ - Positive rational numbers symbol - Aldi advertising strategy - How did william win the battle of hastings - Drive test network optimization - Breaking into wall street 400 questions pdf - Singh song analysis aqa - SOCW6111 - The waltz dorothy parker point of view - Asme b31 1 2018 pdf free download - Reveo flavor revolutionized - Solve for the shaded area - Soul train awards seat fillers - Mattel mission and vision statement - What is an entreprenuer - Earthwear clothiers suppliers - Seneca college grades and marks - Mcgraw hill financial accounting chapter 8 answers - Chcdiv001 answers - Remove switch from stack cisco 2960 - Life size maximum participants - Business intelligence concepts components techniques and benefits - Business Administration & International Business Essay - Popped secret the mysterious origin of corn answer sheet - Scatterplot - Internalized moral perspective definition - The ethics of reality tv a philosophical examination - What is the importance of the pico question in nursing - Max in-plane principal stress abaqus - Uncle zips beef jerky death - Foxtel satellite wiring diagram - Ntu add drop period 2018 - Sans disaster recovery plan template - Powerpoint 2.0 - Danica name meaning bible - Psychology assignments - Manrose 1351 remote bathroom fan timer control - Bletchley to kingston milton keynes bus - The evolution of inequality deborah rogers - Leupold rx 11 rangefinder - Rolle rolle with a dab of ranch - Winston and o'brien's relationship in 1984 - Redbank secure children's home - El parque de los adirondacks está en vermont. - Internal control questionnaire revenue cycle - I'll drown my book tempest analysis - Vp no2 vs c16 - Ben tapp maryfield station - True or false questions and answers list - Che che koolay lyrics - Business communication - Poem past present future emily bronte - Trading my sorrows lyrics - Jonathan's wife in dracula crossword clue - Uct gsb executive education - Nick o'leary riesling dan murphy - Healthcare Finance - Palexia ir maximum dose - Job Description and Justification - Writing a tutoring contract - Despicable me 3 124movies - Aeb3133 - What is the golden ratio to three decimal places - Which of the following sentences uses concrete language - How do kangaroos maintain homeostasis - Why is the sea blue - Nafta and mexican workers mini q answer - FIN 100 - A prayer for the earth - Which of the following statements is true of the internet - Soft and hard capital rationing - Woodlands medical practice chadderton - Anatomical reference planes and axes - John westling walmart - Formal observation lesson plan example - Math - When the joneses wear jeans - When a focus group deals with a potentially sensitive topic - Module 4 Discussion-Obesity - The ugly duckling story questions and answers - Data analytics, IT - Baking soda and citric acid reaction with water - No par common stock journal entry