Net330 OSPF Class Hardware Lab - ConnorEast/Tech-Journal GitHub Wiki

~~ Network Protocol 330: ~~

Lab 8-1A OSPF Class Hardware Lab


Network Diagram

image
VLAN Network Name Net Address Subnet Slash Default Gateway Router
100 Border to DC 10.17.1.0 255.255.255.248 /29 10.17.1.1 Border
110 East-Router2 to DC 10.17.1.20 255.255.255.252 /30 10.17.1.21 East-Router
120 DC to WestRouter 10.17.1.32 255.255.255.252 /30 10.17.1.33 Data Center Router
130 East 10.17.20.0 255.255.255.0 /24 10.17.20.1 East Router
140 West 10.17.40.0 255.255.255.0 /24 10.17.40.1 West Router

DataCenter Notes

This section doesn't function in the lab in packet tracer due to the fact that the router doesn't have switching functionality. The IP's must be assigned via ports for the packet tracer lab.

Cli Commands:

- Section 1: Define Vlans

(Config-if)#
  1. Ip address 10.17.1.2/29
  2. Ip address 10.17.1.22/30
  3. Ip address 10.17.1.33/30
(Config-if)# No shut

- Section 2: Interface Setup

(config)# Interface ge1/0/1 Switchport access vlan 100
(config)# Interface ge1/0/2 Switchport access vlan 110
(config)# Interface ge1/0/3 Switchport access vlan 120

- Section 3: OSPF Setup

Switch(config)# router ospf 1
Switch(config-router)# network 10.17.1.1 0.0.0.7 area 0
Switch(config-router)# network 10.17.1.20 0.0.0.3 area 0
Switch(config-router)# 10.17.1.32 0.0.0.3 area 0

East/West Router

Step 1: Select the port interfaces which will be plugged in and set them equal to their respective and set their port interfaces = to the default gateway. Examples: East Router FA0/0 = IP address 10.17.1.21.

Step 2: Confirm each interface is set to no shut

Step 3: Configure OSPF using the NET ID and the reversed Subnet mask: Example - Network 10.17.1.21 0.0.0.7 area 0


Notes for other students:

The original cabling is not correctly done in the original packet tracer file. As such confirm that the correct ether/fa port is connected to each machine. This can be done by hovering over the connector.

In the table where it lists the Network address. The first address should be set on the main device. For instance where it says "East-Router2 to DC" the East router IP should be 10.17.1.21 while the DC address for the connected port should be 10.7.1.22

Setting up OSPF on west router requires the network address of the systems on the west router 10.7.40.0/24 and that of the DC 10.7.32 /30. The command syntax would be the same as what is used on the DC server

⚠️ **GitHub.com Fallback** ⚠️