So, I am currently taking CIS204: Intermediate Routing and Switching, in my ECPI Network Sys Admin degree program.
Having a little trouble with my class project. But I can’t even really tell what I am doing wrong.
I’ll start off with the project objectives:
Your company network currently consists of workstations, switches and routers. There are 12 departments in the company. The company has agreed to use the class B address range. The company has a requirement that each department be assigned their own subnet and the subnets should be designed to allow for the maximum number of hosts on each subnet.
In Part 1 of the assignment you will create the IP addressing scheme and assign IP addresses for use by the hosts and routers.
In Part 2 of the project, the Sales department would like their devices grouped with a VLAN. First you will configure workstations and a router to establish connectivity. Next you will configure a VLAN so only the Sales department workstations can communicate while all other workstations are able to communicate.
In Part 3, you will create access lists to restrict traffic between departments. The HR and Payroll departments are jointly creating a new benefits system. The HR department is the only department that should access the Payroll subnet. All hosts on the network should be able to access the HR department though.
So far, we just finished part 2, part 3 is this week. The lab work itself is done via a VM accessed when we enter the lab via a web browser. With CLI windows that open up, and remote desktop windows for the hosts.
Part two seemed relatively simple to me. Configure the ip addresses, subnet masks, etc, on the hosts and routers for the Sales, HR, and Payroll departments (host and one router per department).
Here are the addresses I used.
Sales Department
Host: 172.16.16.2 | 255.255…240.0 | 172.16.16.1
Router Fast Ethernet 0/0: 172.16.16.1 | 255.255.240.0
Router Serial interface 0/0: 172.16.255.1 | 255.255.255.248
Router Serial interface 0/1: 172.16.255.2 | 255.255.255.248
HR Department
Host: 172.16.80.2 | 255.255.240.0 | 172.16.80.1
Router Fast Ethernet 0/0: 172.16.80.1 | 255.255.240.0
Router Serial interface 0/0: 172.16.255.3 | 255.255.255.248
Router Serial interface 0/1: 172.16.255.4 | 255.255.255.248
Payroll Department
Host: 172.16.96.2 | 255.255.240…0 | 172.16.96.1
Router Fast Ethernet 0/0: 172.16.96.1
Router Serial interface 0/0: 172.16.255.5 | 255.255.255.248
Router Serial interface 0/1: 172.16.255.6 | 255.255.255.248
All of the routers were using RIP v2 in order to support VLSM. And now for some screenshots.
show ip route results from HR and Payroll routers
show ip protocol results from the HR router
ping results from the Payroll host, attempting to ping the HR host
So basically, I don’t understand what I did wrong. Anyone care to take a crack at this mess?
@DeusQain just in case you wanted more info than what I PM’ed you with.
Edit: This is what the network diagram looks like when you open the lab