Lab 9‐1: Build a Network Challenge - AidanP017/Aidan-NET-330 GitHub Wiki

Purpose

In this lab, we used Cisco Packet Tracer to configure part of a workspace including the Foster 202 Company Network, interfaces, VLANs, and OSPF routing.


Assignments

The following table was used for assigning IPs in the Foster network.

Network Name Network Address Default Gateway
BTV-MTL Link 172.16.0.0/30 172.16.0.1
BTV Users 172.16.5.0/24 172.16.5.1
BTV Data Center 172.16.6.0/24 172.16.6.1
BTV Core 172.16.10.0/24 172.16.10.1
MTL Network 172.16.20.0/24 172.16.20.1

BTV Router Configuration

First, we configured the routers in the network starting with the BTV Router.

Starting with the configuration of FastEthernet0/1, which was configured for the BTV Core network.

{75A1AB39-9645-40E3-8A23-811DF09E9C05}

Then with the configuration of Serial0/1/0, which was configured for the BTV-MTL Link network.

{1AE66461-B39D-4BB8-B511-B19A428233D7}

Lastly, we configured OSPF routing for the two configured networks.

{A5678C2F-10FD-4BC3-860B-1027666648AB}


MTL Router Configuration

Next, we configured the MTL Router in a similar manner.

This time, OSPF routing was set up for the MTL network as well as the BTV-MTL Link network.

{2B4864A6-A953-4DB4-B784-68D97B8A20B8}


BTV-Dist-Multi-Layer Switch Configuration

The last network device configured was the BTV-Dist-Multi-Layer Switch, which would also be used to host VLANs.

VLANs 5, 6, and 10 were created in relation to the networks in the table.

{6E20EC23-D702-4A2A-A2C0-1BAFD2F57624}

FastEthernet0/2 and 0/6 were assigned as access ports for VLANs 5 and 6, respectively.

{680D7298-4881-4355-827A-B3E20D2D6F75}

FastEthernet0/1 was assigned as an access port for VLAN 10 to connect to the BTV-Router.

{62297673-4951-44F0-B715-9F465E5D567D}

OSPF routing was also configured for the networks in the VLANs. Running the command sh run should show its existence.

{A52D5DA9-2AC3-4B66-9CF4-30A81BE26857}


Troubleshooting

After attempting to establish connectivity between the User and Montreal laptops, I had to double check my configurations to make sure they were correct.

The first thing that I noticed was that 172.16.10.1 was configured on FastEthernet0/1 instead of 0/0, the former of which is for a port on a separate network. So I fixed the configuration.

{2A789D7A-93A5-4653-A515-7FA262552667}

I also found that the IP address on VLAN 10 was configured as the default gateway for the network (172.16.10.1) instead of being a separate IP. I changed it to 172.16.10.2 to avoid confusion.

{7EE24E97-6E25-4593-84F6-0818A9086892}

Lastly, I found that specifying VLAN 1 to be configured for the Montreal network (172.16.20.1) was not necessary and likely confusing the Burlington multi-layer switch for where to send packets. I removed the IP address configured for this VLAN.

{2B377B1D-3894-4D4F-8F4E-9426DBAE667F}

Then I rebooted all of the routers and switches into the workspace to ensure that the OSPF routing tables were fresh and updated.

{D2AC5101-FB1E-4A1C-9933-46A75C683460}

{F9E7BECA-A819-43A6-9E79-6CAA301BBF31}


Connectivity Testing

From there, it should now have been possible to ping between the User and Montreal laptops.

{39409D66-AFB4-4628-843A-79C6739C9C97}   In addition, running the command sh ip route on the Burlington and Montreal routers should output appropriate results.

{E012B29C-FBF1-4718-ABF9-372EE229E6E6}

{8A4F8FFF-C8EA-4903-AE2C-C3CBEE025489}

I also ran this command on the Burlington multi-layer switch for further verification.

{BFA2BB32-A720-4A3F-B3F3-C1BDBF900F57}