University: MN503 Overview of Internetworking Report - Netsim Analysis

Verified

Added on  2020/04/07

|18
|1537
|77
Report
AI Summary
This report provides a comprehensive overview of internetworking, encompassing detailed configurations of network devices using Netsim. It includes step-by-step configurations for switches and routers, incorporating hostname and clock settings, and demonstrates the use of various IOS modes. The report further explores VLAN creation, VTP domain and password configurations, and pinging functionalities. It details router interface descriptions, IP address assignments, subnet masks, and ping tests. A significant portion is dedicated to troubleshooting common network issues, such as interface identification and pinging problems. Finally, the report concludes with an analysis of the current network configuration, discussing its potential applications in a business context, such as enhancing network security and employee grouping. The report is supported by a bibliography of relevant academic sources.
Document Page
Running head: OVERVIEW OF INTERNETWORKING
MN503 - Overview of Internetworking
Student Name:
University Name:
tabler-icon-diamond-filled.svg

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
1OVERVIEW OF INTERNETWORKING
Table of Contents
1. Detailed Network in Netsim...............................................................................................................................2
2. Network device configurations...........................................................................................................................2
a. Switch Configuration......................................................................................................................................2
Hostname as your name.................................................................................................................................2
Set system clock to May 2017 10:00 am.........................................................................................................2
Display the name of the file and version of IOS..............................................................................................3
Display the name of the interfaces.................................................................................................................3
Display 6 IOS modes.......................................................................................................................................4
b. Router configuration......................................................................................................................................4
Hostname as your family name......................................................................................................................4
Set system clock to Jun 2017 1:00pm.............................................................................................................5
Display the name of the file and version of IOS..............................................................................................5
Display the name of the interfaces.................................................................................................................6
Display 6 IOS Modes.......................................................................................................................................6
3. Network device configurations...........................................................................................................................7
a. Switch configuration.......................................................................................................................................7
Set IP addresses on PC and switch..................................................................................................................7
Create VLAN...................................................................................................................................................8
Ping each other...............................................................................................................................................8
Set VTP domain with your first name.............................................................................................................9
Set VTP password with your family name....................................................................................................10
Demonstrate VTP packets............................................................................................................................10
b. Router configuration....................................................................................................................................10
Descriptions on interfaces............................................................................................................................10
Directly connected devices to router............................................................................................................12
IP addresses for each interfaces...................................................................................................................12
Subnet mask.................................................................................................................................................13
Ping the routers............................................................................................................................................13
4. Steps for trouble shooting................................................................................................................................14
5. Current network analysis..................................................................................................................................15
Bibliography.........................................................................................................................................................16
Document Page
2OVERVIEW OF INTERNETWORKING
1. Detailed Network in Netsim
2. Network device configurations
a. Switch Configuration
Hostname as your name
Switch>enable
Switch# conf terminal
Switch (config) # hostname Rakesh
Output:
Rakesh (config) #
Set system clock to May 2017 10:00 am
Rakesh # CLOCK ?
Rakesh # CLOCK SET ?
Rakesh # CLOCK SET 10:00:00 ?
Rakesh # CLOCK SET 10:00:00 12 ?
Document Page
3OVERVIEW OF INTERNETWORKING
Rakesh # CLOCK SET 10:00:00 12 May ?
Rakesh # CLOCK SET 10:00:00 12 May 2017 ?
Output:
Rakesh # CLOCK SET 10:00:00 12 May 2017
Display the name of the file and version of IOS
Rakesh # show version
Output:
Display the name of the interfaces
Rakesh # show interfaces
Output:
tabler-icon-diamond-filled.svg

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
4OVERVIEW OF INTERNETWORKING
Display 6 IOS modes
1. EXEC mode
2. Privileged EXEC mode
3. Global Configuration mode
4. Interface Configuration mode
5. Setup mode
6. Show mode
Document Page
5OVERVIEW OF INTERNETWORKING
b. Router configuration
Hostname as your family name
Router>enable
Router# config
Router (config) # hostname Rallabandi
Output:
Rallabandi (config) #
Set system clock to Jun 2017 1:00pm
Rallabandi # CLOCK ?
Rallabandi # CLOCK SET?
Rallabandi # CLOCK SET 13:00:00 ?
Rallabandi # CLOCK SET 13:00:00 12 ?
Rallabandi # CLOCK SET 13:00:00 12 June?
Rallabandi # CLOCK SET 13:00:00 12 June 2017?
Output:
Rallabandi # CLOCK SET 13:00:00 12 June 2017
Document Page
6OVERVIEW OF INTERNETWORKING
Display the name of the file and version of IOS
Rallabandi # show version
Output:
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
7OVERVIEW OF INTERNETWORKING
Display the name of the interfaces
Rallabandi # show interfaces
Output:
Display 6 IOS Modes
1. EXEC mode
2. Privileged EXEC mode
3. Global Configuration mode
4. Interface Configuration mode
5. Setup mode
Document Page
8OVERVIEW OF INTERNETWORKING
6. Show mode
3. Network device configurations
a. Switch configuration
Set IP addresses on PC and switch
IP address setup on Switch
Rakesh>en
Rakesh#conf terminal
Rakesh(config)# interface fa 0/1
Rakesh(config-if)# ip address 50.0.0.1 255.255.0.0
Output:
Document Page
9OVERVIEW OF INTERNETWORKING
IP address setup on PC
C:> ip address 40.0.0.1 255.255.0.0
Output:
Create VLAN
Vlan on Switch 1
Rakesh>en
Rakesh #conf terminal
Rakesh (config) # vlan 10
Rakesh (config) # interface fa 0/2
Rakesh (config-if) # switchport access vlan 10
Ping each other
Pinging of PC’s
Ping from PC 1 to PC 2
tabler-icon-diamond-filled.svg

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
10OVERVIEW OF INTERNETWORKING
C:> ping 40.0.0.2
Output:
Ping from PC 2 to PC 3
C:> ping 40.0.0.3
Ping from PC 3 to PC 4
C:> ping 40.0.0.4
Set VTP domain with your first name
Rakesh>en
Rakesh # conf terminal
Rakesh (config) # vtp domain Rakesh
Document Page
11OVERVIEW OF INTERNETWORKING
Output:
Set VTP password with your family name
Rakesh (config) # vtp password Rallabandi
Demonstrate VTP packets
b. Router configuration
Descriptions on interfaces
Description on Router 1
Rallabandi>en
Rallabandi # config
Rallabandi (config) # interface serial 0/0
Rallabandi (config-if) # description Rakesh
Rallabandi (config-if) # exit
Rallabandi (config) # exit
Rallabandi # show run interface serial 0/0
Output:
Document Page
12OVERVIEW OF INTERNETWORKING
Description on Router 2
Router>en
Router# config
Router (config) # hostname R2
R2 (config) # interface serial 0/0
R2 (config-if) # description Rallabandi
R2 (config-if) # exit
R2 (config) # exit
R2# show run interface serial 0/0
Output:
Description on Router 3
Router>en
Router# config
Router (config) # hostname R3
R3 (config) # interface serial 0/0
R3 (config-if) # description Raju
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
13OVERVIEW OF INTERNETWORKING
R3 (config-if) # exit
R3 (config) # exit
R3# show run interface serial 0/0
Output:
Directly connected devices to router
There are no directly connected devices with the router.
The connected devices to the router can be shown with the help of “show cdp neighbors” command.
The output will be represented in table format as below:
IP addresses for each interfaces
Router 1
interface serial 0/0
ip address 30.0.0.1 255.255.0.0
interface ethernet 0
ip address 30.1.0.1 255.255.0.0
Router 2
interface serial 0/0
ip address 30.0.0.2 255.255.0.0
interface ethernet 0
ip address 30.1.0.2 255.255.0.0
Document Page
14OVERVIEW OF INTERNETWORKING
Router 3
interface serial 0/0
ip address 30.0.0.3 255.255.0.0
interface ethernet 0
ip address 30.1.0.3 255.255.0.0
Router 4
interface serial 0/0
ip address 30.0.0.4 255.255.0.0
interface ethernet 0
ip address 30.1.0.4 255.255.0.0
Subnet mask
The subnet mask that has been used for the routers is 255.255.0.0
Ping the routers
Router 1 from PC 1
C:> ping 30.0.0.1
Router 2 from PC 2
C:> ping 30.0.0.2
Document Page
15OVERVIEW OF INTERNETWORKING
Router 3
Router 4
4. Steps for trouble shooting
During the network configuration the problems those have been faced by the system developers are as follows:
The interface identification
Issues: In order to make the configuration appropriate, the determination of the interfaces for different
devices, play most effective activity. However, the identification of accurate interface used in different devices
are other difficult issues those have been determined.
Solution: In any particular device, identification of the interface is very much difficult; however with the
implementation of “Show Interface” command the identified issues could be resolved completely. With the
tabler-icon-diamond-filled.svg

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
16OVERVIEW OF INTERNETWORKING
help of this command the interface could be determined that have already been configured. Even the interface
those are not assigned with the IP addresses can also be identified.
Pinging if PC for determining the network interface
Issues: Through assigning the IP addresses with the devices, the network device configurations are done.
Though, in the initial testing phase it is defined that, some of the devices fail to respond on the “Ping“. It
implies that the configuration of the network is not appropriately done.
Solution: In order to resolve the issue, the non-responsive command on the ping should be rechecked. In order
to determine the occurred issues, each of the interfaces must be thoroughly checked. With proper checking
the issues of IP addresses can be defined easily. For resolving these issues subnet masking is required to be
done.
5. Current network analysis
Considering the current network configuration it has been determined that for business purposes also this
particularly configured network can be deployed. The purposes for which it could be developed in the business
are as follows:
It helps to create safe network for the guests
It helps to group the employees in an organization
Sensitive data cannot be accessed due to high restriction
Document Page
17OVERVIEW OF INTERNETWORKING
Bibliography
[1.] Ferdoush, Sheikh, and Xinrong Li. "Wireless sensor network system design using Raspberry Pi and Arduino
for environmental monitoring applications." Procedia Computer Science 34 (2014): 103-110.
[2.] Guo, Bingli, Chunming Qiao, Jianping Wang, Hongfang Yu, Yongxia Zuo, Juhao Li, Zhangyuan Chen, and
Yongqi He. "Survivable virtual network design and embedding to survive a facility node failure." Journal of
Lightwave Technology 32, no. 3 (2014): 483-493.
[3.] McDonald, John C., ed. Fundamentals of digital switching. Springer Science & Business Media, 2013.
[4.] Simmons, Jane M. Optical network design and planning. Springer, 2014.
[5.] Tree, Star. "Wireless sensor networks." Self 1, no. R2 (2014): C0.
[6.] Wang, David ZW, Haoxiang Liu, and W. Y. Szeto. "A novel discrete network design problem formulation and
its global optimization solution algorithm." Transportation Research Part E: Logistics and Transportation
Review 79 (2015): 213-230.
chevron_up_icon
1 out of 18
circle_padding
hide_on_mobile
zoom_out_icon
logo.png

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

Available 24*7 on WhatsApp / Email

[object Object]