Must be completed on DLPOD or Lab POD Hardware
Lab Scenario:
Blue Demon Corporation has corporate office sites in Chicago, New York and Dallas. A diagram of their corporate network is shown below. They run a private network of 3 IP routers, with one at each site as shown. Chicago and New York also have on-site Ethernet switches that connect many employees into a LAN at each site. The Dallas router has a single Loopback IP address that can be pinged from any site.
Lab #1 Network Diagram
Braxton has decided that, since they have such a small network, they can just use static routes to interconnect their sites. The static routes you configure should provide any-to-any connectivity.
Routing Requirements:
Packets traveling between sites should always follow the shortest possible route except for the following special rule: NO packets can be sent from New York to Chicago across Link 1. On the other hand, packets can be sent from Chicago to New York across Link 1. So, for example, a packet sent from Workstation 2 to Workstation 1 should be routed through Dallas (across Link 3 and Link 2), but a packet sent from Workstation 1 to Workstation 2 should be routed across Link 1.
IPv4 Address Requirements:
For Part I of the lab, use the IPv4 address assignments show in Lab #1 Network Diagram. There can be up to 50 workstations connected to the Chicago LAN switch (including Workstation 1). There can be up to 150 workstations connected to the New York LAN switch (including Workstation 2). Each workstation needs an IP address.
IPv6 Address Requirements:
For part II of the Lab, use the IPv6 address assignments outlined below:
Lab Environment:
You MUST configure and test this lab using the POD or DLPod Cisco lab equipment.
DLPod instructions:
Device |
Protocol |
IP |
Port |
R1 |
Telnet |
100.1.1.1 |
2400 |
R2 |
Telnet |
100.1.1.1 |
2500 |
R3 |
Telnet |
100.1.1.1 |
2600 |
Workstation 1 |
SSH |
100.1.1.11 |
22 |
Workstation 2 |
SSH |
100.1.1.21 |
22 |
Lab Configuration:
Follow these steps to complete the lab:
After configuring your lab, a user typing commands on any of the following 5 devices: WS 1, WS 2, R1, R2, R3 will be able to successfully ‘ping’ or ‘traceroute’ to any of the IP addresses shown in Table #1.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme