Small Network Infrastructure Project Requirements, Tasks, and Deliverables

  Design, configure, test and implement a network infrastructure for a small Computer Training Business named Alpha-Tech which plans to open a training center located in Largo. The training center will serve students preparing to acquire IT industry certifications by taking on-site classes. The network infrastructure at the site will be able to serve the different subnets for students, faculty, administration and IT staff, as well as, all the other computing resources and intermediary devices required to support the training center. Project Technical Requirements 1. Design and build a network with subnets capable of providing access to 16 workstations (students), 3 workstations (instructors), 5 workstations (administration), 2 workstations (IT staff), 2 printers (1 for Students/Faculty, and 1 for other staff) and 2 servers (Canvas Server, Administration Server) 2. One router to provide default-gateway services to the different subnets and access to the internet. On the router designate an interface to serve as the interface to the Internet Service Provider (ISP) network. 3. Allocate Class C IPv4 private addresses to all devices (workstations, servers, switches, router, printers) in their respective subnets. 4. Use CiscoPass as the password both for line console and VTY login access on router and switches.

Sample Solution

       

Alpha-Tech Training Center Network Infrastructure Project

This document outlines the design, configuration plan, testing strategy, and implementation steps for the network infrastructure at Alpha-Tech's new training center. The network will be segmented into subnets to manage access and security for students, faculty, administration, and IT staff, while providing internet access and supporting necessary computing resources.

1. Network Design

We will implement a segmented network using VLANs (Virtual Local Area Networks) on Layer 2 switches and configure inter-VLAN routing on the Layer 3 router. This approach allows us to logically separate the different user groups while sharing the physical infrastructure.

Full Answer Section

         

ubnet Allocation and VLAN Assignment:

To accommodate the required number of devices in each segment, we will allocate subnets within the Class C private IP address range (192.168.x.0/24).

Subnet Name Purpose Required Hosts Subnet Size VLAN ID Network Address Usable IP Range Default Gateway IP
Student Student Workstations 16 /24 (254) 10 192.168.10.0 192.168.10.1 - 254 192.168.10.1
Faculty Instructor Workstations 3 /24 (254) 20 192.168.20.0 192.168.20.1 - 254 192.168.20.1
Administration Administration Workstations 5 /24 (254) 30 192.168.30.0 192.168.30.1 - 254 192.168.30.1
IT Staff IT Staff Workstations 2 /24 (254) 40 192.168.40.0 192.168.40.1 - 254 192.168.40.1
Server Canvas & Admin Servers 2 /24 (254) 50 192.168.50.0 192.168.50.1 - 254 192.168.50.1
Printer Student/Faculty & Staff 2 /24 (254) 60 192.168.60.0 192.168.60.1 - 254 192.168.60.1

Network Topology:

We will utilize a star topology, connecting all end devices to one or more Layer 2 switches. The switches will then connect to a Layer 3 router, which will provide inter-VLAN routing and the default gateway for all subnets, as well as the connection to the ISP.

                                Internet
                                   |
                                  [Router] (Interface to ISP)
                                   |
                                   | (Inter-VLAN Routing)
                                   |
                   --------------------------------------------------
                  |                                                |
        [Switch 1] (Layer 2)                             [Switch 2] (Layer 2)
      /     |     \                                  /     |     \
     /      |      \                                /      |      \
[16 Student][3 Faculty][1 Student/Faculty Printer] [5 Admin][2 IT Staff][1 Staff Printer][2 Servers]
  Workstations Workstations                               Workstations Workstations

Device IP Addressing Scheme:

We will assign static IP addresses to all network infrastructure devices (router and switches) for easier management. End devices (workstations, servers, printers) can also be assigned static IPs or configured for DHCP (Dynamic Host Configuration Protocol) within their respective subnets, with the router acting as the DHCP server for each VLAN. For simplicity in this configuration, we will outline static IP assignments for key devices.

