Network204 Assignment 1

Submitted by: Submitted by

Views: 35

Words: 1147

Pages: 5

Category: Science and Technology

Date Submitted: 01/20/2015 09:23 AM

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 | Quinita Hodges |

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 | Answer |

1 | The first prompt is _______ mode and will allow you to view the state of the router. | User Mode |

2 | What major limitation does this mode have? | Does not allow you to modify its configuration |

3 | What does the router prompt look like for this mode? | Router> |

4 | The enable command is used to enter the privileged mode. What is the major difference between this mode and user mode? | Privilege EXEC modePrivileged mode allows the user to make configuration changes on the router. User mode will not allow you to modify its configuration. |

5 | What does the router prompt look like for this mode? | Router>enable 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 | Command Syntax | Answer |

6 | Naming the router | Router(config)# | hostname name |

7 | Setting passwords | Router(config)# | enable secret password |

8 | | Router(config)# | line console 0 |

9 | | Router(config)# | password password |

10 | | Router(config)# | login |

11 | | Router(config)# | line vty 0 4 |

12 | | Router(config-line)# | password password |

13 | | Router(config-line)# | login |

14 | Configuring a message-of-the-day banner | Router(config)# | banner motd # message # |

15 | Configuring an interface |...