Netw204, Assignment 1

Submitted by: Submitted by

Views: 104

Words: 1083

Pages: 5

Category: Other Topics

Date Submitted: 06/08/2014 12:03 PM

Report This Essay

NETW204: Assignment 1 (50 points)

Each answer is worth 1 point each, 50 questions = 50 total points. Type answers in the appropriate cell; text will automatically wrap. Post your completed assignment to the dropbox.

NAME

Router Configuration Exercise (5 points) When configuring a router, there are certain basic tasks performed,  Naming the router  Setting passwords  Configuring interfaces  Configuring a banner  Saving changes on a router  Verifying basic configuration and router operations Question The first prompt is _______ mode and will allow you to view the state of the router. What major limitation does this mode have? What does the router prompt look like for this mode? The enable command is used to enter the privileged mode. What is the major difference between this mode and user mode? What does the router prompt look like for this mode? Answer user You can’t change the router’s configuration router>

1

2 3 4

it allows the user to change the configurations of the router.

5

router#

Basic Configuration Tasks (18 points) The table below lists the basic router configuration tasks in the left column. Fill in the blanks in the right column with the correct command syntax for each of the tasks. Configuration Task Naming the router Command Syntax Router(config)# Router(config)# Router(config)# Router(config)# Router(config)# Router(config)# Router(config-line)# Router(config-line)# Router(config)# Router(config)# Router(config-if)# Router(config-if)# Router(config-if)# Router# Router# Answer hostname “name” enable password “password” Privilege “level” enable secret “level” “password” exit line vty 0 “#” Login password “password” banner motd # “message” interface fastethernet 0/0 ip address “xxx.xxx.xxx.xxx” 255.255.255.“xxx” description ipx network no shutdown copy running-config startup-config show startup-config

6 7 8 9 10 Setting passwords 11 12 13 14 Configuring a messageof-the-day banner 15 16 Configuring an interface 17 18 19...