Device Name Type VLAN Interface IP Address Subnet Mask Default Gateway
Router Router N/A GigabitEthernet0/0 (to Switch 1) 192.168.10.1 255.255.255.0 N/A
Router Router N/A GigabitEthernet0/1 (to Switch 2) 192.168.20.1 255.255.255.0 N/A
Router Router N/A VLAN 30 192.168.30.1 255.255.255.0 N/A
Router Router N/A VLAN 40 192.168.40.1 255.255.255.0 N/A
Router Router N/A VLAN 50 192.168.50.1 255.255.255.0 N/A
Router Router N/A VLAN 60 192.168.60.1 255.255.255.0 N/A
Router Router N/A GigabitEthernet0/2 (to ISP) Obtained from ISP Obtained from ISP Obtained from ISP
Switch 1 Switch N/A VLAN 1 (Management) 192.168.99.10 255.255.255.0 192.168.99.1
Switch 2 Switch N/A VLAN 1 (Management) 192.168.99.11 255.255.255.0 192.168.99.1
Student Workstation 1 Workstation 10 N/A 192.168.10.10 255.255.255.0 192.168.10.1
Faculty Workstation 1 Workstation 20 N/A 192.168.20.10 255.255.255.0 192.168.20.1
Admin Workstation 1 Workstation 30 N/A 192.168.30.10 255.255.255.0 192.168.30.1
IT Staff Workstation 1 Workstation 40 N/A 192.168.40.10 255.255.255.0 192.168.40.1
Canvas Server Server 50 N/A 192.168.50.10 255.255.255.0 192.168.50.1
Administration Server Server 50 N/A 192.168.50.11 255.255.255.0 192.168.50.1
Student/Faculty Printer Printer 60 N/A 192.168.60.10 255.255.255.0 192.168.60.1
Staff Printer Printer 60 N/A 192.168.60.11 255.255.255.0 192.168.60.1

Note: We will assume the use of at least two Layer 2 switches to accommodate the physical port requirements. Switch 1 will primarily serve the student and faculty areas, while Switch 2 will serve administration, IT staff, servers, and printers. The router will have multiple Gigabit Ethernet interfaces to connect to these switches or utilize sub-interfaces for inter-VLAN routing.

2. Configuration Plan

This section outlines the configuration steps for the router and switches. We will use Cisco IOS commands.

A. Router Configuration:

  1. Basic Configuration:

    Cisco CLI
    enable
    configure terminal
    hostname Alpha-Tech-Router
    no ip domain lookup
    line console 0
    password CiscoPass
    login
    line vty 0 4
    password CiscoPass
    login
    enable secret class
    
  2. Interface Configuration and Inter-VLAN Routing: We will use sub-interfaces on a physical interface (e.g., GigabitEthernet0/0 and GigabitEthernet0/1) to handle traffic for different VLANs.

    Cisco CLI
    interface GigabitEthernet0/0.10
     encapsulation dot1Q 10
     ip address 192.168.10.1 255.255.255.0
    !
    interface GigabitEthernet0/1.20
     encapsulation dot1Q 20
     ip address 192.168.20.1 255.255.255.0
    !
    interface GigabitEthernet0/1.30
     encapsulation dot1Q 30
     ip address 192.168.30.1 255.255.255.0
    !
    interface GigabitEthernet0/1.40
     encapsulation dot1Q 40
     ip address 192.168.40.1 255.255.255.0
    !
    interface GigabitEthernet0/1.50
     encapsulation dot1Q 50
     ip address 192.168.50.1 255.255.255.0
    !
    interface GigabitEthernet0/1.60
     encapsulation dot1Q 60
     ip address 192.168.60.1 255.255.255.0
    !
    interface GigabitEthernet0/2
     ip address <IP Address from ISP> <Subnet Mask from ISP>
     no shutdown
    !
    ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/2 <ISP Gateway IP>
    !
    end
    write memory
    

B. Switch 1 Configuration:

  1. Basic Configuration:

    Cisco CLI
    enable
    configure terminal
    hostname Alpha-Tech-Switch1
    no ip domain lookup
    line console 0
    password CiscoPass
    login
    line vty 0 4
    password CiscoPass
    login
    enable secret class
    !
    interface vlan 1
     ip address 192.168.99.10 255.255.255.0
     no shutdown
    !
    ip default-gateway 192.168.99.1
    !
    spanning-tree mode rapid-pvst
    !
    end
    write memory
    
  2. VLAN Creation and Interface Assignment: Assuming GigabitEthernet0/1 connects to the router's GigabitEthernet0/0 interface.

    Cisco CLI
    configure terminal
    vlan 10
     name Student
    vlan 20
     name Faculty
    vlan 60
     name Printer
    !
    interface GigabitEthernet0/1
     switchport mode trunk
     switchport trunk allowed vlan 10,20,60
    !
    interface GigabitEthernet1/1 - GigabitEthernet1/16  (Assuming ports 1-16 are for students)
     switchport mode access
     switchport access vlan 10
    !
    interface GigabitEthernet2/1 - GigabitEthernet2/3   (Assuming ports 1-3 are for faculty)
     switchport mode access
     switchport access vlan 20
    !
    interface GigabitEthernet3/1                      (Assuming port 1 is for the Student/Faculty printer)
     switchport mode access
     switchport access vlan 60
    !
    end
    write memory
    

C. Switch 2 Configuration:

  1. Basic Configuration:

    Cisco CLI
    enable
    configure terminal
    hostname Alpha-Tech-Switch2
    no ip domain lookup
    line console 0
    password CiscoPass

IS IT YOUR FIRST TIME HERE? WELCOME

USE COUPON "11OFF" AND GET 11% OFF YOUR ORDERS