NET-330: Network Design
HomeTech JournalsPersonal ProjectsSysadmin Wiki
  • NET-330: Network Design
  • Breakdown
    • Course Overview
    • Week Breakdown
  • Labs
    • Lab 1.2: Packet Tracer Review-Class Lab
    • Lab 2.1: Subnet Design
    • Lab 3.2: Lab Prep
    • Lab 3.3: DHCP Server in Packet Tracer
    • Lab 4.1: Console Access Mini-Lab
    • Lab 4.2: Small Enterprise-Class Lab
    • Lab 6-1: NAT Configuration - Static NAT
    • Lab 6-2: NAT Configuration - PAT
    • Lab 6-3: NAT LAB 3 - Champlain Example Lab
    • Lab 8-1B: OSPF PT Activity
    • Lab 8-1B: Add OSPF Authenication
    • Lab 9-1: Build a Network Challenge - 1
    • Lab 9-2: Build a Network Challenge 2 - BGP
    • Lab 10-1: IPSEC Packet Tracer 1
    • Lab 11-1: Access-Lists
    • Lab 13-1: IPv6
  • Notes
    • Resources
    • Week 1: Subnet Refresher
    • Week 2: Subnetting, VLANS, & Cisco Commands
    • Week 3: DHCP
    • Week 4 & 5: Campus and Enterprise Network Design Layers
    • Week 6: NAT
    • Week 9: OSPF and Interior Routing
    • Week 10: BGP
    • Week 11: IPSEC
    • Week 12: Zoning and ACL
Powered by GitBook
On this page
  • Summary
  • Subnet Table
  • Starting File and Finished File
  • Assigning IP helper addresses
  • DNS Setup
  • Side Notes
  1. Labs

Lab 4.2: Small Enterprise-Class Lab

PreviousLab 4.1: Console Access Mini-LabNextLab 6-1: NAT Configuration - Static NAT

Last updated 2 years ago

Summary

During this lab we built on DHCP and VLAN confirmation as well added a bit of DNS knowledge. Very fun lab all around.

Subnet Table

Network Name / VLAN
Hosts Needed
Network
Subnet
Router Address
Usable Range
DHCP Range

Clinic (10)

300

10.15.0.0

255.255.254.0/23

10.15.0.1

10.15.0.2-10.15.1.254

10.15.1.100-10.15.1.254

Vistor (20)

300

10.15.2.0

255.255.254.0/23

10.15.2.1

10.15.2.2-10.15.3.254

10.15.3.100-10.15.3.254

Office (30)

300

10.15.4.0

255.255.254.0/23

10.15.4.1

10.15.4.2-10.15.5.254

10.15.5.100-10.15.5.254

Counseling (40)

150

10.15.6.0

255.255.255.0/24

10.15.6.1

10.15.6.2-10.15.6.254

10.15.6.100-10.15.6.254

Default (1)

150

10.15.7.0

255.255.255.0/24

10.15.7.1

10.15.7.2-10.15.7.254

10.15.7.100-10.15.7.254

Starting File and Finished File

Assigning IP helper addresses

  1. Enter the CLI for a MLS

  2. In (config) mode type interface vlan {VLAN-ID}

  3. Then type ip helper-address {IPaddr-DHCP-Server}

  4. Type exit

  5. Repeat steps 2 to 4 for the rest of the VLANs

DNS Setup

  1. Click Serivces Tab

  2. Select DNS

  3. Name is the DNS record you want to set.

DNS Setup Example

Side Notes

DON'T FORGET TO TURN ON VLAN 1

  1. interface vlan 1

  2. no shutdown

Then set Type

Resources for DNS Types and Queries
Starting File
Finished File
DNS Config