Hello, if you have any need, please feel free to consult us, this is my wechat: wx91due
Router CLI Terminal
Default status, in “User EXEC”: can only see some aspects of the router
Using the command “enable” brings the user to “Privilege EXEC”: can see all the configura7on of the router
Using the command “configure terminal” brings the user to “Configure Mode”: Can make changes to the configura7on. Type “exit” to quit.
Before doing any ac7ons, it helps you checking the current configura7on informa7on on the router. It also shows you a list of commands that you can use.
Then add a route, e.g.: any packets intend to go to the network “192.168.2.0 / 255.255.255.0”, will be forwarded to the next hop router interface “192.168.3.1”:
The “1” in both “router ospf 1” and “area 1” are not important for our lab, so leave it same as “1” everywhere. “network 192.168.0.0 0.0.255.255”: means any of this router’s next hop router interface begins with “192.168” will be configured with OSPF protocol. “0.0.255.255”: is a wildcard mask. It is NOT a subnet mask.
Assignment # 2 – Packet Tracer (15%)
Network Topology for Bank of China
- Bank Location
- The Headquarters in Beijing:
- Executive/Admin Office: Office PCs for management and administrative staff.
- IT Department:
- Customer Service Department: Equipped with staff PCs for handling client services.
- Server Room:
- Web Server
- Customer Database Server
- Transaction Server
- The bank has at least three branches in different towns. For example:
- Branch 1 – Shanghai:
- Accounts Department
- Loan Services Department
- Branch 2 – Guangzhou:
- Customer Service Department
- Branch 3 – Shenzhen:
- IT Department
- Each department/office is expected to be on its own separate IP network.
- The switches should be configured with appropriate LANs using VLANs.
- OSPF should be used to provide routing for routers in the internal network. Static routing should be used for the external cloud-based email server.
- Devices in the IT Department of the Shanghai Branch should acquire dynamic IP addresses via a router based DHCP server.
- The IP address for all subnets should begin with your UCD student number as the bank’s identifier number. For example, if the number is 192 022 02, then it should be 192.22.2.x. Use at least (could be longer) 25 bits as your network prefix.
- You can estimate the number of IP addresses in any subnet, but it should be reasonable based on the expected devices.
Q2. How many subnets are in the network topology you built?
Q3. Show how you calculate the CIDR IP for each subnet.
Q4. List your IP address, subnet mask, and gateway setup for all PCs and router interfaces.
Q5. Show an example of a static route in your network. For instance, if PC1 needs to connect to PC2, the route should be: PC1 → Router1 → Router3 → Router2 → PC2. Then:
1. List in a table the key commands used in each router.2. After this setup, provide a screenshot of the routing table on each router.3. When you can successfully PING PC0 → PC2, demonstrate how you can trace its realistic route that is correctly set.4. Set up OSPF on each router; you should remove the previously configured static route on each router.5. Explain how OSPF differs from the static route regarding link-state changes.
- .pkt file for the network topology (Logical and Physical)
- A PDF report with answers for the “Questions,” supporting all your answers with screenshots
- A short video (Max: 3 minutes) to explain and test your network topology