Computer Network Final Lab FA23 BSE 086
Computer Network Final Lab FA23 BSE 086
Submitted By
Muhammad Usman
FA23-BSE-086
Submitted To
Shahid Khan
Final Lab
Q1. Configure the DHCP server on the two routers in a classless IP addressing scheme. In this
network:
Ensure that the static IPs and the router IPs (R1 and R2) are excluded from the DHCP scope. Use
the classless addressing to assign IP ranges appropriately for each DHCP pool.
Topology
Configuration
Router0
Router(config)#interface Serial0/0/0
Router(config-if)#no shutdown
Router(dhcp-config)#default-router 192.168.1.1
Router(dhcp-config)#dns-server 8.8.8.8
Router(dhcp-config)#exit
Router1
Router>enable
Router#
Router#configure terminal
Router(config)#interface Serial0/0/0
Router(config-if)#no shutdown
Router#config t
Router(dhcp-config)#default-router 192.168.2.1
Router(dhcp-config)#dns-server 8.8.8.8
Router(dhcp-config)#exit
Q2. PC1 (IP: 192.168.1.2/24) is connected to Router A via its FastEthernet0/0 interface (IP:
192.168.1.1/24). Router A connects to Router B through a serial link using the Se0/0/0 interface
with an IP address of 10.1.1.1/30. Router B connects to PC2 via its FastEthernet0/0 interface,
which has an IP address of 172.16.1.1/28. PC2 has the IP address 172.16.1.2/28.
Topology
Configuration
Router-A
Router>enable
Router#
Router#configure terminal
Router(config)#interface FastEthernet0/0
Router(config-if)#no shutdown
Router(config)#interface Serial0/0/0
Router(config-if)#ip address 10.1.1.1 255.0.0.0
Router(config-if)#no shutdown
Router(config)#router rip
Router(config-router)#network 192.168.1.0
Router(config-router)#network 10.1.1.0
Router(config-router)#^Z
Router-B
Router>enable
Router#
Router#configure terminal
Router(config)#interface Serial0/0/0
Router(config-if)#no shutdown
Router(config)#interface FastEthernet0/0
Router(config-if)#no shutdown
Router(config-if)#router rip
Router(config-router)#network 10.1.1.0
Router(config-router)#network 172.16.1.0
Router(config-router)#^Z
Q3. You are tasked with designing and configuring a network for a university campus. The
campus has three primary networks: Administration, Students, and Research. The details are as
follows:
Tasks:
1. Create Topology:
o Design the network in Packet Tracer using the provided details.
o Assign IP addresses to all interfaces based on the table.
2. Access Control Configuration:
o Standard ACL:
Block the Students Network (172.16.10.0/23) from accessing the
Administration Network (192.168.50.0/25).
o Extended ACL:
Allow the Students Network to access the Internet but deny it access to the
Research Network (10.10.10.0/28).
Allow the Administration Network to access both the Research Network
and the Internet.
Block the Research Network from accessing the Administration Network
entirely.
3. Verification and Testing:
o Verify that:
The Students Network can access the Internet but not the Research or
Administration Networks.
The Administration Network has full access to both the Internet and
Research Network.
The Research Network cannot access the Administration Network but can
access the Internet.
o Use appropriate testing tools (e.g., ping, traceroute) to confirm the configuration
works as intended.
Topology
Configuration
Router-Administration-1
Router>enable
Router#
Router(config)#interface Serial0/0/0
Router(config)#interface FastEthernet0/1
Router(config)#router rip
Router(config-router)#network 192.168.50.0
Router(config-router)#network 10.0.0.0
Router>enable
Router#
Router(config)#interface fa0/0
Router(config-if)#interface fa0/1
Router(config-if)#ip access-group 1 in
Router(config-if)#exit
Router(config)#interface fa0/1
Router(config-if)#exit
Router(config)#
Router(config)#exit
Router-Core-1
Router>enable
Router#
Router#configure terminal
Router(config)#interface FastEthernet0/0
Router(config-if)#exit
Router(config)#interface FastEthernet0/1
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/0/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/0/1
Router(config-if)#
Router(config-if)#exit
Router-Research-1
Router>enable
Router#
Router#configure terminal
Router(config)#interface Serial0/0/1
Router(config)#interface Serial0/0/0
Router(config-if)#exit
Router(config)#interface FastEthernet0/1
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 10.0.0.0
Router(config-router)#network 192.168.150.0
Router-Student-1
Router>en
Router#config t
Router(config)#interface Serial0/0/1
Router(config-if)#exit
Router(config)#interface Serial0/0/1
Router(config-if)#exit
Router(config)#interface FastEthernet0/1
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 10.0.0.0
Router(config-router)#network 192.168.200.0
Router(config-if)#exit