MN503 - Overview of Internetworking: Detailed Network Configuration

Verified

Added on  2020/03/23

|18
|1451
|289
Practical Assignment
AI Summary
This assignment provides a comprehensive overview of internetworking, focusing on network design and configuration using Cisco devices and Netsim. It begins with a detailed network diagram and then delves into the configuration of switches and routers, including setting hostnames, system clocks, and displaying device information. The assignment covers setting up IP addresses, creating VLANs, configuring VTP domains and passwords, and demonstrating VTP packets. Router configurations involve interface descriptions, IP addressing, and subnet masks. The document includes a section on troubleshooting network issues, specifically interface identification and pinging problems, and suggests solutions. Finally, it provides a current network analysis, discussing potential business applications. The assignment concludes with a bibliography of relevant sources.
tabler-icon-diamond-filled.svg

Contribute Materials

Your contribution can guide someone’s learning journey. Share your documents today.
Document Page
Running head: OVERVIEW OF INTERNETWORKING
MN503 - Overview of Internetworking
Network design with configuration
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.................................................................................................................4
Display 6 IOS modes.......................................................................................................................................4
b. Router configuration......................................................................................................................................5
Hostname as your family name......................................................................................................................5
Set system clock to Jun 2017 1:00pm.............................................................................................................5
Display the name of the file and version of IOS..............................................................................................6
Display the name of the interfaces.................................................................................................................7
Display 6 IOS Modes.......................................................................................................................................7
3. Network device configurations...........................................................................................................................8
a. Switch configuration.......................................................................................................................................8
Set IP addresses on PC and switch..................................................................................................................8
Create VLAN...................................................................................................................................................9
Ping each other.............................................................................................................................................10
Set VTP domain with your first name...........................................................................................................11
Set VTP password with your family name....................................................................................................11
Demonstrate VTP packets............................................................................................................................11
b. Router configuration....................................................................................................................................11
Descriptions on interfaces............................................................................................................................11
Directly connected devices to router............................................................................................................13
IP addresses for each interfaces...................................................................................................................13
Subnet mask.................................................................................................................................................14
Ping the routers............................................................................................................................................14
4. Steps for trouble shooting................................................................................................................................15
5. Current network analysis..................................................................................................................................15
Bibliography.........................................................................................................................................................17
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 Abhinay
Output:
Abhinay (config) #
Set system clock to May 2017 10:00 am
Abhinay #CLOCK ?
Abhinay #CLOCK SET ?
Abhinay #CLOCK SET 10:00:00 ?
Document Page
3OVERVIEW OF INTERNETWORKING
Abhinay #CLOCK SET 10:00:00 10 ?
Abhinay #CLOCK SET 10:00:00 10 May ?
Abhinay #CLOCK SET 10:00:00 10 May 2017 ?
Abhinay #CLOCK SET 10:00:00 10 May 2017 Australia?
Output:
Display the name of the file and version of IOS
Abhinay # show version
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 the name of the interfaces
Abhinay # 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
5OVERVIEW OF INTERNETWORKING
6. Show mode
b. Router configuration
Hostname as your family name
Router>enable
Router# config
Router (config) # hostname Ponnam
Output:
Ponnam (config) #
Set system clock to Jun 2017 1:00pm
Ponnam # CLOCK ?
Ponnam # CLOCK SET ?
Ponnam # CLOCK SET 13:00:00 ?
Document Page
6OVERVIEW OF INTERNETWORKING
Ponnam # CLOCK SET 13:00:00 10 ?
Ponnam # CLOCK SET 13:00:00 10 June ?
Ponnam # CLOCK SET 13:00:00 10 June 2017 ?
Ponnam # CLOCK SET 13:00:00 10 June 2017 Australia ?
Output:
Display the name of the file and version of IOS
Ponnam # 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
Ponnam # 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
Abhinay>en
Abhinay#conf terminal
Abhinay (config)# interface fa 0/1
Abhinay (config-if)# ip address 5.0.0.1 255.255.255.0
Abhinay (config-if)# interface fa 0/2
Abhinay (config-if)# ip address 5.1.0.1 255.255.255.0
Document Page
9OVERVIEW OF INTERNETWORKING
Output:
IP address setup on PC
C:> ip address 10.10.0.1 255.255.255.0
Output:
Create VLAN
Vlan on Switch 1
Abhinay>en
Abhinay #conf terminal
Abhinay (config) # vlan 10
Abhinay (config) # interface fa 0/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
Abhinay (config-if) # switchport access vlan 10
Ping each other
Ping PC
Ping Switch
Document Page
11OVERVIEW OF INTERNETWORKING
Set VTP domain with your first name
Abhinay>en
Abhinay # conf terminal
Abhinay (config) # vtp domain Abhinay
Output:
Set VTP password with your family name
Abhinay (config) # vtp password Ponnam
Demonstrate VTP packets
b. Router configuration
Descriptions on interfaces
Description on Router 1
Ponnam>en
Ponnam # config
Ponnam (config) # interface serial 0/0
Ponnam (config-if) # description Abhinay
Ponnam (config-if) # exit
Ponnam (config) # exit
Ponnam # show run interface serial 0/0
Document Page
12OVERVIEW OF INTERNETWORKING
Output:
Description on Router 2
Router>en
Router# config
Router (config) # hostname R2
R2 (config) # interface serial 0/0
R2 (config-if) # description Ponnam
R2 (config-if) # exit
R2 (config) # exit
R2# show run interface serial 0/0
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
13OVERVIEW OF INTERNETWORKING
Description on Router 3
Router>en
Router# config
Router (config) # hostname R3
R3 (config) # interface serial 0/0
R3 (config-if) # description Rakesh
R3 (config-if) # exit
R3 (config) # exit
R3# show run interface serial 0/0
Output:
Directly connected devices to router
IP addresses for each interfaces
Router 1
interface serial 0/0
ip address 20.0.0.1 255.255.255.0
interface ethernet 0
Document Page
14OVERVIEW OF INTERNETWORKING
ip address 20.1.0.1 255.255.255.0
Router 2
interface serial 0/0
ip address 20.0.0.2 255.255.255.0
interface ethernet 0
ip address 20.1.0.2 255.255.255.0
Router 3
interface serial 0/0
ip address 20.0.0.3 255.255.255.0
interface ethernet 0
ip address 20.1.0.3 255.255.255.0
Subnet mask
255.255.255.0
Ping the routers
Router 1
Router 2
Document Page
15OVERVIEW OF INTERNETWORKING
Router 3
4. Steps for trouble shooting
While configuring the devices those have been used for designing the network are as follows:
Interface identification
Issues: In order to make the network configuration accurate it is necessary to determine the interfaces
properly for each device. This is referred to as one of the major activities that must be done properly. However,
the identification of accurate interfaces for the different devices are a quite problematic job.
Solution: For resolving these particular issues, it is necessary for the system developers to use a command
named as “Show Interface”. With the help of this command the present issues associated to the devices could
be identified easily. Even the interfaces those are already configured can also be identified with the help of this
command. In addition to this, the non-assigned interfaces assigned with the IP addresses can also be identified
with this command.
Pinging of PC to defined interface of the network
Issue: By assigning the IP addresses with the interface of the devices the network design is configured.
However, in the initial testing phase it is identified that, all connected devices are not responding properly with
the “Ping” which implies that the configuration is not correctly done.
Solution: In order to resolve these issues, all the interfaces are required to be rechecked properly by the
network developers. It will help the interface designer to identify the issues and solution according to it.
Through the implementation of the subnet masking IP addresses could be corrected accordingly.
5. Current network analysis
After considering the current network configuration it has been defined that this particular network can be
deployed in the businesses for the following components:
It helps to create safe access for the guests
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
It helps to organize employees in the organization
Sensitive information cannot be accessed due to improved system configuration
Document Page
17OVERVIEW OF INTERNETWORKING
Bibliography
[1.] Chappin, Émile JL, and Petra W. Heijnen. "On infrastructure network design with agent-based
modelling." In Social Simulation Conference. 2014.
[2.] Dart, Eli, Lauren Rotman, Brian Tierney, Mary Hester, and Jason Zurawski. "The science dmz: A network
design pattern for data-intensive science." Scientific Programming 22, no. 2 (2014): 173-185.
[3.] Martins, Valéria Farinazzo, Paulo NM Sampaio, Antônio José A. Cordeiro, and Bruno Ferreira Viana.
"Problem-based learning methodology applied within a data network infrastructure design course a
real case implementation." In Information Systems and Technologies (CISTI), 2017 12th Iberian
Conference on, pp. 1-6. IEEE, 2017.
[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, Ke, and Quan Yang. "Hierarchical facility location for the reverse logistics network design under
uncertainty." Journal of Uncertain Systems 8, no. 4 (2014): 255-270.
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]