Overall instructions -Word document that includes: · a network diagram using Visio,
Overall instructions -Word document that includes:
· a network
diagram using Visio,
· an IPv4 subnetted addressing table,
· a set of configuration listings (one per device configured),
· a selection of diagnostic and discovery commands, and
· a short, written summary answering the questions listed below. Be sure to verify spelling.
Specific directions:
- This project is to be done individually.
- Read through this entire assignment.
- Start a new page.
- Use Visio*to draw a small Local Area Network that consists of one router – with three interface, three switches – one connected to each router interface, and three PCs – each connected to one of the switches. This is the basic layout:
Router
| | |
Switch 1 Switch 2 Switch 3
| | |
PC 1 PC 2 PC 3
- Copy and paste your diagram on the second page of your Word document.
*Visio is accessible through iLab or via a free download from the Student Software Store
Continued next page…
- Start a new page.
- NOTICE! YOU ARE NOT TO USE THE AUTOMATED SETUP UTILITY FOR ANY OF THE CONFIGURATION PROCESSES!
- need an IPv4 addressing scheme with subnets and VLANS for each of the three Router interfaces.
- Use a publicclass C address of your choosing.
- Subdivide (subnet) it into equalparts to support the 3 network segments. DO NOT USE THREE SEPARATE CLASS C ADDRESSES.
- Add one VLAN to each subnet.
- Complete Table 1 below according to your addressing and subnetting scheme. Copy the completed table into your report.
Table 1: Addressing Scheme
Device
Interface
IP Address
Subnet Mask
Default Gateway
R1
G0/1
G0/2
G0/3
S1
VLAN 15
S2
VLAN 25
S3
VLAN 35
PC-1
Ethernet 1
PC-2
Ethernet 1
PC-3
Ethernet 1
Continued next page…
Combine all previous work (with corrections) into one document and then add the remaining aspects of this project as follows:
- Start a new page.
- NOTICE! YOU ARE NOT TO USE THE AUTOMATED SETUP UTILITY FOR ANY OF THE CONFIGURATION PROCESSES!
- For each of your seven devices, list all required commands needed to achieve a completely functional network. Include the following for each device:
- Using Table 1 as a reference, for each device list the proper command-line syntax to:
- Create the assigned name for the routers and switches. For example:
Router(config)#hostname R1
- Create secure passwords at all levels (privilege mode, console, and vty) for the routers and switches. For example:
R1(config)#enable secret Password123
- Assign the proper IP addresses with their correct subnet masks and default gateways. For example:
R1(config-int)#ip address 10.10.10.1 255.255.255.0
- Create the VLAN management address for each switch with their correct subnet masks and default gateways. Refer to the table for the specific management VLAN designator.
- Additionally, configure SSH on the router for security purposes.
- Start a new page.
- Write out the full command line syntax to:
- Save the configurations for each network device (PCs excluded). For example:
S2#copy running-config startup-config
- Verify connectivity from one PC through the network to the other PC (use two different commands ).
- Display the saved configuration of the devices (PCs excluded).
- Display the routing table on the router.
Remember! Someone should be able to interconnect and configure all of the network devices using your diagrams and instruction scripts and have a fully functional network.
Continued next page…