Lab 4.2: Small Enterprise - Class Lab

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 / VLANHosts NeededNetworkSubnetRouter AddressUsable RangeDHCP Range
Clinic (10)30010.15.0.0255.255.254.0/2310.15.0.110.15.0.2-10.15.1.25410.15.1.100-10.15.1.254
Vistor (20)30010.15.2.0255.255.254.0/2310.15.2.110.15.2.2-10.15.3.25410.15.3.100-10.15.3.254
Office (30)30010.15.4.0255.255.254.0/2310.15.4.110.15.4.2-10.15.5.25410.15.5.100-10.15.5.254
Counseling (40)15010.15.6.0255.255.255.0/2410.15.6.110.15.6.2-10.15.6.25410.15.6.100-10.15.6.254
Default (1)15010.15.7.0255.255.255.0/2410.15.7.110.15.7.2-10.15.7.25410.15.7.100-10.15.7.254

Starting File and Finished File

Starting File:

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.
  4. Then set Type Resources for DNS Types and Queries

DNS Setup Example

Side Notes

DON’T FORGET TO TURN ON VLAN 1

  1. interface vlan 1
  2. no shutdown