Reference no: EM132859813
Assignment - The Spider
Here's how you configure this assignment:
1. HOUSEKEEPING
Configure housekeeping on each router, and the central switch (Urania) using the information provided below, and using the device names given. Note that you do not have to configure the central switch.
1.a) When configuring the RSA modulus:
- Create a domain-name using the name of a character from your favourite movie as the domain name (for example, my domain name might be Neo.org)
- Choose a random 3 digit number between 100 and 999.
- Do not include any repeating numbers (111, 222, etc), or any consecutive numbers (123, 234, etc) in your modulus
1.b) Passwords - Create 3 users in each device
User 1: <your first name>
User 1 Password: Greek
User 2: <your last name>
User 2 Password: Muses
User 3: Chris
User 3 Password: cisco123
Enable Secret: goddess
1.c) Set the timeout value for the console line to 12 minutes, and the timeout for the vty lines to 8 minutes. Ensure both prompt you for a username and password.
2. ROUTING
2.a) On each router, configure the Gi0/0 ports with the given IP address. Then, configure the Gi0/1 ports with the first IP address in the given subnet. Here is your template for configuration:
Router> enable
Router# configure terminal
Router(config)# interface gi0/0
Router(config-if)# ip address 10.0.0.1 255.255.255.0
Router(config-if)# no shutdown
2.b) Configure static routing. Each network must be able to reach all of the other networks.
Example:
Router> enable
Router# configure terminal
Router(config)# ip route 10.1.0.0 255.255.255.0 10.0.0.1
In the above example, 10.1.0.0 is the destination network, 255.255.255.0 is the destination network's subnet mask, and 10.0.0.1 is what R1 is going to use to get to that destination. I've changed up the IP addresses in the above examples, so you'll have to figure out what to use in your assignment.
Note: For those of you slightly ahead in your work, I do not want to see any summaries. The point of the assignment is to ensure that you can configure static routes, not summaries. Yes, I know it's more efficient, and yes, I know it will work. I still want individual static routes.
3. SUBMISSION
When complete, submit BOTH of the following:
3.a) Your completed packet tracer file named Assignment 9 - Your Name.pkt. Do not submit a .pkz file.
3.b) A text file containing the output of the following commands. Note that some of these commands will be longer than a page. Ensure that you get the output of the entire command. Missing information will result in marks deducted. In addition, please submit your commands in the following order.
On Calliope : show ip route
On Cilo : show ip route
On Erato : show ip route
On Euterpe : show ip route
On Melpomene : show ip route
On Polyhymnia : show ip route
On Terpsichore : show ip route
On Thalia : show ip route
On Calliope
# show crypto key mypubkey rsa
# show running-config
On Cilo
# show crypto key mypubkey rsa
# show running-config
On Erato
# show crypto key mypubkey rsa
# show running-config
On Euterpe
# show crypto key mypubkey rsa
# show running-config
On Melpomene
# show crypto key mypubkey rsa
# show running-config
On Polyhymnia
# show crypto key mypubkey rsa
# show running-config
On Terpsichore
# show crypto key mypubkey rsa
# show running-config
On Thalia
# show crypto key mypubkey rsa
# show running-config
On Urania
# show running-config
Attachment:- Assignment Spider.rar