ProductsLogo
LogoStudy Documents
LogoAI Grader
LogoAI Answer
LogoAI Code Checker
LogoPlagiarism Checker
LogoAI Paraphraser
LogoAI Quiz
LogoAI Detector
PricingBlogAbout Us
logo

Routing Protocols in Cisco Networks

Verified

Added on  2020/04/07

|21
|1602
|163
AI Summary
This assignment delves into the comparative analysis of two prominent routing protocols: OSPFv3 and EIGRPv6, within the context of IPv6 networks. It examines their functionalities, strengths, and weaknesses, providing insights into their suitability for diverse networking scenarios. The analysis draws upon various research papers and publications that shed light on the practical applications and implementations of these protocols in real-world Cisco network environments.

Contribute Materials

Your contribution can guide someone’s learning journey. Share your documents today.
Document Page
Running head: INTERCONNECTION WITH TCP/IP
Interconnection with TCP/IP
Name of the Student
Name of the University
Author’s note

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
1
INTERCONNECTION WITH TCP/IP
Executive Summary
Cisco packet tracer is used for the creation of the network according to the requirement of the
assignment. Two routers are used for one for connecting the client PC and another for connecting the
servers. Three servers are used and different configuration such as DNS, DHCP and Web service are
configured on the server and the connectivity is tested by pinging the client interface with the servers.
Document Page
2
INTERCONNECTION WITH TCP/IP
Table of Contents
Task 1: Setting up a Network..........................................................................................................3
1.1. Configuration of the PC, Server and Router interface.........................................................3
1.2. Configuration of the router.................................................................................................7
1.3. Pinging the network from the client end.............................................................................9
1.4. Traceroute command from the client to the server..........................................................12
Task 2- Network service configuration.........................................................................................13
2.1. DHCP..................................................................................................................................13
2.2. WEB Server........................................................................................................................14
2.3. DNS....................................................................................................................................15
2.4. Firewall..............................................................................................................................15
Bibliography..................................................................................................................................17
Document Page
3
INTERCONNECTION WITH TCP/IP
Task 1: Setting up a Network
1.1. Configuration of the PC, Server and Router interface
Configuration of the PC0
Configuration of the PC1

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
4
INTERCONNECTION WITH TCP/IP
Configuration of the WEB server
Configuration of the DHCP server
Document Page
5
INTERCONNECTION WITH TCP/IP
Configuration of the DNS server
Configuration of the router interface
Router 1
Document Page
6
INTERCONNECTION WITH TCP/IP
Router 2

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
7
INTERCONNECTION WITH TCP/IP
1.2. Configuration of the router
Router 1 configuration:
Document Page
8
INTERCONNECTION WITH TCP/IP
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.16.1.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/3/0
Router(config-if)#ip address 192.16.2.1 255.255.255.252
Router(config-if)#exit
Router(config)#ip route 192.16.3.0 255.255.255.0 192.16.2.2
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
The configuration of the router is done in cisco packet tracer and a proper IP address scheme is
used for the configuration of the interface of the router. The above commands are used for the
configuration of the router and for the interconnection of the two routers the IP route command is
used.
Router 2 configuration:
Document Page
9
INTERCONNECTION WITH TCP/IP
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int Serial0/3/0
Router(config-if)#ip address 192.16.2.2 255.255.255.252
Router(config-if)#
Router(config-if)#exit
Router(config)#int FastEthernet0/0
Router(config-if)#ip address 192.16.3.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#ip route 192.16.1.0 255.255.255.0 192.16.2.1
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
The router is configured with the above commands for allocation of the IP address to the fast
Ethernet port and the serial interface of the router. The routing table can be fetched using the command
ip route and the path used for sending the data packets in the network can be obtained using the
command.

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
10
INTERCONNECTION WITH TCP/IP
1.3. Pinging the network from the client end
Ping the client's own network interface
Document Page
11
INTERCONNECTION WITH TCP/IP
Ping the local router gateway interface
Pinging the remote router interface
Pinging the server
Document Page
12
INTERCONNECTION WITH TCP/IP
A ping test is performed between the PC 0 and the other devices connected in the network such
as the interfaces of the router and the servers connected in the network. A successful ping is received
and thus it is proved all the configuration done in the router device works properly.

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
13
INTERCONNECTION WITH TCP/IP
1.4. Traceroute command from the client to the server
The tracert command is used for finding the path used by the data packets to reach from the
destination to the host address.
Document Page
14
INTERCONNECTION WITH TCP/IP
Task 2- Network service configuration
2.1. DHCP
The above screenshot is given after the configuration of the DHCP server for allocating IP
address to the PC connected with the interface of the first router.
Document Page
15
INTERCONNECTION WITH TCP/IP
2.2. WEB Server
The above screenshot demonstrates the configuration of the web server with the forward and
reverse mapping and assigning of the IP address to the URL.

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
16
INTERCONNECTION WITH TCP/IP
2.3. DNS
The inverse and the forward mapping of the IP address is demonstrated in the above screenshot
2.4. Firewall
Router 1 Configuration:
Document Page
17
INTERCONNECTION WITH TCP/IP
Router(config)#access-list 100 deny tcp host 192.16.1.2 host 192.16.3.6 eq 80
Router(config)#access-list 100 permit ip any any
Router(config)#int fa 0/0
Router(config-if)#ip access-group 100 in
Router(config-if)#exit
The above command is used for denying the PC with IP address 192.16.1.2 to communicate with
the web server. The router is configured with access list for denying the host to transfer tcp protocol.
Document Page
18
INTERCONNECTION WITH TCP/IP
Bibliography
Bavarva, A., & Shrivastava, S. A. (2014). Design Concept and Simulation of Migration from Present IPv4
Network to Future IPv6 Network Using Three Transition Mechanisms. International Journal of
Engineering, 3(4).
Cai, W. X., Li, G. S., Chen, X. H., Hong, C. Q., Zhu, S. Z., Wu, Q. H., & Chen, R. (2016, August). Education
based new computer network simulator design and implementation. In Computer Science &
Education (ICCSE), 2016 11th International Conference on (pp. 933-935). IEEE.
Comai, S., & Gobbi, G. (2014). CCNP Award Paper: Unveiling the role of melatonin MT2 receptors in
sleep, anxiety and other neuropsychiatric diseases: a novel target in psychopharmacology.
Journal of psychiatry & neuroscience: JPN, 39(1), 6.
Froom, R., & Frahim, E. (2015). Implementing Cisco IP Switched Networks (SWITCH) Foundation Learning
Guide:(CCNP SWITCH 300-115). Cisco Press.
Gill, J., & Zunnurhain, K. (2017, April). Determining the Penetration Threshold for an ASA 5500 Firewall.
In Proceedings of the SouthEast Conference (pp. 149-153). ACM.
Gusev, M., Ristov, S., & Donevski, A. (2014, April). Integrating practical CISCO CCNA courses in the
Computer Networks' curriculum. In Global Engineering Education Conference (EDUCON), 2014
IEEE (pp. 499-506). IEEE.
Herbert, B. M., & Wigley, G. B. (2015). The Role of Cisco Virtual Internet Routing Lab in network training
environments.

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
19
INTERCONNECTION WITH TCP/IP
Hossain, M. A., Islam, M. M., & Majumder, M. N. U. (2016). Comparative Analysis of Two Prominent
Routing Protocols in IPv6 Network: OSPFv3 & EIGRPv6. International Journal of Computer (IJC),
22(1), 79-89.
Javid, S. R. (2014). Role of Packet Tracer in learning Computer Networks. International Journal of
Advanced Research in Computer and Communication Engineering, 3(5), 6508-6511.
Jesin, A. (2014). Packet Tracer Network Simulator. Packt Publishing Ltd.
Khedr, M. E., Zaghloul, M. S., & El-Desouky, M. I. (2015). Wireless Adhoc Multi Access Networks
Optimization Using OSPF Routing Protocol Based On Cisco Devices. International Journal of
Computer Networks & Communications, 7(2), 59.
Liu, M. (2014). Cisco Networking Academy: Next-Generation Assessments and Their Implications for K-
12 Education. Clayton Christensen Institute for Disruptive Innovation.
Oladipo, F. O., Madu, C. C., & Okoro, C. C. (2015). Re-Engineering Campus-Wide Internet Telephony
Using Voice over Internet Protocol. International Journal of Networks and Communications,
5(2), 23-30.
Prasad, N. H., Reddy, B. K., Amarnath, B., & Puthanial, M. (2016). Intervlan Routing and Various
Configurations on Vlan in a Network using Cisco Packet Tracer. International Journal for
Innovative Research in Science and Technology, 2(11), 749-758.
Sunvy, M. M. I., & Majumder, M. N. U. (2016). Comparative Analysis of Two Prominent Routing Protocols
in IPv6 Network: OSPFv3 & EIGRPv6 (Doctoral dissertation, East West University).
Tagliacane, S. V., Prasad, P. W. C., Zajko, G., Elchouemi, A., & Singh, A. K. (2016, March). Network
simulations and future technologies in teaching networking courses: Development of a
Document Page
20
INTERCONNECTION WITH TCP/IP
laboratory model with Cisco Virtual Internet Routing Lab (Virl). In Wireless Communications,
Signal Processing and Networking (WiSPNET), International Conference on (pp. 644-649). IEEE.
Teare, D., Vachon, B., Graziani, R., Froom, R., Frahim, E., & Ranjbar, A. (2015). CCNP Routing and
Switching Foundation Learning Guide Library:(ROUTE 300-101, SWITCH 300-115, TSHOOT 300-
135). Cisco Press.
1 out of 21
[object Object]

Your All-in-One AI-Powered Toolkit for Academic Success.

Available 24*7 on WhatsApp / Email

[object Object